rust-lightning/lightning/src
henghonglee 21b0818be7 Score's FeeParams as passed-in params on Routefinding functions
This PR aims to create a "stateless" scorer. Instead of passing
in fee params at construction-time, we want to parametrize the
scorer with an associated "parameter" type, which is then
passed to the router function itself, and allows passing
different parameters per route-finding call.
2023-05-10 12:53:42 -07:00
..
blinded_path Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
chain Improve logging around redundant force close monitor updates 2023-05-04 17:46:13 -07:00
events Merge pull request #1794 from dunxen/2022-10-dualfunding-act-1 2023-05-08 10:47:51 -07:00
ln Score's FeeParams as passed-in params on Routefinding functions 2023-05-10 12:53:42 -07:00
offers Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
onion_message Fix onion messages of size BIG_PACKET_HOP_DATA_LEN 2023-05-08 15:02:42 -04:00
routing Score's FeeParams as passed-in params on Routefinding functions 2023-05-10 12:53:42 -07:00
sign Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
sync Drop the dummy no-std Condvar which never sleeps 2023-04-03 16:49:54 +00:00
util Score's FeeParams as passed-in params on Routefinding functions 2023-05-10 12:53:42 -07:00
lib.rs Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00