Commit Graph

6 Commits

Author SHA1 Message Date
tomFlowee 383c9f7deb Check for more derivation paths. 2025-02-03 17:41:47 +01:00
tomFlowee 402ab8740e Split ElectronXClient class from ImportHandler
This splits the latter class into an abstract baseclass that finds a
server and handshakes with it called ElectronXClient
and then as a subclass the import handler handling doing what it always
did.
2024-10-03 14:27:13 +02:00
tomFlowee 46d73996d7 Make the ImportHandler & IndexerServices work together
We now get an actual endpoint from the IndexerServices which is handed
to the ImportHandler for remote services.

This also includes a bunch of bugfixes and basic 'make it work' stuff.
2024-05-03 11:53:08 +02:00
tomFlowee 7a5a9d8b41 Expand ImportHandler to support privkeys etc too. 2024-04-27 21:05:01 +02:00
tomFlowee 930bedfeaa Add copyright headers to new class 2024-04-23 12:58:01 +02:00
tomFlowee ab75ae136f Start new class ImportHandler.
ImportHandler can connect to an Electrum Server and
check different derivation paths etc for a given seed.
2024-04-23 12:55:51 +02:00