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

Pass the axis and axis index when create a tree #119

Closed
evan-forbes opened this issue Sep 14, 2022 · 1 comment · Fixed by #116
Closed

Pass the axis and axis index when create a tree #119

evan-forbes opened this issue Sep 14, 2022 · 1 comment · Fixed by #116

Comments

@evan-forbes
Copy link
Member

evan-forbes commented Sep 14, 2022

In order to remove a leaky abstraction when creating cached merkle trees for extended data squares, we need to pass the axis and axis index to the tree constructor. This will also allow us to have parallelized nmt caches.

Constructor(axis rsmt2d.Axis, index uint) rsmt2d.Tree
@musalbas
Copy link
Member

#116 will resolve this once merged.

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 a pull request may close this issue.

2 participants