Matthew Zipkin
Matthew Zipkin
Possible solution: ```diff diff --git a/lib/zone.js b/lib/zone.js index 2568026..f52f051 100644 --- a/lib/zone.js +++ b/lib/zone.js @@ -532,6 +532,9 @@ function convert(name, rr) { assert(y.length > 0); + if (x[x.length - 1]...
Possible fix: remove this line which returns the root hints. https://github.com/chjj/bns/blob/4d14ee60cde5058f06aeda204b9b7825cb475e3e/lib/zone.js#L267-L271
This subject reminds me of the "Chain Width Expansion" attack described in https://bcoin.io/papers/bitcoin-chain-expansion.pdf bitcoin-dev thread: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-October/017354.html In this paper the author suggested a solution (section 4.3) using proof-of-work to limit...
Ran a pair of benchmark tests: With PR: 1 hour, 8 minutes 5b1e92f539c24b6518f577b92874ccac0bbf617f ``` 2020-07-24T22:41:21Z Reindexing block file blk00000.dat... ... 2020-07-24T23:49:24Z Reindexing block file blk02165.dat... 2020-07-24T23:49:27Z Loaded 126 blocks from...
@LarryRuane top commit makes sense to me, no point in reading the block data if we already have it. I'm running another reindex now to test it out, and will...
Same issue. Close TX actually has been confirmed for over 24 hours
On my app it says "waiting close", and in the transactions screen it still indicates "unconfirmed". The channel-closing commitment TX now is up to 828 confirmations. This was actually a...
I think that small balance is on the other side of the channel though. 
Sorry actually I think we got TXs mixed up. channel point is 5c2fba8298178953a5a39fb4c50bf735404b4197af8b050f6c6fcba95150a46c:1 so that 4029 satoshis output is the CHANGE from opening the channel. Which kinda sucks, the app...
Grepping for the close tx: ``` 2020-08-15 18:05:36.562 [INF] LNWL: Inserting unconfirmed transaction bbb356b10f3a11ccf022048703bf96b1b9949ee547be37df833f64a5ebd5ade8 2020-08-15 18:05:37.328 [INF] PEER: channel(595007:2400:1) force closed with txid bbb356b10f3a11ccf022048703bf96b1b9949ee547be37df833f64a5ebd5ade8 2020-08-15 18:08:36.301 [INF] CNCT: Re-publishing closing...