rust-lightning
2023-01-30 Jeffrey CzyzUpdate docs regarding payment path privacy
2023-01-30 Jeffrey CzyzDisallow offer_metadata in Refund
2023-01-30 Jeffrey CzyzAllow quantity in Refund
2023-01-30 Jeffrey CzyzSupport explicit quantity_max = 1 in Offer
2023-01-20 Jeffrey CzyzFix unused_imports warning in no-std tests
2023-01-20 Jeffrey CzyzInvoice parsing tests
2023-01-20 Jeffrey CzyzInvoice building tests
2023-01-20 Jeffrey CzyzExpand invoice module docs and include an example
2023-01-20 Jeffrey CzyzUse SystemTime::now() for Invoice creation time
2023-01-20 Jeffrey CzyzBuilder for creating invoices for refunds
2023-01-20 Jeffrey CzyzBuilder for creating invoices for offers
2023-01-20 Jeffrey CzyzInvoice encoding and parsing
2023-01-18 Jeffrey CzyzEncoding for TLV stream without signature records
2023-01-18 Jeffrey CzyzDefine TlvStream::skip_signatures
2023-01-18 Jeffrey CzyzDrop AsRef<[u8]> implementation for TlvRecord
2023-01-18 Matt CoralloMerge pull request #1956 from TheBlueMatt/2023-01-ser...
2023-01-18 Jeffrey CzyzMerge pull request #1968 from lexe-tech/max/net-tokio...
2023-01-18 Max Fanglightning-net-tokio: Don't require `Arc<PeerManager>`
2023-01-17 Matt CoralloMerge pull request #1962 from TheBlueMatt/2023-01-bp...
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 CoralloUse a variable-length integer for many serialization... 2023-01-ser-cleanups
2023-01-17 Matt CoralloMake `background-processor` no-std-friendly (ish) 2023-01-bp-no-std
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-17 Matt CoralloUse the user-provided `SleepFuture` for interval checks...
2023-01-17 Matt CoralloUse flexible timer types in background processor's...
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 CoralloConvert `Vec` de/serialization impl to a macro and...
2023-01-15 Matt CoralloAdd support for including `ignorable` types in enum...
2023-01-15 Matt CoralloImplement (de)serialization for BTreeMap same as HashMap
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
next