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(host): Add local key value store #189

Merged
merged 1 commit into from
May 29, 2024
Merged

feat(host): Add local key value store #189

merged 1 commit into from
May 29, 2024

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented May 29, 2024

Overview

Adds the LocalKeyValueStore and the SplitKeyValueStore, which routes
request for local data to the in-memory configuration.

Copy link
Collaborator Author

clabby commented May 29, 2024

@clabby clabby added K-feature Kind: feature A-host Area: host binary labels May 29, 2024
Comment on lines +36 to +38
L2_CHAIN_ID_KEY => todo!(),
L2_CHAIN_CONFIG_KEY => todo!(),
L2_ROLLUP_CONFIG_KEY => todo!(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We'll need standard definitions of the rollup / chain configuration per-chain. Might actually be time to make those superchain-registry bindings 🫠

Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's open up a ticket for this so we track and just merge this as is for now to not block

Adds the `LocalKeyValueStore` and the `SplitKeyValueStore`, which routes
request for local data to the in-memory configuration.
@clabby clabby changed the base branch from cl/host-disk-kv to main May 29, 2024 21:49
@clabby clabby enabled auto-merge May 29, 2024 21:50
@clabby clabby added this pull request to the merge queue May 29, 2024
Merged via the queue into main with commit 044570b May 29, 2024
13 checks passed
This was referenced May 29, 2024
This was referenced Jun 6, 2024
This was referenced Jun 16, 2024
@clabby clabby deleted the cl/local-splitter branch July 2, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-host Area: host binary K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants