-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: Enhance skeleton sync to process batches of new payloads and …
…fcUs (#2309) * client: Enhance skeleton sync to process batches of new payloads and fcUs * beacon sync run loop as now block execution callback is outside lock * set chain hardfork and log chain head * make flow concurrency safe * reset linked on backstep * fix skeleton specs * remove run with unlock * move locking to execution from vm * handle edge case * Stub out peers in peerpool * improve condition check Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * improve wording Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * improve wording Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * improve wording Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * improve wording Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * improve wording Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * incorporate feedback * restore waiting for interval clearing * clearify return value Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
- Loading branch information
Showing
9 changed files
with
870 additions
and
590 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
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.