-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problem: currently used go-ethereum contains a known vulnerability #143
Changes from 6 commits
09edb13
90f64d4
a33391e
f7a5edb
399fea6
c1dd9f4
30ed5dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
|
||
### Improvements | ||
- [cronos#162](https://github.com/crypto-org-chain/cronos/pull/162) bump ibc-go to v1.2.1 with hooks support | ||
- [cronos#143](https://github.com/crypto-org-chain/cronos/pull/143) update go-ethereum to 1.10.9 and add fee market | ||
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. maybe specify upgrade ethermint 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. done |
||
module. | ||
|
||
*October 4, 2021* | ||
## v0.5.5 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ require ( | |
github.com/armon/go-metrics v0.3.9 | ||
github.com/cosmos/cosmos-sdk v0.44.1 | ||
github.com/cosmos/ibc-go v1.2.1 | ||
github.com/ethereum/go-ethereum v1.10.3 | ||
github.com/ethereum/go-ethereum v1.10.9 | ||
github.com/gogo/protobuf v1.3.3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gorilla/mux v1.8.0 | ||
|
@@ -19,8 +19,8 @@ require ( | |
github.com/stretchr/testify v1.7.0 | ||
github.com/tendermint/tendermint v0.34.13 | ||
github.com/tendermint/tm-db v0.6.4 | ||
github.com/tharsis/ethermint v0.4.2-0.20210927141513-04c2f05002f8 | ||
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af | ||
github.com/tharsis/ethermint v0.6.1-0.20211008133842-e9ab6241db41 | ||
google.golang.org/genproto v0.0.0-20211007155348-82e027067bd4 | ||
google.golang.org/grpc v1.41.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
@@ -41,5 +41,5 @@ replace github.com/peggyjv/gravity-bridge/module => github.com/crypto-org-chain/ | |
|
||
replace github.com/cosmos/iavl => github.com/cosmos/iavl v0.17.1 | ||
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. is this IAVL line necessary? it should be by default in 0.44.1? 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. https://github.com/tendermint/tendermint/blob/v0.34.13/go.mod#L16 it seems still needed, tendermint still depends on the old iavl 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. submitted tendermint/tendermint#7089, I think it can be backported to v0.34.x. |
||
|
||
// FIXME: https://github.com/crypto-org-chain/ethermint/tree/cronos2 | ||
replace github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.4.2-0.20211004101819-7b5449f36cc8 | ||
// FIXME: https://github.com/crypto-org-chain/ethermint/tree/nil-tracer | ||
replace github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.4.2-0.20211012020956-6c537e87c727 | ||
yihuang marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
not sure if changelog should also comment on breaking changes?
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.
copied some ethermint changelog.