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

[eth-contracts] Delegation v0 + Governance v1 #340

Merged
merged 43 commits into from
Apr 10, 2020

Commits on Mar 16, 2020

  1. Basic multiplier

    hareeshnagaraj committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    ee2a48d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

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

    More tests working
    
    More tests passing
    
    Slash test now working
    
    Some additional verification
    
    Some more cleanup
    hareeshnagaraj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b98b554 View commit details
    Browse the repository at this point in the history
  3. Test cleanup

    hareeshnagaraj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    530e369 View commit details
    Browse the repository at this point in the history
  4. more cleanup

    hareeshnagaraj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    bc32af3 View commit details
    Browse the repository at this point in the history
  5. Some minor cleanup

    hareeshnagaraj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f704a16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fec2b4 View commit details
    Browse the repository at this point in the history
  7. minor reorg

    hareeshnagaraj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    3cc09f0 View commit details
    Browse the repository at this point in the history
  8. Multiplier fix

    hareeshnagaraj committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e44042f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

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

Commits on Mar 20, 2020

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

Commits on Mar 21, 2020

  1. Basic fund now working

    hareeshnagaraj committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    6feb5c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    14e8252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a2ff45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b871d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c26a22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58577f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d38b3a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    292ab2e View commit details
    Browse the repository at this point in the history
  2. Merging working branch

    hareeshnagaraj committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    7351a49 View commit details
    Browse the repository at this point in the history
  3. all 3 tests passing

    hareeshnagaraj committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a7d18ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e07a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. SLASH in progress

    hareeshnagaraj committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    32c4826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b560bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    478e0d0 View commit details
    Browse the repository at this point in the history
  4. Test resolution

    hareeshnagaraj committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e2a811f View commit details
    Browse the repository at this point in the history
  5. linted delman

    hareeshnagaraj committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    c66f68a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edeb800 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    fa86794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04861b View commit details
    Browse the repository at this point in the history
  3. test checkpoint

    hareeshnagaraj committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    bf36a5a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

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

Commits on Apr 1, 2020

  1. [eth-contracts] Rounds-based reward model (#348)

    * Eliminates stake multiplier in favor of proportional on-demand minting
    * Fully compatible with delegation working branch
    hareeshnagaraj committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b5f7146 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. [eth-contracts] Lockup for undelegate operations (#359)

    * Enforces a block difference for undelegate operations, locking funds
    * Handles reward negation for locked up funds
    * Slash operations reset undelegate requests
    * Disabled delegate operations while claim is pending
    hareeshnagaraj committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e6aa800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd7833 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. [eth-contracts] Valid stake bounds indicator + direct deployer stake …

    …requirement (#360)
    
    * Prevent reward operations if SP dips below account configured bounds after slash
    * Require minimum direct deployer stake to prevent SP from withdrawing all funds
    hareeshnagaraj committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    889d3ba View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    4287f94 View commit details
    Browse the repository at this point in the history
  2. RM test

    hareeshnagaraj committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    4523b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ea273 View commit details
    Browse the repository at this point in the history
  4. Generic Governance v1 (Registry integration, DelegationManager integr…

    …ation, Slash changed to burn) (#365)
    SidSethi committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    00312e4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'hn_delegation_working_branch' of github.com:AudiusProje…

    …ct/audius-protocol into hn_delegation_working_branch
    hareeshnagaraj committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c138bcc View commit details
    Browse the repository at this point in the history
  6. [eth-contracts] Address PR comments (#371)

    * lint
    
    * Address PR comments
    hareeshnagaraj committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    146e6cc View commit details
    Browse the repository at this point in the history