8000 Comparing v1.7.8...v1.8.0 · commune-ai/subspace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commune-ai/subspace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.8
Choose a base ref
...
head repository: commune-ai/subspace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 9 commits
  • 94 files changed
  • 7 contributors

Commits on Jun 9, 2024

  1. Update CHANGELOG.md

    Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
    functor-flow authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    eb15ec4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat: implement global stake (#70)

    * test(pallets/subspace): add integrity checks for remove_subnet (#128)
    
    * test(pallets/subspace): add integrity checks for remove_subnet
    
    * test(pallets/subspace): add integrity checks for apply function (#129)
    
    * feat: benchmarking & adding faucet (#133)
    
    * Feat/benchmarking (#130)
    
    * feat: adding benchmarks
    
    * refac: restructuring lib.rs
    
    * feat: adding testnet faucet (#131)
    
    * feat: adding benchmarks
    
    * refac: restructuring lib.rs
    
    * feat: implementing faucet
    
    * fix: call index
    
    * cargo fmt
    
    * cargo fmt
    
    ---------
    
    Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
    
    * fix: testnet faucet
    
    * fix: faucet
    
    * chore: remove old spec file
    
    * Update lib.rs
    
    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    
    * chore: fix formatting
    
    * chore: make delegation fee public
    
    ---------
    
    Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
    
    * feat(pallets/subspace): deregister not whitelisted modules (#136)
    
    * feat: deregister not whitelisted modules on idle
    
    * chore: step weights
    
    * chore: add logs
    
    * chore: made deregistering a module resilient to index panics
    
    * Add ref docker tagging
    
    Signed-off-by: Davi Petris <37764531+DaviPtrs@users.noreply.github.com>
    
    * chore: disable whitelist removal
    
    * chore: add default modules to local spec
    
    * chore: structure chain spec patches better
    
    * feat: more complex spec
    
    * fix: chain spec
    
    * reafac: adding alice account balance
    
    * feat: adding snapshot builder
    
    * chore: update patch builder
    
    * feat: adding global stake (#146)
    
    * initial merge
    
    * refac: fixing registration on rootnet
    
    * wip: fixing tests
    
    * chore: start refactor of tests
    
    * wip: preventing panics in subnet emission
    
    * chore: move registration tests
    
    * feat: adding todos
    
    * feat: incentive ratio
    
    * chore: move subnet tests
    
    * feat: adding treasury epoch (#153)
    
    * feat: adding treasury epoch
    
    * feat: adding extra emission err
    
    * refac: added double check back
    
    * feat: tackle comments on feat/global-stake-v2 pull request (#152)
    
    * feat: add SubnetEmission migration
    
    * feat: add max subnet registrations per interval
    
    * feat: add stake migrations
    
    * feat: don't burn stake on subnet registration
    
    * feat: only remove stake on dangling keys
    
    * test: fix tests
    
    * feat: change default subnet burn adjustment interval
    
    * fix: remove the possibility of panic on stake migrations
    
    * chore: make clippy happy
    
    * wip: fixing migrations
    
    * fix: make migration run
    
    * feat: improved logging of migration
    
    * feat: improve remove_subnet_dangling_keys method
    
    * feat: add governance migration
    
    ---------
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    
    * fix(subnet-emission): calculate lowest netuid skipping new ones
    
    * feat: implement incentive ratio for yuma
    
    * fix: compile warnings
    
    * fix: clear root net weight calls on epoch
    
    * chore: finished moving weight tests
    
    * chore: make governance tests compile
    
    * chore: rename governance tests
    
    * chore: make emission tests compile
    
    * chore: run fmt
    
    * refac: adding subnet consensus type
    
    * fix: compilation
    
    * chore: remove yuma incentive ratio
    
    * wip: refactoring registraioon & deregistraion landspace
    
    * chore: migrate subnet consensus type
    
    * refac(pallets/subpsace): use dispatch results (#141)
    
    * refac(pallets/subpsace): use dispatch results
    
    * refac(pallets/subpsace): fix allow panicking
    
    * refac(pallets/subspace): fix panics in math.rs
    
    * refac(pallets/subspace): change if lets to let else
    
    * fix(pallets/subpsace): fix weighted median
    
    * fix(pallets/subpsace): make weighted_median be safe
    
    * build: change lints to root workspace
    
    * chore: remove .repos
    
    * fix: step panicked
    
    * chore: fix clippy
    
    ---------
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
    
    * fix: clippy lints
    
    * fix: clippy errors
    
    * chore: move weight rate limit to subspace
    
    * tests: add rootnet tests (#156)
    
    * wip
    
    * test: rootnet pricing tests wip
    
    * feat: closer migration
    
    * test: fix rootnet tests
    
    * refac: `set_weights`
    
    * wip
    
    ---------
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
    
    * chore: start fixing tests
    
    * chore: fix subnet tests
    
    * fix: use correct default registrations per interval
    
    * chore: fix registration tests
    
    * fix: root tests
    
    * fix: registrations (#159)
    
    * feat: early return on non registerable subnets (#162)
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    
    * feat: make some SubnetChangeset::validate_param checks exclusive to mineable subnets (#161)
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    
    * feat: adding subnet migrations (#157)
    
    * feat: branch compatibility
    
    * feat: add rootnet migrations
    
    * feat: set rootnet burn and min stake on migration
    
    * feat: lower unit emission on migration
    
    * feat: set max allowed uids to 0 on treasury net
    
    ---------
    
    Co-authored-by: devwckd <dev.wckd@gmail.com>
    
    * refac: add extra lints and fix possible errors (#160)
    
    * feat: branch compatibility
    
    * feat: add rootnet migrations
    
    * refac: add new lints and fix warnings/errors
    
    * chore: remove useless lints
    
    ---------
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    
    * feat: remove hardcoded rootnet id (#164)
    
    * feat: migration logging (#163)
    
    * feat: adding migration logging
    
    * fix: calculate stake correctly
    
    ---------
    
    Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
    
    * fix: clippy warnings
    
    * chore: simplify stake migration
    
    * feat: adding tests
    
    * refac: removing useless test
    
    * chore: add changelog entries
    
    * fix: remove subnet gap ids on migration
    
    * chore: create modules for root and treasury subnets
    
    * chore: fix clippy
    
    * chore: commit cargo lock
    
    * chore: simplify migration
    
    * fix: consensus
    
    * wip
    
    * fix: tests
    
    * feat: adding balance to devnet sudo key
    
    * feat: fixing migration order
    
    * feat: add minimum stake allowed (#169)
    
    * feat: remove stake storage value (#171)
    
    * feat: remove stake storage value
    
    * chore: update changelog
    
    * fix: tests
    
    * fix: remove second delegation fee migration (#172)
    
    * refac: removing hardcoded rootnet netuid
    
    * fix: subnet pricing errors (#173)
    
    * wip
    
    * fix: account for non validator modules on root pricing weights
    
    * refac: changed authors
    
    * refac: stable existential deposit
    
    * refac: reordering operation order
    
    * feat: removing expect in `get_total_emission_per_block`
    
    * refac: error docs
    
    * chore: cargo fmt
    
    * feat: adding perfectly balance rootnet consensus configuration
    
    * test: add remove_subnet_dangling_keys test (#176)
    
    * feat: adding subnet burn test
    
    * fix: make benchmarks run (#175)
    
    Co-authored-by: devwckd <dev.wckd@gmail.com>
    
    * feat: added missing `min_immunity_stake` migration
    
    * fofo
    
    * feat: automatically raise unit emission (#177)
    
    * feat: adding rootnet weight set error
    
    * chore: cargo fmt
    
    * fixing migrations (#181)
    
    * fix: correct emission migration
    
    * fix: migrations
    
    * feat: adding deregistration tests
    
    * chore: remove min stake (#183)
    
    * chore: remove min stake
    
    * fix: corrected test code
    
    * feat: adding rootnet registration tests + improving `MaxAllowedUids` safety (#179)
    
    * feat: adding rootnet registration tests + improving `MaxAllowedUids` safety
    
    * fix comment
    
    * feat: subnet immunity period (#185)
    
    * fix: tests (#187)
    
    * fix: tests
    
    * chore: Updating CHANGELOG
    
    * chore: adding extrinsic changes
    
    * chore: Update CHANGELOG.md
    
    Signed-off-by: Honza <115138297+Supremesource@users.noreply.github.com>
    
    * feat: add rootnet weight delegation (#188)
    
    * feat: add rootnet weight delegation
    
    * fix: benchmarks
    
    * chore: update codeowners
    
    * chore: updated CODEOWNERS
    
    * feat: adding funding.yml
    
    * refac: fofo
    
    * chore: fix docstings
    
    * wip: removal subnet migration
    
    * refac: fixing migration, removing
    
    * test: add weight_control_delegation unit test
    
    * refac: migration
    
    ---------
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    
    * chore: updated changelog
    
    * chore: add support for manual seal
    
    * test: intorducing old tests (#189)
    
    * test: wip
    
    * feat: adding lowest uid test
    
    * refac: removing useless test
    
    * feat: reintroducing tests
    
    * feat: reintroduced founder share test
    
    * refac: removed outdated TODOs
    
    * chore: faucet module improvements
    
    * fix: migration total subnets
    
    ---------
    
    Co-authored-by: YourUsername <zimulajan0@gmail.com>
    
    * chore: changed migration dereg logic
    
    * feat: remove validator permits from root pricing (#190)
    
    * feat: remove validator permits from root pricing
    
    * feat: change rootnet validator check to module check
    
    ---------
    
    Co-authored-by: devwckd <dev.wckd@gmail.com>
    
    * feat: double check emission division
    
    ---------
    
    Signed-off-by: Honza <115138297+Supremesource@users.noreply.github.com>
    Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
    Co-authored-by: João Victor <65056371+devwckd@users.noreply.github.com>
    Co-authored-by: Gabrielle Guimarães de Oliveira <gabrielle1guim@gmail.com>
    Co-authored-by: devwckd <dev.wckd@gmail.com>
    
    * chore: remove invalid codeowners
    
    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    
    * chore: remove all invalid codeowners
    
    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    
    ---------
    
    Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    Signed-off-by: Davi Petris <37764531+DaviPtrs@users.noreply.github.com>
    Signed-off-by: Honza <115138297+Supremesource@users.noreply.github.com>
    Co-authored-by: Gabrielle Guimarães de Oliveira <gabrielle1guim@gmail.com>
    Co-authored-by: Honza <115138297+Supremesource@users.noreply.github.com>
    Co-authored-by: Davi Petris <37764531+DaviPtrs@users.noreply.github.com>
    Co-authored-by: supreme <zimulajan0@gmail.com>
    Co-authored-by: João Victor <65056371+devwckd@users.noreply.github.com>
    Co-authored-by: devwckd <dev.wckd@gmail.com>
    7 people authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    666b78a View commit details
    Browse the repository at this point in the history
  2. chore: bump node runtime to 1.7.6

    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    saiintbrisson authored Jul 22, 2024
    8000
    Configuration menu
    Copy the full SHA
    6a91a0e View commit details
    Browse the repository at this point in the history
  3. chore: bump node version to 1.7.6

    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    saiintbrisson authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b5237c5 View commit details
    Browse the repository at this point in the history
  4. chore: bump node-runtime to 1.8.0

    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    saiintbrisson authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a8b41e3 View commit details
    Browse the repository at this point in the history
  5. chore: bump subspace 1.8.0

    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    saiintbrisson authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7805b40 View commit details
    Browse the repository at this point in the history
  6. chore: bump governance to 1.1.0

    Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
    saiintbrisson authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f052e3e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore: build subspace runtime and add as artifact to release (#71)

    * chore: build subspace runtime and add as artifact to release
    
    * chore: only build necessary
    
    * chore: build on tag push
    saiintbrisson authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4ebd194 View commit details
    Browse the repository at this point in the history
  2. feat: emission check (#72)

    * chore: update lock
    
    * fix: allow infinite loop for manual seal service
    
    * feat: adding further emission checks
    
    ---------
    
    Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
    functor-flow and saiintbrisson authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    143285c View commit details
    Browse the repository at this point in the history
Loading
0