Add path field to PaymentPathFailed event
[rust-lightning] / lightning / src / util /
2021-09-21 Valentine WallaceAdd path field to PaymentPathFailed event
2021-09-21 Valentine WallaceRename PaymentFailed -> PaymentPathFailed
2021-09-21 Matt CoralloMerge pull request #1087 from TheBlueMatt/2021-09-event...
2021-09-21 Matt CoralloMerge pull request #1090 from TheBlueMatt/2021-09-absur...
2021-09-21 Matt CoralloFix future unknown `Event` variant backwards compatibility 2021-09-event-backwards-compat-fix
2021-09-21 Matt CoralloMerge pull request #997 from ariard/2021-07-add-chan...
2021-09-21 Antoine RiardAdd Event::ChannelClosed generation at channel shutdown
2021-09-21 Matt CoralloMerge pull request #1063 from galderz/t_total_fee_999
2021-09-18 Matt CoralloMerge pull request #1068 from TheBlueMatt/2021-09-ser...
2021-09-18 Matt CoralloConvert most P2P msg serialization to a new macro with... 2021-09-ser-cleanup
2021-09-18 Matt CoralloDrop writer size hinting/message vec preallocation
2021-09-17 Matt CoralloMerge pull request #1053 from valentinewallace/2021...
2021-09-17 Valentine WallaceAdd all_paths_failed field to PaymentFailed
2021-09-17 Valentine WallacePrevent duplicate PaymentSent events
2021-09-17 Valentine WallaceImplement Readable/Writeable for HashSet
2021-09-17 Matt CoralloMerge pull request #1070 from TheBlueMatt/2021-09-fix...
2021-09-15 Matt CoralloMerge pull request #1074 from p2pderivatives/add-node...
2021-09-15 Matt CoralloMerge pull request #1034 from TheBlueMatt/2021-07-matur...
2021-09-15 Matt CoralloMerge pull request #1043 from jkczyz/2021-07-network...
2021-09-15 Jeffrey CzyzEventHandler for applying NetworkUpdate
2021-09-15 Jeffrey CzyzRefactor PaymentFailureNetworkUpdate event
2021-09-13 Matt CoralloMerge pull request #1072 from TheBlueMatt/2021-09-tight...
2021-09-10 Jeffrey CzyzPass Event by reference to EventHandler
2021-09-09 Matt CoralloMerge pull request #1064 from lightning-signer/2021...
2021-09-09 DevrandomUse ClosingTransaction in BaseSign
2021-09-09 Matt CoralloMerge pull request #1047 from TheBlueMatt/2021-08-985...
2021-09-02 Matt CoralloMerge pull request #1055 from lightning-signer/2021...
2021-09-02 DevrandomAdd anchor outputs pair in CommitmentTransaction
2021-08-31 Matt CoralloMerge pull request #1057 from TheBlueMatt/2021-08-invoi...
2021-08-31 Matt CoralloMerge pull request #1040 from abhik-99/Issue#945
2021-08-30 Matt CoralloMerge pull request #1039 from lightning-signer/2021...
2021-08-28 DevrandomAllow BaseSign validation functions to return an Err
2021-08-28 DevrandomAlways use KeysInterface.read_chan_signer for de-serial...
2021-08-28 DevrandomEnforce signing counterparty commitment only after...
2021-08-28 DevrandomEnforce that revocation can only occur after we validat...
2021-08-28 DevrandomIntroduce EnforcementState for EnforcingSigner
2021-08-27 Antoine RiardRemove DynamicOutputP2WPKH ref in logger
2021-08-25 Matt CoralloMerge pull request #1031 from p2pderivatives/dlc-versio...
2021-08-24 Matt CoralloMerge pull request #1037 from sr-gi/add-txid-convert
2021-08-24 Matt CoralloDon't initialise Vecs being read with VecReadWrapper...
2021-08-20 Matt CoralloMerge pull request #1051 from JosephGoulden/fix_ping_di...
2021-08-18 Matt CoralloMerge pull request #1049 from TheBlueMatt/2021-08-night...
2021-08-18 Matt CoralloFix trailing semicolon warnings on latest rustc nightly 2021-08-nightly-warnings
2021-08-18 Matt CoralloMerge pull request #1048 from TheBlueMatt/2021-08-no...
2021-08-17 Matt CoralloMerge pull request #1011 from TheBlueMatt/2021-07-new...
2021-08-17 Matt CoralloClean up existing and add range-based closing_signed...
2021-08-16 Matt CoralloMerge pull request #1045 from TheBlueMatt/2021-08-chanm...
2021-08-16 Matt CoralloMigrate OnchainEvent serialization to be MaybeReadable. 2021-08-chanmon-ser-upgradability
2021-08-16 Matt CoralloImplement `VecReadWrapper` for `MaybeReadable`
2021-08-13 Matt CoralloImprove TLV serialization macro callability very slightly
2021-08-10 Matt CoralloMerge pull request #1009 from ariard/2021-07-add-forwar...
2021-08-10 Antoine RiardAdd new config setting `max_balance_dust_htlc_msat`
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 CzyzGenerate shutdown script at channel close
2021-08-09 Jeffrey CzyzSupport all shutdown scripts defined in BOLT 2
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-05 Matt CoralloAdd additional TLV serialization type of (default_value, N)
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 Matt CoralloMerge pull request #1033 from TheBlueMatt/2021-07-fix...
2021-08-03 DevrandomActual no_std support
2021-08-02 Matt CoralloMerge pull request #1032 from jkczyz/2021-08-clippy
2021-08-02 Jeffrey CzyzFix #[warn(clippy::try_err)] in ser_macros.rs
2021-07-29 Matt CoralloMerge pull request #1007 from jkczyz/2021-07-stop-drop...
2021-07-28 Matt CoralloIgnore unknown Events serialized with an odd type value.
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...
next