aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-contract/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-174/+0
* Fix a build issueLeonid Logvinov2019-01-161-1/+1
* Use new check for isBigNumberLeonid Logvinov2019-01-151-1/+1
* Ran prettierGreg Hysen2019-01-151-1/+3
* LinterGreg Hysen2019-01-151-2/+6
* Fix build after rebaseGreg Hysen2019-01-151-1/+1
* Ran linterGreg Hysen2019-01-151-1/+11
* `let` -> `const` in callAsyncGreg Hysen2019-01-151-6/+6
* Ran prettier and linterGreg Hysen2019-01-151-15/+3
* Decodes revert reason as array to appease GethGreg Hysen2019-01-151-1/+1
* Ran prettierGreg Hysen2019-01-151-8/+10
* Use string argument encoding with new encoderGreg Hysen2019-01-151-28/+13
* Finished porting new abi encoder to contractsGreg Hysen2019-01-151-4/+23
* ProgressGreg Hysen2019-01-151-11/+14
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* chore: tslint fixFabio Berger2018-10-181-1/+1
* Add necessary castFabio Berger2018-10-181-1/+2
* Stop accesing ethers private methodsLeonid Logvinov2018-10-091-4/+3
* Fix ethers build issueLeonid Logvinov2018-10-091-4/+5
* Fix linter errorsLeonid Logvinov2018-09-271-2/+3
* Throw revert reasons from contract wrappersLeonid Logvinov2018-09-271-0/+13
* Fix the way we detect BN'sLeonid Logvinov2018-09-211-1/+1
* Fixes for the breaking changes in ethersLeonid Logvinov2018-09-191-3/+3
* Move some ethers-related types to typescript-typings/ethersAlex Browne2018-08-091-1/+1
* Apply prettierAlex Browne2018-08-091-1/+5
* Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-091-0/+17
* Fix tslint issuesLeonid Logvinov2018-07-171-7/+5
* Pass 'from' param to estimateGas since it is requiredFabio Berger2018-07-051-1/+1
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-2/+2
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+1
|\
| * Remove global gas estimate bufferAlex Browne2018-06-071-5/+1
| * Remove extra logs and other small fixesAlex Browne2018-06-071-5/+3
| * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-1/+6
* | Try enabling no-unused-variable...fragosti2018-06-051-0/+1
|/
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-3/+3
* Remove unused deployer docs configsLeonid Logvinov2018-05-101-4/+4
* Add a commentLeonid Logvinov2018-05-101-0/+2
* Remove _applyDefaultsToDeployTxDataAsyncLeonid Logvinov2018-05-101-19/+4
* Fix linter issuesLeonid Logvinov2018-05-101-1/+2
* Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-101-1/+10
* Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-0/+32
* Support Tuples from function returnsJacob Evans2018-04-191-4/+4
* Added a detailed description of `renameOverloadedMethods` (special thanks to ...Greg Hysen2018-04-101-8/+5
* Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-4/+47
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-3/+3
* Add metacoin example projectLeonid Logvinov2018-04-021-19/+10
* Move common types out of web3 typesLeonid Logvinov2018-03-271-7/+6
* Move BaseContract to its own packageLeonid Logvinov2018-02-281-0/+68