aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1439 from 0xProject/migrations/docker-imageJacob Evans2019-01-091-0/+32
|\
| * Readme, read snapshot name from package.jsonJacob Evans2018-12-271-1/+10
| * Add Docker image and Snapshot commandsJacob Evans2018-12-171-0/+23
* | Dutch wrapperGreg Hysen2019-01-081-0/+9
|/
* Rename node-endpoint to rpc-url for clarityFabio Berger2018-11-261-4/+4
* merge developmentFabio Berger2018-11-261-0/+8
|\
| * chore: Update CHANGELOGS use mainnet ZRX amount in Forwarder.Jacob Evans2018-11-261-1/+3
| * chore: Fund forwarder in migrationsJacob Evans2018-11-261-0/+5
| * bug: Use Testnet Exchange over mainnetJacob Evans2018-11-231-0/+1
* | Fix typoFabio Berger2018-11-261-1/+1
* | Add command-line interface to @0x/migrationsFabio Berger2018-11-261-0/+38
|/
* Fix prettierFabio Berger2018-11-211-1/+9
* Fix additional commentsFabio Berger2018-11-211-2/+2
* Improve commentsFabio Berger2018-11-211-4/+3
* Create migrations doc reference pageFabio Berger2018-11-211-0/+2
* chore: change package org from 0xproject to 0xJacob Evans2018-10-186-12/+12
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-1/+1
* Add new runMigrationsOnce method to migrations. Update contract-wrappers to u...Alex Browne2018-10-162-50/+29
* Cleanup migrations and contracts package. Make contracts private again.Alex Browne2018-10-162-10/+8
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-168-397/+201
* 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