lnd/protofsm
Olaoluwa Osuntokun f331e2cc35 protofsm: add an upfront check for SendWhen predicates
In this commit, we add an upfront check for `SendWhen` predicates before
deciding to launch a goroutine. This ensures that when a message comes
along that is already ready to send, we do the send in a synchronous
manner.
2025-03-04 18:12:41 -08:00
..
daemon_events.go multi: update to fn v2 2024-12-04 13:19:00 -07:00
log.go protofsm: use prefixed logger for StateMachine 2025-01-10 18:25:19 +02:00
msg_mapper.go lnwallet/chancloser: enforce pubkey binding for msg mapper 2025-02-28 15:36:01 -08:00
state_machine.go protofsm: add an upfront check for SendWhen predicates 2025-03-04 18:12:41 -08:00
state_machine_test.go lnwallet/chancloser: enforce pubkey binding for msg mapper 2025-02-28 15:36:01 -08:00