Gursharan Singh

Results 27 comments of Gursharan Singh

Resolved the issue for file not found , it turns out there was semi-colon missing after LOG_LEVEL = 'debug' But the server account setup is still not working, removed all...

clboss gets killed if both clboss-min-channel and clboss-max-channel are changed from defaults, I am not sure if that's the case. For me, I removed clboss-max-channel override and it started working.

[VSS](https://github.com/lightningdevkit/vss-server) can serve the purpose of primary storage in this case. Vss is built as a generic purpose storage solution which can either be self-hosted or client can use one...

Outlined approach in https://github.com/orgs/lightningdevkit/discussions/3050

++ - [x] Remove watched_outputs dependency on per_commitment_claimable_data. (because if they depend on claimable_data, we won't outputs untill user provides us with ClaimInfo, and they won't be returned from tx_confirmed)...

Merging this into #3106 as per feedback. Addressed most of the comments here, some might be unanswered. Will move some questions to 3106, and close the rest here.

Yes i will close this after answering some comments or moving them to new pr.

Now this PR should be ready for review. But even so, there might be further changes as i get into further tasks for https://github.com/lightningdevkit/rust-lightning/issues/3049 So it is not ready for...

This PR is ready for review and merging. Any further refactor changes, we can do in follow-up.

> This isn't true, though. We don't require it, but have recommended it as it works around some current bugs that we intend to fix. If we recommend it to...