This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execution Header processing and syncing (paritytech#638)
* Start working on beacon block sync * Progress on beacon block verification * Beacon block verification * Block proof progress * Updates ssz_rs version with transactions panic fix. * Use tested individual merkleization functions in beacon block proof * Beacon block proof works * Beacon block with transactions and attester slashing also works * Pins byte-slice-cast version, checks rust version * remove ssz_rs rev * Tries updating Rust version * Updates ssz-rs name and version * Updates ssz-rs version * Updates ssz-rs-derive too * Moves Beacon structs into primitives * Adds new beacon primitive files * Fixes no-std issues. * Cleanup and refactor. * More cleanup * Store execution header * Getting beacon block and mapping to scale. * More mappings. * Send header update to relayer. * Fixed extrinsic call pallet name. * Adds condition to check if finalized header has been synced already * Logic fix. * Adds new method and fixes return paths. * Fixing bugs while testing. * Attempting to debug header verification * Testing header verification. * Adds sync aggregate to block update. * Adds sync aggregate to block update. * Testing changes * Hashes the transactions before sending it to the light client. * Working on sending block to lc. * Finish up the execution header processing. * Tries to resolve ambiguous import error. * Attempts to fix go modules issue * Cleaned and refactor. Co-authored-by: claravanstaden <Cats 4 life!>
- Loading branch information
1 parent
e342ca3
commit abf5d2f
Showing
20 changed files
with
4,205 additions
and
2,391 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.