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](x/simulation): Transactions run after FinalizeBlock in v0.50.x #22393

Open
1 task done
facundomedica opened this issue Oct 29, 2024 · 0 comments
Open
1 task done

Comments

@facundomedica
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Here: https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/x/simulation/simulate.go#L188

We run FinalizeBlock before running operations, this is a problem if a module expects to do work on EndBlock using data from transactions executed in the same block.

Cosmos SDK Version

v0.50.x

How to reproduce?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants