coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
324 stars 92 forks source link

Simplify Generate Complete #5

Closed patrick-ogrady closed 4 years ago

patrick-ogrady commented 4 years ago

Simplify validation of generated code using git diff --exit-code instead of generating multiple files and running cmp -s fileA fileB.

Inspired by PR in rosetta-sdk-go: https://github.com/coinbase/rosetta-sdk-go/pull/18