Skip to content

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#259
tynes wants to merge 4 commits intoethereum-optimism:masterfrom
tynes:provider-network

Conversation

@tynes
Copy link
Copy Markdown
Contributor

@tynes tynes commented Sep 16, 2020

Description

This adds in the url for the public ropsten node so that the provider can be instantiated like:

const provider = new OptimismProvider('rinkeby')

This would set the hostname as rinkeby.optimism.io.

Also notes this in the README.md

Questions

  • What is the actual url that is going to be used?

Metadata

Contributing Agreement

@tynes tynes changed the title provider: add in ropsten url provider: add in rinkeby url Sep 16, 2020
@tynes
Copy link
Copy Markdown
Contributor Author

tynes commented Sep 16, 2020

@tynes tynes closed this Sep 16, 2020
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant