Add version and TLV suffix for more user-facing "major" structs
[rust-lightning] / lightning / src / util /
2021-05-25 Matt CoralloAdd version and TLV suffix for more user-facing "major...
2021-05-25 Matt CoralloSupport serializing TLV fields which may or may not...
2021-05-25 Matt CoralloAppend backwards-compat TLVs to serialization of larger...
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 CoralloMake payments not duplicatively fail/succeed on reload...
2021-05-18 Matt CoralloMerge pull request #923 from ariard/2021-05-split-sign...
2021-05-18 Antoine RiardSplit `sign_justice_transaction` in two halves
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-06 Matt CoralloMerge pull request #914 from TheBlueMatt/2021-05-log...
2021-05-06 Matt CoralloAlways log_info when we broadcast a transaction, includ... 2021-05-log-txids
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 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 invoice signing behind KeysInterface
2021-04-29 Valentine WallaceMove PaymentPreimage+PaymentHash+PaymentSecret to top...
2021-04-29 Matt CoralloMerge pull request #905 from TheBlueMatt/2021-04-mentio...
2021-04-29 Matt CoralloMerge pull request #904 from lightning-signer/no-send...
2021-04-29 DevrandomRemove Send and Sync from core crate
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 CoralloGive users who use `get_payment_secret_preimage` the...
2021-04-28 Matt CoralloMake the PaymentSecret in `PaymentReceived` events...
2021-04-28 Matt CoralloAdd a `user_payment_id` to `get_payment_secret`+`Paymen...
2021-04-27 Matt CoralloMerge pull request #854 from TheBlueMatt/2021-03-fix...
2021-04-27 Matt CoralloUse more descriptive names in serialization impl macros 2021-03-fix-lens
2021-04-27 Matt CoralloFix serialization expected lengths and check them in...
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-21 Matt CoralloMerge pull request #887 from valentinewallace/invoice...
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-16 Sergi Delgado SeguraChanges zbase32 crate from pub to pub(crate)
2021-04-16 Matt CoralloCorrect license header in zbase32 to match original...
2021-04-16 Matt CoralloReplace spaces with tabs in zbase32.rs
2021-04-16 Matt CoralloFix a number of bugs in zbase32 and add a fuzzer which...
2021-04-16 Sergi Delgado SeguraAdds lightning message signing/verification/pk_recovery
2021-04-14 Matt CoralloMerge pull request #885 from p2pderivatives/use-secp256...
2021-04-14 Tibo-lgFix size check in Vec<Signature> serialization + use...
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 DevrandomSeparate Clone from Sign
2021-04-09 DevrandomEliminate unnecessary generics from Sign
2021-04-08 Matt CoralloMerge pull request #815 from TheBlueMatt/2021-03-router...
2021-04-05 Matt CoralloMerge pull request #838 from TheBlueMatt/2021-03-skip...
2021-04-01 Matt CoralloMerge pull request #860 from TheBlueMatt/2021-03-bench...
2021-03-31 Matt CoralloImplement Persist for any Signer in TestPersister
2021-03-28 Matt CoralloMerge pull request #840 from jkczyz/2021-03-rescan...
2021-03-27 Jeffrey CzyzMock-like expectations for TestChainSource
2021-03-27 Jeffrey CzyzInclude block hash for watched transaction output
2021-03-22 Sergi Delgado SeguraAdds zbase32 encoding
2021-03-21 Jeffrey CzyzReturn optional Transaction from register_output
2021-03-20 Matt CoralloMerge pull request #846 from TheBlueMatt/2021-03-test...
2021-03-20 Matt CoralloAdd `Debug` to derive list in MessageSendEvent
2021-03-20 Matt CoralloMerge pull request #849 from TheBlueMatt/2021-03-config...
2021-03-20 Matt CoralloTweak our_to_self_delay documentation wording to make...
2021-03-20 Matt CoralloMake cltv_expiry_delta configurable and reduce the...
2021-03-18 Matt CoralloMerge pull request #848 from TheBlueMatt/2021-03-doc...
2021-03-18 Matt CoralloExpose the constants mentioned in docs, and use doc...
2021-03-17 Matt CoralloMerge pull request #841 from valentinewallace/207-repla...
2021-03-17 Valentine WallacePass channel updates to ChannelManager and Channel.
2021-03-17 Matt CoralloMerge pull request #828 from bmancini55/reply_channel_range
2021-03-16 bmancini55Comment cleanup for handling query_channel_range
2021-03-10 Matt CoralloMerge pull request #837 from TheBlueMatt/2021-03-0...
2021-03-10 Matt CoralloMerge pull request #834 from TheBlueMatt/2021-03-no...
2021-03-09 bmancini55Improve short_channel_id utils
2021-03-09 Matt CoralloMerge pull request #827 from TheBlueMatt/2021-03-invoic...
2021-03-08 Matt CoralloMerge pull request #826 from valentinewallace/raise...
2021-03-08 Valentine WallaceRaise max to_self_delay.
2021-03-08 Matt CoralloMake `util::logger::macro_logger` pub(crate) not pub. 2021-03-no-pub-internals
2021-03-06 Matt CoralloMerge pull request #823 from jkczyz/2021-03-birthday...
2021-03-05 Jeffrey CzyzRevert "Merge pull request #819 from TheBlueMatt/2021...
2021-03-05 Matt CoralloMerge pull request #808 from TheBlueMatt/2021-02-791...
2021-03-05 bmancini55Create short_channel_id utils
2021-03-05 bmancini55Add SendReplyChannelRange message event
2021-03-05 Matt CoralloClarify ChannelManager docs somewhat around full blocks 2021-02-791-order-fix
2021-03-05 Matt CoralloExpand tests to cover serialization with pending backgr...
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #819 from TheBlueMatt/2021-03-810...
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-03-02 Valentine WallaceChange ChannelMonitor deserialization to return an...
2021-03-02 Matt CoralloMerge pull request #814 from TheBlueMatt/2021-03-option...
2021-03-02 Matt CoralloMerge pull request #813 from jkczyz/2021-02-channel...
2021-03-02 Jeffrey CzyzChange Mutex to RwLock in ChainMonitor
2021-03-02 Jeffrey CzyzMove ChannelMonitor state behind a Mutex
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-26 Matt CoralloMerge pull request #791 from jkczyz/2021-01-spv-client
2021-02-25 Matt CoralloMerge pull request #794 from galderz/t_opt_shutdown_any...
2021-02-25 Galder ZamarreñoAdd support for `opt_shutdown_anysegwit` feature #780
next