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

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.5 #26

Open
wants to merge 10 commits into
base: ultrasound
Choose a base branch
from

Commits on Nov 2, 2023

  1. feat(proposer-api): postgres no-payloads error

    * When failing to retrieve the payload, accounts for the possibility of
    postgres being disabled for payload storage.
    * Makes the lack of distinction between expected failure and critical
    failure more explicit.
    * Makes failure to retrieve things from storage internal server errors.
    * So many branches, add comment for retry success.
    * Typo memcached.
    alextes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a5d2f72 View commit details
    Browse the repository at this point in the history
  2. feat: don't log err response

    Logging too many huge responses.
    alextes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    62b564f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    897ae42 View commit details
    Browse the repository at this point in the history
  4. feat(payload-requests): store metadata

    Store metadata for payload requests. Used for debugging and to analyze
    opportunity for improvement.
    alextes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ea8cec5 View commit details
    Browse the repository at this point in the history
  5. feat(metadata): store registration metadata

    Only stores the metadata in memory. Endpoint is intended to be kept
    private. Another service needs to come collect.
    alextes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    587133d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64c9aaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4296ac1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1e676d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. feat(datastore): get execution payload from archive

    Proposers ask relays for block submissions even if the relay never
    offered the block. If the relay also never felt the block submission was
    the best bid, the relay won't have it. Because non-top block submissions
    still get archived in many cases, we have an block submission service
    which takes the ones which are safe to propose and makes them available
    in Redis. This commit enables the proposer API to read those block
    submissions.
    alextes committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    392b77f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.5

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.12.2 to 1.13.5.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.12.2...v1.13.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    73bfc2c View commit details
    Browse the repository at this point in the history