You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently several expects in OnChainTxHandler (e.g., get_fully_signed_holder_tx) that make it such that any implementation of ChannelSigner::sign_holder_commitment_and_htlcs that returns Err will panic LDK.
I am wondering if it is possible to rethink how this works (e.g., caching the signatures when we advance the channel state?) so that the existing callers in OnChainTxHandler might be able to access the commitment and HTLC signatures without querying the signer.