aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/src
Commit message (Expand)AuthorAgeFilesLines
* More small artifacts updates/changesAlex Browne2018-09-053-69/+96
* More small chnages/bug fixesAlex Browne2018-09-055-249/+1
* Rename and update some artifact locationsAlex Browne2018-09-058-265/+85
* merge developmentFabio Berger2018-09-056-4/+185
|\
| * Update mainnet configsAmir Bandeali2018-09-053-4/+19
| * Add mainnet migrationsAmir Bandeali2018-09-054-2/+168
* | Tslint magic-numberJacob Evans2018-09-051-0/+2
* | Ropsten/Kovan Contract deploymentJacob Evans2018-09-053-6/+101
|/
* Merge development branchFabio Berger2018-08-224-3/+29
|\
| * Add ZRX balances and allowances to TraderInfoAmir Bandeali2018-08-222-1/+3
| * Add OrderValidator to migrationsAmir Bandeali2018-08-224-0/+26
| * Remove redundant constructor argsAmir Bandeali2018-08-221-2/+0
* | Move types from sol-compiler to types so they can be used in other places wit...Fabio Berger2018-08-224-4/+4
* | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-301-8/+0
|/
* Prettier fixesFabio Berger2018-07-261-7/+8
* Use infuraFabio Berger2018-07-252-2/+2
* Update v2-beta-testnet migrationFabio Berger2018-07-251-6/+4
* Merge pull request #877 from 0xProject/feature/contracts/removeERC721CallbackAmir Bandeali2018-07-231-1/+1
|\
| * Removed receiverData from ERC721 Proxy Id generationGreg Hysen2018-07-181-1/+1
* | Add monorepo-scripts postpublish.tsLeonid Logvinov2018-07-201-0/+8
|/
* Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-4/+4
|\
| * Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-4/+4
* | Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
|/
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-3/+2
* -fetch';Fabio Berger2018-07-131-7/+2
* Remove extra ERC20ProxyId from Forwarder constructorJacob Evans2018-07-111-2/+0
* Add Migrations for ForwarderJacob Evans2018-07-111-0/+16
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-063-8/+8
|\
| * Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-051-2/+2
| * Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-0511-23/+214
| |\
| * | Fix the token supply in migrationsLeonid Logvinov2018-06-291-1/+1
| * | Change import paths from z_r_x and e_r_c to zrx and erc in migrationsLeonid Logvinov2018-06-292-5/+5
* | | Forwarding contract (squashed commits)Jacob Evans2018-07-061-0/+2
| |/ |/|
* | Update 2.0.0 artifactsAmir Bandeali2018-06-301-8/+3
* | Move ledgerhq module declarations to typescript-typingsAmir Bandeali2018-06-302-23/+1
* | Export LedgerEthereumClient type in subprovidersAmir Bandeali2018-06-303-49/+18
* | Add logging and updated artifactsAmir Bandeali2018-06-301-27/+40
* | Fix migrationsAmir Bandeali2018-06-303-9/+9
* | Use ledger subproviderAmir Bandeali2018-06-3012-38/+145
* | Add Kovan migrationsAmir Bandeali2018-06-309-7/+136
|/
* Register the asset proxies to exchangeJacob Evans2018-06-291-5/+26
* Encode ZRX address as needed.Fabio Berger2018-06-281-1/+2
* Await transactions in migrationsLeonid Logvinov2018-06-091-35/+46
* Await transactions in migrationsLeonid Logvinov2018-06-091-4/+12
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-092-23/+10
* Try enabling no-unused-variable...fragosti2018-06-053-6/+3
* Fix linter errorsLeonid Logvinov2018-06-013-3/+3
* Introduce ethereum-types packageLeonid Logvinov2018-06-013-3/+3
* Fix a typoLeonid Logvinov2018-05-251-2/+2
* Migrate migrations to v2Leonid Logvinov2018-05-258-39/+190
* Merge branch 'v2-prototype' into feature/truffle-sol-covLeonid Logvinov2018-05-241-1/+1
|\
| * Fix TokenTransferProxy artifact name since it's now suffixed with _v1Fabio Berger2018-05-231-1/+1
* | Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-2/+1
|/
* merge developmentFabio Berger2018-05-231-2/+3
|\
| * Fix TSLint rulesFabio Berger2018-05-161-2/+3
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-166-37/+126
|\|
| * Fix templatesLeonid Logvinov2018-05-102-2/+3
| * Remove unused deployer docs configsLeonid Logvinov2018-05-104-33/+40
| * Fix linter issuesLeonid Logvinov2018-05-102-11/+10
| * Rename deployer to sol-compilerLeonid Logvinov2018-05-102-2/+4
| * Remove deployerLeonid Logvinov2018-05-101-1/+0
| * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-105-35/+126
| * Configure migrations with a compiler.jsonLeonid Logvinov2018-05-101-1/+1
* | Remove remenants of MaliciousToken contractFabio Berger2018-04-261-1/+0
|/
* Fix expiration watcher comparatorLeonid Logvinov2018-04-181-1/+1
* Simply exportFabio Berger2018-04-111-3/+1
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-113-22/+17
* Move migrations into separate monorepo subpackage and hook it up to 0x.js and...Fabio Berger2018-04-097-0/+206