Daniela Brozzoni
Daniela Brozzoni
See https://github.com/bitcoindevkit/bdk/issues/1148
Hey, I'm using nix-doom-emacs on commit `6c47eaa13d6f825b8a34df065f0e8260da0d3a1b` and I'm trying to display an image, but I get a "No images to display inline" error. I think the problem is that...
Needs #1023 Use the rust-bitcoin methods instead, and contribute upstream if they're lacking. See https://github.com/bitcoindevkit/bdk/pull/1023#discussion_r1263140218
Suggested by @evanlinjin in https://github.com/bitcoindevkit/bdk/pull/1203#discussion_r1509907167
i.e., maybe all our txs should be RBF by default :)
At the moment, this crate only supports some HWI commands. We are missing: Optional arguments: - [x] `--debug` (#23) - [x] `--version` - [ ] `--interactive` - [x] `--expert` Commands:...
We return an error if the user gives us a cpfp private key that is not contained in the cpfp descriptor: https://github.com/revault/revaultd/blob/d4d78e368db8dd4e6b09a1d06013e7036520428e/src/daemon/revaultd.rs#L412 This needs to be unit tested, the right...
- If the coordinator is dead when we send signatures, we should try sending them again when it's back up. - We should have some command to re-share all the...