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

Merge unstable into Electra attestation changes #5726

Commits on May 3, 2024

  1. Improve logging and metrics for block publication (sigp#5699)

    * Improve logging and metrics for block publication
    
    * Add better buckets
    
    * Bump SQL connection timeout for tests.
    michaelsproul authored May 3, 2024
    Configuration menu
    Copy the full SHA
    d3d429f View commit details
    Browse the repository at this point in the history
  2. Make modified helpers in electra fork aware (sigp#5698)

    * Make modified helpers in electra fork aware
    
    * Make more functions fork aware
    
    * formatting fixes only.
    pawanjay176 authored May 3, 2024
    Configuration menu
    Copy the full SHA
    1af3f0f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. One less listen address race (sigp#5718)

    * One less listen address race
    michaelsproul authored May 6, 2024
    Configuration menu
    Copy the full SHA
    fe20ef9 View commit details
    Browse the repository at this point in the history
  2. web3Signer: set header "Accept: application/json" as we expect json i…

    …n the response (sigp#5692)
    
    * web3Signer: set header "Accept: application/json" as we expect json in the response
    
    The web3signer handler in lighthouse requires a json response.
    Setting the header "Accept: application/json" indicates to the web3signer that json is an acceptable response.
    
    Signed-off-by: Lukas Rusak <lorusak@gmail.com>
    
    * fixup! web3Signer: set header "Accept: application/json" as we expect json in the response
    lrusak authored May 6, 2024
    Configuration menu
    Copy the full SHA
    da9d386 View commit details
    Browse the repository at this point in the history
  3. Consistent logging of full root in lookup debug logs (sigp#5700)

    * Consistent logging of full root in lookup debug logs
    
    * Tag sync log with service
    
    * More logs
    
    * Log when new peers are added
    
    * Don't shortcircuit add_peer
    dapplion authored May 6, 2024
    Configuration menu
    Copy the full SHA
    436d54e View commit details
    Browse the repository at this point in the history
  4. Report RPC Errors to the application on peer disconnections (sigp#5680)

    * Report RPC Errors to the application on peer disconnections
    
    Co-authored-by: Age Manning <Age@AgeManning.com>
    
    * Expect RPCError::Disconnect to fail ongoing requests
    
    * Drop lookups after peer disconnect and not awaiting events
    
    * Allow RPCError disconnect through network service
    
    * Update beacon_node/lighthouse_network/src/service/mod.rs
    
    Co-authored-by: Age Manning <Age@AgeManning.com>
    
    * Merge branch 'unstable' into rpc-error-on-disconnect
    dapplion authored May 6, 2024
    Configuration menu
    Copy the full SHA
    b87c36a View commit details
    Browse the repository at this point in the history
  5. Move sync lookup trait function to its caller (sigp#5704)

    * Move sync lookup trait function to its caller
    
    * lint
    dapplion authored May 6, 2024
    Configuration menu
    Copy the full SHA
    5135a77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f6de8e View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    realbigsean committed May 6, 2024
    Configuration menu
    Copy the full SHA
    38382a3 View commit details
    Browse the repository at this point in the history