stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

validations: refactor script validator #448

Closed t-bast closed 6 years ago

t-bast commented 6 years ago

Changed a few things to match how script validator will be used in consortiums:

Funny side note: the tests didn't work at all but test failures weren't reported correctly by go test because go build failed (since two scripts in the same package defined the same Init() function).


This change is Reviewable