This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Parachain staking functionality done#2
Closed
fgamundi wants to merge 68 commits intoparity-masterfrom
Closed
Conversation
skip-checks: true
skip-checks: true
* Updated OnFinality endpoint for Nodle Parachain * Add OnFinality endpoint for Interlay * Removed extra comma * Add OnFinality endpoint for Polkadex Co-authored-by: Yiwei Li <yiweili@ip-192-168-0-226.ap-northeast-1.compute.internal>
skip-checks: true
Co-authored-by: Ayush <>
skip-checks: true
* Remove instanceof, adjust VoteThreshold rendering * useMemo
skip-checks: true
3ea3ab8 to
d59a3fa
Compare
4meta5
approved these changes
Mar 24, 2022
There was a problem hiding this comment.
Looks good. thank you!
To confirm, the functionality included is:
- top dashboard with staking stats:
- collators selected / total possible collators chosen
- number of waiting collators
- active / delegators
- total staked by selected candidates
- annual inflation
- % of inflation for parachain rent
- % collator commission
- current round number
- time until next round
- extrinsic functionality for delegators:
delegatedelegator_bond_moredelegator_bond_lessleave_delegatorsrevoke_delegationexecute_pending_delegation_requestexecute_leave_delegatorscancel_pending_delegation_requestcancel_leave_delegators
The submission will require instructions to show all the extrinsic functionality via the UI (TODO).
ekenigs
reviewed
Mar 24, 2022
packages/page-staking/package.json
Outdated
| "version": "0.110.2-5", | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.17.8", | ||
| "@moonbeam-network/api-augment": "^0.0.1-beta.4", |
* feat: Added InvArch Tinkernet with placeholder endpoint * feat: Added logo file * chore: lint fix doublequote -> singlequote * fix: Fixed test * fix: Indentation glitch * feat: Update endpoint * fix: New endpoint * fix: One last endpoint change * Remove comment Co-authored-by: Jaco <jacogr@gmail.com> Co-authored-by: Jaco <jacogr@gmail.com>
skip-checks: true
Author
|
@4meta5 the extrinsics a user can do are:
We don't have a way to do |
|
It's not necessary, the functionality to leave delegators is already provided by schedule_revoke_delegation. Sounds good, thanks! |
skip-checks: true
skip-checks: true
* add listen network info * fix the bug * sorted the listen info
skip-checks: true
skip-checks: true
skip-checks: true
Co-authored-by: Mateusz Nowakowski <mat13mn@gmail.com>
skip-checks: true
* feat: Added InvArch Tinkernet with placeholder endpoint * feat: Added logo file * chore: lint fix doublequote -> singlequote * fix: Fixed test * fix: Indentation glitch * feat: Update endpoint * fix: New endpoint * fix: One last endpoint change * Remove comment Co-authored-by: Jaco <jacogr@gmail.com> Co-authored-by: Jaco <jacogr@gmail.com>
skip-checks: true
skip-checks: true
* Staking pools * Fly-by comment fix * Some infrastructure * multi * Create value * Retrieve singular params instance * defaultValue for multi query * Retrieve list of pool ids * Drive-by param formatting * Pool list retrieval * Retrieve pool info * Adjust trigger placement * Dump info * Join modal * Fix build * Allow creation & joining * caveman typing * Adjust disabled state * Adjust * cowboy types * Some basic stats * Created/Destoyed events * Adjust for latest * Set metadata on creation * Basic pools
skip-checks: true
* Updated OnFinality endpoint for Nodle Parachain * Add OnFinality endpoint for Interlay * Removed extra comma * Add OnFinality endpoint for Polkadex * Remove OnFinality brand name from KICO endpoint Co-authored-by: Yiwei Li <yiweili@ip-192-168-0-226.ap-northeast-1.compute.internal> Co-authored-by: Yiwei Li <yiweili@Yiweis-MacBook-Pro.local>
skip-checks: true
skip-checks: true
skip-checks: true
* Add trigger for bags refresh * isLoading pass-through * Adjust
skip-checks: true
skip-checks: true
skip-checks: true
840929c to
00390da
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.