Bug Fixes
-
fix wallet recovery form in safari
(ae6b6d7) -
fix - linting issues
(127e639) -
fix - exchange history now update the status of all incomplete trades once upon loading
(ecd2836) -
fix - update trade on exchangeHistory when reaching the page
(a069d9e) -
fix - missing trades in history (deposit received)
(72a74eb) -
fix -style of border on exchange first step
(9e1dcd3) -
fix - style tweaks on exchange fix - performance selectors on activity list
(fa8f332) -
fix - duplicated label To be received on exchange 3 step due to duplicated key
(6e1a2e8) -
fix - added validation rule to prevent using 0 as a value
(aa7afaf) -
fix - Icons on Exchange timeline fix - date display on bitcoin transactions
(6a7931a) -
fix - linting errors
(5f2ff31) -
fix - spacing around links in our different send screens
(c1c12e0) -
fix - insufficient funds validation message logic
(03ad66c) -
fix - insufficients funds validation message on 3 send screens to avoid loops minimum/maximum
(8df1ea3) -
fix - Exchange In Progress was not properly centered fix - changing the target or source was not recalculating the shapeshift conversion and revaliding the form
(1a7d499) -
fix - label Received => to be Received
(623fa8d) -
fix - transactions now display local time
(baa5c1f) -
fix - filters were not working on ETH transactions page fix - display Labels on ETH transactions page
(544e934) -
fix(selectinput)
(897ae02) -
fix - button close on Exchange third step was not working
(935d8a4) -
fix - exchange history header do not show up anymore when trades list is empty
(e7a3b70) -
fix - bug in third step shapeshift (could not refresh status)
(8087c2a) -
fix - MyEtherWallet hardcoded value on exchange step 2
(38e4f8b) -
fix - bug when swapping accounts on exchange page multiple time
(f4e39e2) -
fix - warnings
(6d0bcaa) -
fix - Exchange dropdowns should display default labels when only 1 HD account
(5016c72) -
fix - effectiveBalance appears as negative for SendEth
(019f67c) -
fix(duplicate getCoinify generator function)
(2602691) -
fix(verify email)
(dd59dab) -
activitylist
- check remote success of txs
(a781f4c)
- check remote success of txs
-
buysell
-
coinify
- get signup working again
(d165d7a)
- get signup working again
-
crash
- payment request, buy/sell
(2a0eee5)
- payment request, buy/sell
-
dropdown
- overflow scroll
(36bbdc4)
- overflow scroll
-
icons
-
link
- add state check for partner
(21773a4)
- add state check for partner
-
link - nav
- link logic for partner in left navigation
(9f46461)
- link logic for partner in left navigation
-
login
- set password error if auth login fails and pw incorrect
(98eeb3c)
- set password error if auth login fails and pw incorrect
-
recover
- remove unnecessary preventDefault
(7cfd0e9)
- remove unnecessary preventDefault
-
settings
- when adding a new address, if no info has been set, return 0 for final_balance
(88e7487)
- when adding a new address, if no info has been set, return 0 for final_balance
-
wallet
-
welcome
- always close modal
(ee8e67b)
- always close modal
Features
-
feat - endless scroll for ETH transactions (page of 50 by default) refactor - cleaning old actions in core fix - activity list was not showing up the ETH transactions
(93fdb9f) -
feature(create sell page)
(5824f89) -
buysell
- go to isx after account creation
(b098578) - modal header content/styles for coinify
(45d2056) - remove console
(0845ea2) - create qa module
(2d3ec29) - qa
(0d5eb9c) - rate on review step
(7477eb7) - match quote input to designs
(5984cd5) - pass prop to remove border on current select
(85d95fd) - use one saga for minMax; use Math.floor in core saga for quote fetching
(4031552) - setMin; KYC limit notice; use logger
(fa1813a) - triggerKYC when no kyc pending
(6cefbf4) - handles resuming kyc from notification component
(2302bda) - continues to make kyc status component dynamic
(4439619) - begins kyc status widget
(83553a7) - refactor quoteInput to use cata; implement increase limits link in CYO component
(a478289) - handle kyc result in coinify trade details modal
(d43a3a6) - clean up payment component; trigger KYC if bank buy and level is 1; remove unused redux-ui
(f643b39) - correct filename
(7b86082) - splits up coinify details modal into trade and kyc components
(f167260) - starts to setup triggerKYC from payment step
(bb39307) - fix trade sorting, add case
(83d5ad9) - starts coinify trade details modal
(94a06f1) - begins saga set up for after isx
(f06364c) - cancel trade action/saga
(6d9016a) - help with isx logging; testnet address for staging
(17910cd) - coinify env
(e288277) - refresh profile after trade without triggering loading state
(5d88a75) - pass isxID to isx component from trade
(6862038) - fixes baseBtc quotes and adds border around payment
(bea2b18)
- go to isx after account creation
-
coinify
- starts to set up order history; error handling when submitting trade
(2d8f564) - prepare for going to isx after buy
(70635a1) - set up sagas for successfully executing buy trade
(a942dbe) - fix go back and restart in flow; add some proptypes; clear form on mount and unmount
(51a1b64) - render review step amounts differently
(8b88a8e) - better handling of coinify object in core sagas; fix rules for rending payment mediums
(6ba2ea4) - put CYO payment and review in the stepper
(683bd02) - more work on debounce; fix setMax
(0e3b244) - first run at debouncing
(8f3c327) - handle limits, errors; cleanup
(abf0967) - set max on checkout step
(ee5926c) - put payment component in stepper; refine busy state on button
(5e00e5c) - continues with redux form; add to initializer saga; adds busy state
(8da42a4) - more redux form
(b15d4e4) - starts service with limits helper
(33efce1) - begins coinify reuse of CYO component
(d9781db)
- starts to set up order history; error handling when submitting trade
-
dashboard
-
icons
- udpate icons except tooltip
(79e6fd8)
- udpate icons except tooltip
-
link
- make canBuy more generic, pass type
(f321813)
- make canBuy more generic, pass type
-
links
- add canBuy option to exchangeService
(15c0b38)
- add canBuy option to exchangeService
-
tx list
- link get started to exchange if other currencies have amt > 0
(23f6727)
- link get started to exchange if other currencies have amt > 0
Refactor
-
refactor(use two redux forms for coinify create)
(071939f) -
refactor(remove legacy files)
(502c70d) -
refactor(coinify create step)
(ea86990) -
link
- move canTrade selector to exchange selector
(9bd4161)
- move canTrade selector to exchange selector
Test
Chore
-
deps
- upgrade to 16.3.2 to resolve facebook/react#12449
(ca52381)
- upgrade to 16.3.2 to resolve facebook/react#12449
-
release
- v4.0.0-alpha6
(3786b00)
- v4.0.0-alpha6