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

Track the most recently active validators and sample the superblock committee from them #2448

Open
wants to merge 32 commits into
base: 2.0-master
Choose a base branch
from

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    bca4401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb1f05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22c6672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fca76af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    824166a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10472e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6009e9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25e1f10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    188f462 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d307d68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ced0133 View commit details
    Browse the repository at this point in the history
  12. feat(node): staking CLI client

    Tommytrg authored and aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f5d85a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33ab7fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a814e0c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    49f6cda View commit details
    Browse the repository at this point in the history
  16. refactor: fix clippy errors

    Tommytrg authored and aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9cf332b View commit details
    Browse the repository at this point in the history
  17. feat(data_structures): implement protocol versions controller

    also: update secp256k1 deps
    
    close witnet#2418
    aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f5a5b0b View commit details
    Browse the repository at this point in the history
  18. feat(data_structures): enable protocol versions injection through config

    also: make protocol versioning safer
    aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0618bd3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    35bc88a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    30bf140 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6da1773 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f894632 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88f04ae View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7c749f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Feb 26, 2024

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

Commits on Mar 18, 2024

  1. feat(jsonrpc): implement query stakes method

    This method allows to query the stakes of the specified argument.
    The argument can contain:
    - A validator and a withdrawer
    - A validator
    - A withdrawer
    - Empty argument, uses the node's address as validator.
    
    The type of the argument is an address as a string.
    Tommytrg committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2e84cff View commit details
    Browse the repository at this point in the history
  2. feat(CLI): implement method for querying stakes

     Please enter the commit message for your changes. Lines starting
    Tommytrg committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ef7bf95 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 15, 2024

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