Skip to content

Commit fbb784e

Browse files
committed
import cosmos-sdk by tag. added a comment about wasmd import
1 parent e73b877 commit fbb784e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,13 @@ require (
227227

228228
replace (
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

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ github.com/neutron-org/admin-module/v2 v2.0.2 h1:XDDFWjvkVBKRf3lBFCazT1zAXZ3dHX8
844844
github.com/neutron-org/admin-module/v2 v2.0.2/go.mod h1:RfOyabXsdJ5btcOKyKPZDYiZhtuKFubbJMOb8EJZtvA=
845845
github.com/neutron-org/cosmos-sdk v0.50.13-neutron.0.20250416103445-3767d64c919c h1:vrFQmGlqrX24zyyumhmeXwxIddhRyVxTAhY5SoKI1kg=
846846
github.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=
847848
github.com/neutron-org/feemarket v0.0.0-20250127141246-4ffcf3d43464 h1:5mbzd7sqp8pPYWzIhIYKFovMRBL0ru24N2E6dIWjL0o=
848849
github.com/neutron-org/feemarket v0.0.0-20250127141246-4ffcf3d43464/go.mod h1:DUa6djUsTeMOrbrcIZqWSVxU9IZNCXp96ruaojyBNpc=
849850
github.com/neutron-org/wasmd v0.53.2-neutron.0.20250407101311-6842dc9e01b6 h1:qlMsEQdz1KBDlQ07oQCl1CqAAn9tVJrTKqm1yIbNQiM=

0 commit comments

Comments
 (0)