openethereum/ethcore
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
..
benches ethcore: add builtin benchmarks based on geth (#9179) 2018-07-23 15:46:24 +02:00
evm Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
light docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
node_filter Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
private-tx Added --tx-queue-no-early-reject flag to disable early tx queue rejects (#9143) 2018-07-24 16:04:48 +03:00
res [Chain] Add more bootnodes (#9174) 2018-07-25 18:06:45 +02:00
service Offload cull to IoWorker. (#9099) 2018-07-13 12:23:57 +02:00
src block cleanup (#9117) 2018-07-30 10:45:10 +01:00
stratum Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
sync Allow old blocks from peers with lower difficulty (#9226) 2018-07-27 10:13:05 +01:00
transaction deserialize block only once during verification (#9161) 2018-07-25 14:36:46 +02:00
types docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
vm Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
wasm Recursive test (#9042) 2018-07-05 10:09:01 +03:00
Cargo.toml Make sure to produce full blocks. (#9115) 2018-07-13 15:20:24 +01:00