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

[devnet companion] prevent accidental changes to storage structs #550

Merged
merged 56 commits into from
Jun 19, 2024

Commits on Jun 7, 2024

  1. add macros crate

    sam0x17 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4b21dca View commit details
    Browse the repository at this point in the history
  2. scaffold

    sam0x17 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc1550e View commit details
    Browse the repository at this point in the history
  3. almost working

    sam0x17 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d116b3b View commit details
    Browse the repository at this point in the history
  4. working

    sam0x17 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    54f31ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2885c23 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix

    JohnReedV committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    201c15e View commit details
    Browse the repository at this point in the history
  2. fix priority

    JohnReedV committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7113573 View commit details
    Browse the repository at this point in the history
  3. root weight dipatch test

    Samuel Dare committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7408aca View commit details
    Browse the repository at this point in the history
  4. handle zero args case

    sam0x17 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d99f7dc View commit details
    Browse the repository at this point in the history
  5. 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
  6. Configuration menu
    Copy the full SHA
    e6175e9 View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. Configuration menu
    Copy the full SHA
    ad39bdd View commit details
    Browse the repository at this point in the history
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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. 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. Configuration menu
    Copy the full SHA
    c8016ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9955a View commit details
    Browse the repository at this point in the history
  3. appease clippy

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