Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

AuthorityRound: finalize blocks #9113

Closed
wants to merge 6 commits into from
Closed

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    a9f3112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d417fa View commit details
    Browse the repository at this point in the history
  3. 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.
    andresilva committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a758f68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10d5df4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48df25b View commit details
    Browse the repository at this point in the history
  6. aura: fix warnings

    - missing docs for is_epoch_end_light
    - unused method unfinalized_hashes in RollingFinality
    andresilva committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    8d53074 View commit details
    Browse the repository at this point in the history