joticajulian / koilib

JS Koinos Library
MIT License
11 stars 7 forks source link

add calculateMerkleRoot util for Koinos v3 #9

Closed roaminro closed 2 years ago

roaminro commented 2 years ago

I took the implementation the Koinos team worked on for their Golang util library (minus the multihash as it's just faster to use the sha256 digests directly) and turned it into TS. I also took their unit tests.

roaminro commented 2 years ago

@joticajulian maybe you could create a branch for Koinos v3, that might be easier to maintain (and merge the changes)?

roaminro commented 2 years ago

@joticajulian not sure why your comments are not showing on the PR, but I just updated the tests to reflect the changes you asked for ;)