jbesraa
jbesraa
currently we only cover v1, would be great to add tests for v2 integration and add them to gh workflows file
currently its a bit of work to run all of the tests localy(integartion, v2 and other features), it would be nice to have a single script, maybe 'ci-test' that we...
The following structs are not fully documented: `Enrolled`, `Enroller` and `V2Context` I am raising this mainly because I think it can help people understand what `directory` or `ohttp_relay` mean(and its...
Is there any reason we check formatting in nightly and not stable only? IMO it would be simpler to work on the project when its just stable as usually text...
In #109 we added an option to allow the user to set their fee, but we could make this param optional and fetch current accepted mempool fee rate via bitcoin...
resolves #3023
..under `ChannelManager`. It replicates the functionality of the original `funding_transaction_generated` in the same module but without checking if the witness data is set in the funding transction inputs. #3022
Currently LDK will broadcast the funding transaction for outbound channels after we receive `FundingSigned` from the counterparty node. We should introduce a new flag(`manually_broadcast_outbound_channels`?) and when set, `FundingSigned` event will...
In a channel opened in a payjoin scenario the inputs wont be fully signed before we return the psbt to the payjoin sender but we want to complete the `FundingCreated`...