julian
|
5b5ee30e41
|
centralized and cleaned up bip32 utils, and added mnemonic password functionality
|
2023-02-03 16:34:06 -06:00 |
|
julian
|
b0c00d8ec7
|
db refactor and added address labels
|
2023-02-03 13:22:21 -06:00 |
|
likho
|
e3101d98af
|
Update Epicbox config to match latest epic version
|
2023-02-03 20:34:19 +02:00 |
|
julian
|
eaf8fe7094
|
possible epic cash address get fix
|
2023-02-02 08:48:03 -06:00 |
|
julian
|
a41f80ac55
|
add height change notify
|
2023-01-30 11:06:28 -06:00 |
|
julian
|
017719971b
|
isar init fix and renaming of init functions
|
2023-01-20 15:57:54 -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 |
|
julian
|
db205b40e2
|
notify ui of tx changes and force refresh on rescan
|
2023-01-19 10:29:00 -06:00 |
|
julian
|
719f70697a
|
epic isar fixes
|
2023-01-18 09:42:46 -06:00 |
|
julian
|
203cd12678
|
epic bugfix
|
2023-01-16 16:56:24 -06:00 |
|
julian
|
d1f237ae51
|
explicit isar model constructors
|
2023-01-16 16:37:00 -06:00 |
|
julian
|
5562c14527
|
WIP refactor to single main isar db
|
2023-01-16 15:04:03 -06:00 |
|
julian
|
5e592f8d29
|
epic index fix
|
2023-01-16 08:53:46 -06:00 |
|
julian
|
8a7236b46d
|
clear out isar blockchain data per wallet when doing full rescan
|
2023-01-13 15:48:42 -06:00 |
|
julian
|
52d5ab0d33
|
WIP tx parse + link address to transaction
|
2023-01-13 11:11:41 -06:00 |
|
julian
|
7e6daad779
|
some small bug fixes
|
2023-01-12 16:07:15 -06:00 |
|
julian
|
85be646049
|
add mixins to epiccash_wallet.dart and remove directly interacting with hive therein
|
2023-01-12 14:58:58 -06:00 |
|
julian
|
1170f742e9
|
use balance caching in all wallets
|
2023-01-12 13:21:03 -06:00 |
|
julian
|
4ab090cb92
|
remove unused hive inits
|
2023-01-12 12:54:22 -06:00 |
|
julian
|
3f830218a4
|
extract wallet isar db to mixin
|
2023-01-12 12:46:01 -06:00 |
|
julian
|
ccb9f254bd
|
small bug fixes and added WalletCache mixin to handle balance cache etc
|
2023-01-12 12:15:28 -06:00 |
|
julian
|
a73e18df75
|
expose wallet isar instance to Manager
|
2023-01-11 21:23:21 -06:00 |
|
julian
|
f551927603
|
migrate epiccash_wallet.dart to isar transactions, addresses, and utxos, as well as the cleaner balance model
|
2023-01-11 14:52:06 -06:00 |
|
ryleedavis
|
096d2c007e
|
Merge branch 'desktop' of https://github.com/cypherstack/stack_wallet into desktop
|
2022-12-14 13:56:13 -07:00 |
|
ryleedavis
|
390623560e
|
debugPrints that aren't needed ?
|
2022-12-12 17:17:02 -07:00 |
|
julian
|
236e04f849
|
epic node changes and fixes
|
2022-12-12 15:59:06 -06:00 |
|
julian
|
5f0e03dc1b
|
add null check to epic wallet delete
|
2022-12-09 14:55:04 -06:00 |
|
julian
|
5b47d5806d
|
disable seemingly pointless code
|
2022-11-14 09:25:06 -06:00 |
|
julian
|
0164679cce
|
File system path clean up
|
2022-11-12 16:07:57 -06:00 |
|
julian
|
3ee0e97628
|
DesktopSecureStore implementation using Isar as backend, renamed FlutterSecureStorageInterface
|
2022-11-09 17:55:34 -06:00 |
|
julian
|
2bdf5f152c
|
dynamic secure storage provider
|
2022-11-09 17:55:34 -06:00 |
|
julian
|
fa0c982274
|
Return what we internally consider the "txid" for epic transactions from the epic confirmSend to be consistent with all other coins confirmSend return value. This should fix the epic notes issue.
|
2022-11-08 07:35:28 -06:00 |
|
julian
|
bb260e3a23
|
hacky fix (due to current persistence design) to get sent transactions showing up right away for electrumx coins
|
2022-11-07 10:24:37 -06:00 |
|
julian
|
e87aa64e1b
|
isFavorite bandaid fix for https://github.com/cypherstack/stack_wallet/issues/203
|
2022-11-05 09:40:28 -06:00 |
|
Marco
|
6cc0feb025
|
get rid of incorrect fatal error
|
2022-10-20 10:00:45 -06:00 |
|
Marco
|
956fa6a31c
|
make linux folder hidden
|
2022-10-04 12:41:48 -06:00 |
|
Marco
|
2de7692375
|
organize linux monero saves
|
2022-10-04 12:29:50 -06:00 |
|
julian
|
cdbce96f40
|
faster epic address loading
|
2022-09-12 07:26:06 -06:00 |
|
julian
|
4ad5bd6e6d
|
linter warning clean up
|
2022-09-09 11:14:38 -06:00 |
|
julian
|
d6618518ad
|
receive screen redesign and added generate new address button
|
2022-09-05 19:18:45 -06:00 |
|
julian
|
57814fab4b
|
remove redundant null check operator
|
2022-09-03 11:51:08 -06:00 |
|
Likho
|
9d68ffe6b2
|
Fix HTTP send dart errors
|
2022-09-01 17:02:22 -05:00 |
|
Likho
|
b076e76881
|
Resolve merge conflicts with staging
|
2022-09-01 16:29:00 -05:00 |
|
Likho
|
cfcd7a7928
|
Implement HTTP sending and use Julian's error checking
|
2022-09-01 16:17:46 -05:00 |
|
Likho
|
91b4fdf450
|
Merge remote-tracking branch 'origin/staging' into open-wallet-and-store
|
2022-09-01 11:07:40 -05:00 |
|
julian
|
ffef1011c1
|
epic http address support in ui and some async lint fixes
|
2022-09-01 08:48:52 -06:00 |
|
julian
|
f63c5e5cc7
|
add some detail to logging
|
2022-08-31 11:49:19 -06:00 |
|
Likho
|
0eaf4eb5e2
|
Clean up logs
|
2022-08-30 08:00:23 -05:00 |
|
Likho
|
345889c566
|
Delete already processed slate
|
2022-08-30 07:57:48 -05:00 |
|
Likho
|
652da68e25
|
Open wallet once and store instrance
|
2022-08-30 07:26:45 -05:00 |
|
Marco
|
b41d31fd32
|
first commit
|
2022-08-26 16:11:35 +08:00 |
|