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

Add fuzzing to matrix functions #439

Draft
wants to merge 358 commits into
base: development
Choose a base branch
from
Draft

Add fuzzing to matrix functions #439

wants to merge 358 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 13, 2024

  1. stable hashing algorithm

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    54fee90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6175e9 View commit details
    Browse the repository at this point in the history
  3. delete random file

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5e95bd0 View commit details
    Browse the repository at this point in the history
  4. add macros to workspace deps

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0618272 View commit details
    Browse the repository at this point in the history
  5. chore: bump spec version

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e8b03cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad39bdd View commit details
    Browse the repository at this point in the history
  7. update localnet script

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b52e2e5 View commit details
    Browse the repository at this point in the history
  8. chore: run ci on every push

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0a5368a View commit details
    Browse the repository at this point in the history
  9. add freeze_struct_ignore_ra

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    377086e View commit details
    Browse the repository at this point in the history
  10. WIP

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4c05546 View commit details
    Browse the repository at this point in the history
  11. fix : ci rust

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a2464b8 View commit details
    Browse the repository at this point in the history
  12. chore: uncomment push conditions

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dd78f0e View commit details
    Browse the repository at this point in the history
  13. chore: lint

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7682875 View commit details
    Browse the repository at this point in the history
  14. chore: silence clippy in tests

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d237974 View commit details
    Browse the repository at this point in the history
  15. fix problematic cases

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a079954 View commit details
    Browse the repository at this point in the history
  16. chore: fmt

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f9ff8d1 View commit details
    Browse the repository at this point in the history
  17. chore: use stable in ci

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    398b8f5 View commit details
    Browse the repository at this point in the history
  18. chore: comment out clippy

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2bf5a35 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    fc2bf27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07cf0e0 View commit details
    Browse the repository at this point in the history
  3. uncomment ci

    Samuel Dare committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e42c10a View commit details
    Browse the repository at this point in the history
  4. chore: clippy

    Samuel Dare committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c638e59 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    98ed152 View commit details
    Browse the repository at this point in the history
  6. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    673d619 View commit details
    Browse the repository at this point in the history
  7. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3656126 View commit details
    Browse the repository at this point in the history
  8. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    530b05d View commit details
    Browse the repository at this point in the history
  9. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7173614 View commit details
    Browse the repository at this point in the history
  10. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8445ab7 View commit details
    Browse the repository at this point in the history
  11. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cecdf02 View commit details
    Browse the repository at this point in the history
  12. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    edce0dd View commit details
    Browse the repository at this point in the history
  13. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2b07546 View commit details
    Browse the repository at this point in the history
  14. fix clippy

    open-junius committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6cccfb5 View commit details
    Browse the repository at this point in the history
  15. fix: fast blocks false

    Samuel Dare committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ef4b241 View commit details
    Browse the repository at this point in the history
  16. chore: remove hard coded false

    Samuel Dare committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    eba20c2 View commit details
    Browse the repository at this point in the history
  17. Update pallets/subtensor/tests/block_step.rs

    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    distributedstatemachine and camfairchild committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d16970a View commit details
    Browse the repository at this point in the history
  18. Update pallets/subtensor/tests/block_step.rs

    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    distributedstatemachine and camfairchild committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5a40b75 View commit details
    Browse the repository at this point in the history
  19. clippy: just block

    camfairchild committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    87e47c5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b4ca34b View commit details
    Browse the repository at this point in the history
  21. working

    sam0x17 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    64784b9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a764728 View commit details
    Browse the repository at this point in the history
  23. clippy fixes

    sam0x17 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1fe85aa View commit details
    Browse the repository at this point in the history
  24. fix Dockerfile

    sam0x17 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a79a38a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    65423b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    847da3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #538 from opentensor/sam-fix-check-labels

    only apply devnet-pass/testnet-pass label check to PRs on main
    sam0x17 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e8eae82 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. merge

    orriin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6959cba View commit details
    Browse the repository at this point in the history
  2. fix main merge

    orriin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9b5a3ea View commit details
    Browse the repository at this point in the history
  3. disallow changing genesis

    orriin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e2282e4 View commit details
    Browse the repository at this point in the history
  4. reset raw

    orriin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1876bc6 View commit details
    Browse the repository at this point in the history
  5. fix specs

    orriin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    892b76c View commit details
    Browse the repository at this point in the history
  6. rename file

    orriin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    544d2cd View commit details
    Browse the repository at this point in the history
  7. clippy fixes

    keithtensor committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2c5b1ff View commit details
    Browse the repository at this point in the history
  8. remove raw_testspec.json

    sam0x17 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    43a3e1b View commit details
    Browse the repository at this point in the history
  9. missed one

    sam0x17 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f647b16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8016ca View commit details
    Browse the repository at this point in the history
  11. more that I missed

    sam0x17 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2cf595b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbb87c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25ceb3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    82cad04 View commit details
    Browse the repository at this point in the history
  15. update docs

    sam0x17 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    509af18 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat: liquid alpha

    Samuel Dare committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e0bf26b View commit details
    Browse the repository at this point in the history
  2. feat: clippy , zepter

    Samuel Dare committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6ca15b9 View commit details
    Browse the repository at this point in the history
  3. chore: bump spec

    Samuel Dare committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6b00382 View commit details
    Browse the repository at this point in the history
  4. add import

    JohnReedV committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ed87610 View commit details
    Browse the repository at this point in the history
  5. feat: use u16:MAX norm , update tests

    Samuel Dare committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5487aeb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix tests lints

    Samuel Dare committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c7dc69b View commit details
    Browse the repository at this point in the history
  2. fix: check migrations for right environments

    Samuel Dare committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    98da543 View commit details
    Browse the repository at this point in the history
  3. fix: feature propagation

    Samuel Dare committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e0c9f2a View commit details
    Browse the repository at this point in the history
  4. chore: saturating div , update ema dense

    Samuel Dare committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    adce61b View commit details
    Browse the repository at this point in the history
  5. lint

    Samuel Dare committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    de9c54a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4b24b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e444b64 View commit details
    Browse the repository at this point in the history
  8. unite alpha getters/setters & add extrinsic

    Combines the getters and setters for alpha low/high
    
    Removes alpha high/low hyperparams
    
    adds an extrinsic to set alpha high/low
    
    adds alpha values to subnetinfo
    JohnReedV committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d01cd1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccddd7b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35dc7a5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #551 from opentensor/sam-add-companion-labels-check

    add CI check for companion labels, update deployment docs
    sam0x17 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c097ff8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39b4fae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a4d6dfd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. test: compute alpha for 256 miners

    Samuel Dare committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2e51ebd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. lints , use sat maths for 256 miner alpha test

    Samuel Dare committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    b836401 View commit details
    Browse the repository at this point in the history
  2. override default pages to 60k

    orriin committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    9b22105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca26101 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. update doc

    orriin committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    43a23f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bff0750 View commit details
    Browse the repository at this point in the history
  3. update docs to use production profile

    remove --execution and --wasm-execution
    orriin committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c5865b4 View commit details
    Browse the repository at this point in the history
  4. fix subnet info

    JohnReedV committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6c300a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. update one error comment

    open-junius committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f6608b8 View commit details
    Browse the repository at this point in the history
  2. update spec file usage

    orriin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    15878cb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    2eb1fe2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #573 from opentensor/junius/fix-one-error-comment

    update one error comment
    sam0x17 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    61a2e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12f938 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #565 from opentensor/production-profile

    Document production profile
    sam0x17 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c6e1079 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix: run emissions when reg is off

    Samuel Dare committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    721ee94 View commit details
    Browse the repository at this point in the history
  2. chore: bump spec version

    Samuel Dare committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a8b71e9 View commit details
    Browse the repository at this point in the history
  3. chore: add back rust docs

    Samuel Dare committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    59b0679 View commit details
    Browse the repository at this point in the history
  4. chore: lints

    Samuel Dare committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    43f0402 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    535983f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #485 from opentensor/ban-unsafe-arithmetic

    Ban unsafe arithmetic operations
    keithtensor committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    de10267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d60be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951009c View commit details
    Browse the repository at this point in the history
  4. whoops

    sam0x17 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    36a1aef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bff8ad View commit details
    Browse the repository at this point in the history
  6. fix hash codes

    sam0x17 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ac4c3c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    318eec8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9051b4b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #561 from opentensor/override-default-pages

    Override default pages to fix archive sync
    orriin committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f62d824 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ce8638 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5f1346 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #493 from opentensor/fix/chainspecs

    fix: chainspec irregularities
    orriin committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ce6793d View commit details
    Browse the repository at this point in the history
  13. chore: merge conflicts , safe maths

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    824d952 View commit details
    Browse the repository at this point in the history
  14. chore: bump spec

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    87c8d5f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8cb6cb1 View commit details
    Browse the repository at this point in the history
  16. refactor: hotkey swap + tests

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    60d0d7d View commit details
    Browse the repository at this point in the history
  17. chore: lints

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    616c322 View commit details
    Browse the repository at this point in the history
  18. chore: clippy

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    affd4b8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    04637f8 View commit details
    Browse the repository at this point in the history
  20. Correct the expected weights on the register extrinsic

    keithtensor authored and Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    62e5907 View commit details
    Browse the repository at this point in the history
  21. Update pallets/subtensor/src/swap.rs

    Co-authored-by: Keith <keith@opentensor.dev>
    2 people authored and Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9667b49 View commit details
    Browse the repository at this point in the history
  22. chore: updates from using real weights in tests

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b60b544 View commit details
    Browse the repository at this point in the history
  23. chore: review comments , make swap cost a constant

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    31f320c View commit details
    Browse the repository at this point in the history
  24. chore: runtime consts

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8d7e186 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9eeff75 View commit details
    Browse the repository at this point in the history
  26. chore: pr comments assert keys

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    12161b0 View commit details
    Browse the repository at this point in the history
  27. chore: pr comments: remove last tx block

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    966b5a2 View commit details
    Browse the repository at this point in the history
  28. chore: fmt

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    062fa09 View commit details
    Browse the repository at this point in the history
  29. Use concrete numbers for weight expectations

    keithtensor authored and Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    52831fa View commit details
    Browse the repository at this point in the history
  30. Update pallets/subtensor/src/swap.rs

    Co-authored-by: orriin <167025436+orriin@users.noreply.github.com>
    2 people authored and Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b0e5673 View commit details
    Browse the repository at this point in the history
  31. chore: add test_swap_hotkey_tx_rate_limit_exceeded

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5938d16 View commit details
    Browse the repository at this point in the history
  32. chore: fmt

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2e6422d View commit details
    Browse the repository at this point in the history
  33. chore: review comments

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c595f44 View commit details
    Browse the repository at this point in the history
  34. fix: pr comments

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b9e6a26 View commit details
    Browse the repository at this point in the history
  35. chore: lint

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8626ca3 View commit details
    Browse the repository at this point in the history
  36. fix: remove unused function

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2fc9e31 View commit details
    Browse the repository at this point in the history
  37. clippy fix

    sam0x17 authored and Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7518c55 View commit details
    Browse the repository at this point in the history
  38. chore: conflicts, lints

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cadbe59 View commit details
    Browse the repository at this point in the history
  39. chore: lints

    Samuel Dare committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2dda611 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #553 from opentensor/safe-mode

    Implement safe mode pallet
    keithtensor committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    74de077 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    28872d6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    76adc8f View commit details
    Browse the repository at this point in the history
  43. Merge pull request #608 from opentensor/safe-mode-emergency

    Safe mode emergency
    sam0x17 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8179fbd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8ff7e9c View commit details
    Browse the repository at this point in the history
  45. bump spec version

    sam0x17 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0db5ad4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6dbcbff View commit details
    Browse the repository at this point in the history
  47. remove commit weights

    sam0x17 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8143105 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #609 from opentensor/whitelist-subtensor-calls

    whitelist subtensor calls during safe mode
    distributedstatemachine committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2002b8d View commit details
    Browse the repository at this point in the history
  49. whoops

    sam0x17 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8130bc8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c85ca82 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    d79f73b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1934f33 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    keithtensor committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8128a7a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #610 from opentensor/safe-mode-emergency

    Whitelist the majority of the extrinsics in subtensor pallet and multisig
    keithtensor committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    471e937 View commit details
    Browse the repository at this point in the history
  5. update cargo.lock

    sam0x17 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7ef1cb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b45bec8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3fb04a View commit details
    Browse the repository at this point in the history
  8. fix hash code

    sam0x17 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dba168e View commit details
    Browse the repository at this point in the history
  9. fix another hash code

    sam0x17 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    190b254 View commit details
    Browse the repository at this point in the history
  10. update another hash code

    sam0x17 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0ab4a91 View commit details
    Browse the repository at this point in the history
  11. feat: cold key swap

    Samuel Dare committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ac74347 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86e9d7b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    347b8de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bda0c5a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. chore: lints

    Samuel Dare committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    49d19b1 View commit details
    Browse the repository at this point in the history
  2. chore: pr comments

    Samuel Dare committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c82f82f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e68a5b View commit details
    Browse the repository at this point in the history
  4. bump spec version

    sam0x17 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1f753d8 View commit details
    Browse the repository at this point in the history
  5. bump spec version

    sam0x17 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ae4cdf3 View commit details
    Browse the repository at this point in the history
  6. chore: pr review, make swaps free

    Samuel Dare committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0855df7 View commit details
    Browse the repository at this point in the history
  7. chore: unstake + transfer

    Samuel Dare committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    621725f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d81e523 View commit details
    Browse the repository at this point in the history
  9. Update pallets/subtensor/tests/swap.rs

    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    distributedstatemachine and camfairchild committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6586156 View commit details
    Browse the repository at this point in the history
  10. Update pallets/subtensor/tests/swap.rs

    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    distributedstatemachine and camfairchild committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e6b8aab View commit details
    Browse the repository at this point in the history
  11. Update pallets/subtensor/tests/swap.rs

    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    distributedstatemachine and camfairchild committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c4a1e6e View commit details
    Browse the repository at this point in the history
  12. Update pallets/subtensor/tests/swap.rs

    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    distributedstatemachine and camfairchild committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d70ef06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc24255 View commit details
    Browse the repository at this point in the history
  14. chore: additional tests

    Samuel Dare committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7062a3e View commit details
    Browse the repository at this point in the history
  15. chore: fix tests

    Samuel Dare committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a0fa527 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3ef6e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. adds tests fixes remove hotkey

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

    Samuel Dare committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5a26348 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #614 from opentensor/feat/cold_key_swap

    adds tests fixes remove hotkey
    garrett-opentensor committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a62975c View commit details
    Browse the repository at this point in the history
  4. Add migration to populate StakingHotkeys, unstake delegations in do_u…

    …nstake_all_and_transfer_to_new_coldkey
    gztensor committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    dbea365 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f037dbc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #615 from opentensor/feat/cold-hot-staking-map

    Add migration to populate StakingHotkeys, unstake delegations
    garrett-opentensor committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5b5ac3a View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. Configuration menu
    Copy the full SHA
    462ed12 View commit details
    Browse the repository at this point in the history
  11. 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. lints, bump spec version

    Samuel Dare committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b41a2d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d589c4 View commit details
    Browse the repository at this point in the history
  10. 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. Configuration menu
    Copy the full SHA
    c572ed6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44e26ff View commit details
    Browse the repository at this point in the history
  10. 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
  11. 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
  12. Configuration menu
    Copy the full SHA
    82be091 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    01c1529 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    247c861 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #621 from opentensor/arbitrate_coldkeys_on_idle

    Swap coldkeys `on_idle` instead of `on_initialize`
    orriin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    219413c View commit details
    Browse the repository at this point in the history
  16. 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
  17. 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
  18. 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
  19. Configuration menu
    Copy the full SHA
    7bf6524 View commit details
    Browse the repository at this point in the history
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. Merge pull request #533 from opentensor/sam-add-freeze-layout

    prevent accidental changes to storage structs
    sam0x17 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6b9801f View commit details
    Browse the repository at this point in the history
  28. Merge pull request #586 from opentensor/sam-always-run-e2e-tests

    always run e2e tests on all pull requests and on push for major branches
    sam0x17 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2a48be8 View commit details
    Browse the repository at this point in the history
  29. 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
  12. Configuration menu
    Copy the full SHA
    0efeaf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. chore: remove coldkey swap rpc

    Samuel Dare committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0abfb9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #627 from opentensor/fix/remove_childkey_rpcs

    chore: remove coldkey swap rpc
    distributedstatemachine committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3e8afeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ec285 View commit details
    Browse the repository at this point in the history