aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts
Commit message (Expand)AuthorAgeFilesLines
* Update contract versions, fix testsAmir Bandeali2018-02-0327-88/+90
* Rename directoriesAmir Bandeali2018-02-0362-6427/+5549
* Rename previous contracts, fix imports, add nested file structureAmir Bandeali2018-02-0324-33/+32
* Move all contracts into a single directoryFabio Berger2018-02-0323-7/+7
* Update importFabio Berger2018-02-031-1/+1
* Fix importFabio Berger2018-02-031-1/+1
* Get rid of suffixed contract versioning and replace it with a poor-mans packa...Fabio Berger2018-02-0326-346/+136
* Publishcontracts@2.1.8@0xproject/website@0.0.11@0xproject/testnet-faucets@1.0.9@0xproject/monorepo-scripts@0.1.8@0xproject/deployer@0.0.5Leonid Logvinov2018-02-011-13/+12
* Change orderLeonid Logvinov2018-01-301-1/+1
* Separate npm scripts in contractsLeonid Logvinov2018-01-301-2/+3
* Remove a semicolonLeonid Logvinov2018-01-301-1/+1
* Fix glob patternsLeonid Logvinov2018-01-301-1/+1
* Remove authorized address magic from testsLeonid Logvinov2018-01-301-8/+1
* Remove accounts magic from testsLeonid Logvinov2018-01-303-8/+4
* Make an RPC constructor param implicitLeonid Logvinov2018-01-3012-14/+14
* Use an enum for contract nameLeonid Logvinov2018-01-3013-47/+60
* Remove promisified web3 functions from testsLeonid Logvinov2018-01-301-14/+8
* Remove truffle as a dependencyLeonid Logvinov2018-01-301-1/+0
* Normalize the dependenciesLeonid Logvinov2018-01-309-61/+44
* Add --bail to mocha configLeonid Logvinov2018-01-301-1/+1
* Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-301-7/+7
* Add back the artifactsLeonid Logvinov2018-01-3016-0/+6408
* Remove truffle from testsLeonid Logvinov2018-01-3047-7062/+504
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-3013-82/+46
* Remove truffle from Exchange testsLeonid Logvinov2018-01-303-20/+65
* Remove truffle from ZRXToken testsLeonid Logvinov2018-01-301-11/+19
* Remove truffle from UnlimitedAllowanceToken testsLeonid Logvinov2018-01-302-5/+26
* Remove truffle from UnlimitedAllowanceTokenV2 testsLeonid Logvinov2018-01-305-14/+22
* Remove truffle from TokenRegistry testsLeonid Logvinov2018-01-301-12/+28
* Remove truffle from MultiSigWalletWithTimeLock testsLeonid Logvinov2018-01-301-4/+10
* Remove truffle from MultiSigWalletWithTimeLockExceptRemoveAuthAddr testsLeonid Logvinov2018-01-302-14/+32
* Remove truffle from Ether Token testsLeonid Logvinov2018-01-301-12/+24
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-302-39/+37
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-3014-54/+76
* Publishcontracts@2.1.7@0xproject/website@0.0.10@0xproject/testnet-faucets@1.0.8@0xproject/monorepo-scripts@0.1.7@0xproject/deployer@0.0.4Fabio Berger2018-01-301-15/+13
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-3036-3334/+3334
* Fix prettierFabio Berger2018-01-3036-3332/+3334
* Publishcontracts@2.1.6@0xproject/website@0.0.9@0xproject/testnet-faucets@1.0.7@0xproject/monorepo-scripts@0.1.6@0xproject/deployer@0.0.3Leonid Logvinov2018-01-301-15/+13
* Run prettierAmir Bandeali2018-01-261-2/+4
* 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