openethereum/ethcore/src
Afri Schoedon da5de4a6ff db: remove wal disabling / fast-and-loose option. (#8963)
* parity: highlight --fast-and-loose is not recommended.

* parity: remove fast-and-loose option, ref #1765

* db: remove db wal from options, it's always enabled

* db: remove wal from rocksdb helpers

* cli: fix wallet import test

* ethcore: fix client config tests

* parity: proper deprecated handling for fast-and-loose

* ethcore-client: fix config

* parity: mark fast-and-loose removed

* parity: fix test_find_deprecated

* parity: fix type for fast-and-loose flag

* lock file
2018-07-10 17:33:25 +02:00
..
account_provider Disable hardware-wallets on platforms that don't support `libusb` (#8464) 2018-06-26 09:03:38 +02:00
blockchain Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
client db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
engines Fixes for misbehavior reporting in AuthorityRound (#8998) 2018-07-06 10:43:58 +01:00
ethereum Remove a weird emoji in new_social docs (#8913) 2018-06-18 11:11:41 +02:00
json_tests Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
miner SeedHashCompute remove needless `new` impl (#9063) 2018-07-09 16:47:58 +02:00
snapshot remove util-error (#9054) 2018-07-06 15:09:39 +02:00
spec eip160/eip161 spec: u64 -> BlockNumber (#9044) 2018-07-04 17:28:43 +03:00
state remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
tests new blooms database (#8712) 2018-06-20 15:13:07 +02:00
trace new blooms database (#8712) 2018-06-20 15:13:07 +02:00
verification Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
views Don't allocate in expect_valid_rlp unless necessary (#8867) 2018-06-12 08:15:52 +02:00
account_db.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
block.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
builtin.rs Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
cache_manager.rs remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
db.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
encoded.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
error.rs remove util-error (#9054) 2018-07-06 15:09:39 +02:00
executed.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
executive.rs remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
externalities.rs remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
factory.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
header.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
lib.rs Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
machine.rs Disallow unsigned transactions in case EIP-86 is disabled (#8802) 2018-06-05 19:49:11 +02:00
pod_account.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
pod_state.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
state_db.rs remove util-error (#9054) 2018-07-06 15:09:39 +02:00
test_helpers.rs simplify kvdb error types (#8924) 2018-07-02 10:04:48 +01:00
tx_filter.rs new blooms database (#8712) 2018-06-20 15:13:07 +02:00