julian
4db85cb5f1
use valid hex string so the hex parser doesn't throw and cause the test to explode
2023-10-17 14:58:14 -06:00
julian
ee88cd8fb0
move test function to a test
2023-10-17 14:53:18 -06:00
julian
9d6cdfd2c1
Modify HTTP to take in proxy info rather than rely on the tor service singleton
2023-09-08 14:41:39 -06:00
julian
a97be12f57
update tests
2023-09-08 10:04:56 -06:00
sneurlax
622085ca5c
Merge remote-tracking branch 'origin/staging' into arti
2023-09-07 13:12:20 -05:00
julian
4f7f7d5797
update mocks
2023-08-22 17:24:22 -06:00
sneurlax
f2af2b10bd
Revert "Merge branch 'tor' into tor-presocks"
...
This reverts commit 75750e2bd1
.
2023-08-15 22:10:41 -05:00
julian
0d701a51b7
clear electrumx cache option for firo wallets
2023-08-14 09:21:27 -06:00
julian
21d81a9574
update mocks
2023-07-27 15:08:43 -06:00
julian
80dad5156a
Merge remote-tracking branch 'origin_SW/ui-fixes' into ordinals
...
# Conflicts:
# lib/db/isar/main_db.dart
2023-07-26 15:11:03 -06:00
julian
dbcb567d6b
fix tests
2023-07-26 11:54:46 -06:00
sneurlax
d169ea0b10
fix firo test
2023-07-26 12:53:19 -05:00
julian
7919353881
update mocks
2023-07-25 15:11:56 -06:00
julian
a0b42226f1
fix test
2023-07-25 10:39:23 -06:00
julian
c97de6017b
update lelantus coin schema
2023-07-24 16:44:12 -06:00
julian
d8eb73ccd5
update mocks
2023-06-19 10:13:51 -06:00
julian
061f7d5c0d
fix: uncomment previously disabled tests and fix them
2023-06-07 14:26:28 -06:00
julian
3b9aba2eb5
fix: build runner
2023-06-05 16:31:52 -06:00
likho
c94cbf6cd9
Fix failing tests
2023-05-29 20:19:14 +02:00
likho
436b11a102
Generate isar model/ fix status showing incorrectly in the transaction view page
2023-05-29 14:33:57 +02:00
julian
57b7327287
update test and mocks
2023-05-16 15:59:33 -06:00
julian
1b92f2b36b
no more derivations stored for firo
2023-05-16 11:33:00 -06:00
julian
5e5e89278a
fix tests
2023-05-15 12:51:43 -06:00
julian
347c69339c
fix tests
2023-04-11 11:09:24 -06:00
julian-CStack
a5e7c32c23
update mocks and relevant tests that use the new Amount
2023-04-09 17:07:15 -06:00
julian
25ff880280
move amount.dart file
2023-04-06 15:24:56 -06:00
julian
81c612ddd7
WIP use Amount
2023-04-05 16:06:31 -06:00
julian
f7a49c8f8a
fix tests
2023-03-31 18:53:52 -06:00
julian
c8139007e3
use new transaction nonce property
2023-03-31 10:18:51 -06:00
julian
e29d8dc047
Merge remote-tracking branch 'origin/staging' into add-ethereum
...
# Conflicts:
# lib/pages/add_wallet_views/add_wallet_view/add_wallet_view.dart
2023-03-27 08:50:10 -06:00
julian
7c3b50552a
tests fix
2023-03-24 16:43:47 -06:00
julian
7e6642cd84
update tests
2023-03-24 15:55:17 -06:00
julian-CStack
9b91948b11
BCH 0-conf test update
2023-03-23 17:53:56 -06:00
julian
bb75a8c57c
generated mocks update
2023-03-23 09:37:49 -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
d97c208135
update mocks
2023-03-09 13:54:44 -06:00
julian
16efeea1db
project structure
2023-03-01 15:52:13 -06:00
julian
d4499ac3bc
firo bug fix and test update
2023-02-03 19:04:43 -06:00
julian
4d891e0f31
clean up
2023-02-03 16:42:27 -06:00
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
sneurlax
4aec78f0ed
Add BIP44 derivation paths to Bitcoin Cash wallet restoration process ( #330 )
...
* add new derive path for bch
and make it the new default. we currently use slip44 (coinType 145) as the default
* add default cases to DerivePathType switches now failing
* normalize DerivePathType errors
log failing derivePathType or type, as appropriate
* add default derive path case to paynym interface
* use slip44 in bch wallet
* linting
* WIP look up both bip44 and slip44 addresses
slip44 is used by default
* typo fix
* typo fix
thanks Julian
* remove print
* use slip44 addresses by default
* use AddressType unknown for bip44 derive path type
* use address type unknown in _getCurrentAddressForChain, too
* generate different keys for SLIP44 and BIP44 paths
* couple more slips
* return slip44 from addressType
* slip before bip
* revert slip44-bip44, bch's bip44->bch44
* set bch44 derive path to type unknown
do not comingle paths in later output selection by index
* handle bip44 and bch44 path addresses when handling outputs
* use bip44 by default
* typofix
* typo fix in the typo fix
yo dawg
* separate new derivation path functions into their own non-testnet block
* cleanup
* disable test
should re-enable if it can be fixed with the test mnemonic in hand
---------
Co-authored-by: julian <julian@cypherstack.com>
2023-02-02 09:24:26 -06:00
julian
700084f708
remove wallet specific derivePathType tests as it was removed from the wallet files
2023-01-25 16:11:06 -06:00
julian
83c0beb2ee
disable libmonero tests in sw
2023-01-24 16:06:18 -06:00
julian
017719971b
isar init fix and renaming of init functions
2023-01-20 15:57:54 -06:00
julian
0c1db6f249
clean up tests for now
2023-01-20 10:22:18 -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
daa2648763
builder runner update mocks
2023-01-19 13:54:31 -06:00