We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After submitting a core-eval proposal, the pending proposal is not found with agd query gov proposals.
agd query gov proposals
Run the integration tests of mhofman/provisioning-upgrade
Success of the test with the proposal being found in a query, a deposit successfully submitted, and the vote passed.
Test error: https://github.com/Agoric/agoric-sdk/actions/runs/7837253947/job/21386560224#step:7:255
agd tx -bblock gov deposit 50000000ubld --from agoric1fduvw78gft96syan9fkdxhyzpg2hrv2yu2zjcc "--chain-id=agoriclocal" --yes --keyring-backend test -o json Error: accepts 2 arg(s), received 1 Usage: agd tx gov deposit [proposal-id] [deposit] [flags]
This is because the lastProposalId in voteLatestProposalAndWait is undefined since the proposal wasn't found.
lastProposalId
voteLatestProposalAndWait
The proposal was submitted successfully:
{ txhash: '678735B35C2FD47671CE2030368B48474BB2D593B7A92F17A517711B370D64E3', code: 0, height: '1298', gas_used: '318196' }
The text was updated successfully, but these errors were encountered:
Attempted to validate on emerynet. See notes at #8871 (comment)
I can definitely see the submitted proposal, but I think the issue is that the JS query and processing could not see it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
After submitting a core-eval proposal, the pending proposal is not found with
agd query gov proposals
.To Reproduce
Run the integration tests of mhofman/provisioning-upgrade
Expected behavior
Success of the test with the proposal being found in a query, a deposit successfully submitted, and the vote passed.
Additional context
Test error: https://github.com/Agoric/agoric-sdk/actions/runs/7837253947/job/21386560224#step:7:255
This is because the
lastProposalId
invoteLatestProposalAndWait
is undefined since the proposal wasn't found.The proposal was submitted successfully:
The text was updated successfully, but these errors were encountered: