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 force-pushed the cl/local-splitter branch from 12c9184 to 8612491 Compare May 29, 2024 18:59
@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

@clabby clabby self-assigned this May 29, 2024
@clabby clabby force-pushed the cl/host-disk-kv branch from 57971b6 to 05a7716 Compare May 29, 2024 21:22
@clabby clabby force-pushed the cl/local-splitter branch from 8612491 to 55e33c0 Compare May 29, 2024 21:22
@clabby clabby force-pushed the cl/host-disk-kv branch from 05a7716 to 1395d72 Compare May 29, 2024 21:33
@clabby clabby force-pushed the cl/local-splitter branch from 55e33c0 to 3f3b1bd Compare May 29, 2024 21:33
Adds the `LocalKeyValueStore` and the `SplitKeyValueStore`, which routes
request for local data to the in-memory configuration.
@clabby clabby force-pushed the cl/local-splitter branch from 3f3b1bd to 93dd6f9 Compare May 29, 2024 21:49
@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