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

go/batch-submitter: HTTP/2 fixes #2078

Merged
merged 2 commits into from Jan 31, 2022

Commits on Jan 25, 2022

  1. go/batch-submitter: HTTP/2 fixes

    The built-in geth client has a bugger implementation of HTTP/2: ethereum/go-ethereum#24292. Additionally, Go 1.17 has better HTTP/2 support than Go 1.15. This PR updates the BSS to use Go 1.17 in built binaries, and adds a flag to disable HTTP/2 support if necessary.
    mslipper committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5905f3d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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