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

Core-eval not found after submit on new cosmos-sdk #8887

Closed
Tracked by #8113
mhofman opened this issue Feb 10, 2024 · 1 comment · Fixed by #8902
Closed
Tracked by #8113

Core-eval not found after submit on new cosmos-sdk #8887

mhofman opened this issue Feb 10, 2024 · 1 comment · Fixed by #8902
Labels
agoric-cosmos bug Something isn't working

Comments

@mhofman
Copy link
Member

mhofman commented Feb 10, 2024

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

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.

The proposal was submitted successfully:

{
  txhash: '678735B35C2FD47671CE2030368B48474BB2D593B7A92F17A517711B370D64E3',
  code: 0,
  height: '1298',
  gas_used: '318196'
}
@JimLarson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agoric-cosmos bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants