-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I place a sell order, I would like to check if the sell order is filled or not.
B…
-
BCAP should also consider the potential risks of developer capture. Bitcoin's development community is diverse, but with Bitcoin Core acting as the de facto reference client, the power dynamics around…
-
Right now the rust client crate provides only async API. While it is indeed used in many projects, there are cases when async is not desired. For instance, I always put tasks into a dedicated thread, …
-
We currently have approximately 548 unique dependencies (after the rust-bitcoin migration concludes):
```
$ cargo tree --workspace --prefix none --prune bitcoin@0.29.2 --prune bitcoin@0.30.2 | gre…
-
The text handwaves away that alternatives are important but harps on why they are bad. Well, some of us think they are great and necessary.
Libbitcoin is proving to improve on Bitcoin Core in vari…
-
testing reorg on regtest on top of 20c1880f9b7b0345c17ac343d6583806a4bc53e0 with esplora backend:
- sending an unconfirmed coin to Liana
- Liana detect unconfirmed coin
- then invalidate 2 blocks…
-
#### **Description**:
Establish a `BitcoinClient` struct within the `bitcoin` module to facilitate interactions with the Bitcoin network. This structure must conform to the `DaClient` trait.
#### **T…
-
Officially, bitcoind is the one and only Bitcoin client. There's also no official protocol because bitcoind is the protocol.
Despite this, we may want to run two alternative clients with bitcoind, …
-
(Before I put myself on developing something useless...)
Is it possible to leverage an SPV client (e.g.: picocoin), instead of the full node Bitcoin-Core?
In other words, do you think I can modify the…
-
Extend wallet policies with `musig` support, as tentatively specified [here](https://github.com/achow101/bips/blob/musig2-descriptors/bip-musig2-descriptors.mediawiki).
For wallet policies, express…