-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shrink Fast USDC core eval bundle (#11004)
_incidental_ ## Description https://ping.pub/agoric/gov/87 had a surprisingly large core-eval bundle: https://github.com/Agoric/agoric-sdk/releases/tag/fast-usdc-beta-1 The reason was that it imported typeguards from the barrel export of `@agoric/orchestration`, which entrained`@agoric/cosmic-proto`. All it really needed was `typeGuards.js` so this imports that module by deep import. Eventually we'll want an `"exports"` map for the package but that's out of scope. ### Security Considerations n/a ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations ```sh cd a3p-integration/proposals/b:beta-fast-usdc ../../scripts/build-submission.sh fast-usdc/start-fast-usdc.build.js submission --net A3P_INTEGRATION --noNoble ``` **master** total size: 1636325 **PR** total size: 586271 (64% reduction) ### Upgrade Considerations none
- Loading branch information
Showing
3 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters