aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-contract/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge developmentFabio Berger2018-08-151-0/+21
|\
| * 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
| |
* | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-301-8/+0
|/ | | | aggregate release note publishing to publish script
* 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
|\ | | | | | | feature/improve-linting
| * 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-012-4/+4
|
* 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
| | | | @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-4/+47
| | | | 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-022-19/+35
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-7/+6
|
* Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
|
* Fix lint issuesFabio Berger2018-03-131-0/+1
|
* move scripts to monorepro-scriptsFabio Berger2018-03-132-0/+12
|
* Move BaseContract to its own packageLeonid Logvinov2018-02-281-0/+68