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

cmd: beacon node API timeouts #3164

Merged
merged 4 commits into from
Jul 12, 2024
Merged

cmd: beacon node API timeouts #3164

merged 4 commits into from
Jul 12, 2024

Commits on Jul 4, 2024

  1. cmd: beacon node API timeouts

    Add two CLI flags for `run`:
     - `--beacon-node-timeout`, which allows users to specify a custom HTTP timeout used for beacon node API calls
     - `--beacon-node-submit-timeout`, that allows users to specify a custom HTTP timeout used for submission beacon node API calls, like block and attestation submission.
    
    Both flag default to the previous 2 seconds timeout.
    gsora committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b15f7dd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Update cmd/run.go

    Co-authored-by: Oisín Kyne <4981644+OisinKyne@users.noreply.github.com>
    gsora and OisinKyne committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f32c7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38aead1 View commit details
    Browse the repository at this point in the history
  3. docs: update configuration.md

    gsora committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    00c0a60 View commit details
    Browse the repository at this point in the history