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

dfdao community round additions #3

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Dec 29, 2021

  1. .toml base and localhost

    cha0sg0d committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d6f2221 View commit details
    Browse the repository at this point in the history
  2. update zkSNARK for move

    cha0sg0d committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    47494cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f88d0ff View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. inital world radius

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    db78481 View commit details
    Browse the repository at this point in the history
  2. starting subgraph stuff

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    fef9cf9 View commit details
    Browse the repository at this point in the history
  3. working destroy logic and tests

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    3df1ee3 View commit details
    Browse the repository at this point in the history
  4. remove hats due to contract size

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    0efc429 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45bfbe3 View commit details
    Browse the repository at this point in the history
  6. update .toml for testing destroy

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    a63e14f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from cha0sg0d/destroy

    Destroy logic for smart contracts + zkSNARK update for move
    cha0sg0d authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    01d4e7e View commit details
    Browse the repository at this point in the history
  8. set reveal cooldown

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c693c55 View commit details
    Browse the repository at this point in the history
  9. shrink logic, constants, and test

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    bb50c71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d374bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ef5d21 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8 from cha0sg0d/shrink

    add shrink logic
    cha0sg0d authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    754ec08 View commit details
    Browse the repository at this point in the history
  13. set token end timestamp

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    a944c51 View commit details
    Browse the repository at this point in the history
  14. working whitelist flow

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    3e82a65 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #9 from cha0sg0d/whitelist

    working whitelist flow
    cha0sg0d authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    0a99ef6 View commit details
    Browse the repository at this point in the history
  16. update .toml with correct timestamps

    cha0sg0d committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    0d16a9c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. add lowercase for whitelisting

    cha0sg0d committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    9f1c197 View commit details
    Browse the repository at this point in the history
  2. add my address

    cha0sg0d committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    bacdfa2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from cha0sg0d/whitelist

    whitelist pt 2
    cha0sg0d authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    c00e150 View commit details
    Browse the repository at this point in the history
  4. subgraph edits

    cha0sg0d committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    6158997 View commit details
    Browse the repository at this point in the history
  5. working subgraph for death of the universe

    tony-goss committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    cd94499 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from cha0sg0d/subg

    working local subgraph with revealedRadius, destroyedScore, and destroy logic
    cha0sg0d authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    1b38262 View commit details
    Browse the repository at this point in the history
  7. make _updateWorldRadius public in case of emergency

    tony-goss committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    3360069 View commit details
    Browse the repository at this point in the history
  8. remove console.log

    tony-goss committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    9bf7544 View commit details
    Browse the repository at this point in the history
  9. remove log

    tony-goss committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    d83af13 View commit details
    Browse the repository at this point in the history
  10. fix silver withdrawal test

    tony-goss committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    4a6c3e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. update admin tasks

    tony-goss committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    4f7d92d View commit details
    Browse the repository at this point in the history
  2. prod version of Verifier.sol

    tony-goss committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    520944f View commit details
    Browse the repository at this point in the history
  3. small whitelist taskupdate

    tony-goss committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    0ff7e1e View commit details
    Browse the repository at this point in the history
  4. needed constants

    tony-goss committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    11d3576 View commit details
    Browse the repository at this point in the history
  5. final round .toml and Verification

    tony-goss committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    cd3e630 View commit details
    Browse the repository at this point in the history
  6. curr addresses

    tony-goss committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    c535501 View commit details
    Browse the repository at this point in the history
  7. 1/1/3pm addresses

    cha0sg0d committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    8caf297 View commit details
    Browse the repository at this point in the history
  8. whitelist task typo

    cha0sg0d committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    344dd80 View commit details
    Browse the repository at this point in the history
  9. 1/1/3:20 whitelist

    cha0sg0d committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    50451aa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. 1/1/6:37 whitelist

    cha0sg0d committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    4993adb View commit details
    Browse the repository at this point in the history
  2. 1/1/6:41 whitelist for cecsk

    cha0sg0d committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    029ff21 View commit details
    Browse the repository at this point in the history
  3. auto-whitelist

    cha0sg0d committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    bc4e543 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. reduce DarkForestCore size by removing changeAdmin

    cha0sg0d committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f7d6e24 View commit details
    Browse the repository at this point in the history