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: ethpandaops/ethereum-package
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Choose a base ref
...
head repository: ethpandaops/ethereum-package
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.0
Choose a head ref
  • 12 commits
  • 51 files changed
  • 6 contributors

Commits on Aug 20, 2024

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

Commits on Aug 26, 2024

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

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

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

Commits on Sep 10, 2024

  1. feat: dora - show more infos about all peers on client pages (#760)

    This will enable additional peer infos (ENR/Enode, etc.) to be shown on
    the client pages. Implemented in
    ethpandaops/dora#117
    skylenet authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c77d95f View commit details
    Browse the repository at this point in the history
  2. fix: prysm gRPC removal - use http server instead for keymanager (#761)

    Related to the deprecation of the gRPC gateway:
    OffchainLabs/prysm#14089
    
    Currently the `mix-with-tools.yaml` test was failing due to the
    keymanager being enabled:
    
    ```
      == FINISHED SERVICE 'vc-2-nethermind-prysm' LOGS ===================================
      Caused by: An error occurred while waiting for all TCP and UDP ports to be open
      Caused by: Unsuccessful ports check for IP '172.16.0.34' and port spec '{privatePortSpec:0xc00091a0c0}', even after '240' retries with '500' milliseconds in between retries. Timeout '2m0s' has been reached
      Caused by: An error occurred while calling network address '172.16.0.34:5056' with port protocol 'TCP' and using time out '200ms'
      Caused by: dial tcp 172.16.0.34:5056: connect: connection refused
    
    Error encountered running Starlark code.
    ```
    skylenet authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ba91174 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix: built in validator lifecycle test for assertoor (#763)

    update the built int validator-lifecycle-test for assertoor
    pk910 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6f868cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix: metrics-host-allowlist for Teku (#765)

    Currently `'*'` is passed to Teku, which is not correct, so I see `Not
    Authorized` when trying to access Teku metrics, Prometheus says that
    Teku is down because of 403, and Grafana metrics are empty.
    Only `*` should be passed, which is the purpose of the fix.
    I don't know how to test it, so not 100% on the fix.
    zilm13 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ad75fcc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    4570328 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 4.3.0 (#749)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.3.0](4.2.0...4.3.0)
    (2024-09-23)
    
    
    ### Features
    
    * add prefunded accounts
    ([#752](#752))
    ([1be7efa](1be7efa))
    * dora - show more infos about all peers on client pages
    ([#760](#760))
    ([c77d95f](c77d95f))
    
    
    ### Bug Fixes
    
    * `metrics-host-allowlist` for Teku
    ([#765](#765))
    ([ad75fcc](ad75fcc))
    * built in validator lifecycle test for assertoor
    ([#763](#763))
    ([6f868cc](6f868cc))
    * explicitly set client contexts
    ([#755](#755))
    ([94dc531](94dc531))
    * no default resource limits
    ([#768](#768))
    ([4c4831b](4c4831b))
    * prysm gRPC removal - use http server instead for keymanager
    ([#761](#761))
    ([ba91174](ba91174))
    * remove epoch checker for goomy
    ([#754](#754))
    ([f124bbf](f124bbf))
    * remove exp RPC API namespace flag from nimbus-eth1 configuration
    ([#767](#767))
    ([8fec454](8fec454))
    * reth-builder volume claim
    ([#771](#771))
    ([4570328](4570328))
    * update dora config for latest release & remove custom images
    ([#748](#748))
    ([a433c50](a433c50))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    EthPandaOpsBot authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ec278db View commit details
    Browse the repository at this point in the history
Loading