Skip to content

Commit

Permalink
chore: backport archival query fix #2125 (#2134)
Browse files Browse the repository at this point in the history
* fix: archival queries are broken post wasm upgrade (#2125)

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 Apr 3, 2024
1 parent a473649 commit 4bcdef7
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 4bcdef7

Please sign in to comment.