-
Notifications
You must be signed in to change notification settings - Fork 214
Runbook: RUN Protocol Preview
context: #5062 Install RUN Protocol Preview release in devnet
- announce in Agoric discord: Tue 19 Apr to #devnet-announce
- voting with keplr notes (with video)
- draft proposal title, description
- post to Agoric commonwealth forum?
what version, exactly?
git clone ...
yarn
yarn build
cd packages/solo
# NETCONFIG_URL=https://stage.agoric.net/network-config # for practice
NETCONFIG_URL=https://devnet.agoric.net/network-config
export AG_SOLO_BASEDIR=/tmp/stage20 # directory of your choosing
./bin/ag-solo setup --netconfig=${NETCONFIG_URL}
Verify that your ag-solo is up and that you can run E(home.myAddressNameAdmin).getMyAddress()
.
This takes several minutes and costs quite a few RUN. I think enough RUN is automatically provisioned above.
cd ../../packages/run-protocol
yarn build # not necessary, by design, but a worthwhile double-check
yarn deploy
this prototype from PR 5165 needs work:
cd ../cosmic-swingset
make start-committee VOTE_PROPOSAL=1 # salt to taste
make start-runStake VOTE_PROPOSAL=2
make gov-q
It may be necessary to become a whale if we don't get sufficient community partipation.
TODO
For example (presuming Ari set you up with simulationlab
access and the Makefile
stuff):
CHAIN_ID=agoricstage-22 PROPOSAL_NUM=1 make vote
For voting 1 user: gov-cosmos-vote.sh
in the REPL, check E(E(home.agoricNames).lookup('instance')).getEntries()
and look for...
- details TBD.
21 Apr attempt showed instances; yay!
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/