-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @cheme signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
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.
Changes to ethcore/res/ethereum/tests
seem to be unrelated. Can you revert them?
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.
Note, that this PR also updates ethcore/res/ethereum/tests
submodule 👍. I edited PR description to close the issue automatically (see https://help.github.com/articles/closing-issues-using-keywords/).
I agree with Marek, that we should revert unrelated changes, since the tests don't pass and it would be easier to backport in that case. |
Change to ethtests was a mistake, sorry. |
Thanks Ordian for the PR description update. |
@@ -1901,7 +1901,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
dependencies = [ | |||
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
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.
I wonder where did this downgrade come from?
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.
it's unrelated: rust-lang/cargo#5702
This PR update patricia trie to 0.2.2. It also switch to only targeting its minor version in Cargo.toml.
0.2.2 from 0.2.1 adds paritytech/parity-common#38 which closes #9180 .