Skip to content
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
wants to merge 462 commits into
base: das
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 31, 2024

  1. added SubscribeToBeaconCommitteeRequest to typedefs (Consensys#8486)

    Partially addresses Consensys#7762
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4562bbf View commit details
    Browse the repository at this point in the history
  2. move send signed contribution and proof to typedef client. (Consensys…

    …#8485)
    
    Partially addresses Consensys#7762
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    613dd3b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    671aa09 View commit details
    Browse the repository at this point in the history
  2. Move BeaconPreparableProposer call to typedef client (Consensys#8489)

    partially addresses Consensys#7762
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e4870a3 View commit details
    Browse the repository at this point in the history
  3. 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]>
    mehdi-aouadi and rolfyone authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    38d2635 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59e78d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c0dd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. 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]>
    rolfyone authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c62abc0 View commit details
    Browse the repository at this point in the history
  2. add missing changelog (Consensys#8494)

    Signed-off-by: Gabriel Fukushima <[email protected]>
    gfukushima authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f5150b1 View commit details
    Browse the repository at this point in the history
  3. refactor create aggregate attestation request (Consensys#8496)

    * refactor create aggregate attestation request
    
    * refactor
    mehdi-aouadi authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7455d50 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    98a1cc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. 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]>
    gfukushima authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    777c9dc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    7defe58 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    19894d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. 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]>
    gfukushima authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    07c2b0c View commit details
    Browse the repository at this point in the history
  2. 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]>
    rolfyone authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8034a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. 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]>
    rolfyone authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0002baf View commit details
    Browse the repository at this point in the history
  2. 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]>
    gfukushima authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cec7c1c View commit details
    Browse the repository at this point in the history
  3. 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]>
    rolfyone authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b7eea54 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. 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]>
    gfukushima authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cde06e1 View commit details
    Browse the repository at this point in the history
  2. started cleaning up JsonProvider usage (Consensys#8512)

    * Moved slashing protection interchange format away from using JsonProvider.
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    85feeab View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    a5000fe View commit details
    Browse the repository at this point in the history
  2. Update getBlobSidecars API response with Eth-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]>
    gfukushima authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1cbe765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89dd8fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c85ba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. 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]>
    gfukushima authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3f73ba0 View commit details
    Browse the repository at this point in the history
  2. 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]>
    rolfyone authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f108871 View commit details
    Browse the repository at this point in the history
  3. reduced cleanup of json objects (Consensys#8521)

    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6efaaea View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. 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]>
    rolfyone authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    376a874 View commit details
    Browse the repository at this point in the history
  2. 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
    mehdi-aouadi authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fe54d38 View commit details
    Browse the repository at this point in the history
  3. add post aggregate and proofs V2 API (Consensys#8517)

    * add post aggregate and proofs V2 API
    
    * add changelog entry
    
    * update error reponse description
    
    * refactoring
    mehdi-aouadi authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    933df84 View commit details
    Browse the repository at this point in the history
  4. use header based selector with slot fallback (Consensys#8522)

    * use header based selector with slot fallback
    mehdi-aouadi authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    35da85a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c21147 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. better support for enum type in open api doc (Consensys#8529)

    * better support for enum type in open api doc
    mehdi-aouadi authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dc14fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    038a2af View commit details
    Browse the repository at this point in the history
  2. 8424 attestations handler (Consensys#8456)

    * Add post attestation v2 request
    mehdi-aouadi authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e4c973f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    35d665b View commit details
    Browse the repository at this point in the history
  2. Post aggregate and proofs request (Consensys#8523)

    * add post aggregate and proofs v2 request
    mehdi-aouadi authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4953d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c408c20 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    c5cd7dc View commit details
    Browse the repository at this point in the history
  2. Validator Triggered Exits (EIP-7002) ATs (Consensys#8547)

    Added test for validator exit triggered by the EL
    lucassaldanha authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f9483f4 View commit details
    Browse the repository at this point in the history
  3. handle missing committee index (Consensys#8548)

    * handle missing committee index
    mehdi-aouadi authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e862210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c3e1f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. add --Xattestations-v2-apis-enabled option (Consensys#8546)

    * add --Xattestations-v2-apis-enabled option
    mehdi-aouadi authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    60ed5e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. 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]>
    rolfyone authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    16dc699 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    22e2350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3db218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b9e2f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Added deneb remote signer AT (Consensys#8558)

    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2dd1a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f5331 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. updated integration tests to remove jsonProvider (Consensys#8564)

    another batch of changes.
    
    Partially addresses Consensys#8526
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fd99450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e72b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c60a8f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    308fe99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3512a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44b811c View commit details
    Browse the repository at this point in the history
  4. From bytes and from hex string (Consensys#8573)

    Signed-off-by: gconnect <[email protected]>
    Co-authored-by: Paul Harris <[email protected]>
    gconnect and rolfyone authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3fb24ec View commit details
    Browse the repository at this point in the history
  5. 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
    tbenr authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e2aff91 View commit details
    Browse the repository at this point in the history
  6. Completed removal of JsonProvider from IntegrationTests (Consensys#8566)

    AbstractDataBackedRestAPIIntegrationTest no longer requires JsonProvider.
    
    fixes Consensys#8526
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    52b7f0b View commit details
    Browse the repository at this point in the history
  7. 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]>
    rolfyone authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2426c9f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. 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]>
    gfukushima authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9bb1af4 View commit details
    Browse the repository at this point in the history
  2. Separate schemas refactoring (Consensys#8570)

    * separate attestation-related schemas
    
    ---------
    
    Co-authored-by: Enrico Del Fante <[email protected]>
    mehdi-aouadi and tbenr authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    aeadce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. 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]>
    gfukushima authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b4e2a63 View commit details
    Browse the repository at this point in the history
  2. Deprecate v1 block publishing (Consensys#8580)

    Signed-off-by: asli <[email protected]>
    Co-authored-by: Paul Harris <[email protected]>
    aslikaya and rolfyone authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3dc01fd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. 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]>
    4 people authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    47080fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcc61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a565f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    989a415 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. 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]>
    gfukushima authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d0a2773 View commit details
    Browse the repository at this point in the history
  2. 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]>
    gfukushima authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    624f3f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5818b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec10df4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. switch to besu stable with 24.9.1 out (Consensys#8607)

    Signed-off-by: Gabriel Fukushima <[email protected]>
    gfukushima authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    665dbcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0704ce3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. 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]>
    gfukushima authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    91a17a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 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]>
    gfukushima authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a8910a3 View commit details
    Browse the repository at this point in the history
  2. Update Holesky bootnodes ENRs (Consensys#8627)

    * update holesky bootnodes ENRs
    
    Signed-off-by: Gabriel Fukushima <[email protected]>
    
    ---------
    
    Signed-off-by: Gabriel Fukushima <[email protected]>
    gfukushima authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d3f0193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b02737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    778e0a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74b1ab0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99af3a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb1ef30 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 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]>
    gfukushima authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c48a2ce View commit details
    Browse the repository at this point in the history
  2. 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]>
    rolfyone authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2cd7bc1 View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cef41e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae367d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de2178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd599c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. 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.
    david-ry4n authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a4e4fcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea74160 View commit details
    Browse the repository at this point in the history
  3. Update Electra penalty computation. EIP7125 (Consensys#8612)

    Update Electra penalty computation.
    david-ry4n authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7066de7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    b91c432 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    600b34e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080b5a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3064bc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa47d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    214a9a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    ac6ee63 View commit details
    Browse the repository at this point in the history
  2. 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]>
    gfukushima authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d8a8cc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Gossip_V_1_2 (IDONTWANT) (Consensys#8648)

    * Gossip_V_1_2
    
    * changelog
    
    ---------
    
    Co-authored-by: Stefan Bratanov <[email protected]>
    tbenr and StefanBratanov authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    85793dc View commit details
    Browse the repository at this point in the history
  2. 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]>
    zilm13 and Nashatyrev authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    659262e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b87509 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    a929217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8c17e View commit details
    Browse the repository at this point in the history
  3. add engine get blobs (Consensys#8662)

    * add engine get blobs
    mehdi-aouadi authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    210674e View commit details
    Browse the repository at this point in the history
  4. Adopt engineGetBlobs (Consensys#8663)

    * initial implementation
    
    * improve
    
    * better debug logging
    
    * improve tests
    
    * better error handling
    
    * better error msg
    
    * add changelog line
    
    * missed toString change
    tbenr authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4b204e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    7d40ea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    234f711 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    b5d6908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a4df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. add rpc method return type checks in unit tests (Consensys#8677)

    * add rpc method return type checks in unit tests
    mehdi-aouadi authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dca8285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b2c12 View commit details
    Browse the repository at this point in the history
  3. tmp

    zilm13 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8887aa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c76765e View commit details
    Browse the repository at this point in the history
  5. spotless fixes

    zilm13 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    52b1a7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a9fa11 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 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]>
    rolfyone authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    eda8e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22421e8 View commit details
    Browse the repository at this point in the history
  3. Check network on start and reset db (Consensys#8642)

    Signed-off-by: gconnect <[email protected]>
    Co-authored-by: Paul Harris <[email protected]>
    gconnect and rolfyone authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    28d559b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be4f9b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4477e7c View commit details
    Browse the repository at this point in the history
  6. fix proposer config loader (Consensys#8687)

    * fix proposer config loader
    mehdi-aouadi authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    29c81b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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]>
    gfukushima authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1634c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c8769 View commit details
    Browse the repository at this point in the history
  3. middle of fixes

    zilm13 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    356e127 View commit details
    Browse the repository at this point in the history
  4. Migrate Attestation and AttnetsENR schemas to registry (Consensys#8692)

    * migrate Attestation and AttnetsENR schemas to registry
    
    * allow `addMilestoneMapping` with same `milestone` and `untilMilestone`
    tbenr authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    82725a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f29119a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7397737 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21e76dd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    0067d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a416449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22eb9ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e38dcce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa73c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    bc3a5e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493322a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5380f95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    456eb94 View commit details
    Browse the repository at this point in the history
  5. 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]>
    gfukushima authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7bd31ec View commit details
    Browse the repository at this point in the history
  6. Another finals session

    zilm13 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d659539 View commit details
    Browse the repository at this point in the history
  7. more finals

    zilm13 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3f0595a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67c1366 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix isFullExitRequest return (Consensys#8709)

    Co-authored-by: Paul Harris <[email protected]>
    jtraglia and rolfyone authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c97b0c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b35d70a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfd7f9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6105389 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28ac0b4 View commit details
    Browse the repository at this point in the history
  6. middle of spotlessApply fixes

    zilm13 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2b10149 View commit details
    Browse the repository at this point in the history
  7. Schema registry interface improvement (Consensys#8696)

    
    Co-authored-by: Enrico Del Fante <[email protected]>
    zilm13 and tbenr authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    289561c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ed548e View commit details
    Browse the repository at this point in the history
  9. More finals and fixes

    zilm13 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    30e7fe1 View commit details
    Browse the repository at this point in the history
  10. 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]>
    gfukushima authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c585055 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 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]>
    gfukushima authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5409ddb View commit details
    Browse the repository at this point in the history
  2. More finals

    zilm13 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a7f78f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50adc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. 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.
    david-ry4n authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5be6509 View commit details
    Browse the repository at this point in the history
  2. 8525 beacon states cleanup (Consensys#8725)

    * set up state pruner when switching from archive to minimal or prune mode
    mehdi-aouadi authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2985a96 View commit details
    Browse the repository at this point in the history
  3. update EL get blobs logs wording (Consensys#8729)

    * update EL get blobs logs
    mehdi-aouadi authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    398be12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5790a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afacaae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    022c5b7 View commit details
    Browse the repository at this point in the history
  7. make state pruner faster (Consensys#8734)

    * make state pruner faster
    mehdi-aouadi authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    91fcc09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da119c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Standardise the Engine JSON-RPC error codes (Consensys#8695)

    Co-authored-by: Lucas Saldanha <[email protected]>
    Co-authored-by: Enrico Del Fante <[email protected]>
    3 people authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    06d4078 View commit details
    Browse the repository at this point in the history
  2. little more

    zilm13 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    64e2abe View commit details
    Browse the repository at this point in the history
  3. final build fixes

    zilm13 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eebec12 View commit details
    Browse the repository at this point in the history
  4. fix some tests

    zilm13 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0306882 View commit details
    Browse the repository at this point in the history
  5. More test fixes

    zilm13 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    89d4630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db7139e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3796cd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    9398cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa23460 View commit details
    Browse the repository at this point in the history
  3. Migrate attester slashing and indexed attestation to schema registry (C…

    …onsensys#8736)
    
    * migrate-attester-slashing-and-indexed-att
    
    * fix tests
    tbenr authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    51f1f37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b22b3d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. 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]>
    rolfyone authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d761f5b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. 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]>
    rolfyone authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    9f28a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    6938b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b1efca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea3530 View commit details
    Browse the repository at this point in the history
  4. 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]>
    rolfyone authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c3ff1d9 View commit details
    Browse the repository at this point in the history
  5. apis tests (Consensys#8760)

    * add http client unit tests
    mehdi-aouadi authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6e113aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab9b341 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07e59f9 View commit details
    Browse the repository at this point in the history
  8. Add electra types to schema interfaces (Consensys#8761)

    Co-authored-by: Lucas Saldanha <[email protected]>
    jtraglia and lucassaldanha authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3bb201d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    108e5b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. 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]>
    gfukushima authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2550254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a2585 View commit details
    Browse the repository at this point in the history
  3. fix test with DebugDataDumper

    zilm13 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    056cc34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2a9019 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. 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
    david-ry4n authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    21efe6e View commit details
    Browse the repository at this point in the history
  2. add post block integration tests (Consensys#8771)

    * refactor post block integration tests
    mehdi-aouadi authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d0b0bc1 View commit details
    Browse the repository at this point in the history
  3. refactored logging for inclusion on gossip channels. (Consensys#8733)

    
    ---------
    
    Signed-off-by: Paul Harris <[email protected]>
    Co-authored-by: Enrico Del Fante <[email protected]>
    rolfyone and tbenr authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3427b34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7751981 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    41f9022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c5cb0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e8570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b7a22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56440a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    d049544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735f664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1573c3 View commit details
    Browse the repository at this point in the history
  4. Rename validateable to validatable (Consensys#8784)

    Co-authored-by: Enrico Del Fante <[email protected]>
    jtraglia and tbenr authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    110ce91 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    2a932e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8db2e View commit details
    Browse the repository at this point in the history
  3. Refactor BeaconStateSchema.getUniqueFields() methods (Consensys#8789)

    Co-authored-by: Enrico Del Fante <[email protected]>
    jtraglia and tbenr authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    46f4658 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76fc318 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. create EphemerySlotValidationService and test (Consensys#8759)

    Signed-off-by: gconnect <[email protected]>
    Co-authored-by: Paul Harris <[email protected]>
    gconnect and rolfyone authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    92cebd3 View commit details
    Browse the repository at this point in the history
  2. 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]>
    gfukushima authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f8349e6 View commit details
    Browse the repository at this point in the history
  3. pass asyncRunner to builder (Consensys#8798)

    Signed-off-by: Gabriel Fukushima <[email protected]>
    gfukushima authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2b7a104 View commit details
    Browse the repository at this point in the history
  4. use the correct schema definitions (Consensys#8797)

    * use the correct schema definitions
    mehdi-aouadi authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4910514 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. update deposit snapshot november 2024 (Consensys#8809)

    Signed-off-by: Gabriel Fukushima <[email protected]>
    gfukushima authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d668a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db844c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bcbfc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4266035 View commit details
    Browse the repository at this point in the history
  5. use correct schema definitions when creation full beacon block (Conse…

    …nsys#8806)
    
    * use correct schema definitions when creation full beacon block
    mehdi-aouadi authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e8289f1 View commit details
    Browse the repository at this point in the history
  6. Electra devnet 5 (Consensys#8817)

    use forkChoiceUpdatedV4 with PayloadAttributesV4 
    
    Co-authored-by: Mehdi AOUADI <[email protected]>
    Co-authored-by: Enrico Del Fante <[email protected]>
    3 people authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c0c0b9c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    d813213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfb8a2 View commit details
    Browse the repository at this point in the history
  3. Ephemery startup network determination (Consensys#8781)

    fixes Consensys#8777
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5eda7f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    1f39904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703f4d3 View commit details
    Browse the repository at this point in the history
  3. 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
    mehdi-aouadi authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4dc1d6a View commit details
    Browse the repository at this point in the history
  4. 8767 update blobs rpc methods (Consensys#8823)

    * update blobs rpc methods
    mehdi-aouadi authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    da8f449 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cedae8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5d4cbc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    a64aa59 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    19e01e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    c64dbea View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Fix missed subscriptions

    zilm13 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7a9ab4b View commit details
    Browse the repository at this point in the history
  2. 8767 update payload attributes (Consensys#8824)

    Co-authored-by: Enrico Del Fante <[email protected]>
    mehdi-aouadi and tbenr authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b28ac65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c332f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Migrate beacon state (Consensys#8833)

    * migrate beacon state
    
    * fix historical summary schema
    
    * fix ref test compilation
    
    * fix ref tests
    tbenr authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c4b29fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46adf0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad7a043 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. update netty (Consensys#8838)

    tbenr authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    af1320e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    6ca679f View commit details
    Browse the repository at this point in the history
  2. Migrate block content schemas (Consensys#8843)

    * migrate-block-content-schemas
    
    * deleted too much
    
    * lookup cache first
    tbenr authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    769f53a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0dad8a View commit details
    Browse the repository at this point in the history
  4. Add Fulu

    zilm13 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9c4a9c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. 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]>
    famouswizard and rolfyone authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e24934d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    c106053 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    463d203 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    d5528fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557e083 View commit details
    Browse the repository at this point in the history
  3. Fix Fulu bugs

    zilm13 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b6fbe82 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    2494e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9455985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5365458 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. 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
    mehdi-aouadi authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    49d8d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fbdcb1 View commit details
    Browse the repository at this point in the history