rust-lightning
2020-04-24 Matt CoralloThread fuzz test cases 2020-04-par-fuzz-check
2020-04-17 Matt CoralloMerge pull request #589 from jkczyz/2020-04-feature...
2020-04-16 Jeffrey CzyzAdd missing known features in constructor
2020-04-16 Jeffrey CzyzAdd missing feature sanity checks
2020-04-15 Matt CoralloMerge pull request #441 from TheBlueMatt/2020-01-mpp
2020-04-15 Matt CoralloPass Route to send_payment as a reference, not move 2020-01-mpp
2020-04-15 Matt Corallopanic!() when serializing OnionHopDatas with value...
2020-04-15 Matt CoralloTest basic AMP payments in chanmon_consistency
2020-04-15 Matt CoralloRefactor test utils and add a simple MPP send/claim...
2020-04-15 Matt CoralloImplement multipath sends using payment_secret.
2020-04-15 Matt CoralloRefactor payment-claim logic to ensure MPP-claim atomicity
2020-04-14 Matt CoralloExpand the Route object to include multiple paths.
2020-04-14 Matt CoralloAdd/announce features for payment_secret and basic_mpp
2020-04-14 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-04-14 Matt CoralloRefuse to deserialize OnionHopDatas with values > 21...
2020-04-14 Matt CoralloSupport (de)serializing payment_data in onion TLVs...
2020-04-14 Matt CoralloSplit only-receive/forward data out of PendingHTLCInfo...
2020-04-11 Matt CoralloMerge pull request #582 from arik-so/trailing_newline_c...
2020-04-11 Arik SosmanMandate new line at end of file in editorconfig.
2020-04-11 Matt CoralloMerge pull request #570 from naumenkogs/2020_04_routing...
2020-04-11 UserAdd tests for getting node announcements
2020-04-11 UserAdd tests for getting next channel announcements
2020-04-11 UserAdd tests for handling htlc fail channel updates
2020-04-11 UserAdd tests for handling channel updates
2020-04-11 UserAdd tests for handling channel announcements
2020-04-11 Matt CoralloAllow relaying of only one direction in a channel,...
2020-04-11 UserAdd tests for handling node announcements
2020-04-11 Matt CoralloMerge pull request #581 from arik-so/fuzz_docs
2020-04-11 Arik SosmanUpdate documentation to reflect target-dependent local...
2020-04-10 Arik SosmanAdd details on asserting latest version in the dependen...
2020-04-10 Arik SosmanCreate docs for fuzzing
2020-04-03 Matt CoralloMerge pull request #571 from ariard/2020-04-fix-minimalif
2020-04-02 Antoine RiardEnforce MINIMALIF-compliant witness for spending revoka...
2020-04-02 Antoine RiardEnforce MINIMALIF-compliant witness for timeout tx
2020-04-02 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
2020-04-01 Jeffrey CzyzTest failing backward any pending HTLCs
2020-04-01 Matt CoralloFix deadlock in handle_error!() when we have HTLCs...
2020-03-27 Matt CoralloMerge pull request #556 from valentinewallace/add-PR550...
2020-03-27 Valentine WallaceTest that do_attempt_write_data does not infinitely...
2020-03-23 Matt CoralloFix initial outbound sync infinite loop
2020-03-21 Matt CoralloMerge pull request #555 from ariard/2020-03-begin-dryup...
2020-03-21 Antoine RiardRemove useless local commitment txn signatures
2020-03-21 Antoine RiardDryup SecretKey from ChannelMonitor::OnchainDetection
2020-03-21 Antoine RiardAdd ChanSigner in OnchainTxHandler
2020-03-21 Matt CoralloMerge pull request #557 from ariard/2020-03-link-arch-md
2020-03-21 Antoine RiardLink ARCH.md in README.md
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-21 Matt CoralloAdd some basic arch diagrams/descriptions. 2020-02-checkin-arch
2020-03-20 Matt CoralloMerge pull request #554 from TheBlueMatt/2020-03-stale...
2020-03-20 Antoine RiardRemove Watchtower mode from Storage enum and make it...
2020-03-20 Matt CoralloMerge pull request #552 from ariard/2020-03-ismine...
2020-03-20 Antoine RiardAdd test_static_spendable_outputs_timeout_tx
2020-03-20 Matt CoralloTest that ChannelManager fails to deserialize if monito... 2020-03-stale-mon-fail-man-deser
2020-03-20 Matt CoralloFail to deserialize ChannelManager if it is ahead of...
2020-03-20 Antoine RiardImplement reorg-safety for SpendableOutputDescriptor...
2020-03-20 Antoine RiardMove SpendableOutputDescriptor for closing tx in
2020-03-20 Antoine RiardMove SpendableOutputDescriptor::DynamicOutputP2WPKH in
2020-03-20 Antoine RiardMove SpendableOutputDescirptor::DynamicOutputP2WSH in
2020-03-20 Antoine RiardIntroduce ChannelMonitor::is_paying_spendable_output
2020-03-20 Antoine RiardAdd logger for SpendableOutputDescriptor
2020-03-20 Matt CoralloMerge pull request #551 from TheBlueMatt/2020-03-no...
2020-03-19 Matt CoralloFetch latest commitment txn via monitor, not channel... 2020-03-no-chan-mon
2020-03-19 Matt CoralloFetch latest local commitment txn via a macro in tests
2020-03-19 Matt CoralloBroadcast final local txn via ChannelMonitorUpdate
2020-03-19 Matt CoralloDeduplicate HTLC preimage events from channelmonitor.
2020-03-19 Matt CoralloRemove bogus mon_update_id += 1 fulfilling already...
2020-03-19 Matt CoralloMerge pull request #547 from valentinewallace/add-PR539...
2020-03-18 Valentine WallaceVerify commitment point on ChannelReestablish (no updat...
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-17 Matt CoralloMerge pull request #546 from TheBlueMatt/2020-03-519...
2020-03-17 Antoine RiardAdd more logs in OnchainTxHandler 2020-03-519-nits
2020-03-17 Antoine RiardWatch outputs of revoked HTLC-transactions
2020-03-17 Antoine RiardFix duplicata of adjusted justice tx generation in...
2020-03-17 Matt CoralloMerge pull request #545 from TheBlueMatt/2020-03-fuzz...
2020-03-17 Matt CoralloMerge pull request #544 from TheBlueMatt/2020-03-fix...
2020-03-17 Matt CoralloDon't return a feerate of 0 in full_stack_target fuzz... 2020-03-fuzz-0-fee
2020-03-17 Matt CoralloFix ChannelMonitor round-trip introduced by 3d640da5c34... 2020-03-fix-mon-ser
2020-03-16 Matt CoralloMerge pull request #543 from TheBlueMatt/2020-03-513...
2020-03-11 Matt CoralloAdd missing unwrap() in tests introduced in 4abfd515e55... 2020-03-513-warning
2020-03-11 Matt CoralloMerge pull request #513 from ariard/2020-02-fix-zero...
2020-03-11 Antoine RiardAdd test_override_0msat_htlc_minimum
2020-03-11 Antoine RiardMake htlc_minimum_msat configurable
2020-03-11 Matt CoralloMerge pull request #472 from TheBlueMatt/2020-01-net...
2020-03-11 Matt CoralloMerge pull request #541 from valentinewallace/fix-node...
2020-03-11 Valentine WallaceAdd test cases for feature messages from other lightnin...
2020-03-11 Valentine WallaceFix blanking out non-node-context feature flags when...
2020-03-11 Matt CoralloFix typo in lightning-net-tokio crate description. 2020-01-net-async-await
2020-03-11 Matt CoralloFix (and test) net-tokio outbound conns without a threa...
2020-03-11 Matt CoralloFix long-standing race in net-tokio reading after a...
2020-03-11 Matt CoralloRewrite lightning-net-tokio using async/await and tokio 0.2
2020-03-10 Antoine RiardAdd test_update_add_htlc_bolt2_receiver_zero_value_msat
2020-03-10 Antoine RiardBOLT2: Check we don't send and accept 0-msat HTLC
2020-03-10 Matt CoralloSwap read_event read type for a slice isntead of a Vec
2020-03-09 Matt CoralloMerge pull request #435 from TheBlueMatt/2020-01-node_a...
2020-03-06 Matt CoralloUpdate pre-HTLC DataLossProtect to match new spec changes 2020-03-data-loss-spec-550
2020-03-06 Matt CoralloUse block timestamps as the min for generated update... 2020-01-node_announce
2020-03-06 Matt CoralloFurther document the initial routing table send.
2020-03-06 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-03-05 Matt CoralloAllow more than one address per type in node_announceme...
2020-03-05 Matt CoralloAllow node_announcement timestamps of 0 in accordance...
next