Igor Bubelov

Results 92 comments of Igor Bubelov

> I'm not sure what your usecase is but why not just access this via jsonrpc over [commando](https://github.com/lightningd/plugins/tree/master/commando) + [lnsocket](https://github.com/jb55/lnsocket)? Then you have access to all rpcs and even ones...

@jb55 I'm not sure if I understand what it means to have a direct connection over Lightning and how it affects privacy/security/usability. Tor helps me with NAT-punching and concealing the...

Tor is absolutely critical for privacy, I used to worry about slow LN payments but then I saw some national QR payment systems. For instance, it often takes more than...

> Can you explain where the loss of privacy comes from in connecting directly between your node and your mobile phone? Maybe I'm missing something in terms of attack/privacy vectors....

> I have no strong opinion on this, but in my experience there are all the minimal dependences already installed in arch to avoid to have this in the docs....

@vincenzopalazzo can you confirm that: ``` ~/.local/bin/poetry install ``` and ``` python -m poetry install ``` are equivalent? The goal is to invoke user-scoped `poetry`. I'm not deeply familiar with...

What do you think about including test runs? For instance, Bitcoin Core binaries ship with a test suite and it's strongly advisable to call `make check` as a part of...

Tested on the latest Arch Linux Docker image, seems to work fine with the changes suggested by @vincenzopalazzo The full list of downloaded deps: ``` Package (63) New Version Net...

@vincenzopalazzo does it generate from this? https://github.com/ElementsProject/lightning/blob/9a880a0932e7d8575620a1f7b48038c52b4b126f/.msggen.json#L580-L589 https://github.com/ElementsProject/lightning/blob/9a880a0932e7d8575620a1f7b48038c52b4b126f/cln-rpc/src/model.rs#L1273-L1292 It has a bunch of optional fields already so it doesn't look like it can't parse Rust's `Option` enums or something

Figuring out correct IP address might be hard since there could be many of them, but even bundling the PEMs in a single QR would cut the number of scans...