openethereum/ethcore
Tomasz Drwięga b9ceda38a6 [stable] Backports (#8557)
* 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

* 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

* Enable WebAssembly and Byzantium for Ellaism (#8520)

* Enable WebAssembly and Byzantium for Ellaism

* Fix indentation

* Remove empty lines

* Fix compilation.
2018-05-07 20:17:28 +02:00
..
benches Fixes bench and removes rustc_serialize dependency (#5988) 2017-10-11 17:39:12 +07:00
evm Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
light Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
migrations [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
node_filter ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
res [stable] Backports (#8557) 2018-05-07 20:17:28 +02:00
src [stable] Backports (#8557) 2018-05-07 20:17:28 +02:00
transaction ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
types ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
vm [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
wasm [stable] Backports (#8557) 2018-05-07 20:17:28 +02:00
Cargo.toml Backport #8099 (#8132) 2018-04-04 21:33:14 +09:00