aboutsummaryrefslogtreecommitdiffstats
path: root/packages/metacoin/test/metacoin_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-120/+0
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-2/+1
|
* Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-221-1/+1
| | | | without requiring sol-compiler as a dep
* Rename TransferContractEventArgs to MetacoinTransferEventArgs after changing ↵Leonid Logvinov2018-06-291-4/+4
| | | | contracts templates
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Fix typosLeonid Logvinov2018-06-121-0/+1
|
* Fix linter issuesLeonid Logvinov2018-06-121-1/+1
|
* Add profiler and geth tests to metacoinLeonid Logvinov2018-06-121-0/+3
|
* Try enabling no-unused-variable...fragosti2018-06-051-2/+2
|
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-3/+3
|
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|
* Remove unused deployer docs configsLeonid Logvinov2018-05-101-1/+1
|
* Fix linter issuesLeonid Logvinov2018-05-101-2/+2
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-1/+1
|
* Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-4/+7
|
* Added a detailed description of `renameOverloadedMethods` (special thanks to ↵Greg Hysen2018-04-101-6/+6
| | | | @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
* Updated deployer to accept a list of contract directories as input. Contract ↵Greg Hysen2018-04-101-2/+54
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-2/+2
|
* Add metacoin example projectLeonid Logvinov2018-04-021-0/+62