grubles

Results 33 issues of grubles

Lowdown seems to introduce some whitespacing errors and misinterpretation(?) of markdown syntax to the man pages it generates. See example screenshot below. Left is `lowdown`-generated, right is `mrkd`-generated. Notice the...

Text was printed to console: ``` clboss: Boss/Mod/ChannelCreator/Planner.cpp:54: Boss::Mod::ChannelCreator::Planner::Impl::Impl(Boss::Mod::ChannelCreator::Plann er::DowserFunc, Ln::Amount, std::vector, std::size_t, Ln::Amount, Ln::Amount, Ln::Amount): Assertion `min_amount * 2

Users might want to disallow CBLOSS from rebalancing (or managing fees, etc.) channels for ALL nodes rather than individual ones passed to `clboss-unmanage`. For larger nodes, it will be extra...

OS: Ubuntu 22.04 Python 3.10.4 Summary plugin errors when run: ``` { "code": -32600, "message": "Error while processing summary: 'Plugin' object has no attribute 'persist'", "traceback": "Traceback (most recent call...

Running the `probe` plugin hangs and results in this output in the logs. ```2021-02-24T16:12:05.907Z **BROKEN** plugin-probe.py: sqlalchemy.pool.impl.NullPool: Exception during reset or similar 2021-02-24T16:12:05.908Z **BROKEN** plugin-probe.py: Traceback (most recent call last):...

CLN at 5af9d19e9411833b0a584f0906221fa946911fa3 OS: OpenBSD 7.4 Arch: SPARC64 Network: signet Compiler: GCC 8.4 CLN crashes soon after starting. I realize sparc64 is ancient but these logs may be useful? ```...

When building on powerpc64 FreeBSD 13.2-RELEASE. ``` cc ccan/ccan/base64/base64.c ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Werror,-Wt autological-constant-out-of-range-compare]...

On riscv it seems grpcio runs into a similar issue as https://github.com/grpc/grpc/issues/20400? grpcio version 1.59.2 Ubuntu 22.04 riscv64 ``` python3 -m grpc_tools.protoc -I cln-grpc/proto cln-grpc/proto/node.proto --python_out=contrib/pyln-grpc-proto/pyln/grpc/ --grpc_python_out=contrib/pyln-grpc-proto/pyln/grpc/ --experimental_allow_proto3_optional Traceback (most...

kind/bug
disposition/help wanted
lang/Python
priority/P2
disposition/requires reporter action

Ubuntu 22.04 ARM64 CLBOSS at f4a7715ab7e0480c9b73aa34165ff928e89fc2a2 ``` $ cat external/secp256k1/test-suite.log ======================================== libsecp256k1 0.1: ./test-suite.log ======================================== # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1...

Feeadjuster errors using `pyln-client` v22.11rc1: ``` 2022-11-19T21:07:20.178Z INFO plugin-feeadjuster.py: Traceback (most recent call last): 2022-11-19T21:07:20.178Z INFO plugin-feeadjuster.py: File \"/home/cln/.local/lib/python3.10/site-packages/pyln/client/plugin.py\", line 668, in _dispatch_notification 2022-11-19T21:07:20.179Z INFO plugin-feeadjuster.py: self._exec_func(func, request) 2022-11-19T21:07:20.179Z INFO...