Skip to content

Commit

Permalink
fix: archival queries are broken post wasm upgrade (axelarnetwork#2125)
Browse files Browse the repository at this point in the history
There is a bug in sdk that prevents querying historical state after adding new module, backport the fix to our replacement.
  • Loading branch information
haiyizxx authored Mar 28, 2024
1 parent 65468ab commit 92096b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ replace github.com/rjeczalik/notify => github.com/rjeczalik/notify v0.9.3
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.31

// Temporary replacement for rosetta support
replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.17-0.20230904150332-37fb903a6c62
replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.17-0.20240321205000-47c0c80e20ca
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92096b8

Please sign in to comment.