aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts
Commit message (Expand)AuthorAgeFilesLines
* Add back in evm.bytecode.object since it's needed to generate contract-wrappersFabio Berger2018-09-1914-318/+412
* Create trimmed artifacts of v2 contractsFabio Berger2018-09-1914-0/+5946
* Add missing mainnet addresses to ZRXToken & WETH artifactsFabio Berger2018-09-182-0/+10
* Rename and update some artifact locationsAlex Browne2018-09-0514-0/+0
* Rename 2.0.0-beta-testnet to 2.0.0-testnetAlex Browne2018-09-0514-0/+0
* Add missing testnet addresses to 2.0.0-mainnet artifactsAlex Browne2018-09-056-6/+96
* Copy artifacts from 2.0.0-beta-testnet that do not appear in 2.0.0-mainnetAlex Browne2018-09-058-0/+13387
* Merge branch 'deployment/2.0.0-beta-testnet/ropsten' of github.com:0xProject/...Jacob Evans2018-09-056-0/+5711
|\
| * merge developmentFabio Berger2018-09-056-0/+5711
| |\
| | * Update mainnet artifactsAmir Bandeali2018-09-056-0/+5711
* | | Revert Forwarder address for GanacheJacob Evans2018-09-051-1/+1
* | | Remove Rinkeby from Exchange.jsonJacob Evans2018-09-051-5/+0
|/ /
* | Revert the exchange address changeJacob Evans2018-09-051-2/+2
* | Ropsten/Kovan Contract deploymentJacob Evans2018-09-0536-100804/+3526
|/
* Update OrderValidator artifact to include getBalancesAndAllowances functionBrandon Millman2018-08-281-62/+113
* Add testnet network info to OrderValidator artifactBrandon Millman2018-08-251-1/+7
* Add ZRX balances and allowances to TraderInfoAmir Bandeali2018-08-221-23/+239
* Add OrderValidator to migrationsAmir Bandeali2018-08-221-0/+570
* remove more v2 contract artifactsF. Eugene Aumson2018-08-211-317/+0
* remove v2 contract artifactsF. Eugene Aumson2018-08-2134-58506/+0
* Update artifactsAmir Bandeali2018-08-177-52/+195
* Increase max mintable amountAmir Bandeali2018-08-172-15/+15
* Fix DummyERC721ReceiverAmir Bandeali2018-08-172-109/+25
* Update artifactsAmir Bandeali2018-08-179-98/+3263
* Updated CHANGELOGSAlex Browne2018-08-142-63/+59
* fix contract-wrappers json-schemasfragosti2018-08-1010-258/+173
* Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-278-1139/+7
* Missing artifactFabio Berger2018-07-261-0/+723
* New WETH9 artifactsFabio Berger2018-07-262-36/+36
* Update artifacts in contract-wrappers, generate artifacts and improve READMEFabio Berger2018-07-267-1/+10404
* Update the kovan addresses in artifactsFabio Berger2018-07-254-6/+6
* Update v2-beta-testnet migrationFabio Berger2018-07-259-251/+45536
* Update artifactFabio Berger2018-07-251-8/+8
* Changed artifactsFabio Berger2018-07-2413-414/+483
* Updated CHANGELOGSLeonid Logvinov2018-07-233-40/+121
* Fix a bad mergeLeonid Logvinov2018-07-187-7/+49
* MergeLeonid Logvinov2018-07-184-26/+109
* Update contract artifactsLeonid Logvinov2018-07-1310-804/+39
* Remove extra ERC20ProxyId from Forwarder constructorJacob Evans2018-07-111-6/+8
* Update artifactsAmir Bandeali2018-07-1127-634/+101453
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-0622-8/+5276
|\
| * Upgrade artifactsLeonid Logvinov2018-07-052-8/+183
| * Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-056-166/+153
| * Upgrade artifactsLeonid Logvinov2018-07-0516-1/+5071
| * Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-059-153/+3519
| |\
| | * Improve robustness of revert reason assertionsAlex Browne2018-07-031-16/+16
| * | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-296-12/+48
* | | Forwarding contract (squashed commits)Jacob Evans2018-07-063-84/+1011
| |/ |/|
* | Update 2.0.0 artifactsAmir Bandeali2018-06-304-141/+96
* | Update artifactsAmir Bandeali2018-06-304-12/+26
* | Add logging and updated artifactsAmir Bandeali2018-06-304-5/+5
* | Fix migrationsAmir Bandeali2018-06-304-3442/+3393
* | Run prettierAmir Bandeali2018-06-304-3369/+3442
* | Add Kovan artifactsAmir Bandeali2018-06-304-0/+3373
|/
* Remove network 50 detailsFabio Berger2018-06-286-48/+12
* Re-generate and clean up artifacts for 2.0.0Fabio Berger2018-06-2823-5076/+1144
* 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
* 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
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-0910-119/+59
* 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 pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-052-0/+601
|\
| * Add new 2.0 artifacts to migrationsFabio Berger2018-06-052-0/+601
* | Update artifacts in migrationsAlex Browne2018-06-058-51/+79
|/
* Update v2 artifactsFabio Berger2018-06-0217-4493/+4727
* Update WhitelistAmir Bandeali2018-05-311-0/+280
* Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-252-9/+791
|\
| * Fix buildAmir Bandeali2018-05-252-9/+791
* | Use domain separator for exchange addressJacob Evans2018-05-252-2292/+2273
|/
* Update artifactsRemco Bloemen2018-05-221-14/+14
* 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
* Fix prettierBrandon Millman2018-05-1916-7343/+7544
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-1630-2072/+7800
* Add deployedBytecode to artifacts since it is needed by sol-covFabio Berger2018-05-1114-56/+140
* Update artifactsFabio Berger2018-05-1124-7657/+5961
* Commit v1 artifacts to migrations package and remove compile step from prebuildFabio Berger2018-05-1125-0/+7685
* Create an artifacts folderLeonid Logvinov2018-05-071-0/+0