decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

Add independent anchor+merkle checker #49

Closed marcopeereboom closed 5 years ago

marcopeereboom commented 5 years ago

This adds a tool dcrtime_checker that verifies a server proof with dcrdata without interacting with dcrtimed at all.

marcopeereboom commented 5 years ago

Note that travis is failing with a false positive at this time. Went over this with @davecgh and we both tried it locally and could not reproduce the travis error. Also note that the code that trips go vet did not change since the last commit.