openethereum/ethcore/src
Wei Tang 5795d332c8 Insert PROOF messages for some cases in blockchain (#9141)
* Insert PROOF messages for some cases in blockchain

* Break expect to its own line to avoid things being too long

* Be more specific for all low-level database error cases

* Fix BranchBecomingCanonChain expect

* ethcore: fix typo in expect proof message
2018-07-25 17:45:06 +01:00
..
account_provider Disable hardware-wallets on platforms that don't support libusb (#8464) 2018-06-26 09:03:38 +02:00
blockchain Insert PROOF messages for some cases in blockchain (#9141) 2018-07-25 17:45:06 +01:00
client deserialize block only once during verification (#9161) 2018-07-25 14:36:46 +02:00
engines Be more graceful on Aura difficulty validation (#9164) 2018-07-19 22:41:31 +08:00
ethereum Unify engine error to reject blocks (#9085) 2018-07-16 13:53:55 +02:00
json_tests Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
miner Added --tx-queue-no-early-reject flag to disable early tx queue rejects (#9143) 2018-07-24 16:04:48 +03:00
snapshot docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
spec Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
state Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
tests Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
trace new blooms database (#8712) 2018-06-20 15:13:07 +02:00
verification deserialize block only once during verification (#9161) 2018-07-25 14:36:46 +02: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 Unify engine error to reject blocks (#9085) 2018-07-16 13:53:55 +02:00
builtin.rs ethcore: add missing builtins benchmarks (#9170) 2018-07-20 15:06:11 +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 Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
externalities.rs Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
factory.rs Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
header.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
lib.rs docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
machine.rs Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +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 Unify engine error to reject blocks (#9085) 2018-07-16 13:53:55 +02:00
tx_filter.rs new blooms database (#8712) 2018-06-20 15:13:07 +02:00