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

storage: index keys by keyhash #2623

Merged
merged 3 commits into from
May 23, 2023
Merged

storage: index keys by keyhash #2623

merged 3 commits into from
May 23, 2023

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented May 23, 2023

Closes #1647 and includes a drive-by fix for using the versioned v0_34 abci message domain types

Now that `tendermint-rs` supports Tendermint `0.34.x` alongside
`0.37.x`, we have to make sure that we refer to the ABCI messages
defined in the versioned crates as opposed to importing the re-exports
from the root crates which by convention, point to the domain types for
the latest Tendermint version. As of `0.37.x`, this is not a problem
but it could cause confusing breakage in the future.
Co-authored-by: finch <finch@plaidfinch.net>
@erwanor erwanor temporarily deployed to smoke-test May 23, 2023 19:49 — with GitHub Actions Inactive
@erwanor erwanor temporarily deployed to smoke-test May 23, 2023 20:41 — with GitHub Actions Inactive
@erwanor erwanor merged commit 18ed11f into main May 23, 2023
@erwanor erwanor deleted the key-set branch May 23, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an additional RocksDB column family to look up keys by key hash
1 participant