Releases: craigraw/beta
Release list
2.4.3-sp-recv
- Add complete Silent Payments receive support via a new policy type for SP wallets
To test SP wallets, connect to Frigate v1.5.0 or later with backendElectrumServer and zmqSequenceEndpoint configured. Earlier Frigate versions use an outdated Electrum protocol. While Frigate supports migration from earlier configs, replacing any existing config entirely with the default is recommended for easier configuration. See the Frigate README for more information.
2.3.2-trezor-safe-7
- Adds support for the Trezor Safe 7
2.3.2-ledger-nano-gen5
- Adds support for the Ledger Nano Gen5
2.2.4-support-minrelaytxfee
- Support creating transactions with the minimum relay fee rate configured by the user or set by the connected server
The connected server must change minrelaytxfee in bitcoin.conf - this value will be read by Sparrow either directly from Bitcoin Core or indirectly via the Electrum server that connects to the node. To override this value, close Sparrow, edit the Sparrow config file in Sparrow home and change the value of minRelayFeeRate to a value >= 0.0 and < 1.0. Note that this is considered advanced usage - if the server you are connected to doesn't support relaying transactions at the chosen fee rate, it will return an error on broadcast.
2.2.4-duplicate-webcam
- Fixes an issue when a webcam is reported as more than one device
- Fixes the restart menu options on the Linux standalone package
2.2.4-bip353
- Adds support for sending to BIP353 human readable names, and including DNSSEC proofs in associated PSBTs
2.2.3-webcam-close-delay
- Adds a delay before closing the capture library to avoid intermittent SIG_SEGV on some systems
2.2.3-webcam
- Addresses issues around the new webcam library introduced in v2.2.0
2.2.3-prevent-double-close
- Prevents a double close of the webcam capture library
2.2.3-nv12
- Adds NV12 pixel format support on Linux