aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts
Commit message (Expand)AuthorAgeFilesLines
* PublishLeonid Logvinov2018-01-251-15/+13
* Add a comment about a yarn bugLeonid Logvinov2018-01-191-1/+3
* Move tests to a separate folderLeonid Logvinov2018-01-181-2/+2
* Fix merge conflictsLeonid Logvinov2018-01-181-8/+1
* Fix merge conflictsLeonid Logvinov2018-01-181-6/+0
* Move deployer to a separate packageLeonid Logvinov2018-01-1832-2122/+23
* Merge pull request #322 from 0xProject/fix/ci-timeLeonid2018-01-181-1/+2
|\
| * Test deployer separately from contractsLeonid Logvinov2018-01-171-1/+2
* | Run prettier to revert formatting changes made by the lerna publish stepBrandon Millman2018-01-181-1/+2
* | Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0Brandon Millman2018-01-181-13/+12
|/
* Prettify package.json filesLeonid Logvinov2018-01-121-1/+2
* Publishweb3-typescript-typings@0.9.3contracts@2.1.3@0xproject/website@0.0.6@0xproject/kovan_faucets@1.0.40x.js@0.29.2Leonid Logvinov2018-01-111-4/+4
* Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1Leonid Logvinov2018-01-111-11/+10
* Return to old way of including web3 typesLeonid Logvinov2018-01-101-0/+1
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-104-10/+9
* Apply prettify on json and md filesLeonid Logvinov2018-01-044-78/+78
* Fix linter errorsLeonid Logvinov2018-01-045-8/+5
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-0419-22/+18
* Fix formattingLeonid Logvinov2018-01-031-2/+0
* Apply prettier configLeonid Logvinov2018-01-0343-843/+1083
* Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0Fabio Berger2017-12-281-8/+8
* Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-229-130/+130
|\
| * Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-16/+16
| * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-218-298/+766
| |\
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-209-114/+114
* | | Update and standardize contracts READMEAmir Bandeali2017-12-211-28/+42
| |/ |/|
* | Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0Leonid Logvinov2017-12-211-8/+8
* | Replace our EtherTokens with WETH9 from makerLeonid Logvinov2017-12-206-303/+2
* | Add WETH9 and mirationsLeonid Logvinov2017-12-202-0/+769
|/
* Remove reliance on testrpc snapshot in ZRX testsAmir Bandeali2017-12-201-20/+18
* Introduce an identityCommandBuilderLeonid Logvinov2017-12-191-2/+3
* Define types for methodIDLeonid Logvinov2017-12-191-1/+1
* Define types for ethereumjs-abiLeonid Logvinov2017-12-191-1/+4
* Install types for yargsLeonid Logvinov2017-12-194-10/+10
* Fix tests in contractsFabio Berger2017-12-172-13/+11
* Fix connect unused varsLeonid Logvinov2017-12-1510-16/+6
* Add a commentLeonid Logvinov2017-12-151-0/+2
* Make migrations deterministicLeonid Logvinov2017-12-141-57/+45
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-145-57/+6
* Merge branch 'development' into feature/addKovanFaucetsBrandon Millman2017-12-141-3/+0
|\
| * Remove redundant totalSupply from token interfaceAmir Bandeali2017-12-131-3/+0
* | Cleanup kovan-faucet packageBrandon Millman2017-12-141-1/+1
|/
* Increase timeout on deployer testsAmir Bandeali2017-12-131-1/+1
* Add version string to EtherToken_v2Amir Bandeali2017-12-131-0/+1
* Formatting fixesAmir Bandeali2017-12-136-18/+29
* fix tests after merging with developmentAmir Bandeali2017-12-131-3/+3
* Add test:circleci command, add newlines to end of contractsAmir Bandeali2017-12-1325-2/+25
* Add gas limits to failing testsAmir Bandeali2017-12-136-14/+31
* Rename contracts lib to utilsAmir Bandeali2017-12-1313-9/+214
* Refactor unlimited allowance logic out of ERC20TokenAmir Bandeali2017-12-138-20/+56
* Fix typo, change variable name to be consistentAmir Bandeali2017-12-132-6/+6
* Update 0x.js version, fix build errorsAmir Bandeali2017-12-138-11/+27
* Add updated contracts, reorganize contract file structureAmir Bandeali2017-12-1325-120/+170
* Add tests for ERC20Token and EtherToken_v2Amir Bandeali2017-12-138-14/+183
* Fix errors with new testrpc versionAmir Bandeali2017-12-138-44/+45
* Add version to new EtherToken, fix typosAmir Bandeali2017-12-135-5/+126
* Add updated ERC20 implementation, update WETHAmir Bandeali2017-12-133-2/+110
* Re-hard code the dependencyLeonid Logvinov2017-12-1216-72/+72
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-091-6/+6
* Make contracts package privateBrandon Millman2017-12-091-0/+1
* Inline network moduleLeonid Logvinov2017-12-082-21/+14
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-082-3/+4
* Address feedbackLeonid Logvinov2017-12-072-2/+0
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-0716-175/+44
* Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-7/+7
* Fix linter errorLeonid Logvinov2017-12-021-1/+1
* Make class methods that don't use 'this' staticAmir Bandeali2017-12-014-89/+92
* Fix module versions, cleanup scriptsAmir Bandeali2017-12-014-31/+29
* Add README to contracts packageAmir Bandeali2017-11-301-0/+51
* Fix indentationsAmir Bandeali2017-11-3030-2673/+2705
* Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-30102-0/+14115