aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-206-65/+349
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (22 commits) Fix closing parens in liborder Update after rebase ERC721Proxy Always call safeTransferFrom Rename makerEpoch => orderEpoch Make cancelOrdersUpTo compatible with sender abstraction Update PR template Use Image component instead of img tag Assembler orderHash function Optimize and remove redundant encodePacked Fix linting issue Fix bug where we do fetch balances on wallet login Check network state immediately instead of waiting for delay Fix onboarding persisting when changing routes Consolidate account state messaging logic Only elevate wallet zIndex when onboarding is in progress Rebase and update feedback Run linter Add Portal v2 logging Simplified handling of source < 32 edge case Basic EIP712 encoder ...
| * 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
| |
* | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-196-38/+316
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (40 commits) Increase number of columns in relayer grid for small screens Make isValidSignature public Make batchFill methods return FIllResults struct Remove remove_tags script Small fixes Use semver package instead of getNextPatchVersion Use semver library instead of semverUtils small fixes Show all errors of a given kind at once rather then throwing after the first instance is encountered fix package.json Add more prepublish checks remove remove_tags script Create a shared Image component Adjust version in changelog Update RelayerGridTile render logic to incorportate colors and logos Add max width to top bar Set max-width for LargeLayout Finish last onboarding step Finish set allowance step Add onboarding assets ...
| * Make isValidSignature publicAmir Bandeali2018-06-196-38/+316
| |
* | - Refactor assetWrapper to contain more of the normalizing logic instead of ↵Fabio Berger2018-06-151-8/+26
|/ | | | | | | | erc20Wrapper and erc721Wrapper - Add burn method to DummyERC721Token - Add additional methods to assetWrapper to set balance/allowances on ERC20 and ERC721 tokens - Use approve instead of approveAll for ERC721 tokens
* Merge pull request #682 from 0xProject/feature/contracts/popProxyIdAmir Bandeali2018-06-139-188/+182
|\ | | | | Remove proxyId checks in AssetProxies
| * 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 ↵Alex Browne2018-06-1216-148/+849
| | | | tests
* 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
|\ | | | | | | feature/improve-linting
| * 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-0717-1491/+1360
|/
* Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-052-0/+601
|\ | | | | Refactor fill-scenarios for v2
| * 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-251-0/+782
|\ | | | | Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
| * Fix buildAmir Bandeali2018-05-251-0/+782
| |
* | Use domain separator for exchange addressJacob Evans2018-05-252-2292/+2273
|/
* 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-1616-0/+7359