aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts
Commit message (Expand)AuthorAgeFilesLines
* Publishweb3-typescript-typings@0.10.0ethers-typescript-typings@0.0.2contracts@2.1.14chai-typescript-typings@0.0.4chai-as-promised-typescript-typings@0.0.10@0xproject/website@0.0.17@0xproject/web3-wrapper@0.2.0@0xproject/utils@0.4.0@0xproject/types@0.3.0@0xproject/tslint-config@0.4.10@0xproject/testnet-faucets@1.0.15@0xproject/subproviders@0.6.0@0xproject/monorepo-scripts@0.1.12@0xproject/json-schemas@0.7.13@0xproject/dev-utils@0.2.0@0xproject/deployer@0.2.0@0xproject/connect@0.6.2@0xproject/base-contract@0.0.2@0xproject/assert@0.1.0@0xproject/abi-gen@0.2.40x.js@0.33.0Fabio Berger2018-03-051-14/+13
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-042-4/+4
* Adjust the testsLeonid Logvinov2018-03-022-39/+49
* Move tutorials to adhere to current dir structureLeonid Logvinov2018-03-023-0/+0
* Make tests slightly nicerLeonid Logvinov2018-03-021-16/+23
* Remove onlyLeonid Logvinov2018-03-021-1/+1
* Improve the commentsLeonid Logvinov2018-03-021-0/+4
* Improve the commentsLeonid Logvinov2018-03-021-1/+4
* Add comments to Arbitrage contractLeonid Logvinov2018-03-021-21/+28
* Don't pass tokenGet and tokenGive because we can get them from 0x orderLeonid Logvinov2018-03-022-14/+10
* Pretty-print ED contractsLeonid Logvinov2018-03-022-167/+167
* Make externalLeonid Logvinov2018-03-021-1/+1
* Fix a typoLeonid Logvinov2018-03-021-2/+2
* Change type to uint256Leonid Logvinov2018-03-021-1/+1
* Make setAllowances externalLeonid Logvinov2018-03-021-1/+1
* Fix the commentLeonid Logvinov2018-03-021-1/+1
* Put all ED contracts in one folderLeonid Logvinov2018-03-022-1/+1
* Move tutorials contracts to src folderLeonid Logvinov2018-03-023-8/+7
* Remove false-positive linter failure because of chai-as-pronmised incorrect t...Leonid Logvinov2018-03-021-0/+1
* Assert that the balances don't change if arbitrage failsLeonid Logvinov2018-03-021-4/+7
* Initial implementation of Arbitrage contract with testsLeonid Logvinov2018-03-027-1/+500
* Merge pull request #422 from 0xProject/feature/new-prettierLeonid Logvinov2018-02-281-5/+5
|\
| * Upgrate prettierLeonid Logvinov2018-02-281-5/+5
* | Add dependenciesLeonid Logvinov2018-02-281-0/+1
|/
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-282-78/+1
* Include ethers typesLeonid Logvinov2018-02-282-0/+2
* Create ethers-typescript-typingsLeonid Logvinov2018-02-281-29/+0
* Rewrite templates to decode call data on transactionsLeonid Logvinov2018-02-281-0/+1
* Change backend for contracts contractsLeonid Logvinov2018-02-283-8/+8
* Fix namingsLeonid Logvinov2018-02-282-4/+4
* Use the same templates as 0x.jsLeonid Logvinov2018-02-2822-175/+139
* Pass components to parameterTypeLeonid Logvinov2018-02-281-1/+1
* Apply prettier after generating contractsLeonid Logvinov2018-02-282-3/+3
* Fix build by using local events typesLeonid Logvinov2018-02-287-13/+72
* Move all dependencies on @0xproject/types out of devDependenciesBrandon Millman2018-02-221-1/+1
* Fix race conditionAmir Bandeali2018-02-211-2/+2
* Delete artifacts directoryAmir Bandeali2018-02-2111-4287/+0
* Publishcontracts@2.1.13@0xproject/website@0.0.16@0xproject/testnet-faucets@1.0.14@0xproject/dev-utils@0.1.0@0xproject/connect@0.6.0Brandon Millman2018-02-171-10/+10
* Update CHANGELOGAmir Bandeali2018-02-161-1/+1
* Add npm config for contracts listAmir Bandeali2018-02-161-1/+4
* Run prettierAmir Bandeali2018-02-1612-21/+554
* Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-1622-1812/+32
* Merge branch 'development' into fix/windows_installLeonid2018-02-121-12/+12
|\
| * Publishcontracts@2.1.12@0xproject/website@0.0.15@0xproject/testnet-faucets@1.0.13@0xproject/monorepo-scripts@0.1.11@0xproject/deployer@0.0.9@0xproject/connect@0.5.8Fabio Berger2018-02-101-9/+9
| * Publishcontracts@2.1.11@0xproject/website@0.0.14@0xproject/testnet-faucets@1.0.12@0xproject/monorepo-scripts@0.1.10@0xproject/deployer@0.0.8@0xproject/connect@0.5.7Fabio Berger2018-02-101-12/+12
* | Use system-independent rm commandLeonid Logvinov2018-02-091-1/+2
|/
* Merge pull request #377 from 0xProject/feature/signed_unsigned_order_contractsLeonid2018-02-099-590/+525
|\
| * Fix namingsLeonid Logvinov2018-02-091-84/+90
| * Use Order and SignedOrder type from 0x.jsLeonid Logvinov2018-02-0710-496/+375
| * Introduce SignedOrder class and remove type assertionsLeonid Logvinov2018-02-079-324/+365
| * Make orderHashHex a getter instead of a propertyLeonid Logvinov2018-02-075-32/+41
* | Publishcontracts@2.1.10@0xproject/website@0.0.13@0xproject/testnet-faucets@1.0.11@0xproject/deployer@0.0.7Brandon Millman2018-02-081-8/+8
|/
* Special-case ZRXToken snake case conversionLeonid Logvinov2018-02-072-2/+2
* Generate contract wrappers on pre-buildLeonid Logvinov2018-02-071-1/+1
* Add missing asyncLeonid Logvinov2018-02-071-1/+1
* Remove noImplicitThisLeonid Logvinov2018-02-071-0/+1
* Tslint disable no-consecutive-blank-lines in generated filesLeonid Logvinov2018-02-071-1/+1
* Change compiled sources in contractsLeonid Logvinov2018-02-071-2/+2
* Change utilsLeonid Logvinov2018-02-074-32/+41
* Change testsLeonid Logvinov2018-02-0710-207/+275
* Add base_contract.tsLeonid Logvinov2018-02-071-0/+35
* Remove generated filesLeonid Logvinov2018-02-075-2208/+0
* .gitignore gemerated filesLeonid Logvinov2018-02-071-0/+8
* Change the list of generated wrappersLeonid Logvinov2018-02-071-1/+1
* Change contract templatesLeonid Logvinov2018-02-074-43/+28
* Fix artifacts pathAmir Bandeali2018-02-073-12/+12
* Update compile command and run prettierAmir Bandeali2018-02-071-1/+1
* Add CLI option for networkId, add abi-gen to contracts packageAmir Bandeali2018-02-0754-0/+2312
* Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-10/+10
|\
| * Publishcontracts@2.1.9@0xproject/website@0.0.12@0xproject/testnet-faucets@1.0.10@0xproject/monorepo-scripts@0.1.9@0xproject/deployer@0.0.6Leonid Logvinov2018-02-061-10/+10
* | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-061-1/+1
|/
* Merge branch 'development' into feature/build_watchLeonid2018-02-0568-6799/+5711
|\
| * 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
* | Merge pull request #359 from 0xProject/feature/ts-2.7Leonid2018-02-051-1/+1
|\ \
| * | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
* | | Add build:watch to README'sLeonid Logvinov2018-02-021-0/+6
|/ /
* / Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
|/
* 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