rust-lightning
2023-01-26 Matt CoralloRemove the `ChannelMonitor` secp context 2023-01-monitor-eq
2023-01-26 Matt CoralloImplement `PartialEq` for `ChannelMonitor`
2023-01-26 Matt CoralloImplement `PartialEq`/`Eq` for `Event`s
2023-01-25 Matt CoralloMerge pull request #1948 from alecchendev/custom-fail...
2023-01-25 Matt CoralloMerge pull request #1799 from TheBlueMatt/2022-10-heap...
2023-01-25 Alec ChenAdd test_fail_htlc_backwards_with_reason
2023-01-25 Alec ChenAdd FailureCode enum and ChannelManager::fail_htlc_back...
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-25 Matt CoralloMerge pull request #1983 from valentinewallace/2022...
2023-01-24 Matt CoralloMerge pull request #1878 from dunxen/2022-11-config...
2023-01-24 Valentine Wallacecontributing.md: fix link and link to CoC
2023-01-24 ArikMerge pull request #1967 from arik-so/2023-01-rename...
2023-01-24 Duncan DeanAdd new payment type and metadata bytes
2023-01-24 Duncan DeanAdd `min_final_cltv_expiry` parameter to invoice utils
2023-01-24 Duncan DeanAdd `_delta` suffix to `min_final_cltv_expiry`
2023-01-23 Arik SosmanMake `Channel` and `ChannelManager` less particular...
2023-01-23 Arik SosmanRename `Sign` to `WriteableEcdsaChannelSigner`.
2023-01-23 Arik SosmanSeparate channel-type-agnostic methods into `ChannelSig...
2023-01-23 Arik SosmanRename `BaseSign` to `EcdsaChannelSigner`.
2023-01-23 Matt CoralloMerge pull request #1926 from jkczyz/2022-12-invoice
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-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 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 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...
next