This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Parity Ethereum 2.0.0 #9052
Merged
Merged
Parity Ethereum 2.0.0 #9052
Changes from 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f2a23fc
parity-version: major bump to 2.0.0 🎉
5chdn 8a698d6
parity-ethereum: rename crate 🌵
5chdn 64957e0
ethcore: only accept service transactions from parity-ethereum nodes
5chdn f428e2a
parity: fix --identity tests
5chdn 207901c
rpc: fix sync provider in tests
5chdn 40b55f6
Merge branch 'master' into a5-parity-ethereum
5chdn 338e569
rpc: fix parity_net_peers test
5chdn 04dad4a
ethcore-sync: accept service transactions from parity and parity-ethe…
5chdn c79951f
ethcore-sync: fix indentation
5chdn 943e7ab
parity: merge master into parity-ethereum
5chdn 291f6f2
ethcore-sync: split the ifs to reduce code redundancy
5chdn 5d1ea45
ethcore-sync: fix syntax
5chdn 527c5fd
Fix building ethcore
ngotchac c84e80d
Merge master refactoring of parity-common
5chdn f6702d6
update cargo.lock
5chdn 585ffe2
can't believe I'm merging master again @dvdplm :p
5chdn 18ea792
parity-version: major bump to 2.0.0 tada
5chdn f2b12c1
fix merge
5chdn e9f3bb7
merge master again finally
5chdn 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[package] | ||
description = "Parity Ethereum client" | ||
name = "parity" | ||
name = "parity-ethereum" | ||
# NOTE Make sure to update util/version/Cargo.toml as well | ||
version = "1.12.0" | ||
version = "2.0.0" | ||
license = "GPL-3.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
|
||
|
This file contains 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 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 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 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 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.
Would be cleaner to do the split in the ifs, and then the rest outside :