Skip to content

Commit

Permalink
pausing confirmed to work using steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 26, 2023
1 parent 4672cb6 commit bf72780
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,16 @@ agops gov charter --name kreadCommitteeCharter --send-from krgov1
agoric wallet show --keyring-backend=test --from krgov1

# propose to pause offers
agops gov proposePauseOffers --instance kread --send-from krgov1 --substring publish
agops gov proposePauseOffers --instance kread --send-from krgov1 --substring foo

# verify it's there
agd query vstorage children published.committees.kread-gov
agd query vstorage data published.committees.kread-gov.latestQuestion

agops gov vote --instance kreadCommittee --pathname kread-gov --forPosition 0 --send-from krgov1

# after a minute the chain output should report the question resolving in the affirmative
agd query vstorage data published.committees.kread-gov.latestOutcome
# TODO a way to read capdata out of vstorage
# this should say "win" for the strings you specified
agd query vstorage data --output json published.committees.kread-gov.latestOutcome | jq -r .value | jq -r .values[0] | jq
```

0 comments on commit bf72780

Please sign in to comment.