Backporting to beta (#3980)

* v1.4.7

* Allow sync reorg up to pruning history size

* Peer difficulty tracking

* Abort downloading block if received with NewBlock

* Fixed test


Former-commit-id: f2058bdd2feefe3651134aa07e6ce9e3e041fbec
This commit is contained in:
Arkadiy Paronyan
2016-12-27 15:12:03 +01:00
committed by GitHub
parent fee9053c9a
commit 84021a6148
15 changed files with 247 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ description = "Ethcore utility library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-util"
version = "1.4.6"
version = "1.4.7"
authors = ["Ethcore <admin@ethcore.io>"]
build = "build.rs"