abis.json is not optimized, and we are bundling all the invididual abis as well
Open
- 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
Assessment
This issue has not been assessed yet.