Overtorment

Results 84 issues of Overtorment

``` val handshake = ChannelHandshakeConfig.with_default(); handshake.set_minimum_depth(1); uc.set_own_channel_config(handshake); ```

example: `RnLdkImplementation.decodeInvoice()` `RnLdkImplementation.provideDecodeInvoiceFunc()` all funcs should be tested via selftest

setup e2e test: should at least start, connect to a peer and check listPeers * [ ] iOS * [ ] Android PS. talking about example app

``` a) we always pull that method, so no matter when we send it, gotta override KeysInterface 's get_shutdown_pubkey and return your own public key at that time. That interface...

https://github.com/lightningdevkit/ldk-garbagecollected/blob/main/src/main/java/org/ldk/structs/UtilMethods.java#L12 https://github.com/lightningdevkit/ldk-garbagecollected/blob/main/src/main/java/org/ldk/structs/UtilMethods.java#L31

A bit weird I can use `bitcoinjs-lib` on runkit with no issues ``` Error: Cannot find module 'secp256k1' Require stack: - /app/available_modules/1617109044000/bolt11/payreq.js - /app/index.js at Module._resolveFilename in core node:internal/modules/cjs/loader —...

This is tricky as user who sends tx from his BW is already tracking a specific txid, so this new pushtype could be duplicate. Also, if you spend your several...

We should have user's locale in `token_configuration` table. If not, `en` is the default one