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

Add length and at(index: number) getters to MerkleTree #44

Merged
merged 18 commits into from
Mar 4, 2024

Conversation

Amxx
Copy link
Contributor

@Amxx Amxx commented Feb 29, 2024

Fixes #43

Naming for at and length are open for debate.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changes to this files are a result of the fc.leave being modified.

@Amxx Amxx marked this pull request as ready for review February 29, 2024 09:52
@Amxx Amxx requested a review from ernestognw February 29, 2024 10:00
src/standard.test.ts Outdated Show resolved Hide resolved
src/simple.test.ts Show resolved Hide resolved
src/simple.test.ts Show resolved Hide resolved
src/simple.test.ts.md Outdated Show resolved Hide resolved
src/simple.test.ts.snap Outdated Show resolved Hide resolved
src/simple.test.ts Show resolved Hide resolved
src/standard.test.ts Show resolved Hide resolved
@ernestognw ernestognw changed the title Add leaf getters (from index) Add length and at(index: number) getters to MerkleTree Mar 4, 2024
Copy link
Member

@ernestognw ernestognw left a comment

Choose a reason for hiding this comment

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

All good! Really excited of getting these changes out there whenever we release! 🥳

@ernestognw ernestognw merged commit 5d8941e into master Mar 4, 2024
3 checks passed
@ernestognw ernestognw deleted the feature/leaf-getter branch March 4, 2024 23:54
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.

Addition getters for leafs
2 participants