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

Schedule Coldkey Swap #620

Merged
merged 57 commits into from
Jul 9, 2024
Merged

Schedule Coldkey Swap #620

merged 57 commits into from
Jul 9, 2024

Commits on Jul 5, 2024

  1. initial

    const authored and const committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c66aeb9 View commit details
    Browse the repository at this point in the history
  2. merge

    const authored and const committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4a39895 View commit details
    Browse the repository at this point in the history
  3. push changes

    const authored and const committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bfea68a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    462ed12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7149b5b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. merge

    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b76408a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'arbitrage_coldkeys' of github.com:opentensor/subtensor …

    …into arbitrage_coldkeys
    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b6bdb30 View commit details
    Browse the repository at this point in the history
  3. Fix coldkey drain

    gztensor committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a499116 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'arbitrage_coldkeys' of github.com:opentensor/subtensor …

    …into arbitrage_coldkeys
    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3f3201c View commit details
    Browse the repository at this point in the history
  5. check

    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c5aef40 View commit details
    Browse the repository at this point in the history
  6. passing here

    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8851879 View commit details
    Browse the repository at this point in the history
  7. fxi tests on arbitrated coldkey swap

    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e7337af View commit details
    Browse the repository at this point in the history
  8. add more test

    const authored and const committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cf4c8d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. chore: update comments, lints

    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c5b78f8 View commit details
    Browse the repository at this point in the history
  2. fix: tests , feat: benchmarks

    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    dad3925 View commit details
    Browse the repository at this point in the history
  3. fix: benchmarks

    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9a3f725 View commit details
    Browse the repository at this point in the history
  4. chore: whitelist schedule_arbitrated_coldkey_swap and set_weights, se…

    …t_root_weights
    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f32c546 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68df4e1 View commit details
    Browse the repository at this point in the history
  6. chore: lints

    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    507e8cf View commit details
    Browse the repository at this point in the history
  7. feat: signed extensions , reduce arbitration time

    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0bcdd26 View commit details
    Browse the repository at this point in the history
  8. feat: pow coldkey swaps ,todo fix tests , dont clear map during abrit…

    …ration
    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    cc9c094 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix unit tests

    open-junius committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    60f3713 View commit details
    Browse the repository at this point in the history
  2. fix conflict

    open-junius committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c210904 View commit details
    Browse the repository at this point in the history
  3. update runtime version

    open-junius committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    be043ac View commit details
    Browse the repository at this point in the history
  4. fix benchmark function

    open-junius committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    25744e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f8b92c View commit details
    Browse the repository at this point in the history
  6. fix clippy in test file

    open-junius committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6daad1e View commit details
    Browse the repository at this point in the history
  7. chore: add event

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fd980b1 View commit details
    Browse the repository at this point in the history
  8. feat: unlimited arb time

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fbe1924 View commit details
    Browse the repository at this point in the history
  9. fix: broken test

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2e2b51d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82be091 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01c1529 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    247c861 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #621 from opentensor/arbitrate_coldkeys_on_idle

    Swap coldkeys `on_idle` instead of `on_initialize`
    orriin authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    219413c View commit details
    Browse the repository at this point in the history
  14. add the unit test back

    open-junius committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c6dab93 View commit details
    Browse the repository at this point in the history
  15. fix broken tests

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e271f37 View commit details
    Browse the repository at this point in the history
  16. chore: fix tests

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    54a1466 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7bf6524 View commit details
    Browse the repository at this point in the history
  18. chore: fix tests

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2891d62 View commit details
    Browse the repository at this point in the history
  19. add swap test

    const authored and const committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d1ee744 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'arbitrage_coldkeys' of github.com:opentensor/subtensor …

    …into arbitrage_coldkeys
    const authored and const committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9b4d63f View commit details
    Browse the repository at this point in the history
  21. working

    const authored and const committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4a97e79 View commit details
    Browse the repository at this point in the history
  22. add stake balance as equal

    const authored and const committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ba00c23 View commit details
    Browse the repository at this point in the history
  23. chore: bump spec version

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    41feafc View commit details
    Browse the repository at this point in the history
  24. feat: reduce arb period to 18 hours for testnet

    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b1feb3c View commit details
    Browse the repository at this point in the history
  25. feat: allow subnet owners to swap without funds , todo: fix test_comp…

    …rehensive_coldkey_swap_scenarios
    Samuel Dare committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e4c9ef2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore: introduce difficulty var to make tests shorter , fix test_comp…

    …rehensive_coldkey_swap_scenarios
    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    af555d7 View commit details
    Browse the repository at this point in the history
  2. make it easier

    open-junius committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a14337b View commit details
    Browse the repository at this point in the history
  3. fix fmt

    open-junius committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    83819ff View commit details
    Browse the repository at this point in the history
  4. feat: get total delegated stake

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4563e78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4eefcf9 View commit details
    Browse the repository at this point in the history
  6. feat: coldkey swap info

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e30c8f4 View commit details
    Browse the repository at this point in the history
  7. feat: move back to on_initialise, lints

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7aaeb09 View commit details
    Browse the repository at this point in the history
  8. chore: bump arb delay back to 3 days

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3817b76 View commit details
    Browse the repository at this point in the history
  9. chore: reduce min tao req to 0.1

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    380aa65 View commit details
    Browse the repository at this point in the history
  10. feat: whitelist set_commitment

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fec59cb View commit details
    Browse the repository at this point in the history
  11. spec verion , lints

    Samuel Dare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9de2afb View commit details
    Browse the repository at this point in the history