Results 36 issues of Sergei Tikhomirov

I cloned this repo, downloaded [Eclair v0.3](https://github.com/ACINQ/eclair/releases/tag/v0.3) jar into the `/bin` directory, renamed it to `eclair.jar`, and ran `py.test -v test.py`. `eclair.py` fails on line 62 with: ``` FileNotFoundError: [Errno...

As per readme, I put the `lightningd` binary (from release [v0.7.0](https://github.com/ElementsProject/lightning/releases/tag/v0.7.0)) into `/bin` and ran `py.test -v test.py`, but the tests fail with ``` FileNotFoundError: [Errno 2] No such file...

c-lightning

**Which part needs editing?** The glossary dedicates two separate entries for these terms. Is the distinction that important in the LN context? **What editing does this need?** Merge the "coinbase"...

decision pending
editorial

**Which part needs editing?** The term "revocable sequence maturity contract" is hard to grasp (for me, at least). From what I understood, it is the transaction used to open a...

bug
editorial

**Which part needs editing?** Section 3: >The milli-satoshi unit cannot, of course, be settled on the Bitcoin blockchain at that granularity. Upon channel closure, balances are rounded to the nearest...

enhancement
decision pending
editorial

**Which part needs editing?** The text uses the term "smart contract" to refer to Bitcoin scripts securing the channels. **What editing does this need?** Many readers may have heard this...

decision pending
editorial

**Which topic needs more explanation?** The terms "forward secrecy" and "identity privacy" are not defined when talking about the Noise protocol: > The Noise Protocol Framework allows the construction of...

question
decision pending

**Which part needs editing?** The text uses the terms "incoming channel" and "outgoing channel" (Chapter 3, "Payment Forwarding Algorithm"). **What editing does this need?** The semantics of these terms may...

bug
enhancement
decision pending
editorial

**Which topic needs more explanation?** The implementation is invoice expiry time is not clear. **What about the topic is not understood?** What prevents a sender from paying an outdated invoice?...

enhancement
question
decision pending

**Which topic needs more explanation?** In Chapter 3: > The on-chain transaction fees for the closing transaction are paid by the channel partner who opened the channel and not by...

enhancement
question
editorial