Skip to content

Commit e0ca1a1

Browse files
BE-727 | Fix missing coinbase/rosetta-sdk-go/types dependency (#647)
1 parent b55f157 commit e0ca1a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ replace (
266266
// Needs to be replaced due to iavlFastNodeModuleWhitelist feature
267267
cosmossdk.io/store => github.com/osmosis-labs/cosmos-sdk/store v1.1.1-v0.50.11-v28-osmo-2
268268

269+
// coinbase/rosetta-sdk-go is not longer maintained/available, we use the mesh-sdk-go fork instead
270+
github.com/coinbase/rosetta-sdk-go/types v1.0.0 => github.com/coinbase/mesh-sdk-go/types v1.0.0-beta1
271+
269272
// Direct cometbft branch link: https://github.com/osmosis-labs/cometbft/tree/osmo-v27/0.38.15, current branch: osmo-v27/v0.38.15
270273
// Direct commit link: https://github.com/osmosis-labs/cometbft/commit/fcd17cea479fcb1cf6eb5c0541cc9585b97004f1
271274
// Direct tag link: https://github.com/osmosis-labs/cometbft/releases/tag/v0.38.15-v27-osmo-2
@@ -290,6 +293,7 @@ replace (
290293
github.com/osmosis-labs/osmosis/x/ibc-hooks => github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.0-20240825083448-87db4447a1ff
291294

292295
// replace as directed by sdk upgrading.md https://github.com/cosmos/cosmos-sdk/blob/393de266c8675dc16cc037c1a15011b1e990975f/UPGRADING.md?plain=1#L713
296+
// We can omit this once https://github.com/osmosis-labs/osmosis/pull/9396 is merged.
293297
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
294298
)
295299

0 commit comments

Comments
 (0)