provider: add in rinkeby url#259
Closed
tynes wants to merge 4 commits intoethereum-optimism:masterfrom
tynes:provider-network
Closed
provider: add in rinkeby url#259tynes wants to merge 4 commits intoethereum-optimism:masterfrom tynes:provider-network
tynes wants to merge 4 commits intoethereum-optimism:masterfrom
tynes:provider-network
Conversation
Contributor
Author
protolambda
pushed a commit
to protolambda/optimism
that referenced
this pull request
May 1, 2022
Includes the following: - A docker-compose setup with Dockerfiles for each service. The reference Geth implementation pulls an image from my personal repo for now. We can switch this out once we get CI running there. - An exponential backoff library, which is then used to retry connections to the L1/L2 provider on node startup. This prevents the opnode from crashing on startup due to the L1/L2 taking a while to start in Docker. - A fix for one of the CLI falgs - `--batchsubmitter.key` was specified as a boolean. - Make tasks to build the docker-compose setup, and clean it up. Fixes ethereum-optimism#259
xibao-nr
pushed a commit
to node-real/combo-optimism
that referenced
this pull request
Feb 17, 2025
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
* chore(workspace): `kona-executor` Splits out the executor in the client program into its own crate, so that it may be used downstream by other backends more easily. It is not coupled to any of the `kona-preimage` platforms, so teams like succinct can implement their own backends for the trie traits. * andreas review
Zena-park
pushed a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
The referenced file contains multiple top-level declarations that decrease the legibility of the codebase.
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description Implements encoding for batch types. Steps in the direction to batch submission.
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description Since #259 adds `Batch` encoding, book examples can decode and encode directly to and from the `Batch` types instead of the `SingleBatch` type.
theochap
pushed a commit
that referenced
this pull request
Jan 21, 2026
### Description Since #259 adds `Batch` encoding, book examples can decode and encode directly to and from the `Batch` types instead of the `SingleBatch` type.
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
Closes #259 --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds in the url for the public ropsten node so that the provider can be instantiated like:
This would set the hostname as
rinkeby.optimism.io.Also notes this in the
README.mdQuestions
Metadata
Contributing Agreement