Richard Myers

Results 56 comments of Richard Myers

Can confirm targeting SDK 30 gave me the same error, and switching to target SDK 29 seems to work.

Is this the PR to add support for the spec change: [BOLT 7: add gossip address descriptor type DNS hostname #911](https://github.com/lightning/bolts/pull/911) ?

I think I have a similar issue. I believe my repo steps were something like this: 1) open channel (then walked away from the phone) 2) when I came back,...

I was actually thinking of usenet par files, which are a non-proprietary erasure coding technique. It looks like the current standard is PAR3 and is implemented in the [MultiPar](http://multipar.eu/source) project...

Ping... would like to have that hang bug fixed and SDK token setting so people can test with txtenna.py easier.

Easier to read version of the log file. Wish I could just include the .txt file! ![image](https://cloud.githubusercontent.com/assets/8568892/4960748/8feb8e88-66c6-11e4-80a8-90802fd5b785.png)

Some Questions for my next set of changes to this PR: - What information should go in the `AsyncPaymentFeatures` onion tlv? I currently use invoice feature bits because an empty...

RE: @t-bast 's point earlier about the possibility of a channel closure if the receiver does not trigger the payment and the sender is not back online within `cancel-safety-before-timeout-blocks` of...

Thanks for the feedback! I am interested in (1) to support Electrum Bitcoin clients using a low-bandwidth (radio) transport where every byte counts. I understand the concern about introducing dependencies/complexity...

It is worth exploring further how this proposal would work if it included support for the suggestion from @thomash-acinq to use keysend. Support for keysend would allow people to test...