openethereum/ethcore/light/src
André Silva e7f1204fa4 aura: finalize blocks (#9692)
* aura: emit ancestry actions for finalizing blocks

* aura: refactor is_epoch_end to get finalized blocks as argument

* ethcore: add is_epoch_end_light method to Engine

The full client now tracks finality by querying the engine on each block import,
and it also persists the finalization state to the DB. For the light client
current it doesn't persist finality information and only keeps track of finality
for epoch signals, by calling `is_epoch_end_light`. This method implements the
previously existing logic of building finality for all the blocks in the current
epoch and then checking the finalized blocks against the transition store.

* ethcore: allow finalizing current block

* aura: fix construction of finality proof

* aura: fix warnings

- missing docs for is_epoch_end_light
- unused method unfinalized_hashes in RollingFinality

* aura: fix clone on copy types
2018-10-25 17:33:41 +02:00
..
client aura: finalize blocks (#9692) 2018-10-25 17:33:41 +02:00
net Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
on_demand Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
types Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
cache.rs Light clippy(fy) (#9473) 2018-09-06 15:44:40 +02:00
cht.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
lib.rs Better support for eth_getLogs in light mode (#9186) 2018-08-25 23:06:01 +02:00
provider.rs RPC: parity_getBlockReceipts (#9527) 2018-09-25 18:06:14 +01:00
transaction_queue.rs Light clippy(fy) (#9473) 2018-09-06 15:44:40 +02:00