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

feat(kona-providers): In-memory Chain Provider #15

Merged
merged 7 commits into from
Aug 23, 2024

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Aug 23, 2024

Description

Adds the InMemoryChainProvider to kona-providers.

Metadata

Closes #5

Copy link
Collaborator

@merklefruit merklefruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 nits :)

crates/kona-providers/src/chain_provider.rs Outdated Show resolved Hide resolved
crates/kona-providers/src/lib.rs Outdated Show resolved Hide resolved
refcell and others added 4 commits August 23, 2024 16:03
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
**Description**

Defines Justfile targets that cover CI checks.
**Description**

Renames `kona-exex` to `hera`, and wraps the reth cli in a top-level
`HeraCli` clap command that has two subcommands:
- `exex` -> which runs `reth::cli::Cli`
- `bin` -> which will run `hera` as a standalone rollup node
@Rjected Rjected merged commit b3f20b8 into ithacaxyz:main Aug 23, 2024
12 checks passed
@shekhirin shekhirin added C-enhancement New feature or request A-kona Area: OP Stack STF components labels Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kona Area: OP Stack STF components C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(providers): Introduce InMemoryChainProvider in kona-providers
4 participants