Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ethereum/execution-apis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.2
Choose a base ref
...
head repository: ethereum/execution-apis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.3
Choose a head ref
  • 8 commits
  • 32 files changed
  • 5 contributors

Commits on Feb 3, 2023

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

Commits on Feb 15, 2023

  1. EIP4844: move excess data gas field to align with consensus spec (#365)

    * EIP4844: move excess data gas field to align with consensus spec
    
    * Remove new line
    terencechain authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6452a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Engine API: CL must switch to V2 methods since Shanghai (#380)

    Oblige CL to call V2 methods since Shanghai
    mkalinin authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d03c193 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 13, 2023

  1. Rename withdrawal recipient to address (#387)

    change withdrawal recipient to address
    lightclient authored Mar 13, 2023
    2 Configuration menu
    Copy the full SHA
    d01e55d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Update tests for withdrawals (#391)

    update tests for withdrawals
    lightclient authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8121c06 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Engine API: define Open RPC schema (#379)

    * Initial Engine API schema
    
    * Move Engine API schema to ./engine/openrpc/
    
    * Add schema for V2
    
    * Deduplicate fcU response
    
    * Fix spellcheck
    
    * Add schema for payload bodies requests
    
    * Apply suggestions from code review
    
    Co-authored-by: lightclient <[email protected]>
    
    * Fix broken link
    
    * Apply @lightclient's suggestions
    
    ---------
    
    Co-authored-by: lightclient <[email protected]>
    mkalinin and lightclient authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bf134c9 View commit details
    Browse the repository at this point in the history
  2. assemble openrpc.json

    GitHub Actions Bot committed Mar 27, 2023
    2 Configuration menu
    Copy the full SHA
    e9e98a3 View commit details
    Browse the repository at this point in the history
Loading