Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: patch the consistency of transaction receipts with a different chain-id #143

Merged
merged 5 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading