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

[Bug]: Txs already in mempool #21324

Closed
1 task done
julienrbrt opened this issue Aug 16, 2024 · 1 comment
Closed
1 task done

[Bug]: Txs already in mempool #21324

julienrbrt opened this issue Aug 16, 2024 · 1 comment
Assignees
Labels
C:server/v2 Issues related to server/v2 T:Bug

Comments

@julienrbrt
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Submitting the same tx twice in a server/v2 app leads to comet rejecting the tx with ABCI code 19.

Cosmos SDK Version

server/v2

How to reproduce?

simdv2 tx bank send alice bob 100stake # works
simdv2 tx bank send alice bob 100stake # rejected, code 19
simdv2 tx bank send alice bob 101stake # works
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Aug 16, 2024
@julienrbrt julienrbrt added the C:server/v2 Issues related to server/v2 label Aug 16, 2024
@randygrok randygrok self-assigned this Aug 16, 2024
@randygrok
Copy link
Collaborator

Solved by #21386

@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:server/v2 Issues related to server/v2 T:Bug
Projects
Status: 🥳 Done
Development

No branches or pull requests

2 participants