* Ropsten network (#3539)
* Ropsten network
* Sorted premine
* Comas
* Removed trailing coma
* --testnet set to ropset
* New registry contract address for ropsten (#3549)
* New registry for ropsten
* Registry address
* Registry with payable modifier
* Fix panic on importing own invalid transaction (#3550)
* Use patched MIO
* Trim whitespace from recovery phrase
* v1.4.5
* Appending logs by default
* Fixing phrases generated on windows
* Manually add \r to Windows phrases pre 1.4.4
* < 1.4.5
* Update test, fix number. (#3612)
* Set default tx price to 0.0025 USD
* Only support 1.4.x dictionary
Former-commit-id: 793003af5ff14bccb34e24b8b57897762647e03d
previously it kept all seen code in memory, leading to
high memory usage by the end of state restoration
Former-commit-id: 749391f3353d186d9be2e60fbc7f2f822408f8e3
* Disarm the HF and add more bootnodes (#3323)
* Disarm the HF
* More bootnodes
* Updated tests
* Windows app and installer fixes (#3338)
* Windows app and installer fixes
* Sorted out comments
Former-commit-id: f64a70feb8594ab4c9494a56702b8283c06a0d19
* Mode improvements for UI (#3109)
* `--mode=off` now works.
* Add Mode::Off as a persistent CLI option.
* "last" not "auto" as default.
* Commit accidentally unsaved file.
* Whitespace
[ci:skip]
* Mode CLI parse fix
* or offline
* Save mode when it gets changed.
* Fix Offline mode
* Fix up mode operations.
* Make passive default, but not overriding.
* Fix test
* Maybe not everyone wants to run an archive node...
* Parity configuration settings, i.e. mode (#3212)
* Add initial page
* Add parity icon
* opacity for parity icon
* Mode selector
* Actually set mode when value changes
Former-commit-id: 64386d94adfa58aa30bab2005eeb64f6343c8248
* sendRawTransaction invalid RLP error
* Returning proper error for estimate_gas
* Exposing engine extra info in block RPC (#3169)
* Exposing extra info in RPC
* Proper serialization and client trait API
* Fixing possible race condition in ethcore_hashContent (#3191)
* Remove dapp logos (GHH points to dapp-assets) (#3192)
* The front-end for each hard-fork, also EIP-160.
* Address EIP161 a/c
* Include EIP-161b
* EIP-161 part d.
* Fix test build.
* Fix one test, add another.
* Fix use of bloom & renaming.
* Initial groundwork for EIP-155
* Fix minor bug.
* Fix all tests finally.
* Rest of EIP-155.
* Add tests for EIP-155 algorithm.
Update transaction tests validation.
* Minor reformat.
* Address grumbles.
* Remove unused code.
* Fix SUICIDE gas mechanism and add consensus tests.
* Remove commented code.
* Set Frontier hardfork block number
* Fix warning.
* Transaction tests,
* provide snapshot sync info in eth_syncing
* specify block gap in eth_syncing
* Extend eth_syncing with warp, format the output properly
* adjust serialization tests for sync info
* whitespace
* gas price distribution + median + tests
* put histogram in util
* use the util histogram
* remove the default gas price implementation
* histogram rpc
* fix empty corpus
* Add JS ethcore_gasPriceHistogram
* Fix typo (s/types/type/) & subsequent failing test
* Fix return type & formatting
* bucketBounds
* Add jsapi e2e test verification
* clarify "cancelled periodic snapshot" message
* more rigorous checks for snapshot validity
* verify ancient blocks on import
* limit number of fed blocks
* make it possible to feed snapshot service canonical hashes
* fix failing test build
* swap ethash DAG only when more recent