rust-lightning
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...
2020-03-05 Matt CoralloMerge pull request #535 from TheBlueMatt/2020-03-462...
2020-03-05 Matt CoralloTake multiple spent-txn to check_spends! in functional_... 2020-03-462-nits
2020-03-05 Matt CoralloDrop redundant .clone() in check_spends calls.
2020-03-05 Matt CoralloCorrect comment in onchaintx.rs
2020-03-04 Matt CoralloFlatten Vec passed from channelmonitor to onchaintx...
2020-03-04 Matt CoralloMerge pull request #462 from ariard/2020-01-refactor...
2020-03-04 Antoine RiardRename InputMaterial script to witness_script
2020-03-04 Antoine RiardComment better get_height_timer logic.
2020-03-04 Antoine RiardRemove TestBroadcaster temporary dedup buffer
2020-03-04 Antoine RiardStructurify claim request handed between detection...
2020-03-04 Antoine RiardIntroduce OnchainTxHandler, move bumping and tracking...
2020-03-04 Matt CoralloMerge pull request #523 from TheBlueMatt/2020-02-router...
2020-03-04 Matt CoralloTest Router serialization round-trip in functional_tests. 2020-02-router-ser-fix
2020-03-04 Matt CoralloChange Option<T> serialization format to include length
2020-03-04 Matt CoralloMake Readable::read a templated on the stream, not...
2020-03-04 Matt CoralloImpl ReadableArgs for Arc<ChannelManager>, not just...
2020-03-04 Matt CoralloMerge pull request #534 from TheBlueMatt/2020-02-fuzz...
2020-03-04 Matt Corallo[travis] Build lightning-net-tokio on Rust 1.39.0+... 2020-02-fuzz-on-stable
2020-02-29 Matt CoralloMerge pull request #517 from ccdle12/2020-02-per-channe...
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-29 Steve Leemade fixes per val and matt feedback
2020-02-28 Christopher... Add an override optional UserConfig per new outbound...
2020-02-28 Matt CoralloMerge pull request #520 from TheBlueMatt/2020-02-events...
next