bwt icon indicating copy to clipboard operation
bwt copied to clipboard

A lightweight wallet indexer for Bitcoin, available as an Electrum RPC server and a modern HTTP REST API.

Results 52 bwt issues
Sort by recently updated
recently updated
newest added

Bumps `bitcoin`, `bitcoincore-rpc`, and `miniscript` crates to latest versions.

Implements https://github.com/bwt-dev/bwt/issues/93. Tested with regtest and electrum.

This will address #91 when complete. Busy cleaning up the actual taproot descriptor support today/tomorrow.

Bitcoin Core 23 now creates descriptor wallets by default, breaking the integration tests. The first commit creates legacy wallets instead to fix this. Electrum 4.1.0 replaced the `end_balance` field with...

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...

dependencies

The configuration parameter `--bitcoind_timeout` was added in 5f92c47, which configures the connect, read and write timeouts on socket connections to Core RPC. However, one does not typically want the same...

Although I expect this will require some of the dependencies to be updated first, I would like to start by adding this issue to request support for Taproot (P2TR) wallets....

Would it be possible to add new xpubs/wallets to be tracked during runtime via a POST request?

enhancement

Typically needed for regtest chains. See https://github.com/sparrowwallet/sparrow/issues/265

enhancement