Commit graph

7 commits

Author SHA1 Message Date
k9ert
2f27befb39
Bugfix: Wallets take a lot of time to be loaded at start-up with Spectrum (#2015) 2022-12-09 20:15:54 +01:00
k9ert
6f72a5ccd0
Bugfix: Failover for non-existent nodes (#1992) 2022-12-02 13:04:37 +01:00
k9ert
9df0b77f8c
Feature: Spectrum addition (#1952)
* add spectrum

* rc3 of spectrum

* spectrum rc4

* missing __init__.py

* changes for rc6

* make cli-arguments work in electron

* update spectrum to remove simplejson

* Bugfix devices not shown

* additional checks for wallet_import

* nodes template magic to improve extensibility

* smaller bugfixes

* update spectrum

* keep python 3.9 in pre-commit-yaml

* specter_added_to_flask_app callback added

* useful logger + avoid writing to config with no node alias

* Using FlaskThread

* remove overriding chain property in node.py

* nodes_by_chain method added to node mananger

* icons for spectrum setup

* keep external_node and fix test

* bump spectrum version

* more visibility

* deactivate checker_threads for testing

Co-authored-by: k9ert <kim@swanbitcoin.com>
Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com>
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
2022-11-30 13:13:16 +01:00
Kim Neunert
d510d8693f
refactoring startup and cli (#717) 2020-12-06 15:40:22 +01:00
Stepan Snigirev
6a7b0d10ec
Addresses and tx csv files (#631) 2020-11-19 16:21:20 +01:00
Stepan Snigirev
382e127a48
fix checker test (#616) 2020-11-17 23:30:00 +01:00
Kim Neunert
87946e9be5
improve Logs, refactoring and improve Checker, tests (#595)
* improve Logs, refactoring and improve Checker, tests

* moving the checker in its own file
2020-11-17 17:04:28 +01:00