openethereum/ethcore/src/client
Robert Habermeier 4c5e4ac8da PoA warp implementation (#5488)
* separate modules for consensus snapshot chunks

* bulk of authority warp logic

* finish authority warp implementation

* squash warnings and enable authority snapshot mode

* test harness for PoA

* fiddle with harness

* epoch generation proof fixes

* update constructor code

* store epoch transition proof after block commit

* basic snap and restore test

* use keyvaluedb in state restoration

* decompress chunks

* fix encoding issues

* fixed-to-contract-to-contract test

* implement ancient block import

* restore genesis transition in PoW snapshot

* add format version method to snapshot components

* supported version numbers in snapshot_components

* allow returning of ancient epoch transitions

* genesis hash mismatch check

* remove commented code
2017-05-17 12:41:33 +02:00
..
ancient_import.rs PoA warp implementation (#5488) 2017-05-17 12:41:33 +02:00
chain_notify.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
client.rs PoA warp implementation (#5488) 2017-05-17 12:41:33 +02:00
config.rs use a database in ethcore-light 2017-03-21 20:57:13 +01:00
error.rs Traces error handling (#4849) 2017-03-14 13:04:32 +01:00
mod.rs PoA warp implementation (#5488) 2017-05-17 12:41:33 +02:00
test_client.rs Merge branch 'master' into aura-contract-warp 2017-04-19 20:43:24 +02:00
trace.rs Client IPC Interface (#1493) 2016-07-07 09:39:32 +02:00
traits.rs Merge branch 'master' into aura-contract-warp 2017-04-19 20:43:24 +02:00