mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* change Node persistence format
* Removing the Singleton
* mainly refactoring
* intermediate commit
* fix test
* Updated diagram
* fix tests
* removing simplejsons references
* fix tests
* remove update, tests working
* abstract Node
* refining Migration framework: run migrations until they suceed
* BrokenCoreConnectionException added to handle lost RPC + some minor error handling fixes
* clicking redirects to node config if there is no node connection
* AbstractNode
* BrokenCoreConnectionException added to handle lost RPC + some minor error handling fixes
* clicking redirects to node config if there is no node connection
* handling broken connection when there is no other error superseding (i.e. no wallets)
* Abstract Node improvements and issue fixing
* improving node_info handling
* fix test results, property device_manager in user, bcce in get_rpc in node, improved rpc property in node
* typos
* provide data_folders for extensions
* parametrizing include for node_info
* Remove initial_node_contribution refactoring welcome
* adding convenience methods
* extension data-storage
* Tests green
* Better failure resistence
* Enabling Node settings
* error handling
* adjust_view_model callback
* exception Handling
* Shielding core from extension flaws
* More consistent logging
* Refactoring wallets endpoints
* Make wallet_overview extendable
* butgifex and cleanup
* feedback by Manolis
* rename BusinessObject to PersistentObject
* fix Error-management and rollback information
* Nodes.md corrections
* frontend-aspects.md (small) corrections
* fix tests and address feedback and errormanagement
* fix tests, proper error-handling
* Fix test_util_reflection
* just some little addons to test_util_reflection
* fix cleanup_on_exit
* migration fix
* remove check, add redirect after saving node
* fix test (not that cool but what to do?)
* upgrade Flask as Flask-SQLAlchemy needs higher Flask version
* Revert "upgrade Flask as Flask-SQLAlchemy needs higher Flask version"
This reverts commit
|
||
|---|---|---|
| .. | ||
| bitcoin_core | ||
| controller_testdata | ||
| helpers_testdata | ||
| xtestdata_testextensions | ||
| xtestdata_txlist | ||
| conftest.py | ||
| elements_gitrev_pinned | ||
| fix_devices_and_wallets.py | ||
| fix_ghost_machine.py | ||
| fix_keys_and_seeds.py | ||
| fix_testnet.py | ||
| install_noded.sh | ||
| test_checker.py | ||
| test_cli_server.py | ||
| test_commands_psbt_creator.py | ||
| test_commands_utxo_scanner.py | ||
| test_config.py | ||
| test_decodetx.py | ||
| test_devices_specter.py | ||
| test_ep_wallet_api.py | ||
| test_genericdata_storage.py | ||
| test_helpers.py | ||
| test_hwi_rpc.py | ||
| test_hwibridge.py | ||
| test_jwt.py | ||
| test_key.py | ||
| test_labels_import.py | ||
| test_liquid_rpc.py | ||
| test_managers_config.py | ||
| test_managers_device.py | ||
| test_managers_node.py | ||
| test_managers_otp.py | ||
| test_managers_service.py | ||
| test_managers_user.py | ||
| test_managers_wallet.py | ||
| test_merkleblock.py | ||
| test_node.py | ||
| test_node_controller.py | ||
| test_persistence.py | ||
| test_rest.py | ||
| test_rpc.py | ||
| test_services.py | ||
| test_services_extension_gen.py | ||
| test_services_swan_client.py | ||
| test_specter.py | ||
| test_specter_migrator.py | ||
| test_txlist.py | ||
| test_user.py | ||
| test_util_common.py | ||
| test_util_descriptor.py | ||
| test_util_fee_estimation.py | ||
| test_util_mnemonic.py | ||
| test_util_priceprovider.py | ||
| test_util_reflection.py | ||
| test_util_reflection_fs.py | ||
| test_util_shell.py | ||
| test_util_tx.py | ||
| test_util_version.py | ||
| test_util_wallet_importer.py | ||
| test_util_xpub.py | ||
| test_wallet.py | ||
| utils.py | ||