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

@@ -10,7 +10,7 @@
!define DESCRIPTION "Fast, light, robust Ethereum implementation"
!define VERSIONMAJOR 1
!define VERSIONMINOR 4
!define VERSIONBUILD 6
!define VERSIONBUILD 7
!define ARGS "--warp"
!define FIRST_START_ARGS "ui --warp --mode=passive"