openethereum/ethcore/native_contracts/src
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
..
test_contracts PoA warp implementation (#5488) 2017-05-17 12:41:33 +02:00
lib.rs PoA warp implementation (#5488) 2017-05-17 12:41:33 +02:00
registry.rs Futures-based native wrappers for contract ABIs (#5341) 2017-04-03 09:40:18 +02:00
secretstore_acl_storage.rs On-chain ACL checker for secretstore (#5015) 2017-04-03 17:46:51 +02:00
service_transaction.rs Futures-based native wrappers for contract ABIs (#5341) 2017-04-03 09:40:18 +02:00
validator_report.rs use native contracts in ValidatorSet 2017-04-12 16:15:35 +02:00
validator_set.rs use native contracts in ValidatorSet 2017-04-12 16:15:35 +02:00