[RFC] Simplified (but less optimal) HTLC Negotiation



Summary:

The discussion is about implementing a state-based approach in a project. Bastien Teinturier mentions that once the approach is implemented correctly, it runs smoothly without any need for further changes. However, Rusty argues that a synchronous approach, like the one being discussed, allows for dynamic protocol updates without requiring a "stop and drain" step. For instance, decreasing the number of HTLCs accepted can be done without worrying about any added HTLCs at that moment. This resolves an existing issue with update_fee. Rusty believes that implementing this approach would be simple since it's a subset of state-based approach.


Updated on: 2023-06-03T02:49:10.917169+00:00