-
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
base: das
Are you sure you want to change the base?
Commits on Jul 31, 2024
-
added SubscribeToBeaconCommitteeRequest to typedefs (Consensys#8486)
Partially addresses Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4562bbf - Browse repository at this point
Copy the full SHA 4562bbfView commit details -
move send signed contribution and proof to typedef client. (Consensys…
…#8485) Partially addresses Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 613dd3b - Browse repository at this point
Copy the full SHA 613dd3bView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 671aa09 - Browse repository at this point
Copy the full SHA 671aa09View commit details -
Move BeaconPreparableProposer call to typedef client (Consensys#8489)
partially addresses Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4870a3 - Browse repository at this point
Copy the full SHA e4870a3View commit details -
Add PostAttestationV2 API (Consensys#8448)
* wip array type definition * tests added, fixed error Signed-off-by: Paul Harris <[email protected]> * Add post attestation v2 interface * add missing final * rename json files * refactoring * add integration tests * refactoring --------- Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38d2635 - Browse repository at this point
Copy the full SHA 38d2635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e78d4 - Browse repository at this point
Copy the full SHA 59e78d4View commit details -
remove type duplication in BeaconPreparableProposer (Consensys#8491)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11c0dd7 - Browse repository at this point
Copy the full SHA 11c0dd7View commit details
Commits on Aug 2, 2024
-
Updated createAggregateAttestation to use typedef client (Consensys#8492
) The concept of `? extends Attestation` got a little messy... wondering if we need to make it closer to the way blocks are, where Attestation is a class, but also not sure how much 'better' this would look without spiking it. partially addresses Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c62abc0 - Browse repository at this point
Copy the full SHA c62abc0View commit details -
add missing changelog (Consensys#8494)
Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5150b1 - Browse repository at this point
Copy the full SHA f5150b1View commit details -
refactor create aggregate attestation request (Consensys#8496)
* refactor create aggregate attestation request * refactor
Configuration menu - View commit details
-
Copy full SHA for 7455d50 - Browse repository at this point
Copy the full SHA 7455d50View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98a1cc4 - Browse repository at this point
Copy the full SHA 98a1cc4View commit details
Commits on Aug 6, 2024
-
Promote GetNewBlockV3 and enable by default (Consensys#8493)
* Remove -X prefix Signed-off-by: Gabriel Fukushima <[email protected]> * add changelog Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 777c9dc - Browse repository at this point
Copy the full SHA 777c9dcView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7defe58 - Browse repository at this point
Copy the full SHA 7defe58View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19894d1 - Browse repository at this point
Copy the full SHA 19894d1View commit details
Commits on Aug 12, 2024
-
Remove deprecated GetNewBlindedBlock (Consensys#8508)
* remove deprecated GetNewBlindedBlock Signed-off-by: Gabriel Fukushima <[email protected]> * add changelog Signed-off-by: Gabriel Fukushima <[email protected]> * removed json schema and response Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07c2b0c - Browse repository at this point
Copy the full SHA 07c2b0cView commit details -
Cleaned up interfaces for remote request (Consensys#8503)
* Cleaned up interfaces for remote request Also added some tests for minimal typedef functions which were missing. I'd like to ultimately move everything to this model where we're testing per class, but it's a larger cleanup, so here's a good sanity check point. partially addresses Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8034a26 - Browse repository at this point
Copy the full SHA 8034a26View commit details
Commits on Aug 13, 2024
-
moved SendSyncCommitteeRequest to typedefs (Consensys#8509)
This meant handling our failure list responses also, which will be needed for a couple of other interfaces also, so i've put the handling into a spot we can get to. partially addresses Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0002baf - Browse repository at this point
Copy the full SHA 0002bafView commit details -
Remove deprecated GetNewBlockV2 from Validator API (Consensys#8504)
* Remove BlocksV2 Signed-off-by: Gabriel Fukushima <[email protected]> * remove API resources and tests from GetBlockV2 Signed-off-by: Gabriel Fukushima <[email protected]> * add changelog Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cec7c1c - Browse repository at this point
Copy the full SHA cec7c1cView commit details -
Removed OkHttpValidatorRestApiClient (Consensys#8510)
- moved the last 2 endpoints to typedef - cleaned up interface ValidatorRestApiClient interface - Renamed SendSyncCommitteeRequest This removes the last usages of the old schema based interfaces in the VC. fixes Consensys#7762 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7eea54 - Browse repository at this point
Copy the full SHA b7eea54View commit details
Commits on Aug 19, 2024
-
Add support for phase0 and electra in PostAttesterSlashingV2 (Consens…
…ys#8487) * support schema for oneOf electra and phase0 Signed-off-by: Gabriel Fukushima <[email protected]> * fix tests Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cde06e1 - Browse repository at this point
Copy the full SHA cde06e1View commit details -
started cleaning up JsonProvider usage (Consensys#8512)
* Moved slashing protection interchange format away from using JsonProvider. Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85feeab - Browse repository at this point
Copy the full SHA 85feeabView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5000fe - Browse repository at this point
Copy the full SHA a5000feView commit details -
Update
getBlobSidecars
API response withEth-Consensus-Version
he……ader (Consensys#8516) * add Eth-Consensus-Version header to getBlobSidecars response Signed-off-by: Gabriel Fukushima <[email protected]> * spotless Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cbe765 - Browse repository at this point
Copy the full SHA 1cbe765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89dd8fa - Browse repository at this point
Copy the full SHA 89dd8faView commit details -
Revert "annotated classes cleanup (Consensys#8518)" (Consensys#8519)
This reverts commit 89dd8fa.
Configuration menu - View commit details
-
Copy full SHA for c5c85ba - Browse repository at this point
Copy the full SHA c5c85baView commit details
Commits on Aug 21, 2024
-
Remove --xblock-v3-enabled and useBlindedBlock variable (Consensys#8511)
* remove experimental flag and useBlindedBlock variable now that V3 can handle blind and unblinded flows. Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f73ba0 - Browse repository at this point
Copy the full SHA 3f73ba0View commit details -
Change to ObjectMapper for Metrics and Proposer config (Consensys#8515)
also restored some deserializers for JsonProvider that are likely used by external signer... Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f108871 - Browse repository at this point
Copy the full SHA f108871View commit details -
reduced cleanup of json objects (Consensys#8521)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6efaaea - Browse repository at this point
Copy the full SHA 6efaaeaView commit details
Commits on Aug 22, 2024
-
Move away from using JsonProvider in some AT (Consensys#8524)
- migrated TekuBeaconNode towards using mostly ObjectMapper where possible, though i did use a couple of typedefs. - Added ObjectMapper to Node, but haven't yet removed JsonProvider because its still heavily used in AT. - Several functions now return more specific things, which simplifies using ObjectMapper. Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 376a874 - Browse repository at this point
Copy the full SHA 376a874View commit details -
add get aggregate attestation request (Consensys#8483)
* 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
Configuration menu - View commit details
-
Copy full SHA for fe54d38 - Browse repository at this point
Copy the full SHA fe54d38View commit details -
add post aggregate and proofs V2 API (Consensys#8517)
* add post aggregate and proofs V2 API * add changelog entry * update error reponse description * refactoring
Configuration menu - View commit details
-
Copy full SHA for 933df84 - Browse repository at this point
Copy the full SHA 933df84View commit details -
use header based selector with slot fallback (Consensys#8522)
* use header based selector with slot fallback
Configuration menu - View commit details
-
Copy full SHA for 35da85a - Browse repository at this point
Copy the full SHA 35da85aView commit details -
Removed more references to JsonProvider in AT (Consensys#8528)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c21147 - Browse repository at this point
Copy the full SHA 2c21147View commit details
Commits on Aug 26, 2024
-
better support for enum type in open api doc (Consensys#8529)
* better support for enum type in open api doc
Configuration menu - View commit details
-
Copy full SHA for dc14fe6 - Browse repository at this point
Copy the full SHA dc14fe6View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 038a2af - Browse repository at this point
Copy the full SHA 038a2afView commit details -
8424 attestations handler (Consensys#8456)
* Add post attestation v2 request
Configuration menu - View commit details
-
Copy full SHA for e4c973f - Browse repository at this point
Copy the full SHA e4c973fView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35d665b - Browse repository at this point
Copy the full SHA 35d665bView commit details -
Post aggregate and proofs request (Consensys#8523)
* add post aggregate and proofs v2 request
Configuration menu - View commit details
-
Copy full SHA for 4953d5e - Browse repository at this point
Copy the full SHA 4953d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c408c20 - Browse repository at this point
Copy the full SHA c408c20View commit details
Commits on Aug 29, 2024
-
cleaned up schema definition use for block production (Consensys#8544)
fixes Consensys#8538 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5cd7dc - Browse repository at this point
Copy the full SHA c5cd7dcView commit details -
Validator Triggered Exits (EIP-7002) ATs (Consensys#8547)
Added test for validator exit triggered by the EL
Configuration menu - View commit details
-
Copy full SHA for f9483f4 - Browse repository at this point
Copy the full SHA f9483f4View commit details -
handle missing committee index (Consensys#8548)
* handle missing committee index
Configuration menu - View commit details
-
Copy full SHA for e862210 - Browse repository at this point
Copy the full SHA e862210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3e1f5 - Browse repository at this point
Copy the full SHA 6c3e1f5View commit details
Commits on Aug 30, 2024
-
add --Xattestations-v2-apis-enabled option (Consensys#8546)
* add --Xattestations-v2-apis-enabled option
Configuration menu - View commit details
-
Copy full SHA for 60ed5e1 - Browse repository at this point
Copy the full SHA 60ed5e1View commit details
Commits on Sep 1, 2024
-
created remote signer AT starting at capella (Consensys#8551)
- our version of web3signer in AT was very dated. - this is only single node Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16dc699 - Browse repository at this point
Copy the full SHA 16dc699View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22e2350 - Browse repository at this point
Copy the full SHA 22e2350View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3db218 - Browse repository at this point
Copy the full SHA b3db218View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b9e2f - Browse repository at this point
Copy the full SHA 02b9e2fView commit details
Commits on Sep 4, 2024
-
Added deneb remote signer AT (Consensys#8558)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dd1a39 - Browse repository at this point
Copy the full SHA 2dd1a39View commit details -
started changing integration tests to use object_mapper (Consensys#8560)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1f5331 - Browse repository at this point
Copy the full SHA b1f5331View commit details
Commits on Sep 5, 2024
-
updated integration tests to remove jsonProvider (Consensys#8564)
another batch of changes. Partially addresses Consensys#8526 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd99450 - Browse repository at this point
Copy the full SHA fd99450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e72b2 - Browse repository at this point
Copy the full SHA 99e72b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c60a8f - Browse repository at this point
Copy the full SHA 2c60a8fView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 308fe99 - Browse repository at this point
Copy the full SHA 308fe99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3512a73 - Browse repository at this point
Copy the full SHA 3512a73View commit details -
Revert "attestation duties generation optimization (Consensys#8553)" (C…
…onsensys#8576) This reverts commit 22e2350.
Configuration menu - View commit details
-
Copy full SHA for 44b811c - Browse repository at this point
Copy the full SHA 44b811cView commit details -
From bytes and from hex string (Consensys#8573)
Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fb24ec - Browse repository at this point
Copy the full SHA 3fb24ecView commit details -
Reintroduce attestation generation optimization (Consensys#8578)
* Revert "Revert "attestation duties generation optimization (Consensys#8553)" (Consensys#8576)" This reverts commit 44b811c. * reintroduce optimization with fixed benchmark
Configuration menu - View commit details
-
Copy full SHA for e2aff91 - Browse repository at this point
Copy the full SHA e2aff91View commit details -
Completed removal of JsonProvider from IntegrationTests (Consensys#8566)
AbstractDataBackedRestAPIIntegrationTest no longer requires JsonProvider. fixes Consensys#8526 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52b7f0b - Browse repository at this point
Copy the full SHA 52b7f0bView commit details -
Removed error message that we no longer need (Consensys#8574)
This used to be needed for v2 but now that we're completely using v3 there's no real need for the message to exist... fixes Consensys#8526 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2426c9f - Browse repository at this point
Copy the full SHA 2426c9fView commit details
Commits on Sep 9, 2024
-
Add explicit
_total
suffix to validator metrics missing it (Consens……ys#8582) * Add explicit suffix to metrics automatically changed by prometheus Signed-off-by: Gabriel Fukushima <[email protected]> * changelog entry Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bb1af4 - Browse repository at this point
Copy the full SHA 9bb1af4View commit details -
Separate schemas refactoring (Consensys#8570)
* separate attestation-related schemas --------- Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeadce1 - Browse repository at this point
Copy the full SHA aeadce1View commit details
Commits on Sep 11, 2024
-
Add response header
Eth-Consensus-Version
to API (Consensys#8586)* add EnumTypeHeaderDefinition class to deal with EnumType for response header that serialize into openAPI differently of content * add Eth-Consensus-Version header to endpoints response definition Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4e2a63 - Browse repository at this point
Copy the full SHA b4e2a63View commit details -
Deprecate v1 block publishing (Consensys#8580)
Signed-off-by: asli <[email protected]> Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dc01fd - Browse repository at this point
Copy the full SHA 3dc01fdView commit details
Commits on Sep 12, 2024
-
Update rest api endpoints ChainDataProvider and ValidatorDataProvider (…
…Consensys#8531) Signed-off-by: Paul Harris <[email protected]> Co-authored-by: bomanaps <[email protected]> Co-authored-by: Mercy Boma Naps Nkari <[email protected]> Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47080fb - Browse repository at this point
Copy the full SHA 47080fbView commit details -
Add native support for ephemery testnet and config files (Consensys#8543
) Signed-off-by: gconnect <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dcc61c - Browse repository at this point
Copy the full SHA 5dcc61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a565f1 - Browse repository at this point
Copy the full SHA 3a565f1View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 989a415 - Browse repository at this point
Copy the full SHA 989a415View commit details
Commits on Sep 16, 2024
-
Add multiple response headers to open api (Consensys#8596)
adding header type definition to deal with OpenApiSerialization for response headers Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0a2773 - Browse repository at this point
Copy the full SHA d0a2773View commit details -
Deprecated methods clean up (Consensys#8601)
* removing URL constructor deprecated Signed-off-by: Gabriel Fukushima <[email protected]> * replace getID() deprecated Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 624f3f7 - Browse repository at this point
Copy the full SHA 624f3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5818b6c - Browse repository at this point
Copy the full SHA 5818b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec10df4 - Browse repository at this point
Copy the full SHA ec10df4View commit details
Commits on Sep 17, 2024
-
switch to besu stable with 24.9.1 out (Consensys#8607)
Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 665dbcd - Browse repository at this point
Copy the full SHA 665dbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0704ce3 - Browse repository at this point
Copy the full SHA 0704ce3View commit details
Commits on Sep 19, 2024
-
Upgrade rocksdb library (Consensys#8532)
* upgrade rocksdb to latest * removed deprecated statistics (removed in 8.0.0 release) * tweak some defaults from RocksDb * turn compression on * add jemalloc detection Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91a17a5 - Browse repository at this point
Copy the full SHA 91a17a5View commit details
Commits on Sep 23, 2024
-
Add log to debug level to track possible incorrect report of block in…
…clusion (Consensys#8613) * add log to debug level to track possible incorrect report of block inclusion * add state root and move log to debug Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8910a3 - Browse repository at this point
Copy the full SHA a8910a3View commit details -
Update Holesky bootnodes ENRs (Consensys#8627)
* update holesky bootnodes ENRs Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3f0193 - Browse repository at this point
Copy the full SHA d3f0193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b02737 - Browse repository at this point
Copy the full SHA 6b02737View commit details -
add machine_large_executor_amd64 and use it for ATs (Consensys#8630)
Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 778e0a4 - Browse repository at this point
Copy the full SHA 778e0a4View commit details -
Create and test fromHexString and fromBytes for SszBitlist (Consensys…
…#8611) Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74b1ab0 - Browse repository at this point
Copy the full SHA 74b1ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99af3a1 - Browse repository at this point
Copy the full SHA 99af3a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1ef30 - Browse repository at this point
Copy the full SHA cb1ef30View commit details
Commits on Sep 24, 2024
-
Upgrade acceptance tests flakiness fix (Consensys#8635)
* start EL and CL pair together to avoid delay * give and extra 30 secs to genesis Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c48a2ce - Browse repository at this point
Copy the full SHA c48a2ceView commit details -
removed consolidations signing domain for electra (Consensys#8638)
This is no longer required, cleaning up. fixes Consensys#8636 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cd7bc1 - Browse repository at this point
Copy the full SHA 2cd7bc1View commit details -
Update network file (Consensys#8631)
Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]> Co-authored-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cef41e3 - Browse repository at this point
Copy the full SHA cef41e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae367d8 - Browse repository at this point
Copy the full SHA ae367d8View commit details -
Update CHANGELOG.md to mention new p2p flood publish param (Consensys…
…#8633) Co-authored-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6de2178 - Browse repository at this point
Copy the full SHA 6de2178View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd599c4 - Browse repository at this point
Copy the full SHA fd599c4View commit details
Commits on Sep 25, 2024
-
Implement a DatabaseArchiveWriter and add to pruneOldestBlobSidecars (C…
…onsensys#8640) * Implement a DatabaseArchiveWriter and add to pruneOldestBlobSidecars. Currently not configurable and only implements a NoopWriter.
Configuration menu - View commit details
-
Copy full SHA for a4e4fcc - Browse repository at this point
Copy the full SHA a4e4fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea74160 - Browse repository at this point
Copy the full SHA ea74160View commit details -
Update Electra penalty computation. EIP7125 (Consensys#8612)
Update Electra penalty computation.
Configuration menu - View commit details
-
Copy full SHA for 7066de7 - Browse repository at this point
Copy the full SHA 7066de7View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b91c432 - Browse repository at this point
Copy the full SHA b91c432View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 600b34e - Browse repository at this point
Copy the full SHA 600b34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 080b5a5 - Browse repository at this point
Copy the full SHA 080b5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3064bc9 - Browse repository at this point
Copy the full SHA 3064bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa47d1 - Browse repository at this point
Copy the full SHA 4fa47d1View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 214a9a5 - Browse repository at this point
Copy the full SHA 214a9a5View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac6ee63 - Browse repository at this point
Copy the full SHA ac6ee63View commit details -
Add get-earliest-available-block-slot to debug tool (Consensys#8649)
* add get-earliest-available-block-slot to debug tool Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8a8cc4 - Browse repository at this point
Copy the full SHA d8a8cc4View commit details
Commits on Sep 30, 2024
-
Gossip_V_1_2 (IDONTWANT) (Consensys#8648)
* Gossip_V_1_2 * changelog --------- Co-authored-by: Stefan Bratanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85793dc - Browse repository at this point
Copy the full SHA 85793dcView commit details -
Enable enr field in GetPeers and GetPeerById (Consensys#8641)
* Expose discovery NodeId to DiscoveryPeer and LibP2PPeer (Consensys#38) * Add DiscoveryPeer.getNodeId() * Add Eth2Peer.getDiscoveryNodeId() method. * Refactoring, discovery updated to 24.9.1 --------- Co-authored-by: Anton Nashatyrev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 659262e - Browse repository at this point
Copy the full SHA 659262eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b87509 - Browse repository at this point
Copy the full SHA 3b87509View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a929217 - Browse repository at this point
Copy the full SHA a929217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8c17e - Browse repository at this point
Copy the full SHA 4e8c17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 210674e - Browse repository at this point
Copy the full SHA 210674eView commit details -
Adopt
engineGetBlobs
(Consensys#8663)* initial implementation * improve * better debug logging * improve tests * better error handling * better error msg * add changelog line * missed toString change
Configuration menu - View commit details
-
Copy full SHA for 4b204e4 - Browse repository at this point
Copy the full SHA 4b204e4View commit details
Commits on Oct 3, 2024
-
Remove redundant method from the Database interface (Consensys#8657)
Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d40ea4 - Browse repository at this point
Copy the full SHA 7d40ea4View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 234f711 - Browse repository at this point
Copy the full SHA 234f711View commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5d6908 - Browse repository at this point
Copy the full SHA b5d6908View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a4df6 - Browse repository at this point
Copy the full SHA d2a4df6View commit details
Commits on Oct 7, 2024
-
add rpc method return type checks in unit tests (Consensys#8677)
* add rpc method return type checks in unit tests
Configuration menu - View commit details
-
Copy full SHA for dca8285 - Browse repository at this point
Copy the full SHA dca8285View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b2c12 - Browse repository at this point
Copy the full SHA a9b2c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8887aa0 - Browse repository at this point
Copy the full SHA 8887aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76765e - Browse repository at this point
Copy the full SHA c76765eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b1a7d - Browse repository at this point
Copy the full SHA 52b1a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9fa11 - Browse repository at this point
Copy the full SHA 8a9fa11View commit details
Commits on Oct 8, 2024
-
Refactored externalSigner to use Typedefs (Consensys#8541)
- created a new suite of tests to show a number of different signing bodies. - had to do manual testing for external signer becuase no AT i think - I was able to get from phase0 -> bellatrix so this should cover most scenarios. - I believe most of the wrappers should be available in the api partially addresses Consensys#8527 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eda8e93 - Browse repository at this point
Copy the full SHA eda8e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22421e8 - Browse repository at this point
Copy the full SHA 22421e8View commit details -
Check network on start and reset db (Consensys#8642)
Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28d559b - Browse repository at this point
Copy the full SHA 28d559bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4f9b7 - Browse repository at this point
Copy the full SHA be4f9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4477e7c - Browse repository at this point
Copy the full SHA 4477e7cView commit details -
fix proposer config loader (Consensys#8687)
* fix proposer config loader
Configuration menu - View commit details
-
Copy full SHA for 29c81b8 - Browse repository at this point
Copy the full SHA 29c81b8View commit details
Commits on Oct 9, 2024
-
Fix: Partial withdrawals count (Consensys#8684)
* changing max pending partial withdrawals per sweep according to spec for minimal and swift * fix partial pending withdrawals count * bump reference test to alpha.8 Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1634c43 - Browse repository at this point
Copy the full SHA 1634c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c8769 - Browse repository at this point
Copy the full SHA 93c8769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 356e127 - Browse repository at this point
Copy the full SHA 356e127View commit details -
Migrate Attestation and AttnetsENR schemas to registry (Consensys#8692)
* migrate Attestation and AttnetsENR schemas to registry * allow `addMilestoneMapping` with same `milestone` and `untilMilestone`
Configuration menu - View commit details
-
Copy full SHA for 82725a0 - Browse repository at this point
Copy the full SHA 82725a0View commit details -
Cleanup JsonProvider and unused serializers (Consensys#8689)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f29119a - Browse repository at this point
Copy the full SHA f29119aView commit details -
move deserializers that we use from api schema (Consensys#8699)
Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7397737 - Browse repository at this point
Copy the full SHA 7397737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e76dd - Browse repository at this point
Copy the full SHA 21e76ddView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0067d57 - Browse repository at this point
Copy the full SHA 0067d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a416449 - Browse repository at this point
Copy the full SHA a416449View commit details -
Check that ExecutionRequests is not null in block body (Consensys#8697)
Co-authored-by: Lucas Saldanha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22eb9ac - Browse repository at this point
Copy the full SHA 22eb9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e38dcce - Browse repository at this point
Copy the full SHA e38dcceView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa73c9 - Browse repository at this point
Copy the full SHA aaa73c9View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc3a5e7 - Browse repository at this point
Copy the full SHA bc3a5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 493322a - Browse repository at this point
Copy the full SHA 493322aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5380f95 - Browse repository at this point
Copy the full SHA 5380f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456eb94 - Browse repository at this point
Copy the full SHA 456eb94View commit details -
Reduce wait period to avoid flakiness (Consensys#8701)
* reduce wait period to avoid flakiness Signed-off-by: Gabriel Fukushima <[email protected]> * Reduce parallelism for ATs Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bd31ec - Browse repository at this point
Copy the full SHA 7bd31ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d659539 - Browse repository at this point
Copy the full SHA d659539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0595a - Browse repository at this point
Copy the full SHA 3f0595aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c1366 - Browse repository at this point
Copy the full SHA 67c1366View commit details
Commits on Oct 14, 2024
-
Fix isFullExitRequest return (Consensys#8709)
Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c97b0c1 - Browse repository at this point
Copy the full SHA c97b0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35d70a - Browse repository at this point
Copy the full SHA b35d70aView commit details -
Updated BlockOperationSelectorFactory to include execution requests p…
…ost-Electra (Consensys#8717)
Configuration menu - View commit details
-
Copy full SHA for dfd7f9d - Browse repository at this point
Copy the full SHA dfd7f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6105389 - Browse repository at this point
Copy the full SHA 6105389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ac0b4 - Browse repository at this point
Copy the full SHA 28ac0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b10149 - Browse repository at this point
Copy the full SHA 2b10149View commit details -
Schema registry interface improvement (Consensys#8696)
Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 289561c - Browse repository at this point
Copy the full SHA 289561cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed548e - Browse repository at this point
Copy the full SHA 7ed548eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e7fe1 - Browse repository at this point
Copy the full SHA 30e7fe1View commit details -
Move processWithdrawalRequests to BlockProcessorElectra (Consensys#8711)
* remove test fixed from the list of ignored tests * move processWithdrawalRequests to BlockProcessorElectra * expose supplier so it can be accessed from ElectraBLockProcessor --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c585055 - Browse repository at this point
Copy the full SHA c585055View commit details
Commits on Oct 15, 2024
-
Add debug command to retrieve peerId from a node key file (Consensys#…
…8727) * Add debug command to retrieve peerId from a node key file Signed-off-by: Gabriel Fukushima <[email protected]> * spotless Signed-off-by: Gabriel Fukushima <[email protected]> * add default flags to command Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5409ddb - Browse repository at this point
Copy the full SHA 5409ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f78f3 - Browse repository at this point
Copy the full SHA a7f78f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50adc4 - Browse repository at this point
Copy the full SHA b50adc4View commit details
Commits on Oct 16, 2024
-
Create file system based BlobSidecar data archive (Consensys#8674)
Add the option --Xdata-storage-blobs-archive-path to allow pruned BlobSidecars to be written to disk. Each block/slot has all associated BlobSidecars written to disk in a filename of the block root hash and written out in JSON format.
Configuration menu - View commit details
-
Copy full SHA for 5be6509 - Browse repository at this point
Copy the full SHA 5be6509View commit details -
8525 beacon states cleanup (Consensys#8725)
* set up state pruner when switching from archive to minimal or prune mode
Configuration menu - View commit details
-
Copy full SHA for 2985a96 - Browse repository at this point
Copy the full SHA 2985a96View commit details -
update EL get blobs logs wording (Consensys#8729)
* update EL get blobs logs
Configuration menu - View commit details
-
Copy full SHA for 398be12 - Browse repository at this point
Copy the full SHA 398be12View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5790a5 - Browse repository at this point
Copy the full SHA f5790a5View commit details -
update to latest release of tuweni. Switch from org.apache to io.tmio (…
…Consensys#8712) Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afacaae - Browse repository at this point
Copy the full SHA afacaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022c5b7 - Browse repository at this point
Copy the full SHA 022c5b7View commit details -
make state pruner faster (Consensys#8734)
* make state pruner faster
Configuration menu - View commit details
-
Copy full SHA for 91fcc09 - Browse repository at this point
Copy the full SHA 91fcc09View commit details -
Update build.gradle to support nightly reference tests (Consensys#8732)
Co-authored-by: Lucas Saldanha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da119c6 - Browse repository at this point
Copy the full SHA da119c6View commit details
Commits on Oct 17, 2024
-
Standardise the Engine JSON-RPC error codes (Consensys#8695)
Co-authored-by: Lucas Saldanha <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06d4078 - Browse repository at this point
Copy the full SHA 06d4078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e2abe - Browse repository at this point
Copy the full SHA 64e2abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for eebec12 - Browse repository at this point
Copy the full SHA eebec12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0306882 - Browse repository at this point
Copy the full SHA 0306882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d4630 - Browse repository at this point
Copy the full SHA 89d4630View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7139e - Browse repository at this point
Copy the full SHA db7139eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3796cd7 - Browse repository at this point
Copy the full SHA 3796cd7View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9398cce - Browse repository at this point
Copy the full SHA 9398cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa23460 - Browse repository at this point
Copy the full SHA aa23460View commit details -
Migrate attester slashing and indexed attestation to schema registry (C…
…onsensys#8736) * migrate-attester-slashing-and-indexed-att * fix tests
Configuration menu - View commit details
-
Copy full SHA for 51f1f37 - Browse repository at this point
Copy the full SHA 51f1f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22b3d5 - Browse repository at this point
Copy the full SHA b22b3d5View commit details
Commits on Oct 19, 2024
-
Eth-Consensus-version header now passed for json block production fro…
…m VC (Consensys#8754) When producing a block, JSON payloads require the Eth-Consensus-version header. Generally using SSZ this was correct, but there was no test case for JSON block production, and it wasn't providing the header correctly. Because probably 99% of our block production is via SSZ, this was not really visible. This would not be a problem for local BN+VC, but if the teku VC ever falls back to json (or is instructed to produce JSON), block production could potentially fail if the BN is following spec. Changed an AT to check both SSZ and JSON block production. fixes Consensys#8753 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d761f5b - Browse repository at this point
Copy the full SHA d761f5bView commit details
Commits on Oct 20, 2024
-
Expanded VC API tests (Consensys#8757)
fixes Consensys#8756 Added test cases for VC block requests, and added a validation to the Attestation request test. These were the 2 VC cases where we now require that header to be specified or we will fail. There was another case in DSL for AT, but we'll see those quickly if we use it. Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f28a87 - Browse repository at this point
Copy the full SHA 9f28a87View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6938b2f - Browse repository at this point
Copy the full SHA 6938b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1efca - Browse repository at this point
Copy the full SHA 4b1efcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea3530 - Browse repository at this point
Copy the full SHA 7ea3530View commit details -
made post block header work with available information (Consensys#8758)
In the case of JSON specifically, we do have the slot number, and we don't actually need the header with a slot present. Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3ff1d9 - Browse repository at this point
Copy the full SHA c3ff1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e113aa - Browse repository at this point
Copy the full SHA 6e113aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9b341 - Browse repository at this point
Copy the full SHA ab9b341View commit details -
Change order of electra presets to match spec (Consensys#8762)
Co-authored-by: Lucas Saldanha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07e59f9 - Browse repository at this point
Copy the full SHA 07e59f9View commit details -
Add electra types to schema interfaces (Consensys#8761)
Co-authored-by: Lucas Saldanha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bb201d - Browse repository at this point
Copy the full SHA 3bb201dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 108e5b9 - Browse repository at this point
Copy the full SHA 108e5b9View commit details
Commits on Oct 22, 2024
-
Save earliest slot block in a DB variable (Consensys#8722)
Adding a variable in the database to store the earliest available block slot which is used when peers request blocks by range. This is a query that can vary in some case and I've seen it causing disconnection in some cases due to multiple requests getting timed out. Changing it to be stored in a variable brings the query to 1 - 2 ms response time. It does add a bit of logic to handle the sync of historical batches and prune which are currently the workflow in the code base that affect that column family. Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2550254 - Browse repository at this point
Copy the full SHA 2550254View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a2585 - Browse repository at this point
Copy the full SHA d9a2585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 056cc34 - Browse repository at this point
Copy the full SHA 056cc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a9019 - Browse repository at this point
Copy the full SHA e2a9019View commit details
Commits on Oct 23, 2024
-
Change the builderResultCache of ExecutionLayerBlockProductionManager…
…Impl (Consensys#8766) Change the builderResultCache of ExecutionLayerBlockProductionManagerImpl keys from slot to SlotAndBlockRoot. This allows the cache to return proposals based on slot and block root, which is required if there's multiple operators requesting different beacon block proposals. fixes Consensys#8625
Configuration menu - View commit details
-
Copy full SHA for 21efe6e - Browse repository at this point
Copy the full SHA 21efe6eView commit details -
add post block integration tests (Consensys#8771)
* refactor post block integration tests
Configuration menu - View commit details
-
Copy full SHA for d0b0bc1 - Browse repository at this point
Copy the full SHA d0b0bc1View commit details -
refactored logging for inclusion on gossip channels. (Consensys#8733)
--------- Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3427b34 - Browse repository at this point
Copy the full SHA 3427b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7751981 - Browse repository at this point
Copy the full SHA 7751981View commit details
Commits on Oct 24, 2024
-
cleanup EphemeryNetwork and add max slot constant (Consensys#8778)
fixes Consensys#8777 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41f9022 - Browse repository at this point
Copy the full SHA 41f9022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5cb0c - Browse repository at this point
Copy the full SHA 7c5cb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e8570 - Browse repository at this point
Copy the full SHA f4e8570View commit details -
Add explicit tie-breaker in pending balance deposits sort (Consensys#…
…8772) Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5b7a22 - Browse repository at this point
Copy the full SHA a5b7a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56440a8 - Browse repository at this point
Copy the full SHA 56440a8View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d049544 - Browse repository at this point
Copy the full SHA d049544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 735f664 - Browse repository at this point
Copy the full SHA 735f664View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1573c3 - Browse repository at this point
Copy the full SHA d1573c3View commit details -
Rename validateable to validatable (Consensys#8784)
Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 110ce91 - Browse repository at this point
Copy the full SHA 110ce91View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a932e6 - Browse repository at this point
Copy the full SHA 2a932e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8db2e - Browse repository at this point
Copy the full SHA 6c8db2eView commit details -
Refactor BeaconStateSchema.getUniqueFields() methods (Consensys#8789)
Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46f4658 - Browse repository at this point
Copy the full SHA 46f4658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76fc318 - Browse repository at this point
Copy the full SHA 76fc318View commit details
Commits on Oct 31, 2024
-
create EphemerySlotValidationService and test (Consensys#8759)
Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92cebd3 - Browse repository at this point
Copy the full SHA 92cebd3View commit details -
add start scripts to correctly detect jemalloc presence (Consensys#8751)
* add start scripts to detect jemalloc presence Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8349e6 - Browse repository at this point
Copy the full SHA f8349e6View commit details -
pass asyncRunner to builder (Consensys#8798)
Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b7a104 - Browse repository at this point
Copy the full SHA 2b7a104View commit details -
use the correct schema definitions (Consensys#8797)
* use the correct schema definitions
Configuration menu - View commit details
-
Copy full SHA for 4910514 - Browse repository at this point
Copy the full SHA 4910514View commit details
Commits on Nov 4, 2024
-
update deposit snapshot november 2024 (Consensys#8809)
Signed-off-by: Gabriel Fukushima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d668a4b - Browse repository at this point
Copy the full SHA d668a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db844c - Browse repository at this point
Copy the full SHA 2db844cView commit details -
Change blindedBlockCreatorCache keys from slot to slotAndBlockRoot. (C…
…onsensys#8780) Co-authored-by: Stefan Bratanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bcbfc9 - Browse repository at this point
Copy the full SHA 8bcbfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4266035 - Browse repository at this point
Copy the full SHA 4266035View commit details -
use correct schema definitions when creation full beacon block (Conse…
…nsys#8806) * use correct schema definitions when creation full beacon block
Configuration menu - View commit details
-
Copy full SHA for e8289f1 - Browse repository at this point
Copy the full SHA e8289f1View commit details -
Electra devnet 5 (Consensys#8817)
use forkChoiceUpdatedV4 with PayloadAttributesV4 Co-authored-by: Mehdi AOUADI <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0c0b9c - Browse repository at this point
Copy the full SHA c0c0b9cView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d813213 - Browse repository at this point
Copy the full SHA d813213View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbfb8a2 - Browse repository at this point
Copy the full SHA fbfb8a2View commit details -
Ephemery startup network determination (Consensys#8781)
fixes Consensys#8777 Signed-off-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5eda7f3 - Browse repository at this point
Copy the full SHA 5eda7f3View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f39904 - Browse repository at this point
Copy the full SHA 1f39904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703f4d3 - Browse repository at this point
Copy the full SHA 703f4d3View commit details -
8767 update blobs gossip (Consensys#8822)
* update blob sidecars gossip topics * use misc helpers to get blob sidecars subnet count * remove unused method in gossip filter test
Configuration menu - View commit details
-
Copy full SHA for 4dc1d6a - Browse repository at this point
Copy the full SHA 4dc1d6aView commit details -
8767 update blobs rpc methods (Consensys#8823)
* update blobs rpc methods
Configuration menu - View commit details
-
Copy full SHA for da8f449 - Browse repository at this point
Copy the full SHA da8f449View commit details -
Configuration menu - View commit details
-
Copy full SHA for cedae8a - Browse repository at this point
Copy the full SHA cedae8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d4cbc - Browse repository at this point
Copy the full SHA b5d4cbcView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a64aa59 - Browse repository at this point
Copy the full SHA a64aa59View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19e01e9 - Browse repository at this point
Copy the full SHA 19e01e9View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c64dbea - Browse repository at this point
Copy the full SHA c64dbeaView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a9ab4b - Browse repository at this point
Copy the full SHA 7a9ab4bView commit details -
8767 update payload attributes (Consensys#8824)
Co-authored-by: Enrico Del Fante <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b28ac65 - Browse repository at this point
Copy the full SHA b28ac65View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c332f - Browse repository at this point
Copy the full SHA d5c332fView commit details
Commits on Nov 19, 2024
-
Migrate beacon state (Consensys#8833)
* migrate beacon state * fix historical summary schema * fix ref test compilation * fix ref tests
Configuration menu - View commit details
-
Copy full SHA for c4b29fc - Browse repository at this point
Copy the full SHA c4b29fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46adf0c - Browse repository at this point
Copy the full SHA 46adf0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7a043 - Browse repository at this point
Copy the full SHA ad7a043View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af1320e - Browse repository at this point
Copy the full SHA af1320eView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ca679f - Browse repository at this point
Copy the full SHA 6ca679fView commit details -
Migrate block content schemas (Consensys#8843)
* migrate-block-content-schemas * deleted too much * lookup cache first
Configuration menu - View commit details
-
Copy full SHA for 769f53a - Browse repository at this point
Copy the full SHA 769f53aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0dad8a - Browse repository at this point
Copy the full SHA b0dad8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4a9c4 - Browse repository at this point
Copy the full SHA 9c4a9c4View commit details
Commits on Nov 22, 2024
-
Fix incorrect variable syntax Update fetch-blocks.sh (Consensys#8842)
Fix incorrect variable syntax in state download request Co-authored-by: Paul Harris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e24934d - Browse repository at this point
Copy the full SHA e24934dView commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c106053 - Browse repository at this point
Copy the full SHA c106053View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 463d203 - Browse repository at this point
Copy the full SHA 463d203View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5528fa - Browse repository at this point
Copy the full SHA d5528faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 557e083 - Browse repository at this point
Copy the full SHA 557e083View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6fbe82 - Browse repository at this point
Copy the full SHA b6fbe82View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2494e4b - Browse repository at this point
Copy the full SHA 2494e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9455985 - Browse repository at this point
Copy the full SHA 9455985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5365458 - Browse repository at this point
Copy the full SHA 5365458View commit details
Commits on Nov 29, 2024
-
Performance tracker (Consensys#8851)
* use attestation bits aggregator in performance tracker * add electra tests * fix spotless * fix unit test * always clear objects * refactor bits aggregator or operation * revert bits aggregator or operation return type
Configuration menu - View commit details
-
Copy full SHA for 49d8d48 - Browse repository at this point
Copy the full SHA 49d8d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fbdcb1 - Browse repository at this point
Copy the full SHA 4fbdcb1View commit details