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

Valset tie-breaking #3 #118

Merged
merged 26 commits into from
Apr 1, 2022
Merged

Valset tie-breaking #3 #118

merged 26 commits into from
Apr 1, 2022

Commits on Mar 30, 2022

  1. Add MemberInfo to tg4

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    99f1fe4 View commit details
    Browse the repository at this point in the history
  2. Store members points / start heights using MemberInfo

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f4e6ead View commit details
    Browse the repository at this point in the history
  3. Adapt raw tg4 member query to new format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4e78730 View commit details
    Browse the repository at this point in the history
  4. tg4-engagement: Adapt to new members value format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    96d0d43 View commit details
    Browse the repository at this point in the history
  5. tg4-stake: Adapt to new members value format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    22854c3 View commit details
    Browse the repository at this point in the history
  6. Redefine members() IndexedMap

    Add extra points index for tie breaking by start height
    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    cca7d41 View commit details
    Browse the repository at this point in the history
  7. Add MemberInfo::new_with_points constructor

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5f61f0f View commit details
    Browse the repository at this point in the history
  8. tg4-mixer: Adapt to custom members()

    Add start_height info to `MemberInfo`
    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    78376a9 View commit details
    Browse the repository at this point in the history
  9. Add optional start_height to Member and MemberResponse

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    608b829 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bb03dc View commit details
    Browse the repository at this point in the history
  11. voting-contract: Adapt to new Member value format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    313f0ee View commit details
    Browse the repository at this point in the history
  12. tg4-group: Adapt to new Member value format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3bbcb5b View commit details
    Browse the repository at this point in the history
  13. tg4-stake: Adapt to new Member value format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3c3c9f8 View commit details
    Browse the repository at this point in the history
  14. tg4-mixer: Use tie-breaking index

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d756457 View commit details
    Browse the repository at this point in the history
  15. tg4-mixer: Remove unused points index

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    26cab6b View commit details
    Browse the repository at this point in the history
  16. tg4-valset: Adapt to new Member format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    63e8672 View commit details
    Browse the repository at this point in the history
  17. Adapt voting-contract tests to new Member format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5bd7f48 View commit details
    Browse the repository at this point in the history
  18. Adapt contracts tests to new Member format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    229f742 View commit details
    Browse the repository at this point in the history
  19. Add members by points tie-breaking tests

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f3f8acb View commit details
    Browse the repository at this point in the history
  20. Fix: default start_height

    When adding member to tg4-mixer first time
    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b74060e View commit details
    Browse the repository at this point in the history
  21. Add members by points tie breaking pagination tests

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    097a8e5 View commit details
    Browse the repository at this point in the history
  22. Error if no start_height for pagination

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ecb44ef View commit details
    Browse the repository at this point in the history
  23. Replace unneeded wrapping_neg() by negation

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b225c36 View commit details
    Browse the repository at this point in the history
  24. Add From helper for MemberResponse

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    906c580 View commit details
    Browse the repository at this point in the history
  25. Fix MemberResponse / use From MemberInfo helper

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3648c36 View commit details
    Browse the repository at this point in the history
  26. Adapt to new Bond message format

    Mauro Lacy committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    dc2a9e1 View commit details
    Browse the repository at this point in the history