OmarHatem
d0c22aa082
- Fix Change now request missing type
...
- Only send either to or from amount depending on fixed rate
- take the trade amount from the response
2022-12-08 01:21:45 +02:00
OmarHatem
0da48f66fe
Delegate returning rate to each provider to handle its logic internally
2022-12-07 21:09:15 +02:00
OmarHatem
f14c01303f
- Add whether this provide supports fixed rate or not
...
- Fix Change now fixed rate exchange due to wrong rate id
2022-12-06 19:23:46 +02:00
OmarHatem
cbe31aa5aa
Revert allowing nullable values for input and refund addresses
2022-12-01 18:21:19 +02:00
OmarHatem
47764835c3
Fix nullability issue in create trade response
2022-12-01 18:09:21 +02:00
mkyq
d99aac9d98
Cast rateId as optional String for calculateAmount for ChangeNow api. ( #612 )
2022-11-08 15:57:33 -05:00
Omar Hatem
a2dfbc6076
Fix exchange limits issue ( #545 )
...
* Allow nullable values from limits API
* Handle null values in SideShift limits API response
2022-10-19 18:20:11 -04:00
M
1beb18b045
Flutter upgrade
2022-10-12 13:09:57 -04:00
Serhii
f59c2fbd2b
add new coins to exchange ( #499 )
...
* add new coins
APE, AVAXC, BTT, BTTBSC, DOGE, FIRO, USDTTRC20, HBAR, SC, SOL, USDC, USDCSOL, ZEN, XVG
* remove UST icon
* remove xhv from excludeDepositCurrencies
* remove xhv from excludeReceiveCurrencies
2022-09-07 13:10:21 +01:00
mkyq
04be884357
Enable exchange for haven wallets. ( #495 )
2022-09-01 19:46:14 +01:00
Omar Hatem
c50eeee58b
CW 68 exchange automatic rate selector ( #472 )
...
* Add 'Exchange provider picker'
Save user selections
* Save user's exchange providers selection
* Add text for selected providers availability
* Fix selected providers not updating
* Load limits based on highest maximum in the selected providers
* Change received and deposit amount to be the best value from the selected providers
* Add provider name next to Trade ID
Set selected provider based on amount calculated
* Grey out providers who doesn't support selected currency pair
* Fix disabled providers
* Add Provider logo in Confirm Screen
* Only choose a provider if it satisfies its limits
* Fix amount validation
* Fix typo in error message
* Add a queue of possible exchange providers sorted by the best rate to try next if one failed
* Fix string locale typo
* Add Localization for other languages
* Add Placeholder text when there are no providers selected
* Check Exchange provider availability before creating a trade
* Fix "Fixed Rate" changing unconditionally
* Enable "convert to" field regardless of the provider
* Remove "Choose one" from providers picker
* Merge Master
* Fix Conflicts with master
* Add missing isEnabled field in simple swap provider
2022-09-01 15:12:38 +01:00
Serhii
52b8bafac9
Exchange screens access improvements ( #409 )
...
* move tag prop to the crypto currency
* add currency icons
2022-07-11 16:20:16 +01:00
M
56cd6c26ed
Fixes for network based pairs for changenow. Fixes for address validation for ustd address.
2022-02-08 10:57:02 +02:00
M
02de3104eb
Fixed rate for changenow.
2022-01-26 17:44:15 +02:00
M
e6b1da376d
Configure wallet types for the app
2021-12-24 14:41:34 +02:00
OleksandrSobol
3675350452
CAKE-314 | changed bnb crypto currency to bnb bep2; removed bnb bep2 from receive currency list on exchange page
2021-04-30 12:46:15 +03:00
M
db75167302
Changed monero dependencies path for android. Changed scripts for generation of secrets.
2021-03-16 15:20:46 +02:00
OleksandrSobol
6245dfe885
CAKE-284 | added static function defineUrlForCalculatingAmount() to changenow_exchange_provider.dart; fixed FAQ in the support_view_model.dart
2021-03-01 20:16:28 +02:00
OleksandrSobol
ae96213aad
CAKE-278 | added expireAt to Trade() for exchange with fixed rate
2021-02-22 18:04:37 +02:00
OleksandrSobol
fb6e7de166
CAKE-278 | fixed calculating estimated amount when receive amount is entered; fixed applyTemplate() method in the exchange_page.dart and reset() method in the exchange_view_model.dart
2021-02-19 10:37:30 +02:00
OleksandrSobol
6e102c4969
CAKE-278 | applied fixed-rate flow to changenow_exchange_provider.dart, exchange_view_model.dart and exchange_page.dart; added isFixedRateMode to fetchLimits(), createTrade() and calculateAmount() methods in the exchange_provider.dart
2021-02-18 21:08:52 +02:00
M
93049b4aa1
Fixes for exchanges. CAKE-159.
2020-11-10 16:58:40 +02:00
OleksandrSobol
bc85058ad8
CAKE-43 | added the ability to enter an amount for xmr.to exchange in both currencies xmr and btc; added isReceiveAmountEntered to ExchangeViewModel; added receiveAmount and isBTCRequest to XMRTOTradeRequest; added isReceiveAmount to calculateAmount method of ExchangeProvider; fixed XMRTOExchangeProvider
2020-09-25 22:55:41 +03:00
M
e4ebfc94b2
Part 1
2020-09-21 14:50:26 +03:00