Civil icon indicating copy to clipboard operation
Civil copied to clipboard

Use abi-gen generated wrappers in contract tests

Open ritave opened this issue 8 years ago • 0 comments

Right now contract tests (packages/contrats/test) use Truffle wrappers on all contracts we have, while our library (packages/civil.ts) has better support for compile time errors.

Using one wrapper in both places would decrease the amount of dependencies we have and increase security due to possible different behaviours of both. Using our own abi-generated contracts is a preferable option, so updating contract tests is better

ritave avatar Feb 26 '18 10:02 ritave