mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
Implementer's guide: Approval Voting Subsystem (#1691)
* add storage for approvals module * basics of approval logic * fix links * Session info module * create an approvals_inherent module * integrate approvals module with inclusion * Remove approvals runtime * tweak mentions of on-chain logic * add note on finality-grandpa voting rule * elaborate on node-side components * stub for availability recovery * add another note on voting rule * Beginnings of approval subsystems * flesh out approval voting now * logic for checking assignment certs * initial scheduler logic * scheduler logic * adjst tranche taking logic * approval voting import * approval work (voting side) * amend some TODOs * mark some TODOs * describe `ApprovedAncestor` * reference protocol-approval.md * clarity on bitfield * remove approvals_inherent * tweak session_info module according to review * formatting & nits Co-authored-by: Robert Habermeier <robert@Roberts-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
d8b85dc3be
commit
43be64f2f7
@@ -0,0 +1,7 @@
|
||||
# Approval Networking
|
||||
|
||||
> TODO: <https://github.com/paritytech/polkadot/issues/1603>
|
||||
|
||||
## Protocol
|
||||
|
||||
## Functionality
|
||||
Reference in New Issue
Block a user