daostack / daostack/arc.js

abis.json is not optimized, and we are bundling all the invididual abis as well

Open
#463 0 comments 0 reactions 1 assignee Claimed by @ben-kaufman View on GitHub
Dominant language
TypeScript
Stars
14
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I merged https://github.com/daostack/arc.js/pull/460/files a bit too soon, there are two issues with this release:

* `abis.json` is very big (927K), because it duplicates all the JSON files. We should use teh `rootVersion` optimization when generating the file.
* we are now bundling BOTH all the invidual ABI files, as well as the abis.json file where all these files are merged in. Of course, `dist/lib/abis` should only contain the `abi.json` file.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.