bria
bria copied to clipboard
Bumps [miniscript](https://github.com/rust-bitcoin/rust-miniscript) from 10.0.0 to 12.0.0. Changelog Sourced from miniscript's changelog. 12.0.0 - May 22, 2024 Update MSRV to Rust v1.56.1 #639 Remove sketchy LikelyFalse error #645 Drop the Property...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.202. Release notes Sourced from serde's releases. v1.0.202 Provide public access to RenameAllRules in serde_derive_internals (#2743) v1.0.201 Resolve unexpected_cfgs warning (#2737) Commits 9e32a40 Release 1.0.202...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. Release notes Sourced from serde_json's releases. v1.0.117 Resolve unexpected_cfgs warning (#1130) Commits 0ae247c Release 1.0.117 4517c7a PartialEq is not implemented between Value and 128-bit...
This is my hacking around trying to copy `admin` mod into a `payjoin` server that could trigger payouts when it senses a payjoin incoming. It does not build yet. I'm...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.32 to 0.9.34+deprecated. Release notes Sourced from serde_yaml's releases. 0.9.34 As of this release, I am not planning to publish further versions of serde_yaml as none of...
Bumps [electrum-client](https://github.com/MagicalBitcoin/rust-electrum-client) from 0.18.0 to 0.19.0. Release notes Sourced from electrum-client's releases. Release 0.19.0 What's Changed Bump to version 0.18 by @danielabrozzoni in bitcoindevkit/rust-electrum-client#116 Add Batch::raw and improve docs by...
when the fees estimation fails, it trigger a page currently. an example of a 3 traces that generated 3 pages for what appears to be a single estimation error: -...
Right now Bria opens a new TCP connection the electrum server for each task. It would be much more efficient to keep a single connection alive instead or constantly closing...