aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/tutorials/arbitrage.ts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-32/+66
|\
| * Fix linter errorsLeonid Logvinov2018-05-111-1/+1
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-8/+8
| * Fix linter issuesLeonid Logvinov2018-05-101-19/+19
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-20/+54
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-1/+2
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-5/+5
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
* Fix tests by passing DummyToken argsLeonid Logvinov2018-03-091-2/+2
* Adjust the testsLeonid Logvinov2018-03-021-37/+47
* Make tests slightly nicerLeonid Logvinov2018-03-021-16/+23
* Remove onlyLeonid Logvinov2018-03-021-1/+1
* Don't pass tokenGet and tokenGive because we can get them from 0x orderLeonid Logvinov2018-03-021-3/+1
* Fix a typoLeonid Logvinov2018-03-021-2/+2
* Fix the commentLeonid Logvinov2018-03-021-1/+1
* Remove false-positive linter failure because of chai-as-pronmised incorrect t...Leonid Logvinov2018-03-021-0/+1
* Assert that the balances don't change if arbitrage failsLeonid Logvinov2018-03-021-4/+7
* Initial implementation of Arbitrage contract with testsLeonid Logvinov2018-03-021-0/+207