File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,13 @@ require (
227227
228228replace (
229229 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
230+ // https://github.com/neutron-org/wasmd/tree/feat/non-concurrent-safe-queries (v0.53.2-neutron.0.20250407101311-6842dc9e01b6)
231+ // version that fixes stargate queries concurrency problem
232+ // the issue describer here https://github.com/CosmWasm/wasmd/issues/2051
230233 github.com/CosmWasm/wasmd => github.com/neutron-org/wasmd v0.53.2-neutron.0.20250407101311-6842dc9e01b6
231234 github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2
232235 github.com/cosmos/admin-module/v2 => github.com/neutron-org/admin-module/v2 v2.0.2
233- github.com/cosmos/cosmos-sdk => github.com/neutron-org/cosmos-sdk v0.50.13-neutron.0.20250416103445-3767d64c919c
236+ github.com/cosmos/cosmos-sdk => github.com/neutron-org/cosmos-sdk v0.50.13-neutron-rpc
234237 // explicitely replace iavl to v1.2.0 cause sometimes go mod tidy uses not right version
235238 github.com/cosmos/iavl => github.com/cosmos/iavl v1.2.0
236239 github.com/cosmos/interchain-security/v5 => github.com/cosmos/interchain-security/v5 v5.0.0-20240802125602-fa1e09444aae
Original file line number Diff line number Diff line change @@ -844,6 +844,7 @@ github.com/neutron-org/admin-module/v2 v2.0.2 h1:XDDFWjvkVBKRf3lBFCazT1zAXZ3dHX8
844844github.com/neutron-org/admin-module/v2 v2.0.2 /go.mod h1:RfOyabXsdJ5btcOKyKPZDYiZhtuKFubbJMOb8EJZtvA =
845845github.com/neutron-org/cosmos-sdk v0.50.13-neutron.0.20250416103445-3767d64c919c h1:vrFQmGlqrX24zyyumhmeXwxIddhRyVxTAhY5SoKI1kg =
846846github.com/neutron-org/cosmos-sdk v0.50.13-neutron.0.20250416103445-3767d64c919c /go.mod h1:eR/7/xIt3hbC7YytSL0qultTM2ueYD5Qr+ObWxvYXlo =
847+ github.com/neutron-org/cosmos-sdk v0.50.13-neutron-rpc /go.mod h1:eR/7/xIt3hbC7YytSL0qultTM2ueYD5Qr+ObWxvYXlo =
847848github.com/neutron-org/feemarket v0.0.0-20250127141246-4ffcf3d43464 h1:5mbzd7sqp8pPYWzIhIYKFovMRBL0ru24N2E6dIWjL0o =
848849github.com/neutron-org/feemarket v0.0.0-20250127141246-4ffcf3d43464 /go.mod h1:DUa6djUsTeMOrbrcIZqWSVxU9IZNCXp96ruaojyBNpc =
849850github.com/neutron-org/wasmd v0.53.2-neutron.0.20250407101311-6842dc9e01b6 h1:qlMsEQdz1KBDlQ07oQCl1CqAAn9tVJrTKqm1yIbNQiM =
You can’t perform that action at this time.
0 commit comments