rust-lightning/lightning/src/ln
Matt Corallo 78c6154d9a Work around rustc compilation regression on nightly
Apparently rustc doesn't (actually) provide any kind of
compilation-stability guarantees, despite their claims. Here we
work around rustc being unstable by making the trait call explicit.

See also https://github.com/rust-lang/rust/issues/93599
2022-02-10 21:11:59 +00:00
..
chan_utils.rs Convert HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT to anchor-aware functions 2022-01-13 15:01:21 -08:00
chanmon_update_fail_tests.rs Disconect announcement_signatures sending from funding_locked 2022-01-26 18:20:26 +00:00
channel.rs Merge pull request #1285 from TheBlueMatt/2022-01-remove-closed-issue-ref 2022-02-04 19:42:26 +00:00
channelmanager.rs Deprecate Scorer in favor of ProbabilisticScorer 2022-02-02 20:22:27 -06:00
features.rs Rename Payee to PaymentParameters 2022-01-21 10:39:01 +01:00
functional_test_utils.rs Deprecate Scorer in favor of ProbabilisticScorer 2022-02-02 20:22:27 -06:00
functional_tests.rs Deprecate Scorer in favor of ProbabilisticScorer 2022-02-02 20:22:27 -06:00
mod.rs Automatically close channels that go unfunded for 2016 blocks 2021-11-16 21:44:35 +00:00
monitor_tests.rs Convert COMMITMENT_TX_BASE_WEIGHT to anchor-aware function 2022-01-13 14:59:28 -08:00
msgs.rs Work around rustc compilation regression on nightly 2022-02-10 21:11:59 +00:00
onion_route_tests.rs Add mpp_timeout and invalid_onion_payload descriptions & handling 2021-12-14 21:11:32 +02:00
onion_utils.rs Rename Payee to PaymentParameters 2022-01-21 10:39:01 +01:00
payment_tests.rs Deprecate Scorer in favor of ProbabilisticScorer 2022-02-02 20:22:27 -06:00
peer_channel_encryptor.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
peer_handler.rs Correct handling of UnknownRequiredFeature deserialization 2022-01-26 02:12:35 +00:00
reorg_tests.rs DRY up payment failure macros in functional_test_utils 2021-12-15 03:55:55 +00:00
script.rs Implement Clone for InvalidShutdownScript 2021-11-29 01:30:50 +00:00
shutdown_tests.rs Deprecate Scorer in favor of ProbabilisticScorer 2022-02-02 20:22:27 -06:00
wire.rs Send warning instead of error when we incounter bogus gossip 2022-01-11 19:48:20 +00:00