Matthew Zipkin
Matthew Zipkin
Update: I tried installing lightning-app for desktop and restoring the wallet from seed phrase, hoping that the desktop wallet would be able to recover the sweep-from-channel-close transaction. Unfortunately that did...
@halseth I sent you the complete log on slack, here's a snippet of the log grepped for the channel open tx: ``` 2020-08-15 18:08:36.301 [INF] CNCT: Re-publishing closing tx(bbb356b10f3a11ccf022048703bf96b1b9949ee547be37df833f64a5ebd5ade8) for...
Ok! I got my $20 back, thanks to @halseth -- basically the thing for me to do was just leave the iOS open and running in the foreground for *several...
Joining this issue, I also am interested in this feature. I may just modify lndhub /getbalance to return lnd channelbalance since I am the only user of this hub (created...
Good catch. This is only a bug when `getSize()` is called on the _packet_ though? Looks like the `BlockPacket` is unique in that its `toWriter` method does not call its...
#532 Might be a better solution to this issue - it covers all three wallet/node configuration (plugin, separate process and testing suite), and in all cases `chain.spv` (bool) is accessible....
Hm yeah, I have one more update I need to do on that PR, which will include a `spv-test.js` hopefully we can get that merged, then follow up with your...
@OrfeasLitos Ok #749 is a cleaner PR that just exposes `prune` and `spv` properties to the wallet, whether it's running as a plugin or standalone. Only problem is the info...
@tynes good idea to schedule this for 3.0, also agree on splitting into more commits. As we learned from the hashes-as-buffers-not-strings upgrade, plenty of stuff could still slip through the...
Should `bpkg` be added to `devDependencies`? The minimum version is important I think, I haven't update since `0.2.1` and tried `npm run build`, the generated binaries didn't work: `Error: Could...