Daniel McNally
Daniel McNally
I see that this functionality was confirmed not to exist in #361, but I think it would be a useful feature to implement. Currently I'm having to workaround by converting...
When override-suggestions and auto-match are both true, a match on originalObject occurs but is then overridden with a custom object on blur. This change sets a flag when an exact...
Right now it appears that it's only possible to listen on a single interface for the rpc server. I can specify `--electrum-rpc-addr` only once. I think it would be nice...
## Change Description This adds a `--notls` config option that disables TLS encryption for both gRPC and REST connections. This may be useful for when RPC communication happens only over...
I'm using ipc for rawblock and rawtx zmq notifications with bitcoind. It looks like Fulcrum doesn't recognize it: ``` [2022-04-11 16:24:58.373] getzmqnotifications: unknown endpoint protocol ipc:///tmp/bitcoind.block.raw for type rawblock [2022-04-11...
I can't install this either using option 1 or option 2 from the instructions with the same error while building scipy. I'm using python 3.8.6 on Ubuntu 20.10. I've tried...
btc-rpc-explorer sometimes crashes while running but not actively serving webpages with `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory` **Environment:** - Bitcoin Core...
I ran into this error trying to use lnd in neutrino mode against a bitcoind node on regtest. I traced the error to this codebase, https://github.com/btcsuite/btcd/blob/master/blockchain/validate.go#L318. ``` [WRN] BTCN: Header...
litd stops with a "successful" exit code 0 when it stops upon lnd exiting due to a failure and a non-0 exit status code. **Expected behavior** litd to exit with...
This issue is for tracking intermittent test failures that cause our tests to be flaky and require manual restarts even when there is no underlying issue in the xud code...