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

option to launch inter protocol contracts after bootstrap #1

Closed
dckc opened this issue Aug 11, 2022 · 1 comment
Closed

option to launch inter protocol contracts after bootstrap #1

dckc opened this issue Aug 11, 2022 · 1 comment
Assignees
Milestone

Comments

@dckc
Copy link
Member

dckc commented Aug 11, 2022

Instagoric currently runs the proposals to start the Inter Protocol contracts as part of chain bootstrap:

contents="$(jq -s '.[0] + {coreProposals:.[1]}' $source_bootstrap /tmp/formatted_proposals.json)" && echo -E "${contents}" > /usr/src/agoric-sdk/packages/vats/decentral-core-config-modified.json
export BOOTSTRAP_CONFIG="@agoric/vats/decentral-core-config-modified.json"

In the April / May Runbook: RUN Protocol Preview, we bootstrapped the chain first and then seprately launched the contracts as a consequence of a governance vote. Agoric/agoric-sdk#5819 (comment) notes that running them separately like that is not something we do often; in particular, instagoric doesn't do it. Given that we aim to do them separately in production, instagoric should support it.

@ivanlei
Copy link

ivanlei commented Mar 3, 2023

Based on the efforts completed in Agoric/agoric-sdk#6957 this is no longer necessary.

@ivanlei ivanlei closed this as completed Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants