-
Notifications
You must be signed in to change notification settings - Fork 295
Problem: recent bug fixes are not included #340
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
60090c5
Problem: recent bug fixes are not included
3e64b96
update go.sum and gomod2nix.toml
ef612ee
upgrade go-ethereum
0f4f800
fix build
ced583b
force load go-ethereum assets
c0a9d02
fix port conflict in integration test
086d5e1
fix upgrade integration test
7058de4
fix app config in upgrade test
1798a93
push to crypto-org-chain repo
d7e270a
fix tests
bb6d9e6
fix pystarport
08d637c
rename plan name
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ require ( | |
| github.com/armon/go-metrics v0.3.10 | ||
| github.com/cosmos/cosmos-sdk v0.45.1 | ||
| github.com/cosmos/ibc-go/v2 v2.0.2 | ||
| github.com/ethereum/go-ethereum v1.10.11 | ||
| github.com/ethereum/go-ethereum v1.10.15 | ||
| github.com/gogo/protobuf v1.3.3 | ||
| github.com/golang/protobuf v1.5.2 | ||
| github.com/gorilla/mux v1.8.0 | ||
|
|
@@ -20,8 +20,8 @@ require ( | |
| github.com/tendermint/tendermint v0.34.14 | ||
| github.com/tendermint/tm-db v0.6.4 | ||
| github.com/tharsis/ethermint v0.10.0-alpha1 | ||
| google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb | ||
| google.golang.org/grpc v1.43.0 | ||
| google.golang.org/genproto v0.0.0-20220211171837-173942840c17 | ||
| google.golang.org/grpc v1.44.0 | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
| ) | ||
|
|
||
|
|
@@ -136,7 +136,7 @@ require ( | |
| github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
| github.com/zondax/hid v0.9.0 // indirect | ||
| go.etcd.io/bbolt v1.3.6 // indirect | ||
| golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect | ||
| golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506 // indirect | ||
| golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect | ||
| golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
| golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect | ||
|
|
@@ -153,7 +153,8 @@ require ( | |
| replace ( | ||
| // TODO: fix keyring upstream | ||
| github.com/99designs/keyring => github.com/crypto-org-chain/keyring v1.1.6-fixes | ||
| github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.1 | ||
| // release/v0.45.x branch, TODO use tag when released | ||
| github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.2-0.20220209090836-4161d2b6022a | ||
|
|
||
| // TODO: remove when middleware will be implemented | ||
| github.com/cosmos/ibc-go/v2 => github.com/crypto-org-chain/ibc-go/v2 v2.0.2-hooks | ||
|
|
@@ -164,7 +165,7 @@ replace ( | |
| // See https://github.com/tecbot/gorocksdb/pull/216 | ||
| github.com/tecbot/gorocksdb => github.com/cosmos/gorocksdb v1.1.1 | ||
|
|
||
| github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.10.0-alpha1-cronos-4 | ||
| github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.10.0-alpha1-cronos-6 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| google.golang.org/grpc => google.golang.org/grpc v1.33.2 | ||
| ) | ||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cosmos/cosmos-sdk@v0.45.1...4161d2b