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

Minor version serialization #642

Open
nomaxg opened this issue Jun 11, 2024 · 1 comment
Open

Minor version serialization #642

nomaxg opened this issue Jun 11, 2024 · 1 comment

Comments

@nomaxg
Copy link
Contributor

nomaxg commented Jun 11, 2024

Add a map of heights => minor versions that can be used to conditionally serialize response payloads based on the current version.

@jbearer
Copy link
Member

jbearer commented Jun 27, 2024

Actually the query service should be able to populate this map itself. We can simply add a version column to the header table, each time we see a new leaf insert the version based on leaf.block_header().version() (add version method to QueryableHeader)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants