rorp
rorp
I found a workaround. Just download an x86-64 version of JVM and run Eclair with it.
I ran tests on my 2019 MacBook Pro 2.6 GHz i7 and 2020 MacBook Pro M1 with Oracle JDK 17.0.4.1 built for Intel OSX. It took a little less than...
`otj-pg-embedded` v0.13.3 includes `postgres` binaries for Linux, Windows, and Mac OS X, but for some reason `libpq` for Mac OS X is missing. That means that in order to run...
> What is the rationale for adding this to eclair's API ? Users could simply call bitcoin core's API instead ? What is the rationale for `onchaintransactions`? Same for this...
I agree that it should differentiate between locked and unlocked UTXO. As @sstone pointed out, all this can be done using Bitcoin Core RPC directly, so the can of worm...
A better workaround for a development environment. Download an unnoficial build of `darwin-aarch64` JAR file from https://github.com/rorp/secp256k1-kmp-jni-jvm-darwin/blob/master/secp256k1-kmp-jni-jvm-darwin-0.7.0.jar Then install it to your local Maven repository: ```bash mvn install:install-file \ -Dfile=./secp256k1-kmp-jni-jvm-darwin-0.7.0.jar...
> I think this is a useful change, but I dislike the `volatile` wrapper. That’s a simple way to avoid [Memory Consistency Errors](https://docs.oracle.com/javase/tutorial/essential/concurrency/memconsist.html) in JVM. And it does the job,...
Apparently, this is the root cause of https://github.com/ACINQ/eclair/issues/2645 I experienced this bug as well. Fixed by nuking the network database.
> I don't think these issues are related, in #2645 it was a custom plugin that was generating invoices with invalid routing hints, that's why path-finding couldn't find a route....
> I think i kept this "broken" channel open long enough and will close it soon, if there is no easy fix. There's no fix per se. Is I mentioned...