Skip to content

Commit

Permalink
Merge branch 'v8/fix-tx-receipt' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsong0 committed Sep 4, 2024
2 parents f1dbfe5 + 6b48075 commit 43766ac
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 @@ -255,7 +255,7 @@ replace (
cosmossdk.io/core => cosmossdk.io/core v0.11.0
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.38.11-priority-fix2
github.com/evmos/ethermint => github.com/b-harvest/ethermint v0.22.0-sdk50-1
github.com/evmos/ethermint => github.com/b-harvest/ethermint v0.22.0-sdk50-1-canto-fix
// replace broken goleveldb
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ github.com/aws/aws-sdk-go v1.44.224/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
github.com/b-harvest/cometbft v0.38.11-priority-fix2 h1:ejKGu8dV0CB3yT1Q8PwC68ASK26SGyIBscLpBAQDQQc=
github.com/b-harvest/cometbft v0.38.11-priority-fix2/go.mod h1:jHPx9vQpWzPHEAiYI/7EDKaB1NXhK6o3SArrrY8ExKc=
github.com/b-harvest/ethermint v0.22.0-sdk50-1 h1:SO88tJZcsIMQ8LAnfjvKPM4cHUCEt4cVIpSoxkhDLDA=
github.com/b-harvest/ethermint v0.22.0-sdk50-1/go.mod h1:oJHa7P91tmQpDx0rVfEmuSHFBntnsWvMcgjbm11hzaY=
github.com/b-harvest/ethermint v0.22.0-sdk50-1-canto-fix h1:L1/TBcgMUKwyczuGg8tv1GXmwim/YHQETeJj9NLzOCA=
github.com/b-harvest/ethermint v0.22.0-sdk50-1-canto-fix/go.mod h1:oJHa7P91tmQpDx0rVfEmuSHFBntnsWvMcgjbm11hzaY=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
Expand Down

0 comments on commit 43766ac

Please sign in to comment.