* Docs: some doc fixes, refactorings and ext clarification
* Further fixes and recovering search
* Only main heading has one # so that navigation works
* remove about
* docs: update TOC
* Adjust release-notes script
* remove authors plugin properly
* corrections & simplifications
* cli_text.py updated
* architecture.md edited
* extensions and some small fixes
* docs: update TOC
Co-authored-by: k9ert <k9ert@users.noreply.github.com>
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
* Feature: time measuring for RPC-tracing
* Performance warnings and hints
* adjust treshold to 7 seconds
* refactor api wallets endpoints to own file
* more consistent error-handling
* fee endpoint
* refactoring tx-table to hide columns and add customaction
* replace coin_selection with webcomponent
* fix fee-test
* fix fee-test
* fix fee-estimation
* fee selection web-component
* bugfixes
* fix test
* using events to communicate changes
* tidy up
* fix selectedCoins
* fix tests
* no fee_rate calc in send_new endpoint
and GET for fetchAssetBalances
* refactor estimate_fee out from send_new
* fix assetLabel
* Do not use assetBalances-endpoint but pass as property
* Typos corrected, RBF functionality restored, bugs in fee selection fixed and fee default settings improved.
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
Co-authored-by: Manolis <70536101+moneymanolis@users.noreply.github.com>