nymius
nymius
This PR adds [silent-payments](https://www.youtube.com/watch?v=Cqmk2cZ2IjM) transcript review to the bitcoin-design/learning-bitcoin-and-design directory.
### Description Resolves https://github.com/bitcoindevkit/bdk/issues/534. Resumes from the work in https://github.com/bitcoindevkit/bdk/pull/556. Add custom sorting function for inputs and outputs through `TxOrdering::Custom` and deprecates `TxOrdering::Bip69Lexicographic`. ### Notes to the reviewers I tried...
### Description The `Store::open` method doesn't recovers the previous `Store` state saved in the file and emplaces the file pointer just after the magic bytes prefix, this later is agravated...
**Describe the bug** While running `/home/${user}/config.scripts/bitcoin.update.sh tested` the verification step fails. Particularly, it follows [this execution branch](https://github.com/raspiblitz/raspiblitz/blob/61766d8beaa1641e59d40c693a1c40d5d2ff9548/home.admin/config.scripts/bitcoin.update.sh#L240). I have run some commands from the script in isolation to figure out...
**Describe the enhancement** Change all the `example_crates` output format to be JSON. **Use case** Easier output information extraction through `jq` tool, for better integration with shell script or other external...
**Describe the enhancement** Inside a doc directory at the root of the repository, or maybe in the header section of the project, we could list the BIPs the library is...
**Description** This PR adds experimental support for creating silent payment transactions through a new `CreateSpTx` command. The implementation integrates the `bdk_sp` crate to enable sending Bitcoin to silent payment addresses....