julian
d18ea7f2bf
cc nav fix
2023-03-06 14:04:03 -06:00
julian
9332638a9b
widget mounted checks
2023-03-06 14:01:48 -06:00
julian
3982ca29a6
MB doesn't store trade/order history indefinitely
2023-03-06 13:59:30 -06:00
julian
c7bcabf328
address label save fix
2023-03-06 13:27:04 -06:00
Diego Salazar
f2720ad90e
Bump verison (1.5.48, build 135)
2023-03-06 11:19:27 -07:00
julian
456abf7ee4
basic coin control view
2023-03-06 12:11:13 -06:00
Rylee Davis
57bbebf7fe
Merge pull request #391 from cypherstack/fix-send-error
...
Fix send error
2023-03-06 10:23:01 -07:00
Likho
a940a0e75b
Fix send error
2023-03-06 19:18:46 +02:00
ryleedavis
765b266a6b
fruit sorbet selected coin color
2023-03-06 10:00:37 -07:00
julian
7319f509f0
add coin control option to mobile more menu + assets fix
2023-03-06 10:34:41 -06:00
ryleedavis
5c9fe44cbd
replace png pictures with svg pictures
2023-03-06 09:08:40 -07:00
ryleedavis
f264e202b2
added svgs and removed pngs for coin images
2023-03-06 09:07:45 -07:00
julian
27de4d868e
add coin control icon assets
2023-03-06 09:55:10 -06:00
Diego Salazar
8918f0b4d6
Merge pull request #389 from cypherstack/update_lelantus_ref
...
Update lelantus ref
2023-03-06 08:38:26 -07:00
julian
ae481b96bf
liblelantus ref update
2023-03-06 08:49:11 -06:00
julian
95b0c2c23c
pubspec.lock flutter update
2023-03-06 08:49:08 -06:00
julian
cf25e62b32
liblelantus ref update
2023-03-06 08:46:29 -06:00
julian
5e50835f4f
pubspec.lock flutter update
2023-03-06 08:46:15 -06:00
Diego Salazar
be31ed097d
Merge pull request #388 from cypherstack/fix/epic-ios
...
Fix Epic builds on Mac: remove trailing commas
2023-03-03 15:57:25 -07:00
sneurlax
927d815565
flutter_libepiccash pub ref update: remove trailing commas
2023-03-03 16:55:51 -06:00
Diego Salazar
72aa633aa7
Bump verison (1.5.47, build 134)
2023-03-03 14:58:44 -07:00
Diego Salazar
4aedfc6b1c
Merge pull request #386 from cypherstack/mb-fixes
...
Mb fixes
2023-03-03 14:57:49 -07:00
Diego Salazar
5948b79741
Merge pull request #387 from cypherstack/ui-fixes
...
doge and firo images + rotating stack icon
2023-03-03 14:57:41 -07:00
julian-CStack
e8e8ffdf60
Merge branch 'staging' into mb-fixes
2023-03-03 15:15:58 -06:00
julian
40ca565d54
mb order status util and extra logging
2023-03-03 14:46:53 -06:00
julian
58227c40be
mb order status fixes
2023-03-03 11:56:21 -06:00
ryleedavis
6fb692da0c
stack icon rotates
2023-03-03 10:27:20 -07:00
ryleedavis
562dbfb058
dogecoin and firo coin images added
2023-03-03 09:48:42 -07:00
Diego Salazar
2346817d0e
Merge pull request #384 from cypherstack/ui-fixes
...
Added coin svgs and other image fixes
2023-03-03 08:55:32 -07:00
Diego Salazar
fe1b4f2f3b
Merge pull request #383 from cypherstack/fix/particl
...
Particl fix: add Particl cases to node card and node details view
2023-03-03 08:55:20 -07:00
Diego Salazar
aadbeff488
Merge pull request #382 from cypherstack/fix/epic-create
...
Fix epic wallet creation epicbox config error by adding and using an EpicBoxConfigModel and an EpicBoxServerModel
2023-03-03 08:55:06 -07:00
Diego Salazar
94b4c5bc76
Merge pull request #381 from cypherstack/fix/epic-delete
...
Fix crash caused by epic wallet deletion panic
2023-03-03 08:54:45 -07:00
Diego Salazar
9a04f5db31
Merge branch 'staging' into fix/epic-delete
2023-03-03 08:54:32 -07:00
sneurlax
e436dc1ae5
flutter_libepiccash pub ref update: fix incomplete wallet deletion issue
2023-03-03 09:49:03 -06:00
ryleedavis
df1abd82f7
display bitcoin and epic-cash coin image
2023-03-03 08:29:24 -07:00
ryleedavis
23e544ccca
bitcoin and epic-cash coin images
2023-03-03 08:16:59 -07:00
sneurlax
aeaa534b95
flutter_libepiccash pub ref update to Likho's fix
2023-03-03 09:11:44 -06:00
sneurlax
0089dc8333
send real config, not epicbox config, to deletewallet
2023-03-02 19:08:58 -06:00
sneurlax
77de3cca46
pub ref update
2023-03-02 19:08:44 -06:00
sneurlax
40decb2e09
linting
2023-03-02 14:52:22 -06:00
sneurlax
873c56d965
add particl cases to several pages/UI elements
2023-03-02 14:52:17 -06:00
sneurlax
83d0157600
add and use EpicBoxConfigModel and EpicBoxServerModel
2023-03-02 14:51:19 -06:00
ryleedavis
242e39e4f7
added wownero + bitcoin images
2023-03-02 09:45:19 -07:00
Diego Salazar
9abcb65747
Merge pull request #379 from cypherstack/validate-epicboxaddress-has-domain
...
Add check for domain for epicbox address
2023-03-01 17:25:44 -07:00
sneurlax
6f27184619
type handling
...
hack not fix (model is fix)
2023-03-01 18:09:25 -06:00
sneurlax
a8e079bd84
pass config param to wallet deletion method
...
had to add param because existing rust wallet deletion method can't check for existence without it but I'd like to do this differently on the rust side and revert this change
plus the type handling (`decoded is String`) is a hack vs making a model like it probably should be
2023-03-01 17:59:20 -06:00
ryleedavis
642d8efe63
fruit sorbet selector color fix
2023-03-01 15:56:51 -07:00
ryleedavis
05ffd64e04
litecoin namecoin and particl coin images
2023-03-01 09:37:38 -07:00
ryleedavis
dba1d23c58
added namecoin.svg
2023-03-01 09:16:27 -07:00
ryleedavis
3744e626b3
added coin svgs
2023-03-01 08:52:06 -07:00