-
Notifications
You must be signed in to change notification settings - Fork 35
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
[mmr] Use iterator for MmrLeaves #32
Comments
Hey @seunlanlege, is this issue still relevant? If it is, I think it could make a "good first issue" for one of the Polkadot Blockchain Academy alumni to work on during morekudos.com/carnival. |
Hi yes it's still relevant |
Great! I've deployed a Hyperbridge project page morekudos.com/projects/hyperbridge Going forward, any open issues labelled as The Kudos Carnival is a 6 week issue solving competition with the aim of getting more PBA alumni contributing to the ecosystem, so feel free to label some existing issues or generate new ones. Issues of all types are being requested, some good categories could be:
|
Hi @CJ13th can you also add this repo |
@seunlanlege Added! |
Hello @seunlanlege, i took some time to implement this change, its in this PR #43. |
When getting the leaves for a subtree, we copy into two new arrays. We can avoid this by using an iterator that sets the offset and length for subtree leaves.
The text was updated successfully, but these errors were encountered: