aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/types.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-4/+4
|
* feature: implement logging and friendly wallet name for Operafragosti2019-01-111-0/+1
|
* Merge branch 'development' into fix/instant/signature-deniedBrandon Millman2018-12-211-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (914 commits) Unfix compiler version except for top level contracts Move OrderValidator to extensions Update CHANGELOG Remove assembly version of matchOrders Add getOrderInfo check before calling fillOrder Update comments and hard code function selector constants Fix build after rebase update comments Fix build and add back tests Update dependency paths Add OrderMatcher tests feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder` Update CHANGELOG Use more efficient equality checks Add note about input validation Use more efficient check for overflow Check if amount == 0 before doing division Reapply prettier New relayers feat(sra_client.py): Test deployed pkg via tox ...
| * feat(instant): ETH/USD toggleSteve Klebanoff2018-12-121-0/+5
| |
* | fix(instant): catch unknown errors from executeBuyAsync, report them and ↵Brandon Millman2018-12-211-0/+1
| | | | | | | | show could not submit transaction
* | feature(instant): add trust wallet detectionBrandon Millman2018-12-151-0/+1
|/
* feat: refactor provider name and displayName logicfragosti2018-12-081-0/+1
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-041-0/+11
|\ | | | | | | feature/website/instant-configurator
| * Merge branch 'development' into feature/instant/quote-analyticsSteve Klebanoff2018-11-291-0/+5
| |\
| | * Track install wallet clickedSteve Klebanoff2018-11-281-0/+5
| | |
| * | QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-291-1/+1
| | |
| * | feat(instant): Quote fetch trackingSteve Klebanoff2018-11-281-0/+5
| |/
* / feat: move instant base config to types filefragosti2018-11-301-0/+17
|/
* Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-201-0/+1
|\
| * feat(instant): support custom iconUrlsBrandon Millman2018-11-201-0/+1
| |
* | Specify fallback web3 provider in analyticsSteve Klebanoff2018-11-171-0/+1
|/
* feat: use capital values for enumsfragosti2018-11-151-18/+18
|
* feat: display the correct provider type and change unlock / install prompt ↵fragosti2018-11-141-0/+9
| | | | content
* feat: change install wallet panel content based on browser and osfragosti2018-11-141-0/+19
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-101-4/+3
|\ | | | | | | feature/instant/metamask-connect-flow
| * feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-4/+3
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-101-0/+1
|\| | | | | | | feature/instant/metamask-connect-flow
| * feat(instant): Dismissible overlay error messagesSteve Klebanoff2018-11-101-0/+1
| | | | | | | | Adds dismissible overlay to error messages on mobile
* | feat: implement basic StandardModalContent with accompanying ↵fragosti2018-11-101-1/+1
| | | | | | | | InstallWalletPanelContent
* | feat: implement CurrentStandardSlidingPanel and put it in the main containerfragosti2018-11-101-0/+12
|/
* fix(instant): fix bug where we potentially fetch balance for the wrong accountBrandon Millman2018-11-091-0/+5
|
* feat(instant): add Account to the ProviderStateBrandon Millman2018-11-081-14/+21
|
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-1/+25
|
* chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-11/+11
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-031-0/+1
|\ | | | | | | feature/instant/maker-asset-datas-interface
| * lintingSteve Klebanoff2018-11-031-1/+0
| |
| * Use generic MaybeSteve Klebanoff2018-11-031-1/+1
| |
| * Merge branch 'development' into ↵Steve Klebanoff2018-11-031-0/+11
| |\ | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn
| * | Have ScalingAmountInput trigger onChange with MaybeBigNumber and keep string ↵Steve Klebanoff2018-11-021-0/+2
| | | | | | | | | | | | value as state
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-031-0/+11
|\ \ \ | | |/ | |/| | | | feature/instant/maker-asset-datas-interface
| * | feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-0/+5
| | |
| * | WIP of new timedprogressbar using CSS animationsSteve Klebanoff2018-11-011-1/+0
| | |
| * | Use simulated progress bar for txnSteve Klebanoff2018-10-311-2/+1
| | |
| * | Remove old filesSteve Klebanoff2018-10-311-5/+0
| | |
| * | Simulated Progress component workingSteve Klebanoff2018-10-311-0/+7
| | |
| * | Dispatching progressSteve Klebanoff2018-10-311-0/+5
| | |
| * | return estimated stateSteve Klebanoff2018-10-301-0/+1
| |/
* | chore: address PR commentsfragosti2018-11-031-0/+2
| |
* | feat: add name param to all ERC20AssetMetaDatafragosti2018-11-021-0/+1
|/
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS
| * Has Sufficient Funds/Balance -> Has Sufficient ETHSteve Klebanoff2018-10-301-1/+1
| |
| * Simpler way of validaitng has enough ethSteve Klebanoff2018-10-271-2/+2
| |
| * feat(instant): Show message if user doesn't have enough ETHSteve Klebanoff2018-10-271-0/+1
| |
* | feat: add assertions to render methodfragosti2018-10-271-1/+1
|/
* better type namesSteve Klebanoff2018-10-261-3/+3
|
* Rework OrderState to have more simple definitionSteve Klebanoff2018-10-261-12/+4
|
* Making failure txHash requiredSteve Klebanoff2018-10-261-1/+1
|
* txnHash -> txHashSteve Klebanoff2018-10-261-3/+3
|
* Take out old TODOSteve Klebanoff2018-10-261-1/+0
|
* Associate txnhash with processing stateSteve Klebanoff2018-10-251-1/+6
|
* Introduce new OrderProcessStateSteve Klebanoff2018-10-251-3/+11
|
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-241-0/+1
|\
| * chore: change order of code to be clearerfragosti2018-10-231-0/+1
| |
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-0/+14
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-201-0/+4
|\ | | | | | | feature/instant/beta-render-et-al
| * Moved LatestErrorDisplay to types file and gave generic nameSteve Klebanoff2018-10-191-0/+4
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-191-8/+5
|\| | | | | | | feature/instant/beta-render-et-al
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
| |
| * add concept of quoteStateSteve Klebanoff2018-10-181-4/+4
| |
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵fragosti2018-10-191-0/+22
|/ | | | method
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-1/+21
|
* feat: make redux actions type-sagefragosti2018-10-131-11/+5
|
* feat: Move over features from zrx-buyerfragosti2018-10-111-0/+10
|
* Create SelectedAssetInputAmountfragosti2018-10-051-0/+1
|
* Add redux to 0x instantfragosti2018-10-041-0/+8