rust-lightning
2023-01-17 Matt CoralloUse `test`/`_test_utils` to enable single-threaded... 2023-01-no-debug-panics
2023-01-17 Matt CoralloAlways set `_test_utils` when building lightning for...
2023-01-17 Matt CoralloMerge pull request #1960 from tnull/2023-01-deref-route...
2023-01-17 Matt CoralloMerge pull request #1957 from TheBlueMatt/2022-01-mon...
2023-01-17 Matt CoralloMerge pull request #1955 from TheBlueMatt/2023-01-1950...
2023-01-17 Matt CoralloMerge pull request #1963 from lexe-tech/max/derive...
2023-01-17 Max Fangderive `Debug` for `ConfirmationTarget`
2023-01-17 Matt CoralloMerge pull request #1959 from danielgranhao/stop-passin...
2023-01-17 Matt CoralloMerge pull request #1939 from TheBlueMatt/2022-01-fuzz...
2023-01-16 Elias RohrerMake `InvoicePayer`'s `Router` `Deref`
2023-01-16 Daniel GranhãoStop passing `InitFeatures` in msg handlers
2023-01-15 Matt CoralloSwap per_peer_state lock order 2022-01-mon-ref-lockorder
2023-01-15 Matt CoralloPass monitor updates by reference, not owned
2023-01-15 Matt CoralloUse `ChannelUnavailable` for a peer disconnecting not... 2022-01-fuzz-hashbrown
2023-01-15 Matt CoralloMake fuzz assertions explicit in Cargo.toml
2023-01-15 Matt CoralloDo not rely on auto-deref'ing when aaccessing a `Hash...
2023-01-15 Matt CoralloSwitch to hashbrown in fuzzing
2023-01-15 Matt CoralloBump fuzz `afl` dependency to latest upstream version
2023-01-15 Matt CoralloFix link text in `reply_short_channel_ids_end` 2023-01-1950-message-text
2023-01-15 Matt CoralloMerge pull request #1950 from tnull/2023-01-fix-doc...
2023-01-15 Matt CoralloMerge pull request #1946 from wpaulino/init-features...
2023-01-14 Matt CoralloMerge pull request #1953 from arik-so/2023-01-debug...
2023-01-14 Arik SosmanAllow manually passing a timestamp to `channel_failed...
2023-01-14 Arik SosmanAdd error messages to stale gossip cleanup assertions.
2023-01-14 Wilmer PaulinoUse UserConfig to determine advertised InitFeatures...
2023-01-14 Matt CoralloMerge pull request #1930 from arik-so/2022-12-remove...
2023-01-14 Elias RohrerFix misc. warnings from `--document-private-items`
2023-01-14 Elias RohrerFix docs and export `impl_tlv_based_enum` variants
2023-01-14 Elias RohrerFix misc doc warnings.
2023-01-14 Elias RohrerFix doc warnings and cleanup in `msgs.rs`
2023-01-13 Elias RohrerFix doc warnings and cleanup in `ser.rs`
2023-01-13 Arik SosmanDecouple lifetimes for trait implementations that used...
2023-01-13 Arik SosmanSplit up generic parameters that used to comprise KeysI...
2023-01-12 Arik SosmanRemove KeysInterface trait.
2023-01-11 Matt CoralloMerge pull request #1823 from mariocynicys/expose-tlv...
2023-01-10 Matt CoralloMerge pull request #1507 from ViktorTigerstrom/2022...
2023-01-10 Matt CoralloMerge pull request #1944 from TheBlueMatt/2022-01-locko...
2023-01-10 Matt CoralloMerge pull request #1943 from andrei-21/feature/handle...
2023-01-10 Matt CoralloMake `debug_sync` regex more robust 2022-01-lockorder-windows-robust
2023-01-10 Matt CoralloMove tests from debug_sync to a new submodule
2023-01-10 Matt CoralloMove `debug_sync` to the new `sync` folder
2023-01-10 Matt CoralloMove `no-std` sync implementations to a folder to clean up
2023-01-10 AndreiHandle read_dir() errors in persister
2023-01-09 Viktor TigerströmRemove the `ChannelManager::channel_state`
2023-01-09 Viktor TigerströmExpect `pending_msg_events` to be in random peer order...
2023-01-09 Viktor TigerströmStore `pending_msg_events` per peer
2023-01-09 Viktor TigerströmUse correct node in `test_invalid_upfront_shutdown_script`
2023-01-09 Viktor TigerströmAvoid unnecessary looping over all peers' channels
2023-01-09 Viktor TigerströmUpdate `id_to_peer` docs with consistency guarantees...
2023-01-09 Viktor TigerströmRemove one tab level when accessing a `peer_state`
2023-01-09 Viktor TigerströmRemove unnecessary channel counterparty checks
2023-01-09 Viktor TigerströmAdd handle unkown peer test
2023-01-09 Viktor TigerströmAdd duplicate temporary_channel_id for 2 peers test
2023-01-09 Viktor TigerströmUnify failure to query `Channel` error messages
2023-01-09 Viktor TigerströmAvoid unnecessary immediate retake `per_peer_state...
2023-01-09 Viktor TigerströmRemove unnecessary `per_peer_state` branch
2023-01-09 Viktor TigerströmStore channels per peer
2023-01-09 Matt CoralloMerge pull request #1941 from andrei-21/feature/rework...
2023-01-09 Omer YacineFix an incorrect assertion in tlv stream encoding
2023-01-09 Omer YacineExpose `impl_writeable_tlv_based` macro
2023-01-09 Matt CoralloMerge pull request #1940 from TheBlueMatt/2023-01-nostd...
2023-01-08 AndreiRework unwrap() call in persistence
2023-01-07 Matt CoralloMake the no-std `RwLockGuard` `try_lock` actually try 2023-01-nostd-try-lock
2023-01-06 Viktor TigerströmAdd `try_write` function to `FairRwLock`
2023-01-06 Viktor TigerströmAdd `ChannelManager::PeerState::latest_features` docs
2023-01-06 Viktor TigerströmAdd `counterparty_node` to test macros
2023-01-06 valentinewallaceMerge pull request #1927 from jkczyz/2022-12-invoice...
2023-01-06 Jeffrey CzyzDefine blinded hop features for use in BOLT 12
2023-01-06 Jeffrey CzyzDefine BOLT 12 invoice features with MPP support
2023-01-06 Jeffrey CzyzUse explicit WithoutLength for BOLT 12 features
2023-01-06 Jeffrey CzyzRemove Option from InvoiceRequest::signature
2023-01-06 Jeffrey CzyzCorrect documentation about Refund::payer_id
2023-01-05 Matt CoralloMerge pull request #1812 from valentinewallace/2022...
2023-01-05 Valentine WallaceTest utils: allow queueing >2 persistence update results
2023-01-05 Valentine Wallaceser_macros: rename check_tlv_order
2023-01-05 Matt CoralloProvide a `static_value` TLV field serialization type
2023-01-05 Valentine WallaceParameterize Simple*ChannelManager with DefaultRouter...
2023-01-05 Valentine WallaceTake in-flight HTLCs by reference in Router::find_route
2023-01-05 Valentine WallaceImplement routing against the netgraph in tests
2023-01-03 Matt CoralloMerge pull request #1935 from TheBlueMatt/2022-12-no...
2023-01-03 Valentine WallaceParameterize ChannelManager by a Router trait
2023-01-03 Matt CoralloEnsure the per-channel key derivation counter doesn... 2022-12-no-non-time-panic
2023-01-03 Matt CoralloMerge pull request #1934 from TheBlueMatt/2022-12-113...
2023-01-03 Matt CoralloMerge pull request #1936 from TheBlueMatt/2023-01-in...
2023-01-02 Matt Corallo`#[derive(Clone)]` for `InFlightHtlcs` 2023-01-in-flight-clone
2022-12-28 Matt CoralloEnsure `derive_channel_keys` doesn't panic if per-run...
2022-12-25 Matt CoralloNo-export `&self` methods on non-cloneable enum(s) 2022-12-113-bindings-upstream
2022-12-25 Matt CoralloStore an owned `Score` in `ScorerAccountingForInFlightH...
2022-12-21 Matt CoralloMerge pull request #1929 from valentinewallace/2022...
2022-12-21 Valentine Wallaceoutbound_payment: put method signature closing paren...
2022-12-21 ArikMerge pull request #1931 from TheBlueMatt/2022-12-1910...
2022-12-21 Matt CoralloFix capitalization broken in 9d7bb73b599a7a9d8468a2f0c5... 2022-12-1910-followups
2022-12-21 Matt CoralloClean up use ordering introduced in 9d7bb73b599a7a9d846...
2022-12-21 Valentine WallaceFix cfg(test) indentation
2022-12-21 Valentine WallaceMake add_new_pending_payment private to module
2022-12-21 valentinewallaceMerge pull request #1928 from valentinewallace/2022...
2022-12-20 Valentine WallaceFix main build
2022-12-20 Matt CoralloMerge pull request #1910 from arik-so/2022-12-keys...
2022-12-20 valentinewallaceMerge pull request #1923 from valentinewallace/2022...
2022-12-20 Arik SosmanSplit out KeysInterface into EntropySource, NodeSigner...
next