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

State tracking for double sign protection #193

Merged
merged 20 commits into from
Mar 8, 2019
Merged

Commits on Mar 4, 2019

  1. Work in progress of tracking the state of what we most recently signe…

    …d so regressions don't trigger a double sign
    Zaki Manian committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    fd968f5 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    Zaki Manian committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    4bb0c03 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Add double sign detection test

    Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    455179b View commit details
    Browse the repository at this point in the history
  2. Better Constructor

    Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    11a00f2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:tendermint/kms into zaki/priv_val…

    …idator_state
    Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    fe8b613 View commit details
    Browse the repository at this point in the history
  4. Introduce state checking

    Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    89204d7 View commit details
    Browse the repository at this point in the history
  5. Integrate double sign protection into session

    Zaki Manian authored and Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    80a30fb View commit details
    Browse the repository at this point in the history
  6. Fix consensus step

    Zaki Manian authored and Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    6e01265 View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    Zaki Manian authored and Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a798ec4 View commit details
    Browse the repository at this point in the history
  8. Improve the filepaths

    Sync to disk on every signature
    Zaki Manian authored and Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    12644bc View commit details
    Browse the repository at this point in the history
  9. Please clippy

    Zaki Manian authored and Zaki Manian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    252afe8 View commit details
    Browse the repository at this point in the history
  10. Update src/last_sign_state.rs

    Co-Authored-By: zmanian <zaki@manian.org>
    liamsi and zmanian committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ad05e72 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74f6c5a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Remove the round regression error

    Zaki Manian committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    73a1ac5 View commit details
    Browse the repository at this point in the history
  2. Delete the state file at begining of the run

    Zaki Manian committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    bc8fceb View commit details
    Browse the repository at this point in the history
  3. fix formatting

    Zaki Manian committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c229ea4 View commit details
    Browse the repository at this point in the history
  4. Clean up tests at then end

    Zaki Manian committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    9f54d31 View commit details
    Browse the repository at this point in the history
  5. Format

    Zaki Manian committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    5e9a2f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8927d0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9917287 View commit details
    Browse the repository at this point in the history