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

chore: Release trie-db 0.28.0 #200

Merged
merged 4 commits into from
Sep 12, 2023
Merged

chore: Release trie-db 0.28.0 #200

merged 4 commits into from
Sep 12, 2023

Conversation

lexnv
Copy link
Contributor

@lexnv lexnv commented Sep 12, 2023

This PR prepares the release of trie-db 0.28.0 to allow substrate paritytech/polkadot-sdk#1153 to use the merkle value functionality.

The version has been bumped from 0.27.1 to 0.28.0 since the addition of lookup_first_descendant represents a breaking change for the Trie trait.

Changelog

[0.28.0] - 2023-09-12

  • Make trie_nodes_recorded_for_key work for inline values #194
  • trie-db: Fetch the closest merkle value #199
  • fixing triedbmut lookup, added some testing in test. #198

@paritytech/subxt-team

Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
Copy link
Contributor

@cheme cheme left a comment

Choose a reason for hiding this comment

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

Looks good, but would also need to update trie-bench version (used by substrate) to avoid having importing two triedb version.

Signed-off-by: Alexandru Vasile <[email protected]>
@lexnv lexnv merged commit 0b9bede into master Sep 12, 2023
4 checks passed
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.

3 participants