-
Notifications
You must be signed in to change notification settings - Fork 47
feat: staking payout refactor #384
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d723499
wip: poc
wischli 82da1d9
refactor: extrinsics and inherents
wischli 03cd34d
refactor: remove storage redundancy
wischli 766c777
tests: fix existing ones for staking
wischli 791ef9c
tests: 80%
wischli 38e92dd
feat: rm delegate_another_candidate and more
wischli d8bb955
docs: remove deprecated weight
wischli 24dc4bf
Apply suggestions from code review
wischli 7789cda
tests: 100%
wischli 870b534
fix: benchmarks
wischli 8926e4c
feat: remove multiple delegations (#391)
wischli 3dd9c6d
Merge remote-tracking branch 'origin/wf/1930-staking-refactor' into w…
wischli 05f520e
Merge branch 'develop' into wf/1930-staking-refactor
wischli f8c1419
Apply suggestions from code review
wischli ad13650
fix: suggestions from @ntn-x2 review
wischli adbcd46
fmt
wischli ddebe3a
fix: typos
wischli 28e47ef
Merge remote-tracking branch 'origin/develop' into wf/1930-staking-re…
wischli 7b9fda3
fix: docker file
wischli 3e21d0c
Merge remote-tracking branch 'origin/develop' into wf/1930-staking-re…
wischli e70c044
feat: add staking rewards runtime api
wischli b1de42a
docs: add new extrinsics to staking header
wischli 6f73296
feat: add staking rates api
wischli 20fd523
tests: add api
wischli 0f8160b
fix: unify staking runtime api
wischli 420170d
refactor: stricter claiming
wischli 25f1878
Merge remote-tracking branch 'origin/develop' into wf/1930-staking-re…
wischli a3b2631
fix: easy suggestions from code review
wischli e703493
tests: comp api claim with claiming
wischli 02eb407
stlye: fmt
wischli dfbd9e3
Merge remote-tracking branch 'origin/develop' into wf/1930-staking-re…
wischli bc0890f
Merge remote-tracking branch 'origin/develop' into wf/1930-staking-re…
wischli 36e4abd
tests: add safety check to API rewards
wischli 56a5539
style: fmt
wischli 98eab08
Merge branch 'develop' into wf/1930-staking-refactor
wischli 30044dd
feat: write delegator state migration
wischli 30be731
refactor: Delegator interface functions
wischli 55c6ac3
refactor: rm Option for Delegator.owner
wischli cd9684e
style: apply turbofish to staking
wischli f459050
fix: replace RewardCount with two counters
wischli 39e3716
refactor: rm col input for del stake adjustment
wischli 9102cfb
Update pallets/parachain-staking/src/lib.rs
wischli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: remove storage redundancy
- Loading branch information
commit 03cd34d88be046723c0041a3ad3c17281d38efb5
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.