Closed eranmes closed 7 years ago
@RJPercival PTAL.
My bad - seems like I haven't pushed newer commits that clean up the TODOs and you're reviewing an old set of commits. I'll ping this PR once it's updated.
@RJPercival PTAL at the updated PR.
PTAL - fixed all pylint/gpylint issues.
@RJPercival once your merge your PR that discovers tests I'll land this one.
It's probably best to mark your test as executable and update this PR, rather than waiting for #1347, as it's not playing too nicely with Travis.
Introduce a complete implementation of a full Merkle tree, in-memory. It will be used for a reference implementation of 6962-bis.
In particular, the ability to generate inclusion proofs and consistency proofs in Python was lacking. This class has these abilities.