We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This task is derived from #5 and only creates the header structures.
Header data structures are listed in Chapter 5 and then described in the next chapters.
Header: H ≡ (Hp, Hr , Hx, Ht, He, Hw , Hj , Hk , Hv , Hs)
The outputs of tasks #6 and #14 should be used to serialize header structures.
All of the header structures in Go code with tests (where appropriate). All structures should be serializable.
There are no current official test vectors to check the results.
The text was updated successfully, but these errors were encountered:
From the parent task:
Bandersnatch data types: Signature -> https://github.com/paritytech/polkadot-sdk/blob/master/substrate/primitives/core/src/bandersnatch.rs#L68 * needed for vrf signature and the block seal Block Author Key -> https://github.com/paritytech/polkadot-sdk/blob/master/substrate/primitives/core/src/bandersnatch.rs#L79 * (Not sure if this is the correct key type yet)
Bandersnatch data types: Signature -> https://github.com/paritytech/polkadot-sdk/blob/master/substrate/primitives/core/src/bandersnatch.rs#L68
* needed for vrf signature and the block seal
Block Author Key -> https://github.com/paritytech/polkadot-sdk/blob/master/substrate/primitives/core/src/bandersnatch.rs#L79
* (Not sure if this is the correct key type yet)
Sorry, something went wrong.
danielvladco
No branches or pull requests
Description
This task is derived from #5 and only creates the header structures.
Header data structures are listed in Chapter 5 and then described in the next chapters.
Header:
H ≡ (Hp, Hr , Hx, Ht, He, Hw , Hj , Hk , Hv , Hs)
Serialization
The outputs of tasks #6 and #14 should be used to serialize header structures.
Deliverable
All of the header structures in Go code with tests (where appropriate).
All structures should be serializable.
Testing
There are no current official test vectors to check the results.
The text was updated successfully, but these errors were encountered: