forked from Consensys/teku
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
[DON'T MERGE] Migrating PeerDAS to Pectra + soft-forking #163
Draft
zilm13
wants to merge
491
commits into
Nashatyrev:das
Choose a base branch
from
zilm13:das-electra
base: das
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* add get aggregate attestation request * fix integration test * refactoring * rename test * spotless * refactor aggregattion api * refactoring * refactoring * rename aggregate attestation request * rename request * apply spotless * use schema definition cache * refactoring * use spec when submit * refactor create aggregate request
* add post aggregate and proofs V2 API * add changelog entry * update error reponse description * refactoring
* use header based selector with slot fallback
Signed-off-by: Paul Harris <[email protected]>
* better support for enum type in open api doc
* Add post attestation v2 request
* add post aggregate and proofs v2 request
fixes Consensys#8538 Signed-off-by: Paul Harris <[email protected]>
Added test for validator exit triggered by the EL
* handle missing committee index
* add --Xattestations-v2-apis-enabled option
- our version of web3signer in AT was very dated. - this is only single node Signed-off-by: Paul Harris <[email protected]>
Signed-off-by: Paul Harris <[email protected]>
Signed-off-by: Paul Harris <[email protected]>
another batch of changes. Partially addresses Consensys#8526 Signed-off-by: Paul Harris <[email protected]>
…onsensys#8576) This reverts commit 22e2350.
Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]>
* Revert "Revert "attestation duties generation optimization (Consensys#8553)" (Consensys#8576)" This reverts commit 44b811c. * reintroduce optimization with fixed benchmark
AbstractDataBackedRestAPIIntegrationTest no longer requires JsonProvider. fixes Consensys#8526 Signed-off-by: Paul Harris <[email protected]>
- moved the isCloseToInSync into recentChaindata Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]>
* move MAX_BLOBS_PER_BLOCK from preset to config params
- if the attestation arriving is a singleAttestation, will fire a single_attestation event, otherwise will trigger an attestation event. - at the moment we only see attestations, but added unit test and can re-verify once we have single attestations being produced... - can essentially listen to both by : `curl -H "Accept:text/event-stream" -N http://localhost:5051/eth/v1/events\?topics\=attestation,single_attestation` Signed-off-by: Paul Harris <[email protected]>
Signed-off-by: Paul Harris <[email protected]>
Co-authored by @StefanBratanov Co-authored by @gfukushima
…#8901) * add missing electra attestation processing committee check
Co-authored-by: Lucas Saldanha <[email protected]>
* Passing GOSSIP_MAX_SIZE to snappy uncompressor * Using GOSSIP_MAX_SIZE from network spec on LibP2PGossipNetworkBuilder --------- Co-authored-by: Enrico Del Fante <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP