rust-lightning
2022-05-31 Matt CoralloRe-export `core2::io` or `std::io` depending on feature... 2022-05-pub-io
2022-05-30 valentinewallaceMerge pull request #1434 from TheBlueMatt/2022-04-robus...
2022-05-28 Matt CoralloChange `Event` `amt` fields to `amount_msat` for clarity 2022-04-robust-payment-claims
2022-05-28 Matt CoralloAdd internal docs for ChannelMonitor::payment_preimages
2022-05-28 Matt CoralloDrop return value from `fail_htlc_backwards`, clarify...
2022-05-28 Matt CoralloDo additional pre-flight checks before claiming a payment
2022-05-28 Matt CoralloProvide a redundant `Event::PaymentClaimed` on restart...
2022-05-28 Matt CoralloAdd a `PaymentClaimed` event to indicate a payment...
2022-05-27 Matt CoralloMerge pull request #1401 from TheBlueMatt/2022-02-0conf...
2022-05-27 Matt CoralloAdd note about SCID collisions in `PaymentPathFailed` 2022-02-0conf-round-two
2022-05-27 Matt CoralloAdd test of 0conf channels getting the funding transact...
2022-05-27 Matt CoralloCorrectly handle sending announcement sigs on public...
2022-05-27 Matt CoralloAdd a new test for 0conf-with-monitor-update-failures
2022-05-27 Matt CoralloExpose outbound SCID alias in `ChannelDetails` and...
2022-05-27 Matt CoralloSend funding_locked immediately for inbound channels...
2022-05-27 Matt CoralloAdd API and signaling to accept incoming channels at...
2022-05-27 Matt CoralloLock outbound channels at 0conf if the peer indicates...
2022-05-27 Matt CoralloDefine a crate-public constant for max fake SCID in...
2022-05-27 Matt CoralloHandle cases where a channel is in use w/o an SCID...
2022-05-27 valentinewallaceMerge pull request #1481 from TheBlueMatt/2022-05-new...
2022-05-27 Matt CoralloMerge pull request #1499 from tnull/2022-05-fix-unreach...
2022-05-27 Matt CoralloMerge pull request #1491 from tnull/2022-05-build-route...
2022-05-27 Elias RohrerFix `rapid-gossip-sync` warning and version number
2022-05-27 Elias RohrerAllow building of a route from given hops
2022-05-26 Matt CoralloMerge pull request #1494 from TheBlueMatt/2022-05-mon...
2022-05-26 Matt CoralloEnsure all HTLCs for a claimed payment are claimed...
2022-05-26 Matt CoralloCorrect bogus references to `revocation_point` in ... 2022-05-mon-cleanups-renames
2022-05-26 Matt CoralloRename HTLC `onchain_value_satoshis` to `htlc_value_sat...
2022-05-26 Matt CoralloDRY SpendableOutput tests in `monitor_tests.rs`
2022-05-25 Jeffrey CzyzMerge pull request #1155 from arik-so/graph_sync_crate
2022-05-25 Jeffrey CzyzMerge pull request #1478 from mattfaltyn/issue1462
2022-05-25 Arik SosmanIntroduce graph sync crate for fast-forwarding through...
2022-05-24 Mateusz FaltynDocument lightning crate features
2022-05-24 Matt CoralloRename HTLC `input_idx` fields to `commitment_tx_output...
2022-05-23 Jeffrey CzyzMerge pull request #1490 from arik-so/rust_beta_doc_fix
2022-05-20 Arik SosmanMerge pull request #1492 from tnull/2022-05-fix-bolts-url
2022-05-20 Arik SosmanMerge pull request #1456 from jkczyz/2022-04-effective...
2022-05-20 Arik SosmanFix rust beta docs lightning-invoice crate.
2022-05-20 Elias RohrerUse new spec repository URL.
2022-05-19 Jeffrey CzyzScore without uncertainty for exact liquidity
2022-05-19 Jeffrey CzyzPass effective capacity to scorer
2022-05-19 Jeffrey CzyzUse correct penalty and CLTV delta in route hints
2022-05-19 Jeffrey CzyzUse the correct amount when scoring route hints
2022-05-19 Jeffrey CzyzDistinguish maximum HTLC from effective capacity
2022-05-19 Matt CoralloStore an `events::PaymentPurpose` with each claimable...
2022-05-19 Matt CoralloEnable removal of `OnionPayload::Invoice::_legacy_hop_d...
2022-05-19 Jeffrey CzyzPathBuildingHop::value_contribution_msat in Debug
2022-05-18 Matt CoralloMerge pull request #1476 from tnull/2022-05-maximum...
2022-05-18 Elias RohrerConsider maximum path length during path finding.
2022-05-17 Matt CoralloRandomize the `ConnectStyle` during tests 2022-05-new-chain-tests
2022-05-17 Matt CoralloMake tests more robust against different connection...
2022-05-17 Matt CoralloAdd new block `ConnectionStyle`s for `transaction_uncon...
2022-05-17 valentinewallaceMerge pull request #1472 from TheBlueMatt/2022-06-less...
2022-05-17 Matt CoralloMerge pull request #1418 from bruteforcecat/timeout...
2022-05-17 KaFai Choiadd timeout retry strategy to outbound payment
2022-05-16 Matt CoralloMerge pull request #1485 from ViktorTigerstrom/2022...
2022-05-16 Viktor TigerströmAdd missing `counterparty_node_id` in `force_close_chan...
2022-05-16 Arik SosmanMerge pull request #1479 from ViktorTigerstrom/2022...
2022-05-16 valentinewallaceMerge pull request #1475 from atalw/2022-04-paymentforw...
2022-05-16 Matt CoralloStore full blocks in the test blockchain tracker instea...
2022-05-15 atalwAdd `next_channel_id` in `PaymentForwarded` event
2022-05-14 Matt CoralloMerge pull request #1429 from TheBlueMatt/2022-04-drop...
2022-05-14 Viktor TigerströmUpdate `OpenChannelRequest` documentation
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `accept_inbound_channel`
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `funding_transaction_gen...
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `force_close_channel`
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `close_channel` functions
2022-05-14 KaFai Choimove Time trait from scoring mod to util::time and...
2022-05-14 Viktor TigerströmAdd `counterparty_node_id` to `FundingGenerationReady`
2022-05-13 Jeffrey CzyzMerge pull request #1480 from tnull/2022-05-fix-test...
2022-05-13 Elias RohrerFix unused code warnings.
2022-05-11 Matt CoralloPull secp256k1 contexts from per-peer to per-PeerManager 2022-06-less-secp-ctx
2022-05-11 Matt CoralloMerge pull request #1023 from TheBlueMatt/2021-07-par...
2022-05-11 Matt CoralloMerge pull request #1477 from dunxen/2022-05-invoice...
2022-05-11 Duncan DeanAddress post-ACK formatting nits from #1474
2022-05-10 Matt CoralloAdd a few more simple tests of the PeerHandler 2021-07-par-gossip-processing
2022-05-10 Matt CoralloAdd support for testing recvd messages in TestChannelMe...
2022-05-10 Matt CoralloRequire `PartialEq` for `wire::Message` in `cfg(test)`
2022-05-10 Matt CoralloDrop a needless match in favor of an `if let`
2022-05-10 Matt Corallo[net-tokio] Explicitly yield after processing messages...
2022-05-10 Matt CoralloDrop `PeerHolder` as it now only has one field
2022-05-10 Matt CoralloKeep the same read buffer unless the last message was...
2022-05-10 Matt CoralloCreate a simple `FairRwLock` to avoid readers starving...
2022-05-10 Matt CoralloWake reader future when we fail to flush socket buffer
2022-05-10 Matt CoralloLimit blocked PeerManager::process_events waiters to two
2022-05-10 Matt CoralloAvoid the peers write lock unless we need it in timer_t...
2022-05-10 Matt CoralloAvoid taking the peers write lock during event processing
2022-05-10 Matt Corallo[net-tokio] Call PeerManager::process_events without...
2022-05-10 Matt CoralloProcess messages with only the top-level read lock...
2022-05-10 Matt CoralloProcess messages from peers in parallel in `PeerManager`.
2022-05-10 Matt CoralloMerge pull request #1474 from dunxen/2022-05-actually...
2022-05-10 Duncan DeanAdd expiry to non-phantom invoice utils
2022-05-10 Duncan DeanActually add expiry to phantom invoice utils
2022-05-09 Matt CoralloMerge pull request #1465 from tnull/2022-05-encode...
2022-05-09 Matt CoralloMerge pull request #1471 from ViktorTigerstrom/2022...
2022-05-09 valentinewallaceMerge pull request #1467 from arik-so/fuzz_new_target_docs
2022-05-09 Viktor TigerströmAdd test for `ClosureReason::DisconnectedPeer`
2022-05-07 Elias RohrerEncode channel update type in failure messages.
2022-05-05 Jeffrey CzyzMerge pull request #1389 from lightning-signer/2022...
2022-05-05 Arik SosmanAdd documentation for creating new fuzz test targets.
next