veres-one / veres-one-validator

A ledger validator that accepts either signatures or proof of work
Other
3 stars 0 forks source link

Use conditionals in validators. #28

Closed mattcollier closed 4 years ago

mattcollier commented 4 years ago

This results in a 10X reduction in the amount of useless information returned in validation errors. See before and after here: https://gist.github.com/mattcollier/65e6c3625b46ef82038ccbd9614df2e8

Next up will be PR for validating new uuid type of ValidationRules

mattcollier commented 4 years ago

Overtaken by https://github.com/veres-one/veres-one-validator/pull/30