rust-lightning
2020-04-24 Matt CoralloAdd a test for timeout'ing HTLCs which claim to be...
2020-04-24 Matt CoralloExpand expect_payment_failed!() to take error codes...
2020-04-24 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ...
2020-04-24 Matt CoralloAdd a constant and docs for when we should fail an...
2020-04-24 Matt CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-24 Franck RoyerAdd a pop of colour
2020-04-24 Franck RoyerAdd CI using GitHub Action
2020-04-23 Matt CoralloMerge pull request #597 from TheBlueMatt/2020-04-more...
2020-04-23 Matt CoralloDe-Option<> current_local_signed_commitment_tx in Chann... 2020-04-more-chanmon-cleanups
2020-04-23 Matt CoralloDelay creating outbound ChannelMonitor until funding_si...
2020-04-23 Matt CoralloAdd HTLC/extra data in LocalCommitmentTransaction from...
2020-04-23 Matt CoralloDrop redundant parameters in sign_local_commitment_tx
2020-04-23 Matt CoralloAvoid a few useless clone() calls in onchaintx.rs
2020-04-23 Matt CoralloClarify documentation on deserialization reorg requirements
2020-04-22 Franck RoyerUse more generic name as it will be use in GitHub Actio...
2020-04-22 Matt CoralloDrop ChannelMonitor::write_for_watchtower
2020-04-22 Matt CoralloMerge pull request #602 from murtyjones/test-byte-utils
2020-04-22 Matt CoralloMerge pull request #603 from moneyball/patch-3
2020-04-22 Steve Leefixed typo
2020-04-22 Marty JonesUpdate lightning/src/util/byte_utils.rs
2020-04-22 Marty Jonesadd tests
2020-04-20 Matt CoralloMerge pull request #594 from TheBlueMatt/2020-04-cleanups
2020-04-20 Matt CoralloMerge pull request #596 from D4nte/586-update-htlc...
2020-04-19 Franck RoyerTest that `height` is included for incorrect payment...
2020-04-19 Franck RoyerInclude `height` to `incorrect_or_unknown_payment_detai...
2020-04-19 Matt CoralloDe-Option<> some fields in ChannelMonitor which are... 2020-04-cleanups
2020-04-19 Matt CoralloDrop std::error::Error impl for DecodeError
2020-04-19 Matt CoralloConcretize some types in fuzz, addressing new rustc...
2020-04-19 Matt CoralloFix new rustc warnings for unnecessary parenthesis
2020-04-19 Matt CoralloDrop uneccessary indirection in map-updating in 1107ab06c3
2020-04-19 Matt CoralloMerge pull request #558 from TheBlueMatt/2020-03-555...
2020-04-18 Matt CoralloFlatten ChannelMonitor substructs that don't add clarity 2020-03-555-nits
2020-04-18 Matt CoralloDrop uneccessary clone() introduced in 16fba9fd664522ac...
2020-04-18 Matt CoralloMerge pull request #559 from ariard/2020-03-move-local...
2020-04-17 Antoine RiardAdd test_update_err_monitor_lockdown
2020-04-17 Antoine RiardMonitor should panic on receiving buggy update sequences
2020-04-17 Antoine RiardMake acces and signature of local commitment transactio...
2020-04-17 Antoine RiardRemove temporary anti-duplicata logic
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardAdd OnchainTxHandler::get_fully_signed_htlc
2020-04-17 Antoine RiardCache csv_local inside OnchainTxHandler
2020-04-17 Antoine RiardCache per-HTLC data in OnchainTxHandler::HTLCTxCache
2020-04-17 Antoine RiardCache HTLC transaction material inside OnchainTxHandler
2020-04-17 Antoine RiardRemove signing htlc transaction from ChannelMonitor
2020-04-17 Antoine RiardRemove per_input_material introduce in commit 0011713
2020-04-17 Antoine RiardAccess signed local commitment through OnchainTxHandler
2020-04-17 Antoine RiardCache current local commitment number in ChannelMonitor.
2020-04-17 Antoine RiardMove local commitment tx generation in OnchainTxHandler
2020-04-17 Antoine RiardPrevent any update of local commitment transaction...
2020-04-17 Antoine RiardCache local_commitment_tx in OnchainTxHandler
2020-04-17 Antoine RiardCache funding_redeemscript in OnchainTxHandler
2020-04-17 Antoine RiardRemove duplicata for local commitment+HTLC txn
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 Antoine RiardRemove signing local commitment transaction from Channe...
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
next