-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync execution update on demand (#1154)
* Update for Dencun * build geth&lodestar from source * Fix makeTrie * Update go ethereum to v1.13.5 * Update packages & Speedup e2e setup * Update lodestar to v1.12.0 * Remove unused * Remove unrelated changes * Ignore build geth when binary exist * Cleanup for deprecated ethashproof * Update with VersionedExecutionPayloadHeader * Fix breaking tests * Update node package * Update git modules * Sync packages with nix * Update sdk * Update contract binding * More cleanup * For deneb(1) * For deneb(2) * Update sdk * For deneb(3) * Update sdk * For deneb(4) * Enable deneb for local setup * Fix tests * Fix BeaconStateDeneb & more tests * Generate test fixture for Deneb and more tests accordingly * Fix parse empty field * Setup for switchover test * Test workflow specific for deneb * Ignore change detect building polkadot binary * Encode with error handling * Fix format * Update lodestar * Improve scripts setting up nodes for production * Sync execution update on demand * Fix import * Reorganize deneb primitives * Update go mod * Fix format * Remove obsolete * Fix import * Fix the deneb ForkVersion * Upgrade geth and lodestar * Download geth release to replace the nix default * Naming consistently * Update lodestar with the mock hack * Fix generate mainnet fixture * Remove fixture unused * Backward compatible * Check execution_branch * Remove build geth * Remove cross check * sync all lagging periods * Clean up * More refactoring * Cleanup scripts * Update sdk * Ignore go.work * Rename function * Fix test * Fix populate checkpoint * Fix smoke test * Update lodestar & polkadot-sdk * Check execution already exist before submit * Update relayer/cmd/generate_beacon_data.go Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Update relayer/relays/beacon/header/header.go Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Rename to OptionalExecutionHeader * Rename import alias * Improve logs * Fetch checkpoint on chain from history * Remove LastExecutionHeaderState & Remove execution header from update --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com>
- Loading branch information
1 parent
13989a6
commit f893a78
Showing
22 changed files
with
446 additions
and
311 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,5 @@ contracts/beefy-state.json | |
|
||
go/ | ||
gocache/ | ||
go.work* | ||
control/target/ |
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
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.