openethereum/ethcore/src
Marek Kotewicz 628f0878b1 Backports to stable (#7661)
* Update .gitlab-ci.yml

fix cache:key

* Fixed delegatecall's from/to (#7568)

* Fixed delegatecall's from/to, closes #7166

* added tests for delegatecall traces, #7167

* Fix Temporarily Invalid blocks handling (#7613)

* Handle temporarily invalid blocks in sync.

* Fix tests.

* Improve handling of RocksDB corruption (#7630)

* kvdb-rocksdb: update rust-rocksdb version

* kvdb-rocksdb: mark corruptions and attempt repair on db open

* kvdb-rocksdb: better corruption detection on open

* kvdb-rocksdb: add corruption_file_name const

* kvdb-rocksdb: rename mark_corruption to check_for_corruption
2018-01-23 10:58:08 +01:00
..
account_provider [beta] Backport nonces reservations (#7439) 2018-01-09 11:13:27 +01:00
blockchain Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 13:40:58 +00:00
blooms Remove reexport of HeapSizeOf in util (#6419) 2017-08-30 16:04:47 +02:00
client Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 13:40:58 +00:00
engines Backports to stable (#7661) 2018-01-23 10:58:08 +01:00
ethereum backports to beta (#7434) 2018-01-09 13:55:10 +01:00
json_tests Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
migrations Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
miner [beta] Kovan HF (#7234) 2017-12-08 13:08:15 +01:00
snapshot Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
spec Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
state Backports to stable (#7661) 2018-01-23 10:58:08 +01:00
tests backports to beta (#7434) 2018-01-09 13:55:10 +01:00
trace Backports to stable (#7661) 2018-01-23 10:58:08 +01:00
verification backports to beta (#7434) 2018-01-09 13:55:10 +01:00
views Return decoded seal fields. (#6932) 2017-11-13 14:52:00 +01:00
account_db.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
basic_types.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
block.rs Maximum uncle count transition (#7196) 2017-12-05 16:01:52 +01:00
builtin.rs Fixed modexp gas calculation overflow (#6741) (#6745) 2017-10-13 16:12:26 +02:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
encoded.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
error.rs backports to beta (#7434) 2018-01-09 13:55:10 +01:00
executed.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
executive.rs backports to beta (#7434) 2018-01-09 13:55:10 +01:00
externalities.rs [beta] Add hint in ActionParams for splitting code/data (#6968) 2017-11-03 12:20:54 +01:00
factory.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
header.rs Return decoded seal fields. (#6932) 2017-11-13 14:52:00 +01:00
lib.rs Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
machine.rs [beta] Add hint in ActionParams for splitting code/data (#6968) 2017-11-03 12:20:54 +01:00
pod_account.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
pod_state.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
service.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 13:40:58 +00:00
state_db.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
timer.rs move timer.rs to ethcore (#6437) 2017-09-02 10:54:39 +02:00
transaction.rs [beta] Backports (#6891) 2017-10-25 13:13:11 +02:00
tx_filter.rs Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00