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: allow generic values in tables! macro #12400

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Conversation

klkvr
Copy link
Collaborator

@klkvr klkvr commented Nov 8, 2024

ref #12386

Allows making tables generic over Value type. This should unblock writing primitives defined by NodePrimitives to storage. For now only Headers and Transactions tables are made generic

We'd still need to figure out a generalized approach for tableset abstraction to support custom database structures for database initialization and metrics.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

lgtm

fyi @joshieDo

@mattsse mattsse added the A-db Related to the database label Nov 8, 2024
@klkvr klkvr added this pull request to the merge queue Nov 8, 2024
Merged via the queue into main with commit bce7031 Nov 8, 2024
40 checks passed
@klkvr klkvr deleted the klkvr/generic-tables branch November 8, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Related to the database
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants