aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-0511-23/+214
|\
| * 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
| |
* | 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
|/
* 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 ↵Fabio Berger2018-04-097-0/+206
and contracts