openethereum/ethcore/src/client
keorn 22261bc2d1 New contract PoA sync fixes (#5991)
* generate proofs on newly-created state

* report only missed steps after first block

* dont report skipped if not signer

* test

* finality tracing and passing valid header to `commit_block`

* avoid proposing multiple times on the same step when validator set changes

* limit benign reports

* Ordering -> AtomicOrdering

* reinstate warning now that spam is reduced

* flush pending transition changes when necessary

* ensure epochs aren't re-zoomed on every block
2017-07-13 09:48:00 +02:00
..
ancient_import.rs PoA: Wait for transition finality before applying (#5774) 2017-06-28 13:17:36 +02:00
chain_notify.rs Latest headers Pub-Sub (#5655) 2017-05-23 12:26:39 +02:00
client.rs New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
config.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
error.rs Traces error handling (#4849) 2017-03-14 13:04:32 +01:00
evm_test_client.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
mod.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
test_client.rs --reseal-on-uncle (#5940) 2017-07-10 13:36:42 +02:00
trace.rs Client IPC Interface (#1493) 2016-07-07 09:39:32 +02:00
traits.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00