Disable fast-fail to let CI actually run even though beta is broken
[rust-lightning] / lightning / src / util /
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 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-20 Matt CoralloMerge pull request #1010 from sr-gi/enforce_signature_l...
2021-07-20 Sergi Delgado SeguraEnforces sig_rec length in message_signing
2021-07-19 DevrandomCollect all lightning std::sync imports under crate...
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-09 Matt CoralloUpdate ChannelConfig serialization to be TLV-based
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-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-01 Matt CoralloMerge pull request #976 from TheBlueMatt/2021-06-action...
2021-07-01 Matt CoralloMerge pull request #954 from TheBlueMatt/2021-06-no...
2021-06-30 Matt CoralloMerge pull request #972 from TheBlueMatt/2021-06-skip...
2021-06-30 Matt CoralloCorrect test log printing due to inverted comparison 2021-06-actionable-errors
2021-06-30 Matt CoralloMerge pull request #973 from TheBlueMatt/2021-06-fix...
2021-06-29 Matt CoralloMerge pull request #965 from TheBlueMatt/2021-06-log...
2021-06-29 Matt CoralloAllow logging to specify an explicit log level instead...
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-29 Sergi Delgado SeguraPasses references to the public and secret keys to...
2021-06-28 Matt CoralloFix bogus `Event::PaymentSent` serialization 2021-06-fix-broken-event-ser
2021-06-25 Matt CoralloMerge pull request #968 from TheBlueMatt/2021-06-no...
2021-06-24 Matt CoralloMerge pull request #964 from valentinewallace/2021...
2021-06-24 Valentine WallaceFix TLV serialization to work with large types.
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-18 Matt CoralloMerge pull request #956 from jkczyz/2021-06-validate-pub
2021-06-18 Matt CoralloMerge pull request #955 from TheBlueMatt/2021-06-rustc...
2021-06-17 Matt CoralloMake links in message signing docs rustdoc links
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-06-01 Matt CoralloMerge pull request #935 from TheBlueMatt/2021-05-enum...
2021-06-01 Matt CoralloUse TLVs inside of serialization of Event variants
2021-06-01 Matt CoralloAdd generic serialization implementations for Boxs...
2021-06-01 Matt CoralloUse TLV instead of explicit length for VecReadWrapper...
2021-06-01 Matt CoralloAdd a macro to implement serialization of enums using...
2021-06-01 Matt CoralloMerge pull request #933 from TheBlueMatt/2021-05-ser...
2021-06-01 Matt CoralloAdd additional inline hints in serialization methods 2021-05-ser-fast
2021-06-01 Matt CoralloImpl `serialized_length()` without `LengthCalculatingWr...
2021-06-01 Matt CoralloAvoid calling libsecp serialization fns when calculatin...
2021-06-01 Matt CoralloDrop byte_utils in favor of native `to/from_be_bytes...
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
2021-05-31 Matt CoralloMerge pull request #934 from TheBlueMatt/2021-05-new-tag
2021-05-31 Matt CoralloMerge pull request #931 from jkczyz/2021-05-http-client...
2021-05-30 Matt CoralloAdd new `(C-not implementable)` tag on `EventsProvider` 2021-05-new-tag
2021-05-29 Matt CoralloMerge pull request #932 from TheBlueMatt/2021-05-broadc...
2021-05-28 Matt Corallopanic if locktime is violated when broadcasting in... 2021-05-broadcast-locktime-delay
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-27 Matt CoralloMerge pull request #928 from TheBlueMatt/2021-05-really...
2021-05-27 Matt CoralloAdd a macro which implements Readable/Writeable using...
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 CoralloFix compile warnings reading type-0 TLVs
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 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...
next