aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/package.json
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-111-1/+1
|\
| * Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-1/+1
* | Move migrations into separate monorepo subpackage and hook it up to 0x.js and...Fabio Berger2018-04-091-3/+3
* | Move migrations over from contracts to 0x.jsFabio Berger2018-04-041-1/+0
|/
* Remove unused contracts depsFabio Berger2018-04-031-8/+1
* PublishLeonid Logvinov2018-04-021-10/+10
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+0
* PublishFabio Berger2018-04-021-10/+10
* Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-021-1/+2
* Add clean-state testsLeonid Logvinov2018-03-271-4/+1
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-201-14/+14
|\
| * Set Lodash dep to an exact version since newer versions introduced breaking c...Fabio Berger2018-03-201-1/+1
| * Update deployer version since manual re-publishFabio Berger2018-03-201-1/+1
| * Manually publish 0x.js back to a working stateFabio Berger2018-03-191-1/+1
| * PublishFabio Berger2018-03-191-2/+2
| * PublishFabio Berger2018-03-191-5/+5
| * PublishFabio Berger2018-03-191-13/+13
| * PublishFabio Berger2018-03-191-13/+13
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-161-4/+2
|\|
| * Fix parallel coverage results reportingLeonid Logvinov2018-03-151-4/+2
* | Add Deployer docs to websiteFabio Berger2018-03-161-0/+1
|/
* Revert "Report all coverage reports together"Leonid Logvinov2018-03-141-2/+4
* Report all coverage reports togetherLeonid Logvinov2018-03-131-4/+2
* Fix coverage:report:htmlLeonid Logvinov2018-03-121-1/+1
* Increase timeoutLeonid Logvinov2018-03-121-1/+1
* Run coverage on CILeonid Logvinov2018-03-121-1/+1
* Rename COVERAGE to SOLIDITY_COVERAGSLeonid Logvinov2018-03-121-1/+1
* Revert mocha timeout increaseLeonid Logvinov2018-03-121-1/+1
* Add sol-cover implementationLeonid Logvinov2018-03-121-2/+8
* PublishBrandon Millman2018-03-091-8/+8
* PublishFabio Berger2018-03-051-14/+13
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-3/+3
* Adjust the testsLeonid Logvinov2018-03-021-2/+2
* Add dependenciesLeonid Logvinov2018-02-281-0/+1
* Include ethers typesLeonid Logvinov2018-02-281-0/+1
* Change backend for contracts contractsLeonid Logvinov2018-02-281-1/+1
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-1/+1
* Apply prettier after generating contractsLeonid Logvinov2018-02-281-1/+1
* Fix build by using local events typesLeonid Logvinov2018-02-281-1/+2
* Move all dependencies on @0xproject/types out of devDependenciesBrandon Millman2018-02-221-1/+1
* Fix race conditionAmir Bandeali2018-02-211-2/+2
* PublishBrandon 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-161-1/+1
* Fix checks, add contract list to compile script in package.jsonAmir Bandeali2018-02-161-2/+2
* Merge branch 'development' into fix/windows_installLeonid2018-02-121-12/+12
|\
| * PublishFabio Berger2018-02-101-9/+9
| * PublishFabio Berger2018-02-101-12/+12
* | Use system-independent rm commandLeonid Logvinov2018-02-091-1/+2
|/
* PublishBrandon Millman2018-02-081-8/+8
* Generate contract wrappers on pre-buildLeonid Logvinov2018-02-071-1/+1
* Change the list of generated wrappersLeonid Logvinov2018-02-071-1/+1
* Fix artifacts pathAmir Bandeali2018-02-071-1/+1
* Update compile command and run prettierAmir Bandeali2018-02-071-1/+1
* Add CLI option for networkId, add abi-gen to contracts packageAmir Bandeali2018-02-071-0/+1
* Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-10/+10
|\
| * PublishLeonid 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-051-14/+13
|\
| * Rename directoriesAmir Bandeali2018-02-031-1/+1
| * PublishLeonid Logvinov2018-02-011-13/+12
* | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
* | 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 truffle as a dependencyLeonid Logvinov2018-01-301-1/+0
* Normalize the dependenciesLeonid Logvinov2018-01-301-1/+1
* Add --bail to mocha configLeonid Logvinov2018-01-301-1/+1
* Remove truffle from testsLeonid Logvinov2018-01-301-3/+7
* PublishFabio Berger2018-01-301-15/+13
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-301-72/+72
* Fix prettierFabio Berger2018-01-301-70/+72
* PublishLeonid 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-181-3/+14
* 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
* | PublishBrandon Millman2018-01-181-13/+12
|/
* Prettify package.json filesLeonid Logvinov2018-01-121-1/+2
* PublishLeonid Logvinov2018-01-111-4/+4
* PublishLeonid Logvinov2018-01-111-11/+10
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-1/+1
* Apply prettify on json and md filesLeonid Logvinov2018-01-041-70/+71
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+0
* PublishFabio Berger2017-12-281-8/+8
* PublishLeonid Logvinov2017-12-211-8/+8
* Install types for yargsLeonid Logvinov2017-12-191-1/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-0/+1
* Cleanup kovan-faucet packageBrandon Millman2017-12-141-1/+1
* Add test:circleci command, add newlines to end of contractsAmir Bandeali2017-12-131-0/+1
* Update 0x.js version, fix build errorsAmir Bandeali2017-12-131-1/+1
* Add updated contracts, reorganize contract file structureAmir Bandeali2017-12-131-1/+1
* Add tests for ERC20Token and EtherToken_v2Amir Bandeali2017-12-131-1/+0
* PublishBrandon Millman2017-12-091-6/+6
* Make contracts package privateBrandon Millman2017-12-091-0/+1
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-2/+4
* Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-7/+7
* Make class methods that don't use 'this' staticAmir Bandeali2017-12-011-1/+1
* Fix module versions, cleanup scriptsAmir Bandeali2017-12-011-27/+25
* Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-301-0/+71