You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some operations we use params to calculate a value that will go into a transaction. The param used can, and probably will, change when the tx is executed causing unexpected errors.
Closing as after some more debugging I realize the issue was something completely different, I was seeing different values but not because of params changing 😅 Fix: #18336
Is there an existing issue for this?
What happened?
In some operations we use params to calculate a value that will go into a transaction. The param used can, and probably will, change when the tx is executed causing unexpected errors.
Example: https://github.com/cosmos/cosmos-sdk/blob/main/x/gov/simulation/operations.go#L575
Proposed solutions:
Cosmos SDK Version
main
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: