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

feat: devnet-4 support #7154

Draft
wants to merge 7 commits into
base: unstable
Choose a base branch
from
Draft

feat: devnet-4 support #7154

wants to merge 7 commits into from

Commits on Oct 8, 2024

  1. fix: include skipped partial withdrawal to partialWithdrawalsCount (#…

    …7118)
    
    Include skipped partial withdrawal to count
    ensi321 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f2b96ff View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. feat: process deposit requests at epoch processing (#7131)

    * initial commit
    
    * process deposits on epoch processing
    
    * lint
    
    * Fix spec test
    
    * Remove commented out code
    
    * Update packages/state-transition/src/epoch/processPendingDeposits.ts
    
    Co-authored-by: twoeths <[email protected]>
    
    * Address comments
    
    * lint
    
    ---------
    
    Co-authored-by: twoeths <[email protected]>
    ensi321 and twoeths authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2a0a535 View commit details
    Browse the repository at this point in the history
  2. feat: pass execution requests as bytes to engine API (#7145)

    * Pass execution requests in bytes
    
    * lint
    ensi321 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1331994 View commit details
    Browse the repository at this point in the history
  3. feat: add execution requests to builder flow (#7148)

    * initial commit
    
    * Update packages/beacon-node/src/chain/produceBlock/produceBlockBody.ts
    
    Co-authored-by: Nico Flaig <[email protected]>
    
    ---------
    
    Co-authored-by: Nico Flaig <[email protected]>
    ensi321 and nflaig authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fb40cf0 View commit details
    Browse the repository at this point in the history
  4. feat: switch to compounding from consolidation requests (#7122)

    * New compound switching logic
    
    * clean up
    
    * fix: remove newCompoundingValidators in EpochTransitionCache
    
    * Bump spec version
    
    * Address comment
    
    * address comment
    
    * Lint
    
    ---------
    
    Co-authored-by: Tuyen Nguyen <[email protected]>
    ensi321 and twoeths authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f9d9ae5 View commit details
    Browse the repository at this point in the history
  5. Bump spec version to alpha8

    ensi321 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4f3676a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. chore: clean up single-used functions in Electra (#7132)

    * chore: clean up single-used function
    
    * Remove Uint8Array
    
    * Present state-transition constants in Uint8Array
    ensi321 authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1c84d36 View commit details
    Browse the repository at this point in the history