openethereum/ethcore/src/client
Marek Kotewicz c54beba932 block cleanup (#9117)
* blockchain insert expects owned block instead of block reference

* reduce a number of times a block is deserialized

* removed cached uncle_bytes from block

* removed is_finalized from OpenBlock

* removed unused parity_machine::WithMetadata trait

* removed commented out code

* remove unused metadata from block

* remove unused metadata from block

* BlockDetails extras may have at most 5 elements
2018-07-30 10:45:10 +01:00
..
ancient_import.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
chain_notify.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
client.rs block cleanup (#9117) 2018-07-30 10:45:10 +01:00
config.rs db: remove wal disabling / fast-and-loose option. (#8963) 2018-07-10 17:33:25 +02:00
error.rs remove util-error (#9054) 2018-07-06 15:09:39 +02:00
evm_test_client.rs Avoid schedule copying in nested call/create (#9190) 2018-07-23 15:48:01 +02:00
io_message.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Have space between feature cfg flag (#8791) 2018-06-05 11:28:35 +02:00
private_notify.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
test_client.rs Unify engine error to reject blocks (#9085) 2018-07-16 13:53:55 +02:00
trace.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
traits.rs Unify engine error to reject blocks (#9085) 2018-07-16 13:53:55 +02:00