sneurlax
|
ec64c77c45
|
comment update
|
2023-01-27 15:23:14 -06:00 |
|
sneurlax
|
25a5b42f0e
|
remove print from prod
|
2023-01-26 17:35:04 -06:00 |
|
sneurlax
|
6c48caff48
|
only add stack coins to list
TODO refactor isStackCoin into a reusable form instead of copying it around 3 times :P
|
2023-01-26 17:35:04 -06:00 |
|
sneurlax
|
832c495227
|
catch requesting quote for >max crypto amt
|
2023-01-26 14:20:45 -06:00 |
|
sneurlax
|
ed0a0266f6
|
linting
|
2023-01-25 16:43:26 -06:00 |
|
sneurlax
|
5f2b0de2d1
|
dart linting
|
2023-01-25 16:43:13 -06:00 |
|
sneurlax
|
baf995e515
|
update URL
|
2023-01-25 16:41:55 -06:00 |
|
sneurlax
|
2282290b74
|
do not await unnecessarily
|
2023-01-25 12:13:20 -06:00 |
|
sneurlax
|
c929ea5f75
|
pass signup time to api
|
2023-01-25 12:00:02 -06:00 |
|
sneurlax
|
74f783391b
|
use _buildUri in redirect
|
2023-01-25 11:13:00 -06:00 |
|
sneurlax
|
a223f735a2
|
import linting
|
2023-01-25 11:08:29 -06:00 |
|
sneurlax
|
ccc5995e42
|
use _buildUri in order and pass userId and signupEpoch
|
2023-01-25 11:08:22 -06:00 |
|
sneurlax
|
f87acdc721
|
use _buildUri in quote
|
2023-01-25 11:06:27 -06:00 |
|
sneurlax
|
e2ec733211
|
use _buildUri in supported_fiats and don't use compute there
|
2023-01-25 11:05:51 -06:00 |
|
sneurlax
|
61748b4b2f
|
use _buildUri to get supported cryptos
|
2023-01-25 10:52:41 -06:00 |
|
sneurlax
|
82f89966bc
|
add userID to quotes and don't init userID in main
TODO test what happens for a fresh install, I already have a userID set in my prefs
|
2023-01-24 16:02:25 -06:00 |
|
sneurlax
|
32ca83673a
|
Merge remote-tracking branch 'cypherstack/ui-fixes' into simplex
|
2023-01-24 12:29:13 -06:00 |
|
sneurlax
|
6f85aa5065
|
fix amount formatting if buying crypto amount
|
2023-01-24 11:55:36 -06:00 |
|
julian
|
e404de2116
|
force usage of adkVersion parameter
|
2023-01-24 10:30:00 -06:00 |
|
sneurlax
|
83da7a2680
|
add fiat enums for pretty names
|
2023-01-24 10:05:15 -06:00 |
|
sneurlax
|
cccfaa6eef
|
update API URL
TODO follow todo at top of file re: using buildUri
|
2023-01-23 14:35:39 -06:00 |
|
sneurlax
|
4b944a2496
|
update API URL, use HTTPS
|
2023-01-23 10:59:14 -06:00 |
|
julian
|
54cabe935f
|
null address fix
|
2023-01-23 10:32:53 -06:00 |
|
sneurlax
|
f205312bb9
|
TODOs
|
2023-01-21 00:19:56 -06:00 |
|
sneurlax
|
290087c2d5
|
remove unnecessary prints
|
2023-01-20 22:49:14 -06:00 |
|
julian
|
a391a76eec
|
trusted nodes fix and possibly other node fix
|
2023-01-20 16:24:33 -06:00 |
|
julian
|
017719971b
|
isar init fix and renaming of init functions
|
2023-01-20 15:57:54 -06:00 |
|
sneurlax
|
c3dd04b830
|
use simplex_api supported_fiats and update fiat model
|
2023-01-20 15:45:37 -06:00 |
|
julian
|
830fd58754
|
Merge branch 'isar-transactions' into isar_migrate
# Conflicts:
# lib/services/coins/bitcoin/bitcoin_wallet.dart
# lib/services/coins/bitcoincash/bitcoincash_wallet.dart
# lib/services/coins/coin_service.dart
# lib/services/coins/dogecoin/dogecoin_wallet.dart
# lib/services/coins/firo/firo_wallet.dart
# lib/services/coins/litecoin/litecoin_wallet.dart
# lib/services/coins/monero/monero_wallet.dart
# lib/services/coins/namecoin/namecoin_wallet.dart
# lib/services/coins/particl/particl_wallet.dart
# lib/services/coins/wownero/wownero_wallet.dart
# pubspec.yaml
|
2023-01-20 15:30:48 -06:00 |
|
sneurlax
|
adf83aa3a6
|
use simplex_api supported_cryptos and update crypto model
|
2023-01-20 15:30:35 -06:00 |
|
sneurlax
|
51a9c7e961
|
api.php/route -> api.php?ROUTE=route
|
2023-01-20 14:56:26 -06:00 |
|
julian
|
4c25a88c32
|
update to use new block data callback
|
2023-01-20 11:48:59 -06:00 |
|
sneurlax
|
b30976c0f0
|
redirect to checkout
|
2023-01-20 09:27:24 -06:00 |
|
sneurlax
|
2ad0659cbc
|
add SimplexOrder model and return it from simplex API
TODO add redirect API call which url_launcher's the redirect endpoint
|
2023-01-19 23:10:15 -06:00 |
|
sneurlax
|
595d7e760d
|
GET, don't POST, the goods. orders submitting
TODO create and return SimplexOrder and url_launch redirect endpoint 💪
|
2023-01-19 19:21:06 -06:00 |
|
sneurlax
|
8a1eee204b
|
purchaseId -> id
because SimplexOrder qill have a quoteId, paymentId, and userId...
|
2023-01-19 17:47:27 -06:00 |
|
julian
|
fd5a237170
|
move db modifying func to MainDB out of WalletDb, add MainDB mocks to coin tests, build runner generate mocks
|
2023-01-19 15:13:03 -06:00 |
|
julian
|
60e850f442
|
add mockable override option for testing purposes
|
2023-01-19 14:33:23 -06:00 |
|
julian
|
8921302ee0
|
remove useless walletId param from db init
|
2023-01-19 14:07:08 -06:00 |
|
sneurlax
|
7191e502db
|
use new cypherstack/simplex_api for quotes, update SimplexQuote
and add bool buyWithFiat to SimplexQuote to disambiguate request
|
2023-01-19 13:36:05 -06:00 |
|
julian
|
686c897515
|
remove unused param from constructor
|
2023-01-19 11:41:59 -06:00 |
|
julian
|
db205b40e2
|
notify ui of tx changes and force refresh on rescan
|
2023-01-19 10:29:00 -06:00 |
|
julian
|
95b9e6170f
|
firo mint tx migrate fix
|
2023-01-19 09:16:30 -06:00 |
|
julian
|
7d061866bd
|
btc tx fetch fetch fix
|
2023-01-18 18:13:08 -06:00 |
|
julian
|
0a3c001845
|
fix all own addresses query
|
2023-01-18 17:20:23 -06:00 |
|
julian
|
575cce1a7d
|
update address in case of bad index from migrate or any other reason
|
2023-01-18 16:55:59 -06:00 |
|
sneurlax
|
745a887566
|
example update
|
2023-01-18 10:31:04 -06:00 |
|
sneurlax
|
202ce56448
|
add working non-api example
removed keys
|
2023-01-18 09:54:33 -06:00 |
|
julian
|
719f70697a
|
epic isar fixes
|
2023-01-18 09:42:46 -06:00 |
|
julian
|
30635b05d5
|
wow isar tx sync fixes
|
2023-01-17 17:19:09 -06:00 |
|