FourthState / plasma-mvp-rootchain

smart contract implementation according to the Plasma MVP spec.
Apache License 2.0
79 stars 24 forks source link

Change Merkle Proof library #35

Closed AdityaSripal closed 5 years ago

AdityaSripal commented 6 years ago

Since, we are transitioning from using a transaction simple merkle tree with constant depth 16 to a merkle tree of the app state we will have to refactor Merkle proof.

This should be changed once we finalize how things work on the child chain.

AdityaSripal commented 5 years ago

Closed in #77