Luca
Luca
This PR (WIP): - Fixes the BTC 2 digits backend formatting bug - Proposes a draft solution to centralize formatting handling in the backend, exploiting higher precision when available I...
This adds a new `Info` section in settings, which states the current version of the App and, in case of available updates, offers a download link.
The main unit displayed in the app for bitcoin accounts is Bitcoin (BTC), but sometimes it can be easier to think in terms of Satoshi (SATS), especially for lower amounts....
The error string was not correctly checked in handlers.go, which lead the frontend to show a generic error instead of the specific one.
Addressing most of the observations done in #2513. Unit tests will come in a separate PR, together with a small refactoring of backend tests.
Removes an unnecessary check in the function and adds a unit test function. This was suggested in the review of #2485
Fixes an event transmission lag that caused an unexpected error (discovered in #2307) and renames a misleading backend method. See commit messages for details.
Recent btcd updates changed the way hashes are serialized. We proposed a fix (see https://github.com/btcsuite/btcd/pull/2025) to restore backward compatibility. This commit adds a specific test case to ensure that the...
Bitcoin Core fee estimation is not very accurate. With this change, meempool.space api will be used as a preferred estimation method per BTC fees. The fee estimations are fetched through...