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

Move event deposits into delegated storage setters #163

Closed
wants to merge 10 commits into from

Commits on Jul 11, 2023

  1. Move event deposits into delegated storage setters

    Ayden Brewer committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b3e0c6f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add EmissionSet event with arguments for netuid, emission

    Ayden Brewer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d568066 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Events/add events emitted tests (#175)

    * add macro to check events emitted
    
    * use macro for emission set test
    camfairchild committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cafb884 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    26122ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c331e13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89a60ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c5f448 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b63ae35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a351325 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge main to deposit events everywhere (#176)

    * Add motion duration argument to Collective::propose with minimum duration
    
    * Update CouncilMotionDuration 6 DAYS -> 12 HOURS
    
    * Up spec_version -> 127
    
    * Fix testing and benchmarks for propose change and auto threshold
    
    * 🤖 🧈 Reformat source code
    
    * Remove husky hooks for pre-push, pre-commit, post-commit (#162)
    
    * Prevent unstake call from allowing zero amount (#165)
    
    * Remove senate instance of collective pallet (#166)
    
    * Add scheduler pallet to runtime (#164)
    
    * Add scheduler pallet to runtime
    
    * Update runtime/src/lib.rs
    
    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    
    ---------
    
    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    
    * Remove unused validator-related hyperparameters (#167)
    
    * Fix PrivilegeCmp invalid origin enum in runtime
    
    * Cargo fix run, eliminating all compiler warnings (#169)
    
    * Up DefaultWeightsSetRateLimit -> 100 (#168)
    
    * Up DefaultWeightsSetRateLimit -> 100
    
    * Fix weight rate limit tests
    
    * Run cargo fmt on workspace (#170)
    
    * Emergency fix for block_step when dealing with empty networks
    
    * Decrease max weight limit (#149)
    
    * update version key for netuid 1
    
    * decrease max weight limit
    
    * Update hyperparameters.md
    
    ---------
    
    Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
    
    * keep emission set event
    
    * run cargo fmt
    
    ---------
    
    Co-authored-by: Ayden Brewer <dalegribble@riseup.net>
    Co-authored-by: Ala Shaabana <shaabana@gmail.com>
    Co-authored-by: Eugene-hu <85906264+Eugene-hu@users.noreply.github.com>
    4 people committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ff83611 View commit details
    Browse the repository at this point in the history