Send initial closing_signed message asynchronously and handle errs
[rust-lightning] / lightning / src / ln / functional_tests.rs
2021-08-17 Matt CoralloSend initial closing_signed message asynchronously...
2021-08-13 Matt CoralloMerge pull request #985 from TheBlueMatt/2021-06-auto...
2021-08-13 Matt CoralloAutomatically update fees on outbound channels as fees...
2021-08-10 Matt CoralloMerge pull request #1009 from ariard/2021-07-add-forwar...
2021-08-10 Antoine RiardAdd test_max_balance_dust_htlc
2021-08-10 Matt CoralloMerge pull request #1025 from TheBlueMatt/2021-07-detec...
2021-08-10 Matt CoralloMerge pull request #1038 from valentinewallace/2021...
2021-08-09 Matt CoralloMerge pull request #1019 from jkczyz/2021-07-shutdown...
2021-08-09 Jeffrey CzyzAdd APIError::IncompatibleShutdownScript
2021-08-09 Jeffrey CzyzImplement Display for ShutdownScript
2021-08-09 Jeffrey CzyzPass InitFeatures by reference to Channel
2021-08-09 Jeffrey CzyzGenerate shutdown script at channel close
2021-08-09 Jeffrey CzyzAdd features to NodeCfg and use in create_network
2021-08-09 Jeffrey CzyzUse ShutdownScript to check scripts from peers
2021-08-09 Jeffrey CzyzClean up and add shutdown script functional tests
2021-08-09 Matt CoralloMerge pull request #1035 from TheBlueMatt/2021-08-faste...
2021-08-05 Matt CoralloMerge pull request #1029 from TheBlueMatt/2021-07-log...
2021-08-04 Matt CoralloMerge pull request #1004 from TheBlueMatt/2021-07-forwa...
2021-08-04 Matt CoralloGenerate a PaymentForwarded event when a forwarded...
2021-08-04 Matt CoralloMerge pull request #1022 from TheBlueMatt/2021-07-to...
2021-08-03 Matt CoralloMerge pull request #1028 from lightning-signer/2021...
2021-08-03 DevrandomActual no_std support
2021-07-29 Matt CoralloMerge pull request #1007 from jkczyz/2021-07-stop-drop...
2021-07-28 Matt CoralloTest preimages are learned instantly in test_onchain_to...
2021-07-28 Matt CoralloMerge pull request #977 from TheBlueMatt/2021-06-fix...
2021-07-28 Matt CoralloMerge pull request #967 from valentinewallace/2021...
2021-07-27 Valentine Wallacetests: make PaymentSecret optional in pass_along path
2021-07-27 Valentine WallaceImplement utilities for keysending to private nodes
2021-07-27 Valentine WallaceImplement sending keysend payments (to public nodes)
2021-07-27 Valentine Wallacetest utils: add optional PaymentPreimage param to pass_...
2021-07-27 Valentine WallaceRefactor PaymentReceived event for keysend receives
2021-07-26 Matt CoralloMerge pull request #998 from TheBlueMatt/2021-07-fix...
2021-07-26 Matt CoralloMerge pull request #986 from TheBlueMatt/2021-07-route...
2021-07-22 Matt CoralloMerge pull request #1008 from lightning-signer/2021...
2021-07-19 DevrandomCollect all lightning std::sync imports under crate...
2021-07-14 Matt CoralloSupport pending update_fail_htlcs in reconnect_nodes...
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...
next