core-lightning/contrib/pyln-grpc-proto/pyln/grpc
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
..
__init__.py pyln: Add missing upgrade-version target to pyln-grpc 2023-10-26 15:51:07 +02:00
node_pb2.py dual-fund: add new open-commit-ready state 2023-11-02 19:32:05 +10:30
node_pb2_grpc.py grpc: Add datastoreusage command 2023-10-26 12:58:04 +10:30
primitives_pb2.py grpc: Regenerate proto stubs 2023-10-24 10:24:52 +10:30