Relicense as dual Apache-2.0 + MIT
[rust-lightning] / lightning / src / ln / functional_tests.rs
2020-08-11 Matt CoralloRelicense as dual Apache-2.0 + MIT 2020-08-license-change
2020-08-10 Matt CoralloMerge pull request #664 from lightning-signer/tx-creati...
2020-08-10 DevrandomMake TxCreationKeys public and wrap it in PreCalculated...
2020-08-08 Matt CoralloMerge pull request #640 from valentinewallace/test...
2020-08-08 Valentine WallaceHolding cell: if we fail to free an HTLC, fail it backwards
2020-07-29 Matt CoralloMerge pull request #658 from lightning-signer/self...
2020-07-29 DevrandomChannelKeys - provide to_self_delay alongside the remot...
2020-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-22 Matt CoralloMerge pull request #655 from lightning-signer/per-commi...
2020-07-22 DevrandomChannelKeys - separate commitment revocation from getti...
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
2020-07-22 joe.miyamotoImprove error message.
2020-07-02 Matt CoralloMerge pull request #652 from lightning-signer/commitmen...
2020-07-01 DevrandomChannelKeys provides individual commitment secrets
2020-06-28 Matt CoralloMerge pull request #650 from TheBlueMatt/2020-06-fix...
2020-06-28 Matt CoralloFix silent merge conflict between bcd65bed7bd9a and...
2020-06-27 Matt CoralloMerge pull request #647 from valentinewallace/test...
2020-06-24 Matt CoralloMerge pull request #638 from TheBlueMatt/2020-06-c...
2020-06-23 Matt CoralloUse usize for transaction-position-in-block values 2020-06-c-bindings-cleanups-2
2020-06-23 Matt CoralloTake &NetworkGraph as input in get_route, not a NetGrap...
2020-06-22 Valentine WallaceAdd test for remote fee spike buffer violations.
2020-06-22 Matt CoralloChannelMonitor::get_funding_txo returns both the txid...
2020-06-21 Matt CoralloMerge pull request #641 from jkczyz/2020-06-determinist...
2020-06-19 Jeffrey CzyzMake test output deterministic
2020-06-16 Matt CoralloMerge pull request #639 from valentinewallace/fix-feera...
2020-06-16 Valentine WallaceSwitch all feerate u64's to u32's.
2020-06-15 Matt CoralloMerge pull request #577 from valentinewallace/fix-oncha...
2020-06-15 Valentine WallaceAdd fee spike buffer + incl commit tx fee in chan reser...
2020-06-06 Matt CoralloMerge pull request #632 from TheBlueMatt/2020-05-drop...
2020-06-06 Matt CoralloDrop requirement that ChannelKeys expose delayed_paymen...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose the paymen...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose the fundin...
2020-05-28 Matt CoralloMerge pull request #620 from TheBlueMatt/2020-05-pre...
2020-05-28 Matt CoralloMerge pull request #610 from ariard/2020-04-cache-in...
2020-05-28 Antoine RiardAdd test_key_derivation_params
2020-05-28 Antoine RiardRemove useless build warnings
2020-05-28 Antoine RiardRemove SecretKey from DynamicOuputP2WPKH descriptor
2020-05-28 Antoine RiardRemove SecretKey from DynamicOutputP2WSH descriptor
2020-05-18 Matt CoralloDrop OutPoint::new since the struct is all pub
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
2020-05-17 Valentine WallaceChannelManager+Router++ Logger Arc --> Deref
2020-05-14 Matt CoralloMerge pull request #617 from sourabhmarathe/serialize...
2020-05-14 Sourabh MaratheSerialize ChannelManager events
2020-05-12 Matt CoralloMerge pull request #621 from TheBlueMatt/2020-05-592...
2020-05-12 Gleb NaumenkoSplit routing from getting network messages
2020-05-12 Gleb NaumenkoMove router to a separate module
2020-05-06 Matt CoralloMerge pull request #539 from TheBlueMatt/2020-03-static...
2020-05-06 Matt CoralloMerge pull request #613 from valentinewallace/less...
2020-05-06 Matt CoralloRename payment_basepoint/key to simply payment_point... 2020-03-static-remotekey
2020-05-06 Matt CoralloRequire option_static_remotekey in channel/channelmonitor.
2020-05-01 Valentine WallaceMake channel reserve variable names less confusing.
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzGeneralize with_known_relevant_init_flags
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
2020-04-29 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
2020-04-29 Dr. Maxim OrlovskyAdopting new bitcoin hash types and crate version
2020-04-28 Dr. Maxim OrlovskyBDR: Linearizing secp256k1 deps
2020-04-28 Dr. Maxim OrlovskyBitcoin deps refactoring (BDR): Linearizing bitcoin_has...
2020-04-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloMerge pull request #587 from TheBlueMatt/2020-04-mpp...
2020-04-24 Matt CoralloAdd test for timing out HTLCs which are in the holding... 2020-04-mpp-timeout
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 CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-23 Matt CoralloMerge pull request #597 from TheBlueMatt/2020-04-more...
2020-04-23 Matt CoralloDelay creating outbound ChannelMonitor until funding_si...
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 Matt CoralloDe-Option<> some fields in ChannelMonitor which are... 2020-04-cleanups
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 RiardRemove temporary anti-duplicata logic
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardMove local commitment tx generation in OnchainTxHandler
2020-04-17 Antoine RiardRemove duplicata for local commitment+HTLC txn
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 CoralloRefactor test utils and add a simple MPP send/claim...
2020-04-15 Matt CoralloImplement multipath sends using payment_secret.
2020-04-14 Matt CoralloExpand the Route object to include multiple paths.
2020-04-14 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
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 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
2020-04-01 Jeffrey CzyzTest failing backward any pending HTLCs
2020-03-21 Matt CoralloMerge pull request #555 from ariard/2020-03-begin-dryup...
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-20 Matt CoralloMerge pull request #554 from TheBlueMatt/2020-03-stale...
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 Antoine RiardImplement reorg-safety for SpendableOutputDescriptor...
2020-03-20 Antoine RiardMove SpendableOutputDescirptor::DynamicOutputP2WSH in
2020-03-20 Antoine RiardIntroduce ChannelMonitor::is_paying_spendable_output
2020-03-20 Matt CoralloMerge pull request #551 from TheBlueMatt/2020-03-no...
2020-03-19 Matt CoralloFetch latest local commitment txn via a macro in tests
2020-03-19 Matt CoralloBroadcast final local txn via ChannelMonitorUpdate
next