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

Replay/Resync Optimizations: Low Hanging Fruit #5130

Merged
merged 10 commits into from
Aug 10, 2018

Commits on Aug 8, 2018

  1. - dont open database sessions when replaying irreversible blocks unle…

    …ss necessary
    
    - dont add transactions to dedup if they will expire before replay ends
    - dont do various checks that cannot fail inside trx_context
    b1bart committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    2e71a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    240ed8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83a02dc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    944e8ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d846b3a View commit details
    Browse the repository at this point in the history
  3. address PR feedback

    b1bart committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    2b6419b View commit details
    Browse the repository at this point in the history
  4. add light validation mode

    This mode enables skipping of auth checks, transaction signature recovery and other tests that can be inferred as passed if the node implicitly trusts the active set of producers to maintain correctness
    b1bart committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    8942727 View commit details
    Browse the repository at this point in the history
  5. style update

    b1bart committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    6edc505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33a8220 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

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