Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Update patricia trie to 0.2.2 #9525

Merged
merged 2 commits into from
Sep 11, 2018
Merged

Conversation

cheme
Copy link
Contributor

@cheme cheme commented Sep 11, 2018

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 .

@parity-cla-bot
Copy link

It looks like @cheme signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@cheme cheme added A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). labels Sep 11, 2018
@cheme cheme requested a review from dvdplm September 11, 2018 12:48
Copy link
Collaborator

@debris debris left a 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?

@debris debris added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Sep 11, 2018
Copy link
Collaborator

@ordian ordian left a 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/).

@5chdn 5chdn added this to the 2.2 milestone Sep 11, 2018
This was referenced Sep 11, 2018
@ordian
Copy link
Collaborator

ordian commented Sep 11, 2018

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.

@cheme
Copy link
Contributor Author

cheme commented Sep 11, 2018

Change to ethtests was a mistake, sorry.

@cheme
Copy link
Contributor Author

cheme commented Sep 11, 2018

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)",
Copy link
Collaborator

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?

Copy link
Collaborator

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

@debris debris added A8-looksgood 🦄 Pull request is reviewed well. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Sep 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

archivedb assertion on when syncing and launch
6 participants