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

pectra devnet4: implement pectra devnet4 spec #3706

Merged
merged 53 commits into from
Oct 31, 2024
Merged

Commits on Sep 27, 2024

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

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    1c30c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73003e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cd91a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    b4c704b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420a7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b65e0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d39f31 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    7d023c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2998547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2ede2 View commit details
    Browse the repository at this point in the history
  4. modify the deposit, withdrawal and consolidation requests accumulatio…

    …n for buildblock and runblock and corresponding requestsroot calcs
    g11tech committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5fe681b View commit details
    Browse the repository at this point in the history
  5. modfiy the 7002 eip spec along with the new contract and debug and fi…

    …x the test including fixing a logs bloom bug in the generate fields block generation
    g11tech committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    613c900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b5caf2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a62ed49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e898d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5aa2db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3eafb13 View commit details
    Browse the repository at this point in the history
  11. fix t8ntool rq output

    jochem-brouwer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    638acc3 View commit details
    Browse the repository at this point in the history
  12. vm: fix 6110 requests

    jochem-brouwer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    965eb86 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. update request to just store bytes and expose getters for data and ty…

    …pe and fix the 6110 and 7685 spec
    g11tech committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2fea7ae View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    dae997e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bef2f34 View commit details
    Browse the repository at this point in the history
  3. fix the ingress, generation and propagation of execution requests/req…

    …uestsroot data from the engine api and debug and fix the newpayloadv4 spec
    g11tech committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    860c621 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update 6110 example

    scorbajio committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a6dde76 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    e7ba8b9 View commit details
    Browse the repository at this point in the history
  2. Fix asserts

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ee9a33d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    239a63d View commit details
    Browse the repository at this point in the history
  4. Update block REAME examples

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4f9ae46 View commit details
    Browse the repository at this point in the history
  5. Reuse already computed hash

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f0b5acc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7a33f8 View commit details
    Browse the repository at this point in the history
  7. Fix buildBlock tests

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    676b93b View commit details
    Browse the repository at this point in the history
  8. Fix vm api tests

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b1bae17 View commit details
    Browse the repository at this point in the history
  9. Fix client tests

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9d3652f View commit details
    Browse the repository at this point in the history
  10. Fix tests

    scorbajio committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ea935e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. packages: add requests hash to genesis block (#3771)

    * packages: add requests hash to genesis block.
    
    * Update packages/util/src/constants.ts
    
    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    
    * Update packages/util/src/constants.ts
    
    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    
    * packages: integrate suggestions.
    
    * Update packages/util/src/constants.ts
    
    ---------
    
    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    spencer-tb and jochem-brouwer authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7e1c382 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    dc93f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c64353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    328cd53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f4640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a973b43 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. make linter happy

    jochem-brouwer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    000839d View commit details
    Browse the repository at this point in the history
  2. block: make tsc happy

    jochem-brouwer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d91b666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f40e3 View commit details
    Browse the repository at this point in the history
  4. util: make tsc happy

    jochem-brouwer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d3e6cca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    802145d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88eb200 View commit details
    Browse the repository at this point in the history
  7. vm: fix example

    jochem-brouwer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    adff539 View commit details
    Browse the repository at this point in the history
  8. make cspell happy

    jochem-brouwer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    46ec57d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5446fb8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    152ae16 View commit details
    Browse the repository at this point in the history