]> git.bitcoin.ninja Git - rust-lightning/history - lightning/src/routing/utxo.rs
Process `channel_update`/`node_announcement` async if needed
[rust-lightning] / lightning / src / routing / utxo.rs
2023-02-08 Matt CoralloProcess `channel_update`/`node_announcement` async...
2023-02-08 Matt CoralloTrack in-flight `channel_announcement` lookups and...
2023-02-08 Matt CoralloAdd an async resolution option to `ChainAccess::get_utxo`
2023-02-08 Matt CoralloClean up `check_channel_announcement` style
2023-02-08 Matt CoralloMove logic to check a `ChannelAnnouncement` to `gossip_...
2023-02-08 Matt CoralloMove `chain::Access` to `routing` and rename it `UtxoLo...