Skip to content

Commit 333361b

Browse files
authored
Merge pull request #1631 from scrtlabs/update-pfm
Update PFM
2 parents e224c95 + a9caede commit 333361b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go-cosmwasm/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ go 1.21
55
replace (
66
github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802144651-d62916253d52
77
github.com/cosmos/cosmos-sdk => github.com/scrtlabs/cosmos-sdk v0.45.13-0.20230802150248-ea64f27dc58d
8+
// PFM: v4.1.1 + https://github.com/cosmos/ibc-apps/commit/455757bb5771c29cf2f83b59e37f6513e07c92be.patch
9+
github.com/cosmos/ibc-apps/v4 => github.com/scrtlabs/ibc-apps/v4 v4.1.2-0.20240312165106-908dc3766519
810
// Fix OSX Ledger Connection Issues - Premerged https://github.com/cosmos/ledger-cosmos-go/pull/36/files
911
github.com/cosmos/ledger-cosmos-go => github.com/chillyvee/ledger-cosmos-go v0.12.2
1012
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
@@ -17,7 +19,6 @@ replace (
1719
require (
1820
github.com/cosmos/cosmos-sdk v0.45.16
1921
github.com/cosmos/go-bip39 v1.0.0
20-
// PFM: v4.1.0 + this fix https://github.com/cosmos/ibc-apps/pull/105
2122
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4 v4.1.1
2223
github.com/cosmos/ibc-go/v4 v4.5.1
2324
github.com/gogo/protobuf v1.3.3

0 commit comments

Comments
 (0)