aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Replace our EtherTokens with WETH9 from makerLeonid Logvinov2017-12-201-3/+1
| |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-206-34/+34
|/
* Fix connect unused varsLeonid Logvinov2017-12-151-1/+0
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-143-55/+1
|
* Add gas limits to failing testsAmir Bandeali2017-12-131-0/+3
|
* Update 0x.js version, fix build errorsAmir Bandeali2017-12-131-0/+1
|
* Add updated contracts, reorganize contract file structureAmir Bandeali2017-12-131-0/+2
|
* Add tests for ERC20Token and EtherToken_v2Amir Bandeali2017-12-131-2/+2
|
* Fix errors with new testrpc versionAmir Bandeali2017-12-131-0/+1
|
* Add version to new EtherToken, fix typosAmir Bandeali2017-12-131-0/+2
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-2/+2
|
* Make class methods that don't use 'this' staticAmir Bandeali2017-12-011-11/+11
|
* Fix indentationsAmir Bandeali2017-11-3011-575/+577
|
* Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-3013-0/+735