-
rust-bitcoincore-rpc: `v0.19.0`
Bitcoin Core: `v0.21.0` and `v24.0.1`
`scan_tx_out_set_blocking()` is panicking as if another scan was already in progress.
This snippet:
```rs
extern crate …
-
https://github.com/bitcoinknots/bitcoin/issues/51#issuecomment-1815538096
-
https://github.com/bitcoin-core/bitcoincore.org/pull/1042/commits
-
-
**Expected behavior**
v0.21.4 should be tagged as released.
**Actual behavior**
The old v0.21.3 is the latest released one
-
Is there an async version of the library in the planning?
I guess that is blocked by async support in [jsonrpc](https://github.com/apoelstra/rust-jsonrpc)?
-
Hello! I'm using bitcoin-kit in production and for some users application crashing because of
Exception android.database.sqlite.SQLiteReadOnlyDatabaseException: attempt to write a readonly database…
-
We depend on https://github.com/casey/rust-bitcoincore-rpc/pull/10, but I don't think we ever opened a PR to get it into rust-bitcoincore-rpc. We should open a PR, so we can get off our fork.
-
**Describe the bug**
I want to get information about addresses (balances, transactions) via a custom script. While getting information of some addresses with a lot of transactions, electrs hangs, whi…
su-sd updated
2 months ago
-
Not yet implemented in rust-bitcoincore-rpc: https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/27