Lawrence Forman
1aae68c614
In @0x/dev-utils
: Break out RevertError
helper code into a separate file from chai_setup.ts
.
...
In `@0x/dev-utils`: Add chai support for ganache and geth transaction reverts.
2019-07-23 15:17:28 -07:00
Lawrence Forman
e00ac37cb2
In @0x/dev-utils
fix the RevertError
chai helper's equal
override not passing all arguments to previous handler.
...
In `@0x/dev-utils` add more `RevertError` chai helper tests for backwards compatibility with `rejectedWith`.
In `@0x/dev-utils` instead of overriding `rejectedWith`, add a new method `revertWith`.
In `@0x/dev-utils` clean up the code for the `RevertError` chai helper.
2019-07-23 15:16:49 -07:00
Leonid Logvinov
249bf0163d
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-04 11:56:32 +03:00
Leonid Logvinov
4d9029bb0e
Add metacoin example project
2018-04-02 12:34:29 +03:00
Fabio Berger
ca25b816fa
move scripts to monorepro-scripts
2018-03-13 15:29:12 +01:00
Fabio Berger
ef6aa9f41b
Convert 0x.js scripts to TS, move the prepublishUtils script to dev-utils
and also convert it to TS.
2018-03-12 22:13:24 +01:00
Leonid Logvinov
709026bf1a
Refactor contracts tests to not use injected web3 instance
2018-01-30 16:01:36 +01:00