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 bf24120f89.
* update bug fixed + node manager added to node test
* cleanup external_node
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
67 lines
1.8 KiB
YAML
67 lines
1.8 KiB
YAML
site_name: Specter Desktop Documentation
|
|
site_url: https://docs.specter.solutions/desktop
|
|
repo_url: https://github.com/cryptoadvance/specter-desktop/
|
|
nav:
|
|
- Home:
|
|
- 'Introduction': README.md
|
|
- release-notes.md
|
|
- multisig-guide.md
|
|
- User Guide:
|
|
- faq.md
|
|
- 'Using Tor': tor.md
|
|
- 'Signing messages': sign-message.md
|
|
- Operating Guide:
|
|
- connect-your-node.md
|
|
- daemon.md
|
|
- performance.md
|
|
- reverse-proxy.md
|
|
- self-signed-certificates.md
|
|
- hwibridge.md
|
|
- elements.md
|
|
- windows.md
|
|
- 'Endless Pacman Troubleshooting': endless-pacman.md
|
|
- Development:
|
|
- 'Contributing': contributing.md
|
|
- 'Developing': development.md
|
|
- 'Testing': test-new-releases.md
|
|
- build-instructions.md
|
|
- 'Continuous Integration': continuous-integration.md
|
|
- cypress-testing.md
|
|
- 'Architectural Notes': architecture.md
|
|
- 'Some Random Dev Thoughts': archblog.md
|
|
- API:
|
|
- api/README.md
|
|
- api/ep_liveness.md
|
|
- api/ep_readyness.md
|
|
- api/ep_specter.md
|
|
- api/ep_specter_fulltxlist.md
|
|
- api/ep_wallets_psbt.md
|
|
- api/ep_wallets_wallet.md
|
|
- Extension Development:
|
|
- extensions/intro.md
|
|
- extensions/frontend-aspects.md
|
|
- extensions/service-configuration.md
|
|
- extensions/data-storage.md
|
|
- extensions/callbacks.md
|
|
- extensions/devices.md
|
|
- extensions/nodes.md
|
|
|
|
theme:
|
|
name: readthedocs
|
|
markdown_extensions:
|
|
- mdx_truly_sane_lists # pip3 install mdx_truly_sane_lists mkdocs-video
|
|
plugins:
|
|
- search
|
|
- mkdocs-video:
|
|
mark: "small_video"
|
|
css_style:
|
|
width: "70%"
|
|
height: "15lw"
|
|
min-width: "300px"
|
|
min-height: "180px"
|
|
- mkdocs-video:
|
|
mark: "video"
|
|
css_style:
|
|
width: "100%"
|
|
height: "22.172vw"
|
|
|