Require any Router also implements MessageRouter
[rust-lightning] / lightning / src / util /
2023-12-15 Jeffrey CzyzRequire any Router also implements MessageRouter
2023-12-15 Matt CoralloMerge pull request #2656 from TheBlueMatt/2023-09-scori...
2023-12-15 Matt CoralloMerge pull request #2796 from yellowred/fix/bitcoind_pa...
2023-12-15 Elias RohrerMerge pull request #2779 from G8XSU/2706-stop
2023-12-14 Gursharan SinghStop cleaning monitor updates on new block connect
2023-12-13 Matt CoralloAdd a scoring decay method to the `ScoreUpdate` trait
2023-12-13 Matt CoralloPass the current time through `ScoreUpDate` methods
2023-12-13 valentinewallaceMerge pull request #2688 from valentinewallace/2023...
2023-12-13 Matt CoralloMerge pull request #2703 from wpaulino/retryable-commit...
2023-12-12 Elias RohrerMerge pull request #2787 from jkczyz/2023-12-onion...
2023-12-12 Matt CoralloMerge pull request #2775 from benthecarman/sign-psbt
2023-12-11 benthecarmanChange WalletSource::sign_tx to sign_psbt
2023-12-11 Matt CoralloMerge pull request #2637 from Sharmalm/2348
2023-12-11 Wilmer PaulinoMerge pull request #2782 from TheBlueMatt/2023-12-check...
2023-12-11 Matt CoralloMerge pull request #2681 from tnull/2023-10-bump-msrv...
2023-12-08 Matt CoralloMerge pull request #2752 from valentinewallace/2023...
2023-12-08 Elias RohrerMerge pull request #2774 from TheBlueMatt/2023-12-2551...
2023-12-08 Matt CoralloMake `CandidateRouteHop::PrivateHop::target_node_id...
2023-12-08 Matt CoralloSimplify and make scoring calls in `TestRouter` more...
2023-12-08 Matt CoralloRename `CandidateRouteHop::FirstHop::node_id` and make...
2023-12-08 Matt CoralloPrivatise `CandidateRouteHop::short_channel_id` as...
2023-12-08 Elias RohrerBump MSRV to rustc 1.63.0 and edition to 2021
2023-12-08 Matt CoralloMerge pull request #2723 from jkczyz/2023-11-direct...
2023-12-07 Matt CoralloMerge pull request #2691 from wpaulino/refactor-channel...
2023-12-06 Matt CoralloMerge pull request #2765 from TheBlueMatt/2023-12-2314...
2023-12-06 Elias RohrerMerge pull request #2762 from TheBlueMatt/2023-11-htlc...
2023-12-06 Matt CoralloMerge pull request #2551 from jbesraa/expose-CandidateR...
2023-12-05 Matt CoralloMerge pull request #2735 from valentinewallace/2023...
2023-12-05 jbesraaUse `CandidateRouteHop` as input for `channel_penalty_msat`
2023-12-05 valentinewallaceMerge pull request #2764 from TheBlueMatt/2023-11-chach...
2023-12-05 Matt CoralloMerge pull request #2642 from Sharmalm/2346
2023-12-04 Wilmer PaulinoMerge pull request #2753 from TheBlueMatt/2023-11-inbou...
2023-12-04 Wilmer PaulinoMerge pull request #2771 from tnull/2023-12-log-details...
2023-12-04 Matt CoralloProvide inbound HTLC preimages to the `EcdsaChannelSigner` 2023-11-inbound-preimages
2023-12-04 Wilmer PaulinoMerge pull request #2769 from TheBlueMatt/2023-12-2314...
2023-12-04 Matt CoralloMerge pull request #2768 from benthecarman/preimage...
2023-12-04 Elias RohrerMerge pull request #2766 from TheBlueMatt/2023-12-2314...
2023-12-03 Matt CoralloDoc that `Record::node_id` may be missing even with... 2023-12-2314-cleanups-3
2023-12-02 Matt CoralloMarginally optimize test logging
2023-12-02 henghongleelogging every sent and receive onion message
2023-12-02 Matt CoralloMerge pull request #2314 from henghonglee/issue-2292
2023-12-01 henghongleeAdd WithContext and Tests
2023-12-01 Jeffrey CzyzAdd semantics to logger::Records
2023-12-01 henghongleePass Record by value to Logger
2023-11-30 Matt CoralloAdd inline suggestion tags to ChaCha20 SIMD wrappers 2023-11-chacha-cleanup
2023-11-30 Matt CoralloDrop unnecessary SIMD subtraction in ChaCha20 `round`
2023-11-29 valentinewallaceMerge pull request #2739 from Evanfeenstra/channelmanag...
2023-11-29 Wilmer PaulinoMerge pull request #2721 from TheBlueMatt/2023-11-log...
2023-11-29 Matt CoralloMerge pull request #2755 from arik-so/arik/taproot...
2023-11-29 Arik SosmanMove validate_counterparty_revocation to ChannelSigner.
2023-11-29 Arik SosmanRemove superfluous commitment_number parameter.
2023-11-28 Matt CoralloMerge pull request #2512 from arik-so/taproot/2023...
2023-11-28 Arik SosmanMove ECDSA-specific signers into ecdsa.rs
2023-11-28 Arik SosmanAdd TaprootSigner variant to SignerProvider.
2023-11-28 Arik SosmanRename SignerProvider's Signer to EcdsaSigner.
2023-11-27 Wilmer PaulinoMerge pull request #2744 from rmalonson/destinationscript
2023-11-27 Matt CoralloMerge pull request #2675 from yellowred/delayed_payment...
2023-11-27 Rachel MalonsonAdd channel_keys_id as param in get_destination_script
2023-11-27 olegkubrakovImplement struct wrappers for channel key types to...
2023-11-27 Elias RohrerMerge pull request #2741 from shaavan/issue-2215
2023-11-23 Elias RohrerMerge pull request #2740 from wpaulino/rust-bitcoin...
2023-11-22 Wilmer PaulinoBump rust-bitcoin to v0.30.2
2023-11-16 Matt CoralloMerge pull request #2700 from Evanfeenstra/pub-htlc...
2023-11-15 Matt CoralloMerge pull request #2730 from benthecarman/invoice...
2023-11-15 benthecarmanHave Invoice Description use UntrustedString
2023-11-15 Elias RohrerMerge pull request #2696 from TheBlueMatt/2023-10-no...
2023-11-14 Gursharan SinghMerge pull request #2727 from TheBlueMatt/2023-11-bette...
2023-11-14 Matt CoralloMerge pull request #2529 from TheBlueMatt/2023-08-shutd...
2023-11-14 Matt CoralloMerge pull request #2726 from shaavan/issue2712
2023-11-14 Elias RohrerMerge pull request #2716 from TheBlueMatt/2023-11-hash...
2023-11-14 Matt Corallo`derive(Hash)` for P2P messages 2023-11-hash-if-eq
2023-11-13 Matt CoralloMerge pull request #2544 from optout21/splicing-msgs0
2023-11-13 Matt CoralloMerge pull request #2732 from arik-so/2023/11/update...
2023-11-13 Matt CoralloMerge pull request #2708 from TheBlueMatt/2023-11-less...
2023-11-12 Matt CoralloMerge pull request #2715 from valentinewallace/2023...
2023-11-12 Matt CoralloMerge pull request #2722 from benthecarman/dust-overflow
2023-11-11 Matt CoralloDrop non-anchor channel fee upper bound limit entirely 2023-10-no-chan-feerate-upper-bound
2023-11-07 Valentine WallaceLink to LSP spec in accept_underpaying_htlcs config
2023-11-07 Matt CoralloMerge pull request #2702 from G8XSU/libFuzzer
2023-11-07 Matt CoralloAdd an option to in-place decrypt with `ChaCha20Poly1305`
2023-11-07 optoutAdd Splicing (and Quiescence) wire message definitions
2023-11-07 Matt CoralloMerge pull request #2687 from orbitalturtle/signature...
2023-11-07 Matt CoralloMerge pull request #2677 from Evanfeenstra/public-onion...
2023-11-07 Matt CoralloPre-allocate the full `Vec` prior to serializing as...
2023-11-04 Matt CoralloReduce on-startup heap frag due to network graph map...
2023-11-02 Matt CoralloMerge pull request #2558 from waterson/pr-2554
2023-11-02 Elias RohrerMerge pull request #2641 from alexanderwiederin/2585...
2023-11-01 Chris WatersonAdd basic async signer tests
2023-10-30 valentinewallaceMerge pull request #2668 from TheBlueMatt/2023-10-fix-doc
2023-10-30 Matt CoralloMerge pull request #2669 from benthecarman/trace-sync...
2023-10-29 Matt CoralloMerge pull request #2613 from wvanlint/batch_funding_fix_up
2023-10-23 Matt CoralloMerge pull request #2676 from TheBlueMatt/2023-10-vario...
2023-10-20 Matt CoralloMerge pull request #2667 from wpaulino/random-htlc...
2023-10-20 Wilmer PaulinoMove HTLCDescriptor to sign module
2023-10-20 Wilmer PaulinoDon't sign holder HTLCs along with holder commitments
2023-10-20 Matt CoralloMerge pull request #2660 from benthecarman/flexible...
2023-10-20 benthecarmanMore flexible fee rate estimates
2023-10-20 Matt CoralloMerge pull request #2039 from jkczyz/2023-02-offer...
2023-10-20 Matt CoralloMerge pull request #2670 from yanganto/socket-addr...
2023-10-20 Antonio Yangimpl Display for SocketAddress
next