Robert Netzke
Robert Netzke
### Description The last seen unix time should be set for mempool transactions (#1336). I started working on this in the blocking Esplora client. ### Notes to the reviewers I...
### Description WIP towards removing `rand` #871 The `rand` dependency was imported explicitly, but `rand` is also implicitly used through the `rand-std` feature flag on `bitcoin`. ### Notes to he...
### Description Resolves #860 by adding export of taproot descriptors ### Notes to the reviewers Allows export as Core accepts taproot. ### Changelog notice - Export taproot descriptors ### Checklists...
Getting things rolling on BIP324 just to start a discussion. It will take some significant time for signet nodes to adopt this so it can actually be tested more thoroughly....
**Describe the enhancement** The `ignore` marco on tests should allow for a reason string, i.e `#[ignore = "waiting for patch XYZ"]`. Adding reasons to ignored tests can help us either...
**Describe the bug** Users in Discord in the past have reported issues with building the CLI while following along with the tutorial. We should be able to catch these bugs...
### Description ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [ ] I've signed all my commits * [ ] I followed the [contribution...
### Description Adds a compact block filter backend via Kyoto. Should remain a draft PR until we have an official release for `bdk_kyoto` ### Notes to the reviewers I will...
### Description In working on [`bdk_kyoto`](https://github.com/bitcoindevkit/bdk-kyoto/tree/master), we are finding that most of the functionality exists for the `Wallet` to just directly interoperate with the light client without much hassle. I...
**Describe the enhancement** With the release of `beta` there seemed to be a strong preference to make nonbreaking patches. **Additional context** The CI job is: ``` - name: Check semver...