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

[WIP] Controller contract that uses maBEETS to allow relic holders to vote on farms #34

Open
wants to merge 50 commits into
base: main
Choose a base branch
from

Commits on Mar 21, 2023

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

    danielmkm committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    16fc410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd1aa8 View commit details
    Browse the repository at this point in the history
  4. start documenting variables

    danielmkm committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    94413c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. start adding events, rename supported to whitelisted, add better view…

    … functions for whitelisted
    danielmkm committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3049089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1674dd View commit details
    Browse the repository at this point in the history
  3. more comments

    danielmkm committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0b1ce80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79cbde0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40f18a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcf276a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    843ec27 View commit details
    Browse the repository at this point in the history
  2. building out test coverage

    danielmkm committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d25174b View commit details
    Browse the repository at this point in the history
  3. add alloc point precision

    danielmkm committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f6d0c8a View commit details
    Browse the repository at this point in the history
  4. add comment

    danielmkm committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fde83a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7df6e3 View commit details
    Browse the repository at this point in the history
  6. add comment for numFarms

    danielmkm committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2701b08 View commit details
    Browse the repository at this point in the history
  7. incentive getter functions

    danielmkm committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    bf2411e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    aec4989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7624095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9d6511 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    37d5620 View commit details
    Browse the repository at this point in the history
  2. clearer conditionals

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e20ebb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df28b45 View commit details
    Browse the repository at this point in the history
  4. complex test

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fb50b8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    710a295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eee3f7 View commit details
    Browse the repository at this point in the history
  7. start commenting

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    df893fe View commit details
    Browse the repository at this point in the history
  8. comments

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1b0e177 View commit details
    Browse the repository at this point in the history
  9. remove skips

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3145cbd View commit details
    Browse the repository at this point in the history
  10. remove console import

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f927613 View commit details
    Browse the repository at this point in the history
  11. continue documenting

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    053530b View commit details
    Browse the repository at this point in the history
  12. comments

    danielmkm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f04b1b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. rename private vars

    danielmkm committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a252531 View commit details
    Browse the repository at this point in the history
  2. successive voting tests

    danielmkm committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    346ddf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    61d260a View commit details
    Browse the repository at this point in the history
  2. changing votes test

    danielmkm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fe9aa2c View commit details
    Browse the repository at this point in the history
  3. tests for level 0 relics

    danielmkm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2d52ca5 View commit details
    Browse the repository at this point in the history
  4. kick votes tests

    danielmkm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    eddb17b View commit details
    Browse the repository at this point in the history
  5. add link to notion doc

    danielmkm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ee18197 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d92f9f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 11, 2023

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

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    22835e4 View commit details
    Browse the repository at this point in the history
  2. Add rescue functionality

    danielmkm committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    fbb5afe View commit details
    Browse the repository at this point in the history
  3. fix comment

    danielmkm committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    33ab82a View commit details
    Browse the repository at this point in the history
  4. additional comments

    danielmkm committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    13bc7e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a58a195 View commit details
    Browse the repository at this point in the history
  6. set stakedRelics entry

    danielmkm committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    9f3a422 View commit details
    Browse the repository at this point in the history