-
-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: commune-ai/subspace
base: v1.7.8
head repository: commune-ai/subspace
compare: v1.8.0
- 9 commits
- 94 files changed
- 7 contributors
Commits on Jun 9, 2024
-
Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb15ec4 - Browse repository at this point
Copy the full SHA eb15ec4View commit details
Commits on Jul 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 666b78a - Browse repository at this point
Copy the full SHA 666b78aView commit details -
chore: bump node runtime to 1.7.6
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a91a0e - Browse repository at this point
Copy the full SHA 6a91a0eView commit details -
chore: bump node version to 1.7.6
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5237c5 - Browse repository at this point
Copy the full SHA b5237c5View commit details -
chore: bump node-runtime to 1.8.0
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a8b41e3 - Browse repository at this point
Copy the full SHA a8b41e3View commit details -
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7805b40 - Browse repository at this point
Copy the full SHA 7805b40View commit details -
chore: bump governance to 1.1.0
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f052e3e - Browse repository at this point
Copy the full SHA f052e3eView commit details
Commits on Jul 23, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 4ebd194 - Browse repository at this point
Copy the full SHA 4ebd194View commit details -
* chore: update lock * fix: allow infinite loop for manual seal service * feat: adding further emission checks --------- Co-authored-by: saiintbrisson <luizcmpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 143285c - Browse repository at this point
Copy the full SHA 143285cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.8...v1.8.0