issues
search
FourthState
/
plasma-mvp-rootchain
smart contract implementation according to the Plasma MVP spec.
Apache License 2.0
79
stars
24
forks
source link
Simple Merkle Tree
#77
Closed
laskdaf
closed
5 years ago
laskdaf
commented
5 years ago
updated checkMembership() and tests to support tendermint's simple merkle tree
simple merkle proofs require the total number of txns in the tree, so i added a parameter in submitBlock() that takes in a list of the roots' txn count.