-
* **I'm submitting a ...**
- [ x] bug report
* **What is the current behavior?**
pop index out of range
File "node_launcher\gui\system_tray_widgets\settings\bitcoin_tab.py", line 31, in File…
-
JDBC url: `jdbc:chdb:data_path`
-
If `lnd` start before `bitcoind` is fully started (like for example if `bitcoind` is checking blocks), `lnd` will crash.
Can `lnd` wait automatically in a similar way to `bitcoin-cli -rpcwait getbl…
-
![image](https://user-images.githubusercontent.com/1343470/41509465-9d3498bc-7286-11e8-82d9-352e2aff737d.png)
# Caveat
Technical Preview 2 is our second preview version and is not fully function…
-
### Background
Since a power outage a few weeks ago LND keeps crashing right after startup.
### Your environment
* version of `lnd`: since 17.4 until 18.3 RC2
* which operating system: `Linu…
-
This is quite a simple issue, none of the examples in the README file work:
Example n°1:
```
const { query } = require("chdb");
const ret = query("SELECT version(), 'Hello chDB', chdb()", "CSV")…
-
Hello @auxten as far as I understand we get the default Error type when there is an error in chdb.
Recently I faced a situation where I got a message with the following message:
```
Code: 57. DB:…
-
### Background
`contractcourt`'s `ChannelArbitrator` has logic races that may cause it to prevent resolving contracts (in a worst case scenario, causing delay of redemption or loss of funds.
Som…
-
### Background
On regtest when sending payment over grpc with SendPaymentV2 I get insufficient balance error eventough there is a direct channel with balance when checking with `listchannels`. The …
-
Does chdb support [executable UDF functions ](https://clickhouse.com/docs/en/sql-reference/functions/udf) ?
If so, how do we configure chdb ?