rust-lightning
2024-04-10 Matt CoralloMerge pull request #2910 from tnull/2024-02-rustfmt...
2024-04-09 Valentine WallaceAdd test coverage for cc78b77c715d6ef62693d4c1bc7190da9... 2024-04-test-ser-bug
2024-04-09 Elias RohrerRemove `no-std-check/src/lib.rs` from `rustfmt` exclusi...
2024-04-09 Elias RohrerRemove `msrv-no-dev-deps-check/src/lib.rs` from `rustfm...
2024-04-09 Elias RohrerRun `rustfmt` on `msrv-no-dev-deps-check/src/lib.rs`
2024-04-09 Elias RohrerRemove `sign/type_resolver.rs` from `rustfmt` exclusion...
2024-04-09 Elias RohrerRun `rustfmt` on `sign/type_resolver.rs`
2024-04-09 Elias RohrerRemove `sign/taproot.rs` from `rustfmt` exclusion list
2024-04-09 Elias RohrerRun `rustfmt` on `sign/taproot.rs`
2024-04-09 Elias RohrerRemove `sign/mod.rs` from `rustfmt` exclusion list
2024-04-09 Elias RohrerRun `rustfmt` on `sign/mod.rs`
2024-04-09 Elias RohrerMove `input_idx` retrieval into closure
2024-04-09 Elias RohrerMove `htlc_basepoint` to variable
2024-04-09 Elias RohrerMove `hash_to_message` to variable
2024-04-09 Elias RohrerMove low-R comments into blocks
2024-04-09 Elias RohrerPull anchor check into helper function
2024-04-09 Elias RohrerRemove `sign/ecdsa.rs` from `rustfmt` exclusion list
2024-04-09 Elias RohrerRun `rustfmt` on `sing/ecdsa.rs`
2024-04-08 valentinewallaceMerge pull request #2969 from TheBlueMatt/2024-03-fix...
2024-04-07 Matt CoralloAllow `MaybeReadable` to not fully read in `upgradable_... 2024-03-fix-upgradable-enum
2024-04-07 Matt CoralloEnsure we read the full TLV stream length when maybe...
2024-04-07 Matt CoralloFix unknown handling in `impl_writeable_tlv_based_enum_...
2024-04-07 dunxenMerge pull request #2704 from jkczyz/2023-11-channelman...
2024-04-06 Jeffrey CzyzAdd BOLT 12 Refunds section to ChannelManager docs
2024-04-06 Jeffrey CzyzAdd BOLT 12 Offers section to ChannelManager docs
2024-04-06 Jeffrey CzyzAdd a payments section to ChannelManager docs
2024-04-05 Jeffrey CzyzAdd a channels section to ChannelManager docs
2024-04-05 Jeffrey CzyzAdd an operations section to ChannelManager docs
2024-04-05 Jeffrey CzyzChannelManager initialization docs with example
2024-04-05 Elias RohrerMerge pull request #2954 from TheBlueMatt/2024-03-test...
2024-04-05 Gursharan SinghMerge pull request #2967 from tnull/2024-03-refactor...
2024-04-05 Matt CoralloFix unused warning for un-accessed enum variant field... 2024-03-test-ci-beta-fail
2024-04-05 Matt CoralloRemove a handful of redundant imports
2024-04-05 Matt CoralloMark several test_utils which are only used in test...
2024-04-05 Matt CoralloDrop now-unused methods on `Time`
2024-04-05 Matt CoralloUse `crate::prelude::*` rather than specific imports
2024-04-05 Matt CoralloAdd more `std` prelude items to `crate::prelude`
2024-04-05 Matt CoralloAllow(unused_imports) on prelude imports
2024-04-05 Matt CoralloDebug more information when we fail to find a lock...
2024-04-05 Matt CoralloFix new warnings causing CI build failures on rustc...
2024-04-04 Elias RohrerSplit `PeerManager::handle_message` to avoid explicit...
2024-04-04 Matt CoralloMerge pull request #2731 from shaavan/issue2711
2024-04-02 shaavanDelay broadcasting Channel Updates until connected...
2024-04-01 Elias RohrerMerge pull request #2978 from wpaulino/reserve-async...
2024-03-29 Wilmer PaulinoReserve async signing related channel TLV types
2024-03-29 valentinewallaceMerge pull request #2975 from valentinewallace/2024...
2024-03-28 Matt CoralloMerge pull request #2845 from wpaulino/decode-htlc...
2024-03-28 Valentine WallaceTest sending + receiving custom TLVs to blinded paths.
2024-03-28 Matt CoralloMerge pull request #2974 from benthecarman/dang-value
2024-03-28 benthecarmanAdd DecodeError::DangerousValue for decoding invalid...
2024-03-28 Jeffrey CzyzContrast ChannelManager and ChannelMonitor in docs
2024-03-28 Jeffrey CzyzRe-write ChannelManager summary documentation
2024-03-28 Matt CoralloMerge pull request #2976 from wvanlint/simplify_trait_o...
2024-03-28 Willem Van... Simplify implementation for KVStore trait objects
2024-03-27 Jeffrey CzyzBreak ChannelManager docs into sections
2024-03-27 Wilmer PaulinoDecode update_add_htlc onions before forwarding HTLCs
2024-03-27 Wilmer PaulinoRefactor forward_htlcs to return whether to push a...
2024-03-27 Wilmer PaulinoConsider pending decode_update_add_htlcs when pushing...
2024-03-27 Wilmer PaulinoRefactor incoming HTLC accept checks out from Channel...
2024-03-27 Wilmer PaulinoOnly include channel_update in failure if needed by...
2024-03-27 Wilmer PaulinoRefactor outgoing channel lookup out from decode_update...
2024-03-27 Wilmer PaulinoRefactor outgoing HTLC checks out from decode_update_ad...
2024-03-27 Wilmer PaulinoRefactor HTLCFailureMsg generation out from decode_upda...
2024-03-27 Wilmer PaulinoAdd is_intro_node_blinded_forward helper for onion_util...
2024-03-27 Wilmer PaulinoAdd new HTLCDestination variant for invalid onion
2024-03-27 Wilmer PaulinoTrack pending update_add_htlcs in ChannelManager for...
2024-03-27 Wilmer PaulinoRemove unreachable handling of htlc_forwards upon chann...
2024-03-27 Wilmer PaulinoTrack incoming UpdateAddHTLC until HTLC resolution
2024-03-27 Wilmer PaulinoSupport Vec serialization that include element length...
2024-03-27 Wilmer PaulinoDon't consume readers with FixedLengthReader
2024-03-27 Valentine WallaceSupport receiving custom TLVs to blinded paths.
2024-03-27 Valentine WallaceSupport sending custom TLVs to blinded recipients.
2024-03-27 valentinewallaceMerge pull request #2906 from arik-so/arik/trampoline...
2024-03-27 Arik SosmanTest Trampoline payload serialization.
2024-03-27 Arik SosmanTrampoline onion construction.
2024-03-27 Arik SosmanRename TrampolineOnionPacket enum comment.
2024-03-26 Gursharan SinghMerge pull request #2959 from tnull/2024-03-support...
2024-03-25 Elias RohrerMerge pull request #2963 from jkczyz/2024-03-a-channel...
2024-03-23 Jeffrey CzyzUse AChannelManager in BackgroundProcessor
2024-03-23 Jeffrey CzyzRemove duplicate docs from trait implementations
2024-03-23 Jeffrey CzyzFix indentation in doc example
2024-03-22 valentinewallaceMerge pull request #2756 from arik-so/arik/trampoline...
2024-03-22 Arik SosmanAdd Trampoline variant to OutboundOnionPayload.
2024-03-22 Arik SosmanIntroduce TrampolineOnionPacket.
2024-03-21 Matt CoralloMerge pull request #2946 from tnull/2024-03-txsync...
2024-03-21 Gursharan SinghMerge pull request #2953 from dunxen/2024-03-fix2941
2024-03-21 Elias RohrerDedup `confirmed_txs` `Vec`
2024-03-21 valentinewallaceMerge pull request #2934 from TheBlueMatt/2023-03-no...
2024-03-21 Elias RohrerSignal `GossipQuery` support when using `IgnoringMessag...
2024-03-21 Duncan DeanTest ChannelManager::accept_inbound_channel errors
2024-03-21 Duncan DeanFix ChannelManager::accept_inbound_channel error handling
2024-03-20 Matt CoralloMerge pull request #2935 from valentinewallace/2024...
2024-03-20 Matt CoralloMerge pull request #2419 from jurvis/2023-03-interactivetxs
2024-03-20 Matt CoralloMerge pull request #2887 from benthecarman/htlc-timeout
2024-03-20 Matt CoralloMerge pull request #2951 from jkczyz/2024-03-fix-sender...
2024-03-20 valentinewallaceMerge pull request #2924 from tnull/2024-03-add-user...
2024-03-20 Matt CoralloMerge pull request #2948 from arik-so/2024-03-public...
2024-03-20 Matt CoralloMerge pull request #2949 from valentinewallace/2024...
2024-03-19 benthecarmanAdd HTLCsTimedOut closing reason
2024-03-19 Jeffrey CzyzUse OnionMessenger::send_onion_message in tests
next