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

Approval voting overlay db #3366

Merged
14 commits merged into from
Jul 8, 2021

Commits on Jun 24, 2021

  1. node/approval-voting: Introduce Backend trait and Overlaybackend

    This commit introduces a Backend trait and attempts to move away
    from the Action model via an OverlayBackend as in the ChainSelection
    subsystem.
    Lldenaurois committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    55afad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7a612a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf68b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. node/approval-voting: Get all module tests to pass.

    This commit modifies all tests to ensure tests are passing.
    Lldenaurois committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    844e56b View commit details
    Browse the repository at this point in the history
  2. node/approval-voting: Address oversights in the previous commit

    This commit addresses some oversights in the prior commit.
    
    1. Inner errors in backend.write were swallowed
    2. One-off write functions removed to avoid useless abstraction
    3. Touch-ups in general
    Lldenaurois committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    3e9e5f3 View commit details
    Browse the repository at this point in the history
  3. node/approval-voting: Move from TestDB to dyn KeyValueDB

    This commit removes the TestDB from tests.rs and replaces it with
    an in-memory kvdb.
    Lldenaurois committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    12899aa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    7b9ff0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46df410 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    103b873 View commit details
    Browse the repository at this point in the history
  2. Add TODO

    Lldenaurois committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7ae0dfa View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

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

Commits on Jul 7, 2021

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

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    6b0f048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8dde8 View commit details
    Browse the repository at this point in the history