Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fastUsdc core-eval and confirm it can be deployed separate from an upgrade #10895

Closed
turadg opened this issue Jan 27, 2025 · 4 comments
Closed
Assignees

Comments

@turadg
Copy link
Member

turadg commented Jan 27, 2025

No description provided.

@dckc
Copy link
Member

dckc commented Jan 27, 2025

Clarify how this is different from what we're doing in multichain-testing?

const contractBuilder =
'../packages/builders/scripts/fast-usdc/start-fast-usdc.build.js';

t.log('bundle and install contract', contractName);
await deployBuilder(contractBuilder, builderOpts);
await retryUntilCondition(
() => vstorageClient.queryData(`published.agoricNames.instance`),

@LuqiPan LuqiPan assigned dckc and unassigned samsiegart Jan 27, 2025
@LuqiPan
Copy link
Contributor

LuqiPan commented Jan 27, 2025

@dckc will upload the bundle on mainnet

@dckc
Copy link
Member

dckc commented Jan 27, 2025

I verified that the bundle can be installed on mainnet: tx D34FD3....

The bundle comes from the a3p-integration artifact of a recent ci run:

   {
      entrypoint: '@agoric/fast-usdc/src/fast-usdc.contract.js',
      bundleID: 'b1-82b81cbbdc0399a60665dd383ce3755214474cdda144e74a631dc98d23c9f8974f2a5a154977c88f8ce82e069f38ea0b67451558d70c45fa10f393d409fbe5b4',
    },

Previous to uploading it, I adapted a bundle-size test from dapp-agoric-basics:

It's not ready to merge, but "Without merging, this PR serves to show the bundle is small enough."

@dckc dckc closed this as completed Jan 27, 2025
@turadg
Copy link
Member Author

turadg commented Jan 30, 2025

For future reference, the a3p proposal test is our best way to confirm that the proposal can succeed it applying on Mainnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants