Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune EthereumSignatures and EthereumEventVoteRecords #517

Merged
merged 85 commits into from
Aug 10, 2023
Merged

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    3b7e663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7219b View commit details
    Browse the repository at this point in the history
  3. Change recordEventVote to only record for new events. Still updates s…

    …ubmitter's event nonce
    cbrit committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6e6d225 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Review changes

    cbrit committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9576296 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 16, 2023

  1. Addition of CompletedOutgoingTx, and windows for persisting event vot…

    …es and completed tx history, queries
    cbrit committed May 16, 2023
    Configuration menu
    Copy the full SHA
    61c2f84 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    798bb28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eac7c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3384780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d879f93 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    016b9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59b95f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Fix slashing and pruning, conditionally add signer txs for to Complet…

    …ed for querying, update unit tests
    cbrit committed May 22, 2023
    Configuration menu
    Copy the full SHA
    18297d3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    97a7cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11ae2f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    9b2fa69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7774350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93898a6 View commit details
    Browse the repository at this point in the history
  4. Happy path improvements

    cbrit committed May 30, 2023
    Configuration menu
    Copy the full SHA
    cee01a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad2e1ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a60aa4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9e7b46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d094333 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10ba8e8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Remove coverage.txt from index

    cbrit committed May 31, 2023
    Configuration menu
    Copy the full SHA
    62052b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aec8a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

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

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    fa739d7 View commit details
    Browse the repository at this point in the history
  2. Refactor slashing

    cbrit committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2b4f813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bddc200 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Slash for both Outgoing and Completed, make the Outgoing->Completed s…

    …tate changes atomic, make signer set completion handling more consistent with other tx types, update tests
    cbrit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    45f3b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71176eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb424d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Revert "Review items - queries and signature -> confirmation term con…

    …sistency"
    
    This reverts commit fa739d7.
    cbrit committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    751b4f8 View commit details
    Browse the repository at this point in the history
  2. Update rust proto bindings

    cbrit committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fdfee5f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Correct mistakes in git revert

    cbrit committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    aabb8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d2a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b53075 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe6f10 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded comments

    cbrit committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    71bacf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 29, 2023

  1. Fix minor proto inconsistency

    cbrit committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bb2df29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2259b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7160287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f10dd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd891b View commit details
    Browse the repository at this point in the history
  6. Slashing reason event key/value

    cbrit committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    49fe53c View commit details
    Browse the repository at this point in the history
  7. Only prune signer sets in abci

    cbrit committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    92b7c88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f974ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    386d151 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    43e7eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f525d8a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    5fa34d1 View commit details
    Browse the repository at this point in the history
  2. Fix test file name

    cbrit committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cb3a8f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bfdcdd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    3b5532f View commit details
    Browse the repository at this point in the history
  2. Fix key name typo

    cbrit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c063451 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dea66cd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    e1fb6b3 View commit details
    Browse the repository at this point in the history
  2. Fix signer set pruning bug

    cbrit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a3e1a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daa37bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1a73c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3255a88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dc35c4 View commit details
    Browse the repository at this point in the history
  7. Unit test fixes

    cbrit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    54f8996 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    fee0d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbe3de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d78eb View commit details
    Browse the repository at this point in the history
  4. Order contract call signing

    cbrit committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5ccfc53 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Clean up unsigned batches test

    cbrit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9e4ef50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d89aa View commit details
    Browse the repository at this point in the history
  3. Clarify comment forr param

    cbrit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1db56ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d0c767 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix key name typo"

    This reverts commit c063451.
    cbrit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f8618ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2a34f9 View commit details
    Browse the repository at this point in the history
  7. Format slashing.go

    cbrit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    39c8888 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3258760 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5402aa8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbb3f9c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    5b2cb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98ada6 View commit details
    Browse the repository at this point in the history
  3. Undo mistaken comment change

    cbrit committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    64f09b2 View commit details
    Browse the repository at this point in the history