Commit Graph

3 Commits

Author SHA1 Message Date
Afri Schoedon
085035fa2e
Backports to 1.11.7-stable ()
* parity-version: stabelize 1.11

* parity-version: bump stable to 1.11.7

* Don't fetch snapshot chunks at random ()

* Offload cull to IoWorker.

* Limit the number of transactions in pending set ()

* Unordered iterator.

* Use unordered and limited set if full not required.

* Split timeout work into smaller timers.

* Avoid collecting all pending transactions when mining

* Remove println.

* Use priority ordering in eth-filter.

* Fix ethcore-miner tests and tx propagation.

* Review grumbles addressed.

* Add test for unordered not populating the cache.

* Fix ethcore tests.

* Fix light tests.

* Fix ethcore-sync tests.

* Fix RPC tests.

* Make sure to produce full blocks.

* Update hidapi, fixes  ()

* docker: add cmake dependency ()

* Fix miner tests.

* Revert "Make sure to produce full blocks."

This reverts commit b12d5920b2.

* Update light client hardcoded headers ()

* Insert Kovan hardcoded headers until 

* Insert Kovan hardcoded headers until block 7690241

* Insert Ropsten hardcoded headers until 

* Insert Mainnet hardcoded headers until block 5941249

* Make sure to produce full blocks. ()

* Insert ETC (classic) hardcoded headers until block  ()

* fix verification in ethcore-sync collect_blocks ()

* `evm bench` fix broken dependencies ()

* `evm bench` use valid dependencies

Benchmarks of the `evm` used stale versions of a couple a crates that
this commit fixes!

* fix warnings
2018-07-17 09:30:59 +02:00
Dmitry Kashitsyn
604cdde71d Fixes bench and removes rustc_serialize dependency () 2017-10-11 17:39:12 +07:00
Arkadiy Paronyan
25b35ebddd Byzantium updates ()
* EIP-211 updates

* benchmarks

* blockhash instruction gas cost updated

* More benches

* EIP-684

* EIP-649

* EIP-658

* Updated some tests

* Modexp fixes

* STATICCALL fixes

* Pairing fixes

* More STATICALL fixes

* Use paritytech/bn

* Fixed REVERTing of contract creation

* Fixed more tests

* Fixed more tests

* Blockchain tests

* Enable previously broken tests

* Transition test

* Updated tests

* Fixed modexp reading huge numbers

* Enabled max_code_size test

* Review fixes

* Updated pairing pricing

* missing commas (style)

* Update test.rs

* Small improvements

* eip161abc
2017-09-15 21:07:54 +02:00