Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

fix switching between speculative and irreversible mode #6842

Merged
merged 11 commits into from
Mar 6, 2019

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    8967d47 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. fix replay & transit

    taokayan committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    2ae9f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    696c5a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2330b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf8687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff3d09 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Replay no longer removed fork_db; avoids losing info on irreversible …

    …replay.
    
    No longer reconstruct reversible blocks when switching from irreversible 
    to speculative mode since that can be dangerous. Instead use maybe 
    switch forks after the replay is complete.
    arhag committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    c982dd6 View commit details
    Browse the repository at this point in the history
  2. correct ilog message on fresh state database; better error message wh…

    …en applying best branch from fork_db
    arhag committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    5f42870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    256c8a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. simply logic now that there is a guarantee that no reversible blocks …

    …will exist while in irreversible mode
    arhag committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    580361f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2f534 View commit details
    Browse the repository at this point in the history