rust-lightning
2022-06-25 Matt CoralloPanic if we're running with outdated state instead... 2022-06-panic-on-behind
2022-06-25 Matt CoralloAdd ChannelManager methods to force close without broad...
2022-06-21 Matt CoralloMerge pull request #1518 from valentinewallace/2022...
2022-06-21 Valentine WallaceEnable simultaneous deserialization+decryption of a...
2022-06-21 valentinewallaceMerge pull request #1556 from danielgranhao/2022-06...
2022-06-21 Valentine Wallacechacha20poly1305: enable simultaneous writing+encryption
2022-06-21 Matt CoralloMerge pull request #1486 from TheBlueMatt/2022-05-revok...
2022-06-21 Daniel GranhãoChange description of get_node_secret()
2022-06-21 Matt CoralloMerge pull request #1548 from NicolaLS/serde-module
2022-06-21 Matt CoralloDon't fail HTLCs in revoked commitment txn until we... 2022-05-revoked-txn-edge-cases
2022-06-21 Matt CoralloMerge pull request #1527 from wpaulino/update-htlc...
2022-06-20 Wilmer PaulinoUse new Channel::update_config method to update base...
2022-06-20 Wilmer PaulinoAllow forwarding HTLCs that were constructed for previo...
2022-06-20 Wilmer PaulinoTrack previous ChannelConfig and expire after enough...
2022-06-20 Wilmer PaulinoExpose API to update a channel's ChannelConfig
2022-06-20 Wilmer PaulinoExpose ChannelConfig within ChannelDetails
2022-06-20 NicolaLSadd optional dependency on serde to implement serialize...
2022-06-18 Jeffrey CzyzMerge pull request #1549 from tnull/2022-06-scorer...
2022-06-18 Elias RohrerProvide simple interface to query est. liquidity
2022-06-17 Valentine Wallaceonion_utils: add next_hop_packet_pubkey method
2022-06-17 Matt CoralloMerge pull request #1532 from ariard/2022-06-scaleup...
2022-06-16 Antoine RiardScale up CLTV_FAR_FAR_AWAY to 2 weeks of blocks
2022-06-16 Matt CoralloMerge pull request #1544 from jkczyz/2022-06-node-alias
2022-06-16 Matt CoralloMerge pull request #1531 from ariard/2022-06-fee-sniping
2022-06-15 Jeffrey CzyzDefine NodeAlias struct and Display impl
2022-06-15 Matt CoralloCorrect handling of reorg'd-out revoked counterparty...
2022-06-15 Matt CoralloMerge pull request #1541 from jkczyz/2022-06-nit-follow-ups
2022-06-14 Antoine RiardRecommend funding_tx to apply anti-fee sniping
2022-06-14 Antoine RiardCheck if funding transaction is final for propagation
2022-06-14 Matt CoralloMerge pull request #1540 from wpaulino/rename-config...
2022-06-13 Jeffrey CzyzRemove unnecessary identifiers from match pattern
2022-06-13 Jeffrey CzyzReplace Arc with reference in some tests
2022-06-13 Jeffrey CzyzFix grammar in BackgroundProcessor::start docs
2022-06-13 Wilmer PaulinoRename UserConfig and LegacyChannelConfig fields
2022-06-13 Matt CoralloMerge pull request #1526 from tnull/2022-06-fix-minimal...
2022-06-13 Elias RohrerAdd failure test cases for `max_mpp_path_count`.
2022-06-13 Elias RohrerFix min. contrib. depending on `max_mpp_path_count`
2022-06-13 Matt CoralloMerge pull request #1514 from mattfaltyn/issue438
2022-06-13 Matt CoralloMerge pull request #1529 from wpaulino/move-channel...
2022-06-12 MattDocument better optional features
2022-06-10 Matt CoralloMerge pull request #1535 from TheBlueMatt/2022-06-108-ugh v0.0.108
2022-06-10 Matt CoralloUpdate crate versions to 0.0.108/invoice 0.16 2022-06-108-ugh
2022-06-10 Matt CoralloUpdate CHANGELOG for 0.0.108
2022-06-10 Matt CoralloMerge pull request #1534 from tnull/2022-06-check-relea...
2022-06-10 Elias RohrerCheck release build profile in CI
2022-06-10 Matt CoralloMerge pull request #1533 from lexe-tech/fix-release
2022-06-10 Max FangFix lightning-background-processor release build
2022-06-09 Wilmer PaulinoIntroduce LegacyChannelConfig to remain backwards compa...
2022-06-09 Wilmer PaulinoMove commit_upfront_shutdown_pubkey to ChannelHandshake...
2022-06-09 Wilmer PaulinoMove announced_channel to ChannelHandshakeConfig
2022-06-09 Arik SosmanMerge pull request #1496 from TheBlueMatt/2022-05-macro...
2022-06-09 Matt CoralloMake `expect_payment_failed_conditions` a function 2022-05-macro-function-bonus
2022-06-09 valentinewallaceMerge pull request #1513 from TheBlueMatt/2022-06-fix...
2022-06-09 Matt CoralloMerge pull request #1524 from ViktorTigerstrom/2022...
2022-06-08 Matt CoralloMerge pull request #1525 from jkczyz/2022-05-release... v0.0.107
2022-06-08 Jeffrey CzyzBump crate versions to 0.0.107/invoice 0.15
2022-06-08 Jeffrey CzyzUpdate CHANGELOG for 0.0.107
2022-06-08 Viktor TigerströmPass `peer_node_id` to `fail_holding_cell_htlcs`
2022-06-08 Jeffrey CzyzAdd lightning-rapid-gossip-sync to README
2022-06-07 Matt CoralloMerge pull request #1517 from jkczyz/2022-06-gossip...
2022-06-06 Jeffrey CzyzSupport only one GossipSync in BackgroundProcessor
2022-06-06 Jeffrey CzyzImplement EventHandler for NetworkGraph
2022-06-06 Jeffrey CzyzParameterize NetworkGraph with Logger
2022-06-04 Matt CoralloMerge pull request #1501 from tnull/2022-05-mention...
2022-06-03 Jeffrey CzyzMove Secp256k1 context to NetworkGraph
2022-06-02 Matt CoralloMerge pull request #1159 from jkczyz/2021-11-network...
2022-06-02 Jeffrey CzyzMove network_graph.rs to gossip.rs
2022-06-02 Jeffrey CzyzRename NetGraphMsgHandler to P2PGossipSync
2022-06-02 Jeffrey CzyzRename ChannelClosed to ChannelFailure
2022-06-02 Jeffrey CzyzUpdate missed references to get_route in docs
2022-06-02 Jeffrey CzyzFix build warnings
2022-06-02 valentinewallaceMerge pull request #1505 from tnull/2022-05-support...
2022-06-02 Jeffrey CzyzMerge pull request #1433 from arik-so/2022-04-rapid...
2022-06-02 Arik SosmanCreate separate timer for scorer persistence in backgro...
2022-06-02 Arik SosmanIndicate ongoing rapid sync to background processor.
2022-06-02 Matt CoralloDo not panic on early tx broadcasts in fuzzing 2022-06-fix-fuzz-nonbug
2022-06-02 Elias RohrerImplement `ZeroConf` feature.
2022-06-01 Jeffrey CzyzMerge pull request #1512 from tnull/2022-05-remove...
2022-06-01 Matt CoralloMerge pull request #1509 from shamardy/main
2022-06-01 Elias RohrerRemove previously deprecated `Scorer`
2022-06-01 Jeffrey CzyzMerge pull request #1504 from TheBlueMatt/2022-05-pub-io
2022-06-01 Jeffrey CzyzMerge pull request #1511 from justinmoon/repository
2022-06-01 Justin MoonAdd 'repository' to lightning-invoice's Cargo.toml
2022-06-01 shamardyUpdate regex to 1.5.6
2022-05-31 Arik SosmanMerge pull request #1500 from arik-so/2022-05-network...
2022-05-31 Matt CoralloMerge pull request #1506 from tnull/2022-05-rename...
2022-05-31 Arik SosmanAdd optional last_rapid_gossip_sync_timestamp field...
2022-05-31 Matt CoralloRe-export `core2::io` or `std::io` depending on feature... 2022-05-pub-io
2022-05-31 Elias RohrerRename `FundingLocked` to `ChannelReady`.
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 Elias RohrerMention backwards compatibility in CONTRIBUTING.
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...
next