Fix channel reserve calculation on the sending side
[rust-lightning] / lightning / src / ln / functional_tests.rs
2021-07-13 Matt CoralloFix channel reserve calculation on the sending side 2021-07-fix-chan-reserve-msat-sat
2021-07-09 Matt CoralloMerge pull request #975 from TheBlueMatt/2021-06-fix...
2021-07-09 Matt CoralloOptionally reject HTLC forwards over priv chans with...
2021-07-09 Matt CoralloMake the base fee configurable in ChannelConfig
2021-07-08 Matt CoralloMerge pull request #988 from TheBlueMatt/2021-07-chan...
2021-07-08 Matt CoralloMerge pull request #961 from TheBlueMatt/2021-06-workar...
2021-07-07 Matt CoralloMerge pull request #949 from TheBlueMatt/2021-06-send...
2021-07-07 Matt CoralloSend channel_update messages to direct peers on private...
2021-07-06 Matt CoralloMerge pull request #984 from TheBlueMatt/2021-06-more...
2021-07-06 Matt CoralloExpand the fields exposed to users in `ChannelDetails`
2021-07-05 Matt CoralloMerge pull request #958 from TheBlueMatt/2021-06-fix...
2021-07-02 Matt CoralloMerge pull request #970 from TheBlueMatt/2021-06-no...
2021-07-02 Matt CoralloCreate SpendableOutputs events no matter the chain...
2021-07-02 Matt CoralloUpdate `ChannelMonitor::best_block` before calling...
2021-07-02 Matt CoralloAdd new expect_payment_failure_chan_update!() macro...
2021-07-01 Matt CoralloMerge pull request #954 from TheBlueMatt/2021-06-no...
2021-06-30 Matt CoralloMerge pull request #973 from TheBlueMatt/2021-06-fix...
2021-06-29 Matt CoralloClean up check_spendable_outputs!() test macro somewhat
2021-06-29 Matt CoralloMerge pull request #965 from TheBlueMatt/2021-06-log...
2021-06-29 Matt CoralloUpdate logging in channel and channelmanager to better...
2021-06-29 Matt CoralloMerge pull request #974 from sr-gi/message_signing_borrow
2021-06-29 Matt CoralloMerge pull request #966 from TheBlueMatt/2021-06-workar...
2021-06-28 Matt CoralloWorkaround lnd sending funding_locked before channel_re... 2021-06-workaround-broken-lnd
2021-06-23 Matt CoralloMerge pull request #950 from TheBlueMatt/2021-06-changelog
2021-06-20 Matt CoralloMerge pull request #947 from GeneFerneau/hash
2021-06-18 Gene FerneauUse hashbrown replacements for std equivalents
2021-06-08 Matt CoralloMerge pull request #940 from TheBlueMatt/2021-06-fix...
2021-06-08 Matt CoralloMerge pull request #936 from TheBlueMatt/2021-05-spenda...
2021-06-01 Matt CoralloDelay DelayedPaymentOutput spendable events until the... 2021-05-spendable-event-locktime-delay
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
2021-05-31 Matt CoralloMerge pull request #931 from jkczyz/2021-05-http-client...
2021-05-29 Matt CoralloMerge pull request #932 from TheBlueMatt/2021-05-broadc...
2021-05-28 Matt CoralloSkip transactions which are locktime'd when broadcastin...
2021-05-28 Matt CoralloTrack the blocks a node has connected in the TestBroadc...
2021-05-28 Matt CoralloDelay broadcast of PackageTemplate packages until their...
2021-05-28 Matt CoralloSimplify tx checks in functional tests to make later...
2021-05-27 Matt CoralloMerge pull request #928 from TheBlueMatt/2021-05-really...
2021-05-27 Matt CoralloMerge pull request #924 from GeneFerneau/alloc
2021-05-27 Gene FerneauUse alloc for no_std builds
2021-05-27 Matt CoralloMerge pull request #929 from jkczyz/2021-05-json-rpc...
2021-05-25 Matt CoralloMerge pull request #920 from TheBlueMatt/2021-05-tlv-ser
2021-05-25 Matt CoralloRebroadcast channel_announcements when we broadcast...
2021-05-25 Matt CoralloMerge pull request #920 from jkczyz/2021-05-event-proce...
2021-05-24 Jeffrey CzyzRefactor EventsProvider to take an EventHandler
2021-05-24 Matt CoralloMerge pull request #851 from TheBlueMatt/2021-03-holdin...
2021-05-24 Matt CoralloMerge pull request #926 from GeneFerneau/core
2021-05-23 Gene FerneauUse core replacements for std members
2021-05-20 Matt CoralloMerge pull request #918 from TheBlueMatt/2021-05-dup...
2021-05-20 Matt CoralloTest pending payments when resolved duplicatively via...
2021-05-20 Matt CoralloTest pending payments when duplicatively resolved on...
2021-05-18 Matt CoralloMerge pull request #923 from ariard/2021-05-split-sign...
2021-05-15 Matt CoralloMerge pull request #916 from TheBlueMatt/2021-05-fix...
2021-05-14 Matt CoralloSimplify+expand per-channel check in test_announce_disa... 2021-05-fix-disabled-announcements
2021-05-14 Matt CoralloTest new channel_update re-enabled announcements
2021-05-13 Matt CoralloSend update_channel messages to re-enable a disabled...
2021-05-07 Matt CoralloMerge pull request #912 from TheBlueMatt/2021-05-more...
2021-05-06 Matt CoralloMerge pull request #911 from TheBlueMatt/2021-05-fix...
2021-05-05 Matt CoralloIncrease the CLTV delay required on payments and forwards
2021-05-04 Matt CoralloMerge pull request #909 from TheBlueMatt/2021-04-0... v0.0.14
2021-05-04 Matt CoralloMerge pull request #901 from jkczyz/2021-04-invoice...
2021-05-04 Matt CoralloMerge pull request #845 from ariard/2021-03-hardcode...
2021-05-03 Antoine RiardAdd bolt2_open_channel_sane_dust_limit
2021-05-03 Antoine RiardReplace config max counterpary `dust_limit_satoshis...
2021-04-30 Matt CoralloMerge pull request #898 from jkczyz/2021-04-invoice...
2021-04-29 Matt CoralloMerge pull request #895 from valentinewallace/invoice...
2021-04-29 Valentine WallaceMove PaymentPreimage+PaymentHash+PaymentSecret to top...
2021-04-29 Matt CoralloMerge pull request #900 from lightning-signer/init...
2021-04-29 Matt CoralloMerge pull request #902 from TheBlueMatt/2021-04-fix...
2021-04-28 Matt CoralloMerge pull request #893 from TheBlueMatt/2021-04-featur...
2021-04-28 Matt CoralloAdd some simple tests of payment secret tracking
2021-04-28 Matt CoralloGive users who use `get_payment_secret_preimage` the...
2021-04-28 Matt CoralloMake the PaymentSecret in `PaymentReceived` events...
2021-04-28 Matt CoralloDrop the amount parameter to claim_funds
2021-04-28 Matt CoralloDrop now-useless PaymentSecret parameters when claiming...
2021-04-28 Matt CoralloAdd a `user_payment_id` to `get_payment_secret`+`Paymen...
2021-04-28 Matt CoralloReq+check payment secrets for inbound payments pre...
2021-04-28 Matt CoralloUse payment_secrets in all sends in functional tests
2021-04-28 Matt CoralloUse known InvoiceFeatures for routing in tests
2021-04-28 Matt CoralloPipe through PaymentSecrets in tests during payment...
2021-04-28 Matt CoralloDRY the get_route_and_payment_hash!() macro duplicated...
2021-04-27 Matt CoralloMerge pull request #854 from TheBlueMatt/2021-03-fix...
2021-04-26 Matt CoralloMerge pull request #894 from TheBlueMatt/2021-04-fix...
2021-04-26 Matt CoralloMerge pull request #876 from valentinewallace/invoice...
2021-04-24 Matt CoralloMerge pull request #890 from TheBlueMatt/2021-04-fix...
2021-04-23 Matt CoralloFix (and test) panic when our counterparty uses a bogus... 2021-04-fix-chan-shutdown-crash
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-22 Jeffrey CzyzDrop pub functions for ChainMonitor's Listen impl
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-15 Matt CoralloMerge pull request #858 from jkczyz/2021-03-electrum...
2021-04-14 Jeffrey CzyzParameterize test_htlc_on_chain_timeout
2021-04-14 Jeffrey CzyzCombine ChannelManager's block hash and height
2021-04-14 Matt CoralloMerge pull request #875 from TheBlueMatt/2021-04-fix...
2021-04-13 Matt CoralloMerge pull request #872 from valentinewallace/timer...
2021-04-13 Valentine WallaceRename timer_chan_freshness_every_min for uniformity...
2021-04-10 Matt CoralloMerge pull request #856 from TheBlueMatt/2021-03-check-tx
2021-04-10 Matt CoralloMerge pull request #870 from valentinewallace/invoices...
2021-04-09 Matt CoralloTake the full funding transaction from the user on... 2021-03-check-tx
2021-04-09 Matt CoralloMerge pull request #861 from lightning-signer/degenerify
2021-04-09 Matt CoralloMerge pull request #866 from TheBlueMatt/2021-04-log...
2021-04-09 Matt CoralloMerge pull request #863 from valentinewallace/expose...
next