rgb-cln/cln-rpc/src
niftynei ecb8d9d71f dual-fund: add new open-commit-ready state
From the spec:

	Once peers are ready to exchange commitment signatures, they must remember
	the details of the funding transaction to allow resuming the signatures
	exchange if a disconnection happens.

Basically this means we add channels to the database before we've gotten
commitments for them; it's nice that there's now a state for commitments
recevied but we now save the channel prior to that.

This commit makes it possible to track the pre-commit-rcvd but not quite
open-init state.
2023-11-02 19:32:05 +10:30
..
codec.rs cln-rpc: Scaffolding for the cln-rpc crate 2022-02-11 16:02:25 +01:00
jsonrpc.rs cln-rpc: allow id to be any token. 2022-09-16 12:31:45 +09:30
lib.rs add data field to RpcError 2023-11-01 17:28:50 +01:00
model.rs dual-fund: add new open-commit-ready state 2023-11-02 19:32:05 +10:30
notifications.rs cln-rpc: Scaffolding for the cln-rpc crate 2022-02-11 16:02:25 +01:00
primitives.rs add data field to RpcError 2023-11-01 17:28:50 +01:00