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

Introduce baseline types required to implement validator set updates #273

Merged
merged 49 commits into from
Aug 10, 2022

Commits on Aug 3, 2022

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

    sug0 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8eb6e03 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Add tiny-keccak as a dep

    sug0 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2dec131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30cf4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e060784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0732bb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a46cce1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6a3c5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61030d8 View commit details
    Browse the repository at this point in the history
  8. Encode test

    sug0 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    26ab743 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27016cd View commit details
    Browse the repository at this point in the history
  10. Remove AbiEncodePacked

    sug0 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    16c4d4f View commit details
    Browse the repository at this point in the history
  11. Remove TODO

    sug0 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    32b002e View commit details
    Browse the repository at this point in the history
  12. Add VextDigest

    sug0 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ce38f19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c14c8f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    944f8c2 View commit details
    Browse the repository at this point in the history
  2. WIP: VextDigest decompress

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    791cce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768eec1 View commit details
    Browse the repository at this point in the history
  4. Fix make clippy-abci-plus-plus

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    8305590 View commit details
    Browse the repository at this point in the history
  5. Sign stub

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b0ff8a5 View commit details
    Browse the repository at this point in the history
  6. Add VoteExtension type

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    52b6d57 View commit details
    Browse the repository at this point in the history
  7. Add VoteExtensionDigest

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5abd8e7 View commit details
    Browse the repository at this point in the history
  8. Rename EncodedData to HexString

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    dc02085 View commit details
    Browse the repository at this point in the history
  9. Add test docstring

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    20499f5 View commit details
    Browse the repository at this point in the history
  10. Add abi_params() stub

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4f205f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfa21a9 View commit details
    Browse the repository at this point in the history
  12. WIP: Sign Vext

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    9e1e32d View commit details
    Browse the repository at this point in the history
  13. Make tag mod private

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d904238 View commit details
    Browse the repository at this point in the history
  14. Fix docstrings

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a8ae428 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e473ef View commit details
    Browse the repository at this point in the history
  16. Improve Signed docstring

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e09944c View commit details
    Browse the repository at this point in the history
  17. Fix typo in tag enum

    sug0 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    20cba91 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    6bb7b41 View commit details
    Browse the repository at this point in the history
  2. Refactor voting powers

    sug0 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4a78619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adb9c8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0381ab View commit details
    Browse the repository at this point in the history
  5. Sign validator set update

    sug0 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    afc35d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69c4fb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5a2cde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d72e25e View commit details
    Browse the repository at this point in the history
  9. Add a TODO

    sug0 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    6e4a437 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Revert "Add VoteExtensionDigest::get_protocol_txs()"

    This reverts commit a5a2cde.
    sug0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c7f940f View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    sug0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0e13722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ee213d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d0423 View commit details
    Browse the repository at this point in the history
  5. Remove duplicated type def

    sug0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    445bbfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f440f9 View commit details
    Browse the repository at this point in the history
  7. Improve Signed API

    sug0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    97021f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b442ca View commit details
    Browse the repository at this point in the history