1c0e57d984
This commit systematically rebrands various references from Parity Technologies' Polkadot/Substrate ecosystem to PezkuwiChain within the kurdistan-sdk. Key changes include: - Updated external repository URLs (zombienet-sdk, parity-db, parity-scale-codec, wasm-instrument) to point to pezkuwichain forks. - Modified internal documentation and code comments to reflect PezkuwiChain naming and structure. - Replaced direct references to with or specific paths within the for XCM, Pezkuwi, and other modules. - Cleaned up deprecated issue and PR references in various and files, particularly in and modules. - Adjusted image and logo URLs in documentation to point to PezkuwiChain assets. - Removed or rephrased comments related to external Polkadot/Substrate PRs and issues. This is a significant step towards fully customizing the SDK for the PezkuwiChain ecosystem.
16 lines
636 B
Markdown
16 lines
636 B
Markdown
Aura (Authority-round) consensus in Bizinikiwi.
|
|
|
|
Aura works by having a list of authorities A who are expected to roughly
|
|
agree on the current time. Time is divided up into discrete slots of t
|
|
seconds each. For each slot s, the author of that slot is A[s % |A|].
|
|
|
|
The author is allowed to issue one block but not more during that slot,
|
|
and it will be built upon the longest valid chain that has been seen.
|
|
|
|
Blocks from future steps will be either deferred or rejected depending on how
|
|
far in the future they are.
|
|
|
|
NOTE: Aura itself is designed to be generic over the crypto used.
|
|
|
|
License: GPL-3.0-or-later WITH Classpath-exception-2.0
|