grubles
grubles
OS: Alpine 3.18.5 Arch: x86_64 Elements version: v23.2.1 When testing a PeerSwap swap (patched with https://github.com/ElementsProject/peerswap/pull/257) , elementsd segfaults. The segfault seems to occur when PeerSwap tries to create the...
`elementsd --help` ``` -chain= Use the chain (default: liquidv1). Reserved values: main, test, signet, regtest, liquidv1, liquidv1test ``` This makes it hard to discover for emulating Liquid locally for testing...
Not sure if you guys are aware of this already. Running commit df8e57296c9d16ec4762bc0dd2b55184cd292cb4 on Fedora 38. ``` $ gcc --version gcc (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4) ``` ``` CXX...
Fedora 39 on arm64. Occurs with both v23.11.2 and master using`./configure --enable-rust`. ``` VALGRIND=1 valgrind -q --error-exitcode=7 --track-origins=yes --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all common/test/run-tal_arr_randomize > /dev/null ==151138== Source and destination overlap in...
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? ```...
0.16.20 does not support ppc64le arch. The recently released 0.17.0 does. Is there anything that would prevent bumping the version?
I would like to try and overclock my Armory for testing purposes. This is on the Debian Stretch Armory image. ``` root@usbarmory:/home/usbarmory# cpufreq-info cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009...
Bumps the protocol version from 3 to 4. MERGE THIS AS THE LAST THING BEFORE RELEASE.
If you try running both in their own containers, gRPC won't work due to some lower-level networking related issue that docker might be introducing.
This would be useful for projects like RTL that integrate peerswap and visually display fee rates (in sats per kilo-vbytes) to the user. Something like `peerswap-lbtc-getfeerates`?