stack_wallet/lib/utilities/enums
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
..
add_wallet_type_enum.dart first commit 2022-08-26 16:11:35 +08:00
backup_frequency_type.dart first commit 2022-08-26 16:11:35 +08:00
coin_enum.dart Merge remote-tracking branch 'origin/simplex' into paynyms 2023-01-27 15:05:29 -06:00
create_wallet_type.dart first commit 2022-08-26 16:11:35 +08:00
derive_path_type_enum.dart Add BIP44 derivation paths to Bitcoin Cash wallet restoration process (#330) 2023-02-02 09:24:26 -06:00
fee_rate_type_enum.dart first commit 2022-08-26 16:11:35 +08:00
fiat_enum.dart add fiat enums for pretty names 2023-01-24 10:05:15 -06:00
flush_bar_type.dart first commit 2022-08-26 16:11:35 +08:00
form_input_status_enum.dart first commit 2022-08-26 16:11:35 +08:00
languages_enum.dart first commit 2022-08-26 16:11:35 +08:00
log_level_enum.dart update generated files 2023-01-10 10:02:54 -06:00
stack_restoring_status.dart first commit 2022-08-26 16:11:35 +08:00
sync_type_enum.dart first commit 2022-08-26 16:11:35 +08:00
wallet_balance_toggle_state.dart first commit 2022-08-26 16:11:35 +08:00