-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: adding global stake #69
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test(pallets/subspace): add integrity checks for remove_subnet * test(pallets/subspace): add integrity checks for apply function (#129)
* 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 <[email protected]> * fix: testnet faucet * fix: faucet * chore: remove old spec file * Update lib.rs Signed-off-by: Luiz Carvalho <[email protected]> * chore: fix formatting * chore: make delegation fee public --------- Signed-off-by: JZ <[email protected]> Signed-off-by: Luiz Carvalho <[email protected]> Co-authored-by: saiintbrisson <[email protected]>
* feat: deregister not whitelisted modules on idle * chore: step weights * chore: add logs * chore: made deregistering a module resilient to index panics
Signed-off-by: Davi Petris <[email protected]>
saiintbrisson
force-pushed
the
feat/global-stake-v2
branch
2 times, most recently
from
July 5, 2024 09:11
81d60db
to
01f004e
Compare
saiintbrisson
force-pushed
the
feat/global-stake-v2
branch
from
July 5, 2024 09:19
01f004e
to
64bc4ab
Compare
* feat: adding treasury epoch * feat: adding extra emission err * refac: added double check back
* 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 <[email protected]>
Co-authored-by: devwckd <[email protected]>
* fix: correct emission migration * fix: migrations
* chore: remove min stake * fix: corrected test code
…safety (#179) * feat: adding rootnet registration tests + improving `MaxAllowedUids` safety * fix comment
* fix: tests * chore: Updating CHANGELOG * chore: adding extrinsic changes
Signed-off-by: Honza <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* feat: remove validator permits from root pricing * feat: change rootnet validator check to module check --------- Co-authored-by: devwckd <[email protected]>
implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.