Alekos Filini
Alekos Filini
**Have you read the documentation?** Yes. **How did you configure electrs?** /etc/electrs/config.toml ``` cookie=... ``` local_config.toml ``` # yes, this is empty ``` Arguments: `--conf ./local_config.toml --cookie-file ...` **Debug output**...
Errors are ignored the first time the Rust code is compiled. This causes `yarn run build` on downstream projects to succeed even when compilation actually failed.
### Description Merge the release branch back into master ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x]...
### Description Whenever the transport errors with "WouldBlock" we wait a bit and retry the call. This partially fixes #650, at least the errors happening with the RPC blockchain reported...
### Description As pointed out in https://github.com/bitcoindevkit/rust-electrum-client/pull/58#issuecomment-1207890096 there was no way to keep using the client once it was given to BDK. ### Checklists #### All Submissions: * [x] I've...
**Describe the bug** Running the integration tests against Bitcoin Core 23.0 I see all of them failing with: ``` ---- blockchain::rpc::bdk_blockchain_tests::test_tx_chain stdout ---- thread 'blockchain::rpc::bdk_blockchain_tests::test_tx_chain' panicked at 'called `Result::unwrap()` on...
### Description Closes #549 This PR adds support for BIP47: the idea is that the user can "attach" BIP47 support to an existing wallet, called "main_wallet" around the code. This...
This PR adds "lnbits legend" (https://github.com/lnbits/lnbits-legend) with support for both clightning and lnd. Unfortunately it requires quite a few python packages that are not shipped by nixos, so I had...
### Description Upgrade BDK to rust-bitcoin 0.29 Missing pieces: - [x] rust-miniscript `update_output_with_descriptor` - rust-bitcoin/rust-miniscript#465 - [ ] rust-miniscript 8.0.0 release - rust-bitcoin/rust-miniscript#462 - [ ] Upgrade rust-hwi to bitcoin...
### Description This is making our cargo audit fail due to a vulnerability in older rocksdb versions. ### Checklists #### All Submissions: * [x] I've signed all my commits *...