rust-lightning
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 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...
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...
next