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

Governance: voters weights add-in #2450

Merged
merged 22 commits into from
Oct 13, 2021
Merged

Governance: voters weights add-in #2450

merged 22 commits into from
Oct 13, 2021

Commits on Oct 1, 2021

  1. feat: setup and configure voter weight addin

    feat: add use_voter_weight_add_in flag to realm config
    
    chore: use spl-governance 1.1.1 version
    
    chore: make clippy happy
    
    chore: add test to deserialise v1 CreateRealm instruction from v2
    
    feat: add voter-weight-addin skeleton project
    
    chore: build voter-weight-addin before governance
    
    fix: temp workaround to make spl_governance_voter_weight_addin available in CI
    
    chore: add tests with voter-weight-addin
    
    feat: implement deposit instruction for voter weight addin
    
    feat: add voter_weight_expiry
    
    fix: set voter_weight_expiry
    
    chore: restore positive execute tests
    
    chore: restore ignored tests
    
    wip: pass voter weight accounts to create_account_governance2
    
    wip: read voter weight account
    
    chore: make clippy happy
    
    wip: add realm and validation to voter_weight deposit
    
    fix: update addin
    
    chore: make clippy happy
    
    chore: fix voter_weight_record names
    
    feat: use voter weight provided by addin when governance created
    
    chore: update addin
    
    chore: remove governance stake pool program
    
    feat: remove time offset from revise
    
    chore: fix build
    
    feat: create RealmAddins account when realm with addin is created
    
    chore: make clippy happy
    
    feat: set voter weight addin using SetRealmConfig instruction
    
    chore: make clippy happy
    
    chore: update comments
    
    chore: reorder SetrealmConfig accounts
    
    chore: infer use_community_voter_weight_addin
    
    chore: infer use_community_voter_weight_addin
    
    chore: update voter weight addin comments
    
    feat: use voter weight addin id from RealmAddins account
    SebastianBor committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ea8e065 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    f24663c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a344fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    825551b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf057e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c2f32b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b320ab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63144cb View commit details
    Browse the repository at this point in the history
  8. chore: fix compilation

    SebastianBor committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    3988d76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42a4893 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00143ab View commit details
    Browse the repository at this point in the history
  11. chore: fix chat tests

    SebastianBor committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    d4e28b9 View commit details
    Browse the repository at this point in the history
  12. chore: update comments

    SebastianBor committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e4b250f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e086d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    941225d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dae9d87 View commit details
    Browse the repository at this point in the history
  16. chore: update comments

    SebastianBor committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a9b3ff9 View commit details
    Browse the repository at this point in the history
  17. chore: fix compilation

    SebastianBor committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a531084 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    6a470c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596be2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82a07d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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