TrueBitFoundation / dispute-resolution-layer

[DEPRECATED] Generic dispute resolution layer for Truebit verification games
MIT License
6 stars 10 forks source link

Integrated merkleTree library and modified simple adder #17

Closed hswick closed 6 years ago

hswick commented 6 years ago

This PR implements proper merkle proofing both onchain and offchain

hswick commented 6 years ago

Took code from here and modified it a bit to work with this code.

I don't think this will be its final form as I think we shouldn't be responsible for maintaining this code. IMO, best thing to do is to add the ordered merkle tree features here And then import it as a library