Skip to content
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

⚓ Integrate set era payout damping factor proposal #4818

Merged
merged 27 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
92702a4
Fix InputNumber maxAllowedValue
thesan Mar 26, 2024
41b3a00
Create set era payout damping factor proposals
thesan Mar 26, 2024
023f673
Preview set era payout damping factor proposals
thesan Mar 26, 2024
2fac8e6
Fix typo
thesan Mar 26, 2024
baaec86
Query `SetEraPayoutDampingFactorProposalDetails`
thesan Mar 26, 2024
aded88b
Use the proper percentageMapper to preview the proposal
thesan Mar 29, 2024
220daa2
Compare with current multiplier value
thesan Mar 29, 2024
2fc1507
Describe the proposal
thesan Mar 29, 2024
d2535be
Validate that the multiplier is at most 100%
thesan Apr 2, 2024
66e4fa0
Make the NumberOfBlocks renderer reusable
thesan Mar 29, 2024
b120b09
Preview CRT constraints proposal
thesan Mar 29, 2024
a9850ee
Create CRT constraints proposal
thesan Apr 2, 2024
c3b0ef9
Query `UpdateTokenPalletTokenConstraintsProposalDetails`
thesan Apr 2, 2024
bd44e13
Schema and types
thesan Apr 2, 2024
44bc262
Show current values in the form
thesan Apr 2, 2024
e914884
Show current values on the preview page
thesan Apr 2, 2024
f2496c4
Fix the vote on proposal modal
thesan Apr 3, 2024
a62b5e8
Fix mismatched values
thesan Apr 3, 2024
ada87e2
Show current values on field inputs sub label instead of message
thesan Apr 3, 2024
852b0f1
Enable decimal values in `InputNumber`
thesan Apr 3, 2024
3ad9514
Use decimal percent to represent part per million
thesan Apr 3, 2024
9458833
Preview decimal percents
thesan Apr 3, 2024
06b39b9
Merge branch 'feature/crt-constraints-proposal' into feature/luxor/re…
thesan Apr 4, 2024
364101f
Generate queries
thesan Apr 4, 2024
e7bab76
Patch `@joystream/types`
thesan Apr 4, 2024
30fbe31
Fix type issue
thesan Apr 4, 2024
4185ef3
Merge branch 'luxor' of github.com:Joystream/pioneer into feature/lux…
thesan Apr 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Describe the proposal
thesan committed Mar 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2fc15070aa0589c41d45bfe5f13f6c5b39d23907
2 changes: 1 addition & 1 deletion packages/ui/src/proposals/model/proposalDescriptions.ts
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ export const proposalDescriptions: ProposalDescriptions = {
'Proposal to submit the Channel Incentives Payout payload, update the min/max claimable amounts and block/allow claiming of awarded JOYs by channels.',
runtimeUpgrade: 'Proposal to upgrade version to the new runtime.',
updatePalletFrozenStatus: 'Enabling and disabling various features on the blockchain level.',
setEraPayoutDampingFactor: 'TODO',
setEraPayoutDampingFactor: 'Apply a multiplier to the validator rewards to reduce or increase them.',
createBlogPost: 'Council blog',
editBlogPost: 'Unlocked blog post can be edited.',
lockBlogPost: 'When a post is locked it can no longer be modified.',