lorenzb / proveth

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

Specification #14

Closed lorenzb closed 6 years ago

lorenzb commented 6 years ago

I wrote a spec for the proof-blob format. Please have a look and let me know whether you think it is:

Closes #5

relyt29 commented 6 years ago

Added some comments

Edit: Might also be helpful to give some guidance on how to rec_hex rec_bin to construct your own proof blobs, work around the pain of the RLP format

lorenzb commented 6 years ago

Might also be helpful to give some guidance on how to rec_hex rec_bin to construct your own proof blobs, work around the pain of the RLP format

Good point, I added the corresponding code to the spec.

relyt29 commented 6 years ago

I should have merged, but I guess github doesn't recognize the merge if you don't use their fancy online gui tools

edit: this might be because I squashed the commits into one in command line