-
Notifications
You must be signed in to change notification settings - Fork 379
Add support to DecodeWithMemTracking #315
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
Conversation
@@ -10,15 +10,15 @@ edition = "2018" | |||
|
|||
[dependencies] | |||
auto_impl = "1.0" | |||
ethereum = { git = "https://github.com/rust-ethereum/ethereum.git", rev = "3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba", default-features = false } | |||
ethereum = { git = "https://github.com/rust-ethereum/ethereum.git", rev = "bbb544622208ef6e9890a2dbc224248f6dd13318", default-features = false } |
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.
@sorpaas could we have a new release for this package?
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.
@RomarQ could we merge it without the release?
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.
Yes, it seems fine.
cc: @sorpaas @boundless-forest @koushiro
If you guys agree, we should be able to merge this.
Description
Add support to
DecodeWithMemTracking
that is required to upgrade another dependencies that depends on this one to polkadotstable2503
Also upgrade ethereum to include my latest commit
Similar to what I did with rust-ethereum/ethereum#62