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

Implement coin selection in bwt, to be able to fund transactions using a specific hd wallet or addresses. This is currently not possible using bitcoind's `fundrawtransaction`.

enhancement

Just asking here to see if there is some sort of conceptual ACK for starting working on this https://github.com/romanz/electrs/issues/227 It Would be nice if both implementations could expose a gRPC...

enhancement

As per subject, this is what you get when you verify the file: ``` gpg: Signature made Thu 25 Mar 2021 12:45:53 AM CET gpg: using RSA key FCF19B67866562F08A43AAD681F6104CD0F150FC gpg:...

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.36 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @​alex in sfackler/rust-openssl#1851 Skip a test that...

dependencies

Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.1 to 0.3.3. Release notes Sourced from warp's releases. v0.3.2 Features: Add Filter::then(), which is like Filter::map() in that it's infallible, but is async like Filter::and_then(). Add...

dependencies

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.7.1 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.16.1. Release notes Sourced from tokio's releases. Tokio v1.16.1 1.16.1 (January 28, 2022) This release fixes a bug in #4428 with the change #4437. #4428:...

dependencies

As per https://github.com/bitcoin/bitcoin/blob/e334f7a54592ba9f05e4a5578dd933a7a31c3444/src/wallet/rpc/wallet.cpp#L91 the field `keypoololdest` is optional and not returned if no keys have been imported into the wallet yet. However, BWT (via rust-bitcoincore-rpc) requires it, causing BWT to...

I upgraded to mac os Ventura. I am running Bitcoin core on an external drive for a year. However since the upgrade I cannot connect the Sparrow wallet to the...