Philipp Walter
Philipp Walter
It's probably because of https://github.com/synonymdev/bitkit/pull/1992, try changing it to `app-x86_64-release.apk` or `app-x86_64-debug.apk`
yeah I think like this in detoxrc should work (just add the flag): `$ ./gradlew :app:assembleDebug -PreactNativeArchitectures=x86_64`
I was able to reproduce this on the latest Testflight, LDK logs don't have anything AFAICT, I sent a crash report though @Jasonvdb [bitkit_ldk_logs_1704398815669.zip](https://github.com/synonymdev/bitkit/files/13835371/bitkit_ldk_logs_1704398815669.zip)
Discussed w/ @aldertnl @JeanlChristophe With the added [hodl invoice UI](https://github.com/synonymdev/bitkit/pull/1592) the previous error screen won't really show up anymore since we will timeout after 8 seconds showing the pending payment...
Hi @louneskmt , were you able to resolve this issue? If not you should be able to export the logs in the latest version by navigating to Advanced -> Lightning...
Closing this, seems outdated.
Seems to be an upstream issue in xtermjs. It's easily reproducible by visiting https://xtermjs.org/ with Brave or Tor. Turning off hardware acceleration fixes it for Brave there but not in...
@coreyphillips The electrum peer for mainnet defined in `example/helpers.ts` is set to use `EProtocol.ssl` which is broken in nodejs enviroment after my last PR. I'm trying to fix it but...
Agreed, this rule has been causing issues. If we want to keep the warning maybe we can have a flag (and string) in the result of the fee setting method....
> Currently seeing a crash on android emulator when giving camera permission. This crash happens only on this PR (in the emulator). From what I've seen this camera performs better...