lorenzb / proveth

Generate & verify Merkle-Patricia-proofs for Ethereum
Other
106 stars 7 forks source link

Invalid proofs #15

Closed lorenzb closed 5 years ago

lorenzb commented 6 years ago

This pull requests depends on #14

It currently implements the first part of #9, i.e. reverting on invalid proofs.

lorenzb commented 6 years ago

I also added some manual tests (see #11)

lorenzb commented 5 years ago

Let's get this merged for now and address the remaining parts of #9 and #11 in later PRs.

relyt29 commented 5 years ago

Okay, reviewed code and ran tests everything seems good to me to merge.