julian
9996328126
More WIP eth + tokens
2024-01-10 16:53:12 -06:00
julian
36f090a1e7
WIP eth refactor
2024-01-10 10:08:12 -06:00
julian
7bbc235b92
don't show change in amount total
2024-01-05 13:45:42 -06:00
julian
02cb79c6a3
refactor send screen address validation to take into account not being able to send from lelantus to spark directly
2023-12-29 18:12:13 -06:00
julian
acb0157d8a
Firo balance type toggle ui and send from balance type switching
2023-12-19 19:05:05 -06:00
julian
255d9a7813
edit tx note fix
2023-11-09 12:26:15 -06:00
julian
758c3def5f
transaction note provider
2023-11-09 11:39:26 -06:00
julian
f2715f3f5e
remove Manager, add mnemonic based wallet mixin, and WIP SWB process
2023-11-06 10:44:23 -06:00
julian
5ba29b7299
mostly (roughly) refactored with new wallet providers as well as using a TxData object in place of dynamic Maps
2023-11-03 13:46:55 -06:00
julian
6bf1e7bbdc
remove redundant providers
2023-10-31 11:18:37 -06:00
julian
ce7d10ef16
rename and refactor wallets.dart provider
2023-10-31 11:15:59 -06:00
julian
bc0f182b0b
Simplify fusion_progress_ui_state.dart to work with .family provider, and WIP hook it up to the fusion wallet interface
2023-09-28 14:16:48 -06:00
ryleedavis
0597e317ba
WIP: fusion progress provider
2023-09-20 16:15:16 -06:00
julian
16718fd88d
add riverpod provider for HTTP
2023-09-08 14:52:03 -06:00
julian-CStack
d867270aac
exchange view amount string provider fix
2023-07-19 08:42:06 -06:00
detherminal
95a0309b8b
docs: add header to source code again
2023-05-27 00:21:16 +03:00
detherminal
ccf5e68fc6
Revert "docs: add copyright header to all source code"
...
This reverts commit 84ac798bb8
.
2023-05-27 00:19:24 +03:00
detherminal
84ac798bb8
docs: add copyright header to all source code
2023-05-26 19:33:04 +03:00
julian-CStack
f9f6d749ef
Merge remote-tracking branch 'origin_SW/staging' into themes
2023-05-08 10:55:11 -06:00
julian
a00f226f52
remove auto setting 8 decimal places
2023-05-05 08:20:37 -06:00
julian
1c33dd5062
swap rate refresh fixes and error propagation
2023-05-04 12:19:50 -06:00
julian-CStack
a1b7c9248b
tighten swap estimate refreshing
2023-05-04 08:58:50 -06:00
julian
7c8721f492
fix: swap refreshing provider
2023-05-03 15:47:12 -06:00
julian
3d9a8c3a3c
remove global swap warning message (will be replaced in future with per exchange info)
2023-05-03 15:46:51 -06:00
julian
3a97623e5b
WIP exchange screen state refactor
2023-05-03 14:03:31 -06:00
julian-CStack
ec00f6aea4
WIP testing themes
2023-04-24 08:36:12 -06:00
julian
362c708225
WIP wallet state management improvements
2023-04-13 10:32:57 -06:00
julian
07f25cc9ff
token send form state fixes
2023-04-13 09:21:27 -06:00
julian
ad53b30e2e
start using provider for MainDB in ui and add contract getters
2023-03-27 09:59:23 -06:00
julian
702054ac61
Merge remote-tracking branch 'origin/staging' into add-ethereum
...
# Conflicts:
# assets/svg/themed/forest/ethereum.png
# assets/svg/themed/forest/ethereum.svg
# lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart
# lib/pages/receive_view/addresses/edit_address_label_view.dart
# lib/pages/receive_view/addresses/receiving_addresses_view.dart
# lib/pages/wallet_view/sub_widgets/wallet_navigation_bar.dart
# lib/pages/wallet_view/wallet_view.dart
# lib/route_generator.dart
# lib/utilities/assets.dart
# lib/utilities/constants.dart
# lib/widgets/animated_widgets/rotate_icon.dart
# pubspec.lock
# pubspec.yaml
2023-03-22 08:54:25 -06:00
julian
62287f6aee
desktop exchange+buy nav from wallet
2023-03-16 14:53:14 -06:00
julian
e58bdf68c8
desktop balance toggle
2023-03-16 13:56:44 -06:00
julian
d07906c4a7
add wallet entity clean up
2023-02-27 17:15:05 -06:00
julian
24e66f3d5f
WIP add wallet coin options lists
2023-02-27 16:43:09 -06:00
julian
2eb0b2e123
clean up exchange rate type enum, build runner mocks
2023-02-08 16:46:30 -06:00
julian
5c29a543a9
reduce unneeded providers
2023-02-08 14:22:22 -06:00
julian
f174efcec0
clean up and exchange form state bug fixes
2023-02-06 10:27:24 -06:00
julian
10605d96a2
WIP exchange refactor and clean up
2023-02-05 17:50:40 -06:00
julian
5aab115b96
form state provider fix
2023-02-05 15:11:58 -06:00
julian
1455808d7a
WIP refactor exchange to use isar as cache instead of in memory using riverpod
2023-02-05 14:32:39 -06:00
julian
225aec1763
update ui transaction state fix
2023-01-30 12:03:23 -06:00
sneurlax
32ca83673a
Merge remote-tracking branch 'cypherstack/ui-fixes' into simplex
2023-01-24 12:29:13 -06:00
sneurlax
7eefe196c9
simplex supported currencies provider -> simplex provider
...
we may need to store a quote or "estimate" in the provider for UI dataflow purposes (because we can't run async functions in widget builds/constructors?)
2023-01-16 15:35:32 -06:00
sneurlax
79edf1292d
remove unneeded buy type and buys service
...
no history needed at this time
2023-01-13 19:12:03 -06:00
sneurlax
61c971973c
restyle coin and fiat selection widgets
...
and:
- available -> supported
- do not load simplex data on desktop menu item action
2023-01-13 13:14:56 -06:00
sneurlax
44d3c26385
add available simplex currencies provider
2023-01-12 20:21:19 -06:00
sneurlax
8e8816fe05
first simplex service stash
2023-01-11 18:13:34 -06:00
sneurlax
c746eb8865
23-1-10 updates
...
nonatomic updates
2023-01-11 09:54:39 -06:00
julian
3e2edde640
simple current chain height provider
2023-01-10 17:45:58 -06:00
sneurlax
290adfec21
stub pages for mobile and desktop
...
lots of extra code, lots of commented sections, the models are wrong, the pages just load on desktop and mobile. need to complete the form and ... well, there's a lot, really
2023-01-10 15:25:20 -06:00