openethereum/ethcore/res/ethereum
Wei Tang 62ccdd7ad4 [beta] Backports (#8558)
* Fetching logs by hash in blockchain database (#8463)

* Fetch logs by hash in blockchain database

* Fix tests

* Add unit test for branch block logs fetching

* Add docs that blocks must already be sorted

* Handle branch block cases properly

* typo: empty -> is_empty

* Remove return_empty_if_none by using a closure

* Use BTreeSet to avoid sorting again

* Move is_canon to BlockChain

* typo: pass value by reference

* Use loop and wrap inside blocks to simplify the code

Borrowed from https://github.com/paritytech/parity/pull/8463#discussion_r183453326

* typo: missed a comment

* Pass on storage keys tracing to handle the case when it is not modified (#8491)

* Pass on storage keys even if it is not modified

* typo: account and storage query

`to_pod_diff` builds both `touched_addresses` merge and storage keys merge.

* Fix tests

* Use state query directly because of suicided accounts

* Fix a RefCell borrow issue

* Add tests for unmodified storage trace

* Address grumbles

* typo: remove unwanted empty line

* ensure_cached compiles with the original signature

* Update wasmi and pwasm-utils (#8493)

* Update wasmi to 0.2

New wasmi supports 32bit platforms and no longer requires a special feature to build for such platforms.

* Update pwasm-utils to 0.1.5

* Show imported messages for light client (#8517)

* Enable WebAssembly and Byzantium for Ellaism (#8520)

* Enable WebAssembly and Byzantium for Ellaism

* Fix indentation

* Remove empty lines

* Don't panic in import_block if invalid rlp (#8522)

* Don't panic in import_block if invalid rlp

* Remove redundant type annotation

* Replace RLP header view usage with safe decoding

Using the view will panic with invalid RLP. Here we use Rlp decoding directly which will return a `Result<_, DecoderError>`. While this path currently should not have any invalid RLP - it makes it safer if ever called with invalid RLP from other code paths.

* Node table sorting according to last contact data (#8541)

* network-devp2p: sort nodes in node table using last contact data

* network-devp2p: rename node contact types in node table json output

* network-devp2p: fix node table tests

* network-devp2p: note node failure when failed to establish connection

* network-devp2p: handle UselessPeer error

* network-devp2p: note failure when marking node as useless
2018-05-07 20:17:52 +02:00
..
tests@b6011c3fb5 Fixed tests after rename 2017-10-10 17:48:37 +02:00
byzantium_test.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00
classic.json ECIP 1041 - Remove Difficulty Bomb (#7905) 2018-02-16 10:09:49 +01:00
constantinople_test.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00
easthub.json Implement Easthub chain spec (#8295) 2018-04-04 23:00:21 +09:00
eip150_test.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00
eip161_test.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00
ellaism.json [beta] Backports (#8558) 2018-05-07 20:17:52 +02:00
expanse.json Expanse Byzantium update w/ correct metropolis difficulty increment divisor (#7463) 2018-01-05 13:49:07 +01:00
foundation.json Betalize 1.11 :) (#8475) 2018-04-26 09:46:06 +02:00
frontier_like_test.json Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
frontier_test.json Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
homestead_test.json Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
kovan_wasm_test.json Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
kovan.json Betalize 1.11 :) (#8475) 2018-04-26 09:46:06 +02:00
mcip3_test.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00
mcip6_byz.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00
morden.json ECIP 1041 - Remove Difficulty Bomb (#7905) 2018-02-16 10:09:49 +01:00
musicoin.json Update musicoin spec in line with gmc v2.6.2 (#8242) 2018-03-28 14:11:49 +02:00
olympic.json Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
ropsten.json Betalize 1.11 :) (#8475) 2018-04-26 09:46:06 +02:00
social.json Add Ethereum Social support (#8325) 2018-04-09 16:18:00 +02:00
transition_test.json Max code size on Kovan (#8067) 2018-03-07 15:11:09 +01:00