aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract_templates
Commit message (Collapse)AuthorAgeFilesLines
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
|
* Ignore classnames linter ruleRemco Bloemen2018-05-221-0/+1
|
* Fix ganache subprovider configLeonid Logvinov2018-05-112-0/+3
|
* Fix templatesLeonid Logvinov2018-05-102-3/+3
|
* Remove unused deployer docs configsLeonid Logvinov2018-05-101-7/+7
|
* Add a check for compiler outputLeonid Logvinov2018-05-101-0/+3
|
* Remove _applyDefaultsToDeployTxDataAsyncLeonid Logvinov2018-05-103-6/+9
|
* Fix linter issuesLeonid Logvinov2018-05-101-5/+5
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-1/+1
|
* Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-101-1/+4
|
* Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-102-2/+38
|
* Fix getABIEncodedTransactionData in contract templatesAmir Bandeali2018-04-211-1/+1
|
* Remove ethers-contracts typesJacob Evans2018-04-201-1/+1
|
* Update CHANGELOGsJacob Evans2018-04-191-6/+4
|
* Support Tuples from function returnsJacob Evans2018-04-193-10/+13
|
* Updated deployer to accept a list of contract directories as input. Contract ↵Greg Hysen2018-04-103-14/+14
| | | | 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-3/+3
|
* Add metacoin example projectLeonid Logvinov2018-04-023-10/+10
|
* Remove redundant castLeonid Logvinov2018-03-281-1/+1
|
* Move common types out of web3 typesLeonid Logvinov2018-03-273-28/+22
|
* Transform input data before encoding for callAsync and ↵Amir Bandeali2018-03-141-0/+4
| | | | getABIEncodedTransactionData
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-1/+1
|
* Move BaseContract to its own packageLeonid Logvinov2018-02-281-1/+2
|
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-281-3/+1
|
* Add txData to async callsLeonid Logvinov2018-02-281-1/+2
|
* Rewrite templates to decode call data on transactionsLeonid Logvinov2018-02-283-47/+31
|
* Update template linkLeonid Logvinov2018-02-281-1/+1
|
* Fix buildLeonid Logvinov2018-02-281-1/+1
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-287-0/+175