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

fix: In ListUsersByPrefix, pass the address of the tree to ListByteStringKeysByPrefix #147

Conversation

jefft0
Copy link
Contributor

@jefft0 jefft0 commented Dec 20, 2024

A recent gno PR has a breaking change to make ListByteStringKeysByPrefix use the new avl.ITree interface. As shown in that PR's update to users.go, it's necessary to pass the address of the tree when calling ListByteStringKeysByPrefix. This PR does the same thing in dsocial.

…stByteStringKeysByPrefix. See the PR

Signed-off-by: Jeff Thompson <[email protected]>
@jefft0 jefft0 requested a review from D4ryl00 December 20, 2024 10:27
@jefft0 jefft0 merged commit df05e67 into gnoverse:main Dec 20, 2024
1 check passed
@jefft0 jefft0 deleted the fix/pass-tree-address-to-ListByteStringKeysByPrefix branch December 20, 2024 10:32
Copy link

🎉 This PR is included in version 1.11.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants