aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
Commit message (Expand)AuthorAgeFilesLines
* Update changelogsFabio Berger2018-07-182-0/+13
* Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-4/+4
|\
| * merge v2-prototypeFabio Berger2018-07-181-9/+9
| |\
| | * Fix bugs having to do with block timestamps and order expirationTimesAlex Browne2018-07-171-9/+9
| * | Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-4/+4
| |/
* | Fix tslint issuesLeonid Logvinov2018-07-172-11/+11
* | Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
|/
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-132-5/+3
* -fetch';Fabio Berger2018-07-131-7/+2
* Remove extra ERC20ProxyId from Forwarder constructorJacob Evans2018-07-112-8/+8
* Add Migrations for ForwarderJacob Evans2018-07-112-1/+17
* Update artifactsAmir Bandeali2018-07-1127-634/+101453
* Update package versionsFabio Berger2018-07-101-10/+10
* Update changelogsFabio Berger2018-07-092-0/+13
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-0625-16/+5284
|\
| * Upgrade artifactsLeonid Logvinov2018-07-052-8/+183
| * Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-057-168/+155
| * Upgrade artifactsLeonid Logvinov2018-07-0516-1/+5071
| * Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-0521-185/+3758
| |\
| * | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-296-12/+48
| * | 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
* | | Merge pull request #522 from 0xProject/feature/contracts/forwarderJacob Evans2018-07-064-88/+1008
|\ \ \ | |_|/ |/| |
| * | Forwarding contract (squashed commits)Jacob Evans2018-07-065-104/+1024
* | | Merge pull request #812 from 0xProject/fix/revert-assertions-improvementsAlex Browne2018-07-041-16/+16
|\ \ \
| * | | Improve robustness of revert reason assertionsAlex Browne2018-07-031-16/+16
* | | | Fix alignmentFabio Berger2018-07-041-1/+1
* | | | Update web3-provider-engine version w/o caretFabio Berger2018-07-031-1/+1
* | | | Update web3-provider-engineFabio Berger2018-07-031-1/+1
|/ / /
* / / Update incorrect versions of depsFabio Berger2018-07-021-1/+1
|/ /
* | Update 2.0.0 artifactsAmir Bandeali2018-06-305-149/+99
* | Move ledgerhq module declarations to typescript-typingsAmir Bandeali2018-06-303-24/+2
* | Export LedgerEthereumClient type in subprovidersAmir Bandeali2018-06-303-49/+18
* | Update artifactsAmir Bandeali2018-06-304-12/+26
* | Add logging and updated artifactsAmir Bandeali2018-06-305-32/+45
* | Fix migrationsAmir Bandeali2018-06-307-3451/+3402
* | Run prettierAmir Bandeali2018-06-304-3369/+3442
* | Add Kovan artifactsAmir Bandeali2018-06-304-0/+3373
* | Use ledger subproviderAmir Bandeali2018-06-3013-46/+159
* | Add Kovan migrationsAmir Bandeali2018-06-3010-13/+152
|/
* Register the asset proxies to exchangeJacob Evans2018-06-291-5/+26
* Remove network 50 detailsFabio Berger2018-06-286-48/+12
* Re-generate and clean up artifacts for 2.0.0Fabio Berger2018-06-2823-5076/+1144
* Add missing `AssetProxyOwner` from `compile:v2` commandFabio Berger2018-06-281-1/+1
* Encode ZRX address as needed.Fabio Berger2018-06-282-1/+3
* Add optimizer settings to `migrations` `compiler.json`Fabio Berger2018-06-281-0/+4
* Fix buildAmir Bandeali2018-06-273-0/+386
* Update artifactsAmir Bandeali2018-06-2730-2689/+1363
* Add missing artifactsFabio Berger2018-06-222-0/+194
* Set settleOrder and settleMatchedOrders to privateGreg Hysen2018-06-211-60/+102
* Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and `se...Greg Hysen2018-06-211-59/+27
* Migrations after rebasingGreg Hysen2018-06-2113-188/+320
* ERC721Proxy Always call safeTransferFromJacob Evans2018-06-201-8/+8
* Rename makerEpoch => orderEpochAmir Bandeali2018-06-205-64/+64
* Make cancelOrdersUpTo compatible with sender abstractionAmir Bandeali2018-06-203-39/+323
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-11/+11
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-1/+18
* Make isValidSignature publicAmir Bandeali2018-06-196-38/+316
* Merge pull request #682 from 0xProject/feature/contracts/popProxyIdAmir Bandeali2018-06-139-188/+182
|\
| * Update artifactsAmir Bandeali2018-06-139-188/+182
* | Refactor sol-cov to avoid keeping traceInfo in memoryAlex Browne2018-06-131-119/+0
|/
* Speedup awaitTransactionMinedAsync and reduce polling interval in contracts t...Alex Browne2018-06-1216-148/+849
* Await transactions in migrationsLeonid Logvinov2018-06-091-35/+46
* Fix typosLeonid Logvinov2018-06-091-1/+1
* Await transactions in migrationsLeonid Logvinov2018-06-091-4/+12
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-0914-143/+79
* Minor fixes after rebaseGreg Hysen2018-06-081-735/+1
* updated migrations artifactsGreg Hysen2018-06-081-1/+735
* LibAssetProxyDecoder testsGreg Hysen2018-06-081-8/+39
* Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-081-0/+88
* Fix tslint failureFabio Berger2018-06-081-7/+7
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-13/+17
|\
| * Remove extra logs and other small fixesAlex Browne2018-06-071-11/+11
| * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-073-614/+611
* | Get build and tests to passfragosti2018-06-0723-1497/+1402
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+2
|\|
| * Stop running prettier on generated filesLeonid Logvinov2018-06-071-2/+2
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-3/+3
|\|
| * - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-3/+3
* | merge v2-prototypeFabio Berger2018-06-063-2/+603
|\|
| * Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-053-2/+603
| |\
| | * revert multisig changeFabio Berger2018-06-051-1/+1
| | * reset multisignFabio Berger2018-06-051-1/+1
| | * Add new 2.0 artifacts to migrationsFabio Berger2018-06-052-0/+601
| | * Remove compact_artifacts and replace with updated artifactsFabio Berger2018-06-051-2/+2
* | | Exclude generate contract wrappers from tslintFabio Berger2018-06-061-1/+1
* | | Try enabling no-unused-variable...fragosti2018-06-053-6/+3
|/ /
* / Update artifacts in migrationsAlex Browne2018-06-058-51/+79
|/
* remove artifactsDir and contracts from compiler.jsonFabio Berger2018-06-021-13/+0
* Remove ISigner artifactFabio Berger2018-06-021-76/+0
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-023-17/+18
|\
| * Update v2 artifactsFabio Berger2018-06-0217-4493/+4727
| * Add IWallet and IValidator to compiled contractsFabio Berger2018-06-021-2/+2
| * Split migrations compile command into one for V1 and another for V2Fabio Berger2018-06-021-3/+4
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-024-3/+4
|\|
| * Fix linter errorsLeonid Logvinov2018-06-014-3/+4
| * Introduce ethereum-types packageLeonid Logvinov2018-06-013-3/+3
* | Update all artifactsFabio Berger2018-06-018-2233/+2148
* | List V2 contracts in compile.json nowFabio Berger2018-06-011-6/+5
* | Rename ISigner to IWallet and implement SignatureType.ValidatorFabio Berger2018-06-014-2/+151
* | Update artifactsFabio Berger2018-06-0110-2286/+2457
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-0/+280
|\|
| * Update WhitelistAmir Bandeali2018-05-311-0/+280
* | Add ISigner artifactsFabio Berger2018-05-311-0/+76
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-302-3/+4
|/
* Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-252-9/+791
|\
| * Fix buildAmir Bandeali2018-05-252-9/+791
* | Merge branch 'v2-prototype' into feature/contracts/eip712-order-hashFabio Berger2018-05-259-45/+208
|\ \
| * | Fix a typoLeonid Logvinov2018-05-251-2/+2
| * | Migrate migrations to v2Leonid Logvinov2018-05-259-45/+208
| |/
* / Use domain separator for exchange addressJacob Evans2018-05-252-2292/+2273
|/
* 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
| * Merge branch 'development' into v2-prototypeLeonid Logvinov2018-05-233-11/+24
| |\
| | * PublishLeonid Logvinov2018-05-231-10/+10
| | * Updated CHANGELOGSLeonid Logvinov2018-05-232-1/+14
* | | PublishLeonid Logvinov2018-05-231-10/+10
* | | Updated CHANGELOGSLeonid Logvinov2018-05-232-1/+14
* | | Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-232-3/+2
|/ /
* | Merge pull request #605 from 0xProject/fix/multiple/build-errorsFabio Berger2018-05-231-14/+14
|\ \
| * | Update artifactsRemco Bloemen2018-05-221-14/+14
* | | merge developmentFabio Berger2018-05-232-3/+4
|\ \ \ | |/ / |/| / | |/
| * remove generated contract_wrappers during cleanFabio Berger2018-05-231-1/+1
| * Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-2/+3
| |\
| | * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-177-43/+7
| | |\
| | * \ Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| | |\ \
| | * | | Fix TSLint rulesFabio Berger2018-05-161-2/+3
* | | | | Merge pull request #572 from 0xProject/feature/contracts/atomicMatchingGreg Hysen2018-05-2216-289/+637
|\ \ \ \ \
| * | | | | Ran prettierGreg Hysen2018-05-2216-7692/+7892
| * | | | | Added getNullFillResultsGreg Hysen2018-05-192-14/+14
| * | | | | orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-192-20/+20
| * | | | | Style improvements to order matchingGreg Hysen2018-05-191-10/+10
| * | | | | Upgraded to Solidity 0.4.24Greg Hysen2018-05-1910-149/+149
| * | | | | Rebased against v2-prototypeGreg Hysen2018-05-1916-7544/+7692
* | | | | | merge developmentFabio Berger2018-05-221-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-5/+5
| | |_|/ | |/| |
| * | | Improve about page descriptionsfragosti2018-05-176-42/+6
* | | | Fix prettierBrandon Millman2018-05-1916-7343/+7544
* | | | Merge branch 'development' into v2-prototypeFabio Berger2018-05-162-19/+10
|\| | |
| * | | Do not remove artifacts when running `clean`Fabio Berger2018-05-161-1/+1
| | |/ | |/|
| * | Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
| |\ \ | | |/ | |/|
| | * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| | * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
| * | Fix abi-gen binary so it can be called directly from packagesFabio Berger2018-05-151-2/+3
| * | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-152-16/+4
| |/
* | Do not remove artifacts when running `clean`Fabio Berger2018-05-161-1/+1
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-1635-48/+12001
|\|
| * Add compilerSettings to compiler.jsonFabio Berger2018-05-111-1/+14
| * Add deployedBytecode to artifacts since it is needed by sol-covFabio Berger2018-05-1114-56/+140
| * Update artifactsFabio Berger2018-05-1124-7657/+5961
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-118-41/+167
| |\
| | * Fix templatesLeonid Logvinov2018-05-102-2/+3
| | * Remove unused deployer docs configsLeonid Logvinov2018-05-105-33/+41
| | * Fix linter issuesLeonid Logvinov2018-05-103-12/+12
| | * Rename deployer to sol-compilerLeonid Logvinov2018-05-103-4/+6
| | * Remove deployerLeonid Logvinov2018-05-101-1/+0
| | * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-106-35/+134
| | * Configure migrations with a compiler.jsonLeonid Logvinov2018-05-103-6/+23
| * | Add artifacts to clean commandFabio Berger2018-05-111-1/+1
| * | Commit v1 artifacts to migrations package and remove compile step from prebuildFabio Berger2018-05-1125-0/+7685
| * | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-101-0/+0
| |\|
| | * Create an artifacts folderLeonid Logvinov2018-05-071-0/+0
| * | Add missing quoteFabio Berger2018-05-101-1/+1
| * | Remove uneeded tslint configFabio Berger2018-05-101-1/+1
| |/
| * PublishLeonid Logvinov2018-05-051-5/+5
| * Updated CHANGELOGSLeonid Logvinov2018-05-052-0/+13
| * PublishLeonid Logvinov2018-05-041-6/+6
| * Updated CHANGELOGSLeonid Logvinov2018-05-042-0/+13
* | Remove remenants of MaliciousToken contractFabio Berger2018-04-262-2/+1
|/
* Merge branch 'development' into fix/expiration-watcherFabio Berger2018-04-193-2/+25
|\
| * PublishLeonid Logvinov2018-04-191-1/+1
| * Updated CHANGELOGSLeonid Logvinov2018-04-192-0/+21
| * Make @0xproject/migrations publicLeonid Logvinov2018-04-191-1/+3
* | Fix expiration watcher comparatorLeonid Logvinov2018-04-181-1/+1
|/
* PublishFabio Berger2018-04-181-6/+6
* Fix web3-wrapper versionFabio Berger2018-04-121-1/+1
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-121-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-0911-0/+321