aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/token_registry.ts
Commit message (Expand)AuthorAgeFilesLines
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-3/+3
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-7/+22
|\
| * Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-7/+16
| * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+6
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-2/+1
|/
* merge developmentFabio Berger2018-05-221-0/+1
|\
| * Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-7/+4
|\|
| * Fix linter errorsLeonid Logvinov2018-05-111-1/+1
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-2/+2
| * Fix linter issuesLeonid Logvinov2018-05-101-1/+1
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-4/+3
* | Move utils dir into srcAmir Bandeali2018-04-211-3/+3
|/
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-3/+3
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-2/+2
* Add support for async calls under coverageLeonid Logvinov2018-03-121-4/+8
* Fix a typo in testsLeonid Logvinov2018-03-121-2/+2
* Don't do parallel callsLeonid Logvinov2018-03-121-8/+4
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-1/+1
* Change testsLeonid Logvinov2018-02-071-26/+29
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
* Use an enum for contract nameLeonid Logvinov2018-01-301-1/+2
* Normalize the dependenciesLeonid Logvinov2018-01-301-2/+2
* Remove truffle from testsLeonid Logvinov2018-01-301-10/+6
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-6/+3
* Remove truffle from UnlimitedAllowanceTokenV2 testsLeonid Logvinov2018-01-301-2/+1
* Remove truffle from TokenRegistry testsLeonid Logvinov2018-01-301-12/+28
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+234