rust-lightning
2023-01-25 Matt CoralloClean up `compute_fees` and add a saturating variant 2022-10-heap-nerdsnipe
2023-01-25 Matt CoralloAdd a fuzzer to check that `IndexedMap` is equivalent...
2023-01-25 Matt CoralloSwap `IndexedMap` implementation for a `HashMap`+B...
2023-01-25 Matt CoralloAdd a new `IndexedMap` type and use it in network graph...
2023-01-25 Matt CoralloDrop A* implementation in the router for simple Dijkstra's
2023-01-19 Matt CoralloUpdate min-inbound-fee values on `NetworkGraph` load
2023-01-19 Matt CoralloUpdate the lightning graph snapshot used in benchmarks
2023-01-19 Matt CoralloMerge pull request #1951 from wpaulino/remove-get-node...
2023-01-19 ArikMerge pull request #1964 from TheBlueMatt/2023-01-no...
2023-01-19 Wilmer PaulinoRemove NodeSigner::get_node_secret
2023-01-19 Wilmer PaulinoUse NodeSigner::ecdh to compute SharedSecrets
2023-01-19 Wilmer PaulinoSign gossip messages with NodeSigner
2023-01-19 Wilmer PaulinoAdd NodeSigner::sign_gossip_message
2023-01-19 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
2023-01-19 Wilmer PaulinoRemove unused NodeSigner implementations in tests
2023-01-19 Matt CoralloAlways set `_test_utils` when building lightning for...
2023-01-18 Wilmer PaulinoAdd test yielding anchor-related events
2023-01-18 Wilmer PaulinoAdd mine_transactions test util
2023-01-18 Wilmer PaulinoSupport negotiating anchors throughout channel open
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 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 Wilmer PaulinoDefine option_anchors_zero_fee_htlc_tx feature bit
2023-01-17 Wilmer PaulinoFix stale reference to BaseSign::ready_channel
2023-01-17 Wilmer PaulinoAdd missing space in DebugTx logging
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...
next