araspitzu
araspitzu
Inspired by https://github.com/ACINQ/phoenix/pull/24 this PR adds the deterministic build environment to eclair-mobile allowing anyone to easily reproduce the released packages. To perform the build you need `docker-ce` installed and `eclair-core`...
There is a scenario where the signature produced by bitcoin-lib is different than the one made by bitcoin-core, it's a legacy multisig (P2SH) with 2-of-2 signatures required. For clarity i...
Since swakka is built on akka-http-10.1.4 it will pull akka-2.5 as dependency (when run with JDK11) [akka release notes](https://doc.akka.io/docs/akka-http/current/release-notes/10.1.x.html#migration-notes), would it be possible to cross-compile swakka for those who are...
The docker build fails to run on both `master` branch and `v1.5.0` tag with the following error: ``` Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) ``` Is there a...
Poor behavior of ArpService leaves too many files open causing: >java.io.FileNotFoundException: /proc/net/arp (Too many open files) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at scala.io.Source$.fromFile(Source.scala:91) at scala.io.Source$.fromFile(Source.scala:76) at scala.io.Source$.fromFile(Source.scala:54) at...
The build script currently downloads (over https) the binaries for btc-hotspot and eclair without checking their sha-digest.
The invoice page doesn't let the user 'actualize' its payment. The behavior should be as following: - Present invoice to the user - If invoice is paid then show a...
When a new client connects to the hotspot the HTTPS requests are being intercepted by btc-hotspot. This causes an SSL error on the client because the response does not conform...