Merged
Conversation
Contributor
henrikdent
commented
Jan 3, 2024
- Update to polkadot-v1.4.0 for upstream
- Add exchange pallet (swap DENT for DENTX)
- Custom payment for exchange pallet (allow exchange with 0 DENTX)
- Update treasury parameters and custom inflation logic
Resolve substrate dependencies via git to ensure consistency
Instead of sending all to the treasury, drop anything exceeding a certain threshold
Spending period: 24 days Burn: 1% per spending period Treasury excess inflation: 3.3% (33% of 10% curve max)
- Proper extrinsic weights - Separate storage of rate - Events on exchange and rate change - Don't allow tiny swaps
- Remove commission - Add minimum output
thomasdingler
approved these changes
Jan 12, 2024
Sponsored wallets only hold DENTX temporarily to pay bridge fee, so we need to use AllowDeath to let them to spend it down to zero again.
thomasdingler
approved these changes
Jan 24, 2024
Bonding duration from 28 to 7 days Slash deferment from 7 to 5 days DNET-192
- Limit pool creation to sudo origin - Allow Staking proxy to invoke NominationPools - Workaround for overflow in pool balance_to_points
Resolves overflow in calculation used in points issuance and runtime balance calculations.
This file contains hidden or 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
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.