aboutsummaryrefslogtreecommitdiffstats
path: root/packages/metacoin/test/metacoin_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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