You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged a rudimentary integration for now. I think long term it would be best to move this code to a more permanent location where Truebit is not responsible for maintaining it like say the open-zeppelin repos.
The code was taken from here and modified it a bit to work with this code for now.
Like I said above, I think its final form would be to add the Ordered Merkle Tree features to this repo (see relevant code here)
This way we can simply import the code as a dependency
hswick
changed the title
Use binary tree for merkleProofing
Move Ordered Merkle Tree to Open Zeppelin
Mar 28, 2018
Right now it uses a linked list approach, need a more complex data structure for better performanceThe text was updated successfully, but these errors were encountered: