aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Fix TokenBalances background colorBrandon Millman2018-06-061-1/+1
|
* Add isFullWidth prop to TokenBalances componentBrandon Millman2018-06-062-1/+5
|
* Remove TranslatedTextfragosti2018-06-061-15/+0
|
* Fix prettierBrandon Millman2018-06-061-1/+1
|
* Merge pull request #668 from 0xProject/feature/website/move-disclaimerBrandon Millman2018-06-061-16/+18
|\ | | | | Move portal disclaimer to the account management section
| * Move portal disclaimer to the account management sectionBrandon Millman2018-06-061-16/+18
| |
* | Add back UMD bundles for 0x.jsLeonid Logvinov2018-06-061-1/+3
| |
* | Move prices into portalBrandon Millman2018-06-062-30/+32
|/
* Merge pull request #652 from ↵Francesco Agosti2018-06-0629-62/+398
|\ | | | | | | | | 0xProject/feature/website/landing-subscribe-button-2 Implement subscribe form on landing page
| * Use stricter check for subscribe input textfragosti2018-06-061-1/+2
| |
| * Make buttons stack on mobilefragosti2018-06-052-5/+6
| |
| * Do not show subscribe form if language is not englishfragosti2018-06-051-1/+1
| |
| * Address PR feedbackfragosti2018-06-058-40/+46
| |
| * Lint and cleanupfragosti2018-06-024-7/+7
| |
| * Merge branch 'feature/website/landing-subscribe-button' into ↵fragosti2018-06-0229-50/+378
| |\ | | | | | | | | | feature/website/landing-subscribe-button-2
| | * Implement subscription formfragosti2018-06-027-68/+288
| | |
| | * Add styled-components and polishedfragosti2018-06-0220-19/+36
| | |
| | * Have basic newsletter subscribe form workingfragosti2018-06-026-2/+93
| | |
* | | Merge pull request #661 from feuGeneA/patch-1Fabio Berger2018-06-051-2/+2
|\ \ \ | | | | | | | | Fix broken link to `contract_templates`
| * | | Fix broken link to `contract_templates`F. Eugene Aumson2018-06-051-2/+2
| | | | | | | | | | | | Note there is still a broken link here, the "wrapper files" one in the second paragraph.
* | | | Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-0522-3764/+715
|\ \ \ \ | | | | | | | | | | Refactor fill-scenarios for v2
| * | | | Use _.omit for concisenessFabio Berger2018-06-051-15/+5
| | | | |
| * | | | revert multisig changeFabio Berger2018-06-051-1/+1
| | | | |
| * | | | reset multisignFabio Berger2018-06-051-1/+1
| | | | |
| * | | | Add PR to changelogFabio Berger2018-06-051-1/+2
| | | | |
| * | | | Update fill-scenarios for V2 and add CHANGELOG entryFabio Berger2018-06-052-64/+91
| | | | |
| * | | | Remove unused compact artifacts from order-utilsFabio Berger2018-06-057-1845/+0
| | | | |
| * | | | Add missing exports to order-utils and add CHANGELOG entryFabio Berger2018-06-052-1/+18
| | | | |
| * | | | Add new 2.0 artifacts to migrationsFabio Berger2018-06-052-0/+601
| | | | |
| * | | | Remove compact_artifacts and replace with updated artifactsFabio Berger2018-06-059-1852/+12
| | | | |
| * | | | Update fill-scenarios to depend on v2 updated order-utils and types. Needed ↵Fabio Berger2018-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | to re-employ the symlink hack.
* | | | | Merge pull request #658 from 0xProject/dont-automatically-rebuild-for-testsAlex Browne2018-06-0515-19/+31
|\ \ \ \ \ | |_|/ / / |/| | | | Don't automatically rebuild when running yarn test
| * | | | Remove duplicate cleans in package.json when clean is called in prebuildAlex Browne2018-06-054-4/+4
| | | | |
| * | | | Remove common-js/umd differentiation from 0x.js/package.jsonAlex Browne2018-06-051-6/+3
| | | | |
| * | | | Don't automatically rebuild when running yarn testAlex Browne2018-06-0515-15/+30
| | | | |
* | | | | rename GT to GREATER_THANJacob Evans2018-06-053-3/+3
| | | | |
* | | | | Rebase from v2-prototypeJacob Evans2018-06-052-38/+2
| | | | |
* | | | | Update Exchange statuses, revert instead of emmitting event on fill/cancel ↵Amir Bandeali2018-06-0530-702/+491
|/ / / / | | | | | | | | | | | | failures, and remove redundant logic in matchOrders
* / / / Update artifacts in migrationsAlex Browne2018-06-058-51/+79
|/ / /
* | | Address feedbackfragosti2018-06-054-14/+20
| | |
* | | Implement WETH step logic for continuefragosti2018-06-053-7/+14
| | |
* | | Move trackedTokenStateByAddress logic into portalfragosti2018-06-052-83/+100
| | |
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-0215-175/+215
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Set contract expiration time to a constant 10 minutes Remove unused promises array Make erc20_wrapper and erc721_wrapper serial Rename changelogs to changelog Add CHANGELOG entry Check that git branch is up to date before publishing Move prepublish checks before building packages for publishing Refactor changelog utils to a separate module
| * | Set contract expiration time to a constant 10 minutesAlex Browne2018-06-021-1/+2
| | |
| * | Remove unused promises arrayAlex Browne2018-06-022-6/+0
| | |
| * | Make erc20_wrapper and erc721_wrapper serialAlex Browne2018-06-022-48/+50
| | |
| * | Merge pull request #650 from 0xProject/feature/publishingLeonid Logvinov2018-06-0212-120/+163
| |\ \ | | | | | | | | Improve publishing flow
| | * | Rename changelogs to changelogLeonid Logvinov2018-06-021-8/+8
| | | |
| | * | Add CHANGELOG entryLeonid Logvinov2018-06-021-0/+9
| | | |
| | * | Check that git branch is up to date before publishingLeonid Logvinov2018-06-021-1/+17
| | | |
| | * | Move prepublish checks before building packages for publishingLeonid Logvinov2018-06-023-53/+56
| | | |
| | * | Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-029-63/+78
| | | |
* | | | Improve comments and remove unused importsFabio Berger2018-06-024-4/+7
| | | |
* | | | Fix tslint issuesFabio Berger2018-06-023-5/+3
| | | |
* | | | Add comment to exported methodFabio Berger2018-06-021-0/+7
| | | |
* | | | Add missing depFabio Berger2018-06-021-0/+1
| | | |
* | | | Fix types versionFabio Berger2018-06-021-1/+1
| | | |
* | | | Remove usage of `prebuild` since it doesn't run on `watch`Fabio Berger2018-06-021-2/+3
| | | |
* | | | remove artifactsDir and contracts from compiler.jsonFabio Berger2018-06-021-13/+0
| | | |
* | | | Fix type importsFabio Berger2018-06-025-5/+8
| | | |
* | | | Remove ISigner artifactFabio Berger2018-06-021-76/+0
| | | |
* | | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-023-17/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Update v2 artifacts Add IWallet and IValidator to compiled contracts Split migrations compile command into one for V1 and another for V2 # Conflicts: # packages/migrations/artifacts/2.0.0/Exchange.json # packages/migrations/artifacts/2.0.0/TestSignatureValidator.json
| * | | 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-02127-953/+961
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (33 commits) Only show ProviderDisplay in portal Improve sol-cov docs Remove old parse code Refactor order parser and add shared order support to new portal Add generate and fill order routes Address feedback Override ethereumjs-tx version Fix missing key Update placeholder param ordering Change userEtherBalanceInWei to optional so we can know if its loading Add loading state to ProviderDisplay Tweaks Add Placeholder component Add StandardIconRow Split render into loading and loaaded Fix linter errors Fix linter errors Add ethereum-types to extraFileIncludes Introduce ethereum-types package Remove merge conflicts from yarn.lock ... # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/src/utils/match_order_tester.ts # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/core.ts # packages/contracts/test/exchange/match_orders.ts # packages/contracts/test/libraries/lib_bytes.ts # packages/sol-cov/package.json
| * | | Merge pull request #648 from 0xProject/feature/website/fill-orderBrandon Millman2018-06-024-34/+75
| |\ \ \ | | | | | | | | | | Add shared order support
| | * | | Remove old parse codeBrandon Millman2018-06-021-26/+0
| | | | |
| | * | | Refactor order parser and add shared order support to new portalBrandon Millman2018-06-023-3/+43
| | | | |
| | * | | Add generate and fill order routesBrandon Millman2018-06-022-7/+34
| | | | |
| * | | | Only show ProviderDisplay in portalBrandon Millman2018-06-021-12/+14
| | |/ / | |/| |
| * | | Improve sol-cov docsLeonid Logvinov2018-06-022-6/+78
| |/ /
| * | Merge pull request #642 from 0xProject/feature/ethereum-typesLeonid Logvinov2018-06-0190-366/+538
| |\ \ | | | | | | | | Introduce ethereum-types package
| | * | Address feedbackLeonid Logvinov2018-06-012-2/+3
| | | |
| | * | Fix linter errorsLeonid Logvinov2018-06-0119-14/+19
| | | |
| | * | Fix linter errorsLeonid Logvinov2018-06-015-3/+5
| | | |
| | * | Add ethereum-types to extraFileIncludesLeonid Logvinov2018-06-018-8/+22
| | | |
| | * | Introduce ethereum-types packageLeonid Logvinov2018-06-0181-361/+511
| | |/
| * | Fix missing keyBrandon Millman2018-06-011-1/+2
| | |
| * | Update placeholder param orderingBrandon Millman2018-06-011-10/+21
| | |
| * | Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-0113-22/+26
| | |
| * | Add loading state to ProviderDisplayBrandon Millman2018-06-012-22/+39
| | |
| * | TweaksBrandon Millman2018-06-012-8/+29
| | |
| * | Add Placeholder componentBrandon Millman2018-06-011-14/+48
| | |
| * | Add StandardIconRowBrandon Millman2018-06-011-34/+41
| | |
| * | Split render into loading and loaadedBrandon Millman2018-06-011-5/+11
| |/
| * Merge pull request #641 from 0xProject/feature/remove-typesLeonid Logvinov2018-06-0118-441/+21
| |\ | | | | | | Remove types
| | * Add changelog entry for typescript-typingsLeonid Logvinov2018-06-011-8/+8
| | |
| | * Remove some typesLeonid Logvinov2018-06-0114-421/+11
| | |
| | * Remove published typesLeonid Logvinov2018-06-014-12/+2
| | |
| * | Fix buildAmir Bandeali2018-06-011-1/+1
| |/
| * Merge pull request #640 from 0xProject/await-transaction-successAlex Browne2018-05-315-25/+64
| |\ | | | | | | Add awaitTransactionSuccess where needed
| | * Pass in a provider and instantiate a new web3Wrapper in token_registry_wrapperAlex Browne2018-05-312-5/+7
| | |
| | * Add awaitTransactionSuccess where neededAlex Browne2018-05-314-22/+59
| | |
* | | Update json-schemas version to 1.0.0 to avoid possible conflictsFabio Berger2018-06-022-2/+2
| | |
* | | Add signature specific validation methods, and other refactorsFabio Berger2018-06-025-55/+98
| | |
* | | Fix TODOsFabio Berger2018-06-011-2/+1
| | |
* | | Update all artifactsFabio Berger2018-06-018-2233/+2148
| | |
* | | List V2 contracts in compile.json nowFabio Berger2018-06-011-6/+5
| | |
* | | Fix sol-cov issue by changing it's dep to current version of typesFabio Berger2018-06-011-1/+1
| | |
* | | Rename ISigner to IWallet and implement SignatureType.ValidatorFabio Berger2018-06-017-9/+196
| | |
* | | Bump types to a major version to avoid the caretFabio Berger2018-06-012-2/+2
| | |
* | | Fix metadata offsetsFabio Berger2018-06-011-5/+7
| | |
* | | fix method renameFabio Berger2018-06-011-1/+1
| | |
* | | Rename Ecrecover to EthSignFabio Berger2018-06-013-6/+3
| | |
* | | Update artifactsFabio Berger2018-06-0110-2286/+2457
| | |
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-0181-435/+1600
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (45 commits) Check length before accessing indices, add awaitTransactionSuccess where needed, and rename function Add back before/after snapshots for each test Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT Make preSigned and allowedValidators mappings public Change names of signature types Fix formatting and tests Make AssetProxyId last byte of assetData Add signer to txHash, allow approveValidator to be used with executeTransaction Update Whitelist Fix Exchange interface Increase block gas limit Use last byte of signature as signature type Remove TxOrigin signature type, modify whitelist to use Validator signature type Update Whitelist contract with comments, also require maker to be whitelisted Fix build Add example whitelist contract and minimum tests Add sample whitelist contract Add TxOrigin signature type and rearrange order of types Add approveValidator function Add Validator signature type ... # Conflicts: # packages/contracts/src/contracts/current/protocol/Exchange/MixinSignatureValidator.sol # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/transactions.ts # packages/order-utils/src/asset_proxy_utils.ts
| * | Check length before accessing indices, add awaitTransactionSuccess where ↵Amir Bandeali2018-05-315-25/+43
| | | | | | | | | | | | needed, and rename function
| * | Add back before/after snapshots for each testAmir Bandeali2018-05-3116-0/+97
| | |
| * | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-318-10/+10
| | |
| * | Make preSigned and allowedValidators mappings publicAmir Bandeali2018-05-311-2/+2
| | |
| * | Change names of signature typesAmir Bandeali2018-05-312-6/+6
| | |
| * | Fix formatting and testsAmir Bandeali2018-05-3118-94/+16
| | |
| * | Make AssetProxyId last byte of assetDataAmir Bandeali2018-05-3118-37/+74
| | |
| * | Add signer to txHash, allow approveValidator to be used with executeTransactionAmir Bandeali2018-05-313-7/+10
| | |
| * | Update WhitelistAmir Bandeali2018-05-317-24/+335
| | |
| * | Fix Exchange interfaceAmir Bandeali2018-05-311-7/+5
| | |
| * | Increase block gas limitAmir Bandeali2018-05-312-1/+2
| | |
| * | Use last byte of signature as signature typeAmir Bandeali2018-05-318-106/+103
| | |
| * | Remove TxOrigin signature type, modify whitelist to use Validator signature typeAmir Bandeali2018-05-317-35/+35
| | |
| * | Update Whitelist contract with comments, also require maker to be whitelistedAmir Bandeali2018-05-315-16/+72
| | |
| * | Fix buildAmir Bandeali2018-05-313-19/+24
| | |
| * | Add example whitelist contract and minimum testsAmir Bandeali2018-05-313-11/+121
| | |
| * | Add sample whitelist contractAmir Bandeali2018-05-313-1/+60
| | |
| * | Add TxOrigin signature type and rearrange order of typesAmir Bandeali2018-05-313-63/+77
| | |
| * | Add approveValidator functionAmir Bandeali2018-05-312-2/+17
| | |
| * | Add Validator signature typeAmir Bandeali2018-05-314-3/+69
| | |
| * | Add deepCopyBytes method to LibBytesAmir Bandeali2018-05-313-0/+92
| | |
| * | Merge pull request #639 from 0xProject/fix/contracts/multisigWrapperAmir Bandeali2018-05-313-50/+62
| |\ \ | | | | | | | | Update LogDecoder
| | * | Change logDecoder back into class, remove awaitTransactionMined from ↵Amir Bandeali2018-05-313-50/+62
| | |/ | | | | | | | | | multiSigWrapper
| * | Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltipFrancesco Agosti2018-05-3122-197/+501
| |\ \ | | |/ | |/| Remove react-joyride and some more refactoring
| | * Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-307-47/+121
| | |
| | * Address PR feedbackfragosti2018-05-307-40/+41
| | |
| | * Remove react-joyride from depsfragosti2018-05-301-1/+0
| | |
| | * Add entry to CHANGELOG.jsonfragosti2018-05-301-0/+8
| | |
| | * Remove blacklist conceptfragosti2018-05-304-66/+20
| | |
| | * Some cleanupfragosti2018-05-302-11/+13
| | |
| | * Improve tooltip lookfragosti2018-05-307-13/+69
| | |
| | * Add types for react-popper, remove types for react-joyridefragosti2018-05-304-105/+62
| | |
| | * Replace react-joyride with react-popperfragosti2018-05-305-53/+67
| | |
| | * Write custom tooltip componentfragosti2018-05-263-7/+57
| | |
| | * Run linterfragosti2018-05-262-2/+5
| | |
| | * Add localstorage helperfragosti2018-05-261-0/+16
| | |
| | * Add next buttonfragosti2018-05-263-2/+13
| | |
| | * Auto-show onboarding flow on first page viewfragosti2018-05-265-7/+53
| | |
| | * Add ability to blacklist onboarding stepsfragosti2018-05-263-34/+92
| | |
| | * Fix PortalOnboardingFlowPropsfragosti2018-05-261-1/+0
| | |
| | * Implement metamask installation flowfragosti2018-05-266-19/+75
| | |
| * | Fix unselected relayer drawer itemBrandon Millman2018-05-301-1/+1
| | |
| * | Add a CHANGELOG entryLeonid Logvinov2018-05-301-0/+4
| | |
| * | Make opts param optional in CompilerLeonid Logvinov2018-05-301-6/+7
| | |
| * | Throw if trying to schema-validate an undefinedLeonid Logvinov2018-05-301-0/+3
| | |
| * | Add CHANGELOG entryLeonid Logvinov2018-05-302-1/+10
| | |
| * | Add schema assertions on public methods of @0xproject/sol-compilerLeonid Logvinov2018-05-304-1/+33
| | |
* | | Expose isValidPresignedSignatureAsync methodFabio Berger2018-05-311-3/+19
| | |
* | | Move isValidOrderHash to the order_hash_test fileFabio Berger2018-05-312-15/+15
| | |
* | | Decide to throw for Caller signature type for nowFabio Berger2018-05-311-2/+3
| | |
* | | Introduce OrderWithoutExchangeAddress type since this is what get's sent to ↵Fabio Berger2018-05-315-32/+43
| | | | | | | | | | | | the smart contracts
* | | Add ISigner artifactsFabio Berger2018-05-311-0/+76
| | |
* | | Fix order-utils testsFabio Berger2018-05-317-81/+123
| | |
* | | Revivie the ECSignatureSchemaFabio Berger2018-05-312-0/+22
| | |
* | | Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-3037-401/+509
| | | | | | | | | | | | package.
* | | Freeze order-utils at 0.0.5 for all packages except contractsFabio Berger2018-05-307-7/+7
| | |
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-05-267-118/+109
|\| | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Hide wallet management option and expand component on small screens Remove registry override Revert "Change the registry in yarn.lock" Change the registry in yarn.lock Remove contracts -> @0xproject/order-utils dependency
| * | Merge pull request #625 from ↵Fabio Berger2018-05-265-103/+86
| |\ \ | | | | | | | | | | | | | | | | 0xProject/feature/contracts-without-contract-wrappers Remove contracts -> @0xproject/contract-wrappers dependency
| | * | Remove contracts -> @0xproject/order-utils dependencyLeonid Logvinov2018-05-265-103/+86
| | |/
| * / Hide wallet management option and expand component on small screensBrandon Millman2018-05-262-15/+23
| |/
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-05-2627-407/+1453
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix imports in order_utils Use web3-wrapper instead of 0x.js, update logDecoder Cleanup tests Add errMsg when throwing on unrecognized error Move readFirst4 to LibBytes Add old MultiSig to previous contracts, cleanup file structure Fix build Address feedback, rename contract to AssetProxyOwner Update multisig tests and utils Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress to use a mapping of registered proxies Implement design for relayers with no volume or tokens
| * Merge pull request #620 from 0xProject/feature/website/relayer-emptyBrandon Millman2018-05-253-9/+31
| |\ | | | | | | Implement design for relayers with no volume or tokens
| | * Implement design for relayers with no volume or tokensBrandon Millman2018-05-253-9/+31
| | |
| * | Fix imports in order_utilsLeonid Logvinov2018-05-251-1/+1
| | |
| * | Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-2523-397/+1421
| |\ \ | | | | | | | | Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
| | * | Use web3-wrapper instead of 0x.js, update logDecoderAmir Bandeali2018-05-257-49/+48
| | | |
| | * | Cleanup testsAmir Bandeali2018-05-254-6/+12
| | | |
| | * | Add errMsg when throwing on unrecognized errorAmir Bandeali2018-05-251-1/+1
| | | |
| | * | Move readFirst4 to LibBytesAmir Bandeali2018-05-255-39/+53
| | | |
| | * | Add old MultiSig to previous contracts, cleanup file structureAmir Bandeali2018-05-257-16/+16
| | | |
| | * | Fix buildAmir Bandeali2018-05-256-13/+882
| | | |
| | * | Address feedback, rename contract to AssetProxyOwnerAmir Bandeali2018-05-256-33/+37
| | | |
| | * | Update multisig tests and utilsAmir Bandeali2018-05-254-253/+355
| | | |
| | * | Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress to use a ↵Amir Bandeali2018-05-251-18/+48
| | |/ | | | | | | | | | mapping of registered proxies
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-05-2540-2455/+2643
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Temporarily disable installation tests Use domain separator for exchange address publicGetOrderSchemaHash -> getOrderSchemaHash Update order hash to match latest eip712 Pin connect in sra-report Fix a typo Pin types in sra-report Fix linter issues Unpin types version in @0xproject/connect Pin types version in website Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages Migrate migrations to v2
| * | Merge branch 'v2-prototype' into feature/contracts/eip712-order-hashFabio Berger2018-05-2536-124/+275
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Temporarily disable installation tests Pin connect in sra-report Fix a typo Pin types in sra-report Fix linter issues Unpin types version in @0xproject/connect Pin types version in website Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages Migrate migrations to v2 # Conflicts: # packages/contracts/src/utils/order_utils.ts
| | * \ Merge pull request #618 from 0xProject/feature/v2-migrationsLeonid Logvinov2018-05-2536-125/+276
| | |\ \ | | | |/ | | |/| Migrate migrations, types to v2
| | | * Pin connect in sra-reportLeonid Logvinov2018-05-251-1/+1
| | | |
| | | * Fix a typoLeonid Logvinov2018-05-251-2/+2
| | | |
| | | * Pin types in sra-reportLeonid Logvinov2018-05-251-1/+1
| | | |
| | | * Fix linter issuesLeonid Logvinov2018-05-253-3/+3
| | | |
| | | * Unpin types version in @0xproject/connectLeonid Logvinov2018-05-253-3/+3
| | | |
| | | * Pin types version in websiteLeonid Logvinov2018-05-251-0/+1
| | | |
| | | * Do a fake version bump on types so that yarn doesn't try to install updated ↵Leonid Logvinov2018-05-252-1/+10
| | | | | | | | | | | | | | | | version for not yet migrated packages
| | | * Migrate migrations to v2Leonid Logvinov2018-05-2531-121/+262
| | | |
| * | | Use domain separator for exchange addressJacob Evans2018-05-256-2300/+2314
| | | |
| * | | publicGetOrderSchemaHash -> getOrderSchemaHashJacob Evans2018-05-252-2/+2
| | | |
| * | | Update order hash to match latest eip712Jacob Evans2018-05-254-34/+57
| |/ /
* / / Add senderAddress to order schemaFabio Berger2018-05-252-0/+3
|/ /
* | Merge pull request #617 from 0xProject/feature/no-coverage-ci-contractsLeonid Logvinov2018-05-251-1/+1
|\ \ | | | | | | Disable contracts coverage on CI
| * | Disable contracts coverage on CILeonid Logvinov2018-05-251-1/+1
| |/
* | Improve OnboardingFlow API and typescript typesfragosti2018-05-254-14/+27
| |
* | Address PR feedbackfragosti2018-05-258-38/+54
| |
* | Undo change to react-highlightfragosti2018-05-251-1/+0
| |
* | Fix build errorsfragosti2018-05-253-13/+14
| |
* | Fix issue where modal can be out of sync with app statefragosti2018-05-257-18/+56
| |
* | Basic onboarding flow infrastructure set upfragosti2018-05-2516-37/+268
| |
* | Merge pull request #612 from 0xProject/feature/website/add-redux-devtoolsFrancesco Agosti2018-05-252-1/+3
|\ \ | |/ |/| Add redux-devtools-extension to project
| * Move to deps from devDeps and use in development onlyfragosti2018-05-232-2/+2
| |
| * Add redux-devtools-extension to projectfragosti2018-05-232-2/+4
| |
* | Merge pull request #615 from 0xProject/refactor/json-schemas/for-v2Fabio Berger2018-05-2514-106/+68
|\ \ | | | | | | Refactor order schemas in json-schemas for v2
| * | Have source-map-loader ignore node_modules packagesFabio Berger2018-05-241-1/+6
| | |
| * | Revert to an earlier version that worksFabio Berger2018-05-247-7/+7
| | |
| * | Force hex to have at least two hex values after the prefix, but it could be ↵Fabio Berger2018-05-242-2/+2
| | | | | | | | | | | | two zeros
| * | Fix Hex regex and testsFabio Berger2018-05-242-3/+4
| | |
| * | Remove the caret so it actually installs this versionFabio Berger2018-05-247-7/+7
| | |
| * | Add CHANGELOG entryFabio Berger2018-05-241-0/+10
| | |
| * | Updated Order, SignedOrder schemas, removed ECSignature schema types and ↵Fabio Berger2018-05-245-98/+44
| | | | | | | | | | | | added Hex basic type
| * | Bump all dependencies on json-schemas down a patch version so that they ↵Fabio Berger2018-05-247-7/+7
| | | | | | | | | | | | don't auto-magically get upgraded to the next version during the next publish
* | | Merge pull request #613 from 0xProject/check-tx-receipt-statusAlex Browne2018-05-2421-94/+144
|\ \ \ | | | | | | | | Check transaction receipt status
| * | | Change error message for awaitTransactionSuccessAsyncAlex Browne2018-05-241-1/+1
| | | |
| * | | Check transaction receipt status codes where applicableAlex Browne2018-05-2421-94/+144
| |/ /
* | | Use visibility property instead of placeholder div in wrap ether itemBrandon Millman2018-05-241-7/+4
| | |
* | | Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-24231-1241/+2483
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (95 commits) Add missing dep to website Upgrade solidity parser Fix trace test Fix linter issues Move contract utils Fix prettier Fix NameResolver Fix prettier Remove 0x.js as a dependency from website Enable 0x.js tests Fix small bug in order-utils Address feedback Fix Tslint error caused by "PromiseLike" value Fix Tslint error caused by "PromiseLike" value Update dogfood url fix contract-wrappers version Parse compiler.json in SolCompilerArtifactsAdapter Fix TokenTransferProxy artifact name since it's now suffixed with _v1 Update yarn.lock Fix signature verification test ...
| * | Add missing dep to websiteFabio Berger2018-05-241-0/+1
| | |
| * | Upgrade solidity parserLeonid Logvinov2018-05-241-1/+1
| | |
| * | Fix trace testLeonid Logvinov2018-05-241-1/+1
| | |
| * | Fix linter issuesLeonid Logvinov2018-05-242-4/+5
| | |
| * | Move contract utilsLeonid Logvinov2018-05-245-19/+19
| | |
| * | Merge branch 'v2-prototype' into feature/truffle-sol-covLeonid Logvinov2018-05-2455-424/+428
| |\ \
| | * | Fix prettierLeonid Logvinov2018-05-243-3/+9
| | | |
| | * | Fix prettierLeonid Logvinov2018-05-242-6/+2
| | | |
| | * | Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-2424-122/+137
| | | |
| | * | Enable 0x.js testsFabio Berger2018-05-231-3/+1
| | | |
| | * | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-232-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix small bug in order-utils Fix Tslint error caused by "PromiseLike" value Update dogfood url
| | | * | Fix small bug in order-utilsAlex Browne2018-05-231-1/+1
| | | | |
| | | * | Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into ↵Fabio Berger2018-05-232-2/+2
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2-prototype * 'v2-prototype' of github.com:0xProject/0x-monorepo: Update dogfood url
| | | | * | Update dogfood urlBrandon Millman2018-05-232-2/+2
| | | | | |
| | | * | | Fix Tslint error caused by "PromiseLike" valueFabio Berger2018-05-231-0/+6
| | | |/ /
| | * | | Fix Tslint error caused by "PromiseLike" valueFabio Berger2018-05-231-0/+6
| | | | |
| | * | | fix contract-wrappers versionFabio Berger2018-05-231-1/+1
| | | | |
| | * | | merge v2-prototypeFabio Berger2018-05-2381-262/+558
| | |\| |
| | | * | Fix TokenTransferProxy artifact name since it's now suffixed with _v1Fabio Berger2018-05-233-3/+3
| | | | |
| | | * | Remove 0x.js dependency from sra-reportLeonid Logvinov2018-05-232-3/+5
| | | | |
| | | * | Merge branch 'development' into v2-prototypeLeonid Logvinov2018-05-2380-260/+554
| | | |\ \
| | | | * | PublishLeonid Logvinov2018-05-2330-230/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.38.0 - @0xproject/abi-gen@0.3.0 - @0xproject/assert@0.2.10 - @0xproject/base-contract@0.3.2 - @0xproject/connect@0.6.13 - @0xproject/contract-wrappers@0.0.2 - contracts@2.1.29 - @0xproject/dev-utils@0.4.2 - @0xproject/fill-scenarios@0.0.2 - @0xproject/json-schemas@0.7.24 - @0xproject/metacoin@0.0.7 - @0xproject/migrations@0.0.6 - @0xproject/monorepo-scripts@0.1.20 - @0xproject/order-utils@0.0.5 - @0xproject/order-watcher@0.0.2 - @0xproject/react-docs-example@0.0.12 - @0xproject/react-docs@0.0.12 - @0xproject/react-shared@0.1.7 - @0xproject/sol-compiler@0.5.0 - @0xproject/sol-cov@0.0.11 - @0xproject/sol-resolver@0.0.5 - @0xproject/sra-report@0.1.0 - @0xproject/subproviders@0.10.2 - @0xproject/testnet-faucets@1.0.30 - @0xproject/tslint-config@0.4.18 - @0xproject/types@0.7.0 - @0xproject/typescript-typings@0.3.2 - @0xproject/utils@0.6.2 - @0xproject/web3-wrapper@0.6.4 - @0xproject/website@0.0.33
| | | | * | Updated CHANGELOGSLeonid Logvinov2018-05-231-1/+1
| | | | | |
| | | | * | Updated CHANGELOGSLeonid Logvinov2018-05-2350-30/+324
| | | | | |
| | * | | | Fix signature verification testFabio Berger2018-05-231-1/+1
| | | | | |
| | * | | | Fix TokenTransferProxy artifact name since it's now suffixed with _v1Fabio Berger2018-05-233-3/+3
| | | | | |
| | * | | | Fix dep versionFabio Berger2018-05-231-1/+1
| | | | | |
| | * | | | Fix importFabio Berger2018-05-231-1/+1
| | | | | |
| | * | | | Fix await callsFabio Berger2018-05-231-12/+3
| | | | | |