rust-lightning/lightning
shaavan 6647bff344 Delay broadcasting Channel Updates until connected to peers
- We might generate channel updates to be broadcast when
      we are not connected to any peers to broadcast them to.
    - This PR ensures to cache them and broadcast them only when
      we are connected to some peers.

Other Changes:
    1. Introduce a test.
    2. Update the relevant current tests affected by this change.
    3. Fix a typo.
    4. Introduce two functions in functional_utils that optionally
       connect and disconnect a dummy node during broadcast testing.
2024-04-02 20:39:51 +05:30
..
src Delay broadcasting Channel Updates until connected to peers 2024-04-02 20:39:51 +05:30
Cargo.toml Bump versions to LDK 0.0.121/invoice 0.29 2024-01-22 22:32:30 +00:00