Larry Ruane

Results 51 issues of Larry Ruane

Prints to stdout a concatenation of full help text as if you had run `bitcoin-cli help` on every RPC. This allows you to search help text when you can't remember...

CI failed

This PR adds `last_block_announcement` to the per-peer `getpeerinfo` RPC result. This is the most recent time that this peer was the first to notify our node of a new block...

Tests

... rather than integer bitmasks such as (1

https://leastauthority.com/community-matters/moonmath-manual/ (The link is there to free PDF download, 229 pages) I think this meets the requirements to be included in your list, although you have no ZK-proof category yet....

PR requested

This implements a new verbosity level=3 for `getblock` that returns exactly what lightwalletd needs to fetch a block: - full block in raw hex form - list of txids -...

Currently, the `"rpc"` category enables a log message at the start of each RPC, for example: ``` 2022-02-15T16:27:33.234997Z DEBUG rpc: ThreadRPCServer method=getblock ``` It would be useful to also log...

use case
A-rpc-interface
A-logging
E-good-first-issue

Resolves #56. Adding the same code to `DisconnectBlock()` as already exists in `ConnectBlock()`, very simple and safe change.

In branch `0.13-bitcore`, which is the most recent, the function `DisconnectBlock()` creates a vector to update the `spentIndex` database: https://github.com/bitpay/bitcoin/blob/1f0598705c3176f70325cd56a5446fec3ca4f13c/src/main.cpp#L2312 but never writes it to disk. It's computed without being...

Fixes #462. If the file extension is `.conf` (as in `zcash.conf`), then parse the file as an INI file (as is done today). If the extension is `.toml` (as in...

enhancement
zebra

Reduce the startup time from a couple of minutes to a few seconds (or less) by removing the deserialization of all compact blocks in the disk cache. This is an...