Overtorment

Results 84 issues of Overtorment

preamble: discussion here https://github.com/BlueWallet/BlueWallet/commit/e4c13c4f79408bcb53d81f25ee17e50c80e5dcfc#r45715543 TLDR: ``` bip32.fromBase58(zpub).fingerprint (it's a 4 byte Buffer getter) ... Instead of 00000000 default FP, use the fingerprint of the Zpub Instead of m/48'/0'/0'/2' default path,...

enhancement
multisig

# Question We are working on making a reproducible/verifiable builds for our RN app. Independent security researchers compile app locally and compare with published on googleplay/website build. We had success...

Since I'm working on a project that does both onchain and offchain, Im thinking of a way for a user to provide proof-of-funds (for example) for a Lapp. Imagine, Lapp...

I propose to add something like this to Provider signature: ``` getAddress(comment: string): Promise; ``` For a case when Lapp needs an onchain address for whatever reason. Reason should be...

``` Matt Corallo BOT — 15/08/2022 for outbound channels, zero conf just requires trust_own_funding_0conf for inbound, you have to opt into trust on a per-channel basis - you have to...

e.g. for android: `if (arg._level == org.ldk.enums.Level.LDKLevel_Gossip) return@new_impl;`