Add additional testing in `montior_tests` for chain idempotency
[rust-lightning] / lightning /
2022-11-24 Matt CoralloAdd additional testing in `montior_tests` for chain... 2022-11-tx-connection-idempotency
2022-11-24 Matt CoralloEnsure `transactions_confirmed` is idempotent
2022-11-18 Matt CoralloExplicitly track the set of spendable transactions...
2022-11-18 Matt CoralloFix one test still connecting invalid blocks
2022-11-16 Matt CoralloMerge pull request #1855 from tnull/2022-11-inbound...
2022-11-16 Elias RohrerRemove unused import
2022-11-16 Elias RohrerMention `user_channel_id` rand. version req.
2022-11-16 Elias RohrerAlso set `user_channel_id` when its overridden
2022-11-16 Matt CoralloMerge pull request #1826 from TheBlueMatt/2022-10-idemp...
2022-11-16 Matt CoralloMerge pull request #1853 from TheBlueMatt/2022-11-reloa...
2022-11-16 Matt CoralloMerge pull request #1851 from TheBlueMatt/2022-11-fix...
2022-11-16 Matt CoralloAwait `Future::poll` `Complete`d before unsetting notif... 2022-11-fix-broken-futures-----again
2022-11-16 Matt CoralloWipe `Notifier` `FutureState` when returning from a...
2022-11-16 Matt CoralloUnset the needs-notify bit in a Notifier when a Future...
2022-11-16 Matt CoralloRemove excess module
2022-11-15 Matt CoralloMove restart-related tests to their own file 2022-11-reload-macro
2022-11-15 Matt CoralloReplace manual node reloading with a macro/function...
2022-11-15 Matt CoralloMerge pull request #1790 from tnull/2022-10-inbound...
2022-11-15 Elias RohrerMake `user_channel_id` a `u128`
2022-11-15 Elias RohrerRandomize `user_channel_id` for inbound channels
2022-11-15 Elias RohrerIntroduce `init_and_read_tlv_fields` macro
2022-11-11 Matt CoralloMerge pull request #1845 from TheBlueMatt/2022-11-futur...
2022-11-11 Matt CoralloMerge pull request #1806 from arik-so/2022-10-backgroun...
2022-11-11 Matt CoralloFix persistence-required futures always completing... 2022-11-future-wake-fix
2022-11-11 Matt CoralloMerge pull request #1413 from ViktorTigerstrom/2022...
2022-11-10 Viktor TigerströmAdd test for only creating tlv format onions
2022-11-10 Viktor TigerströmRemove `OnionHopDataFormat::Legacy`
2022-11-10 Viktor TigerströmUpdate BOLT4 onion test vectors
2022-11-10 Matt CoralloMerge pull request #1787 from wpaulino/async-event...
2022-11-10 Wilmer PaulinoNote async versions of event handling within EventsProvider
2022-11-10 Wilmer PaulinoImplement async versions of process_pending_events
2022-11-10 Wilmer PaulinoConsume events by value in EventHandler's handle_event
2022-11-10 Wilmer PaulinoApply network graph updates through NetworkUpdate's...
2022-11-10 valentinewallaceMerge pull request #1844 from valentinewallace/2022...
2022-11-10 Matt CoralloMerge pull request #1843 from TheBlueMatt/2022-11-fix...
2022-11-10 Arik SosmanRemove generic `Signer` parameter where it can be infer...
2022-11-09 Matt CoralloMerge pull request #1796 from tnull/2022-10-track-confi...
2022-11-09 Valentine WallaceRename PendingHTLCInfo fields to include msat suffix
2022-11-09 Matt CoralloMerge pull request #1842 from jkczyz/2022-11-channel...
2022-11-09 Matt CoralloAdd a separate PaymentSendFailure for idempotency violation 2022-10-idempotency-err
2022-11-09 Matt CoralloRename `PaymentSendFailure::AllFailedRetrySafe` `....
2022-11-09 Matt CoralloMerge pull request #1840 from valentinewallace/2022...
2022-11-09 Jeffrey CzyzFix outdated ChannelMonitor docs
2022-11-09 valentinewallaceMerge pull request #1834 from dunxen/2022-11-expose...
2022-11-09 Elias RohrerTrack block hash, return via `get_relevant_txids`
2022-11-09 Duncan DeanAdd public method to list pending monitor updates from...
2022-11-08 Matt CoralloMerge pull request #1719 from jkczyz/2022-09-offer...
2022-11-08 Valentine WallaceFix scid_utils::is_valid* false positive
2022-11-08 Valentine WallaceTrack incoming amount in PendingHTLCInfo
2022-11-08 Valentine WallaceDelete unnecessary whitespace in process_pending_forwards
2022-11-08 Valentine WallaceRefactor HTLCForwardInfo::AddHTLC for intercept forwards
2022-11-08 ArikMerge pull request #1833 from johncantrell97/2022-11...
2022-11-08 Jeffrey CzyzBuilder for creating offers
2022-11-04 Matt CoralloMerge pull request #1639 from ViktorTigerstrom/2022...
2022-11-04 Jeffrey CzyzSerialization macro for TLV streams
2022-11-04 Jeffrey CzyzAdd WithoutLength wrapper
2022-11-04 Jeffrey CzyzOffer message interface and data format
2022-11-04 Jeffrey CzyzAdd PrintableString utility
2022-11-04 Jeffrey CzyzOffer features for BOLT 12
2022-11-04 Viktor TigerströmMake `process_pending_htlc_forwards` more readable
2022-11-04 Viktor TigerströmConsider `channel_id`s in `short_to_chan_info` as ungua...
2022-11-04 Viktor TigerströmRemove excess `channel_state` passing to macros
2022-11-04 Viktor TigerströmMove `short_to_chan_info` into standalone lock
2022-11-04 Matt CoralloMerge pull request #1831 from benthecarman/hash-Confirm...
2022-11-04 benthecarmanImplement Hash for ConfirmationTarget
2022-11-03 Matt CoralloMerge pull request #1811 from valentinewallace/2022...
2022-11-03 Matt CoralloMerge pull request #1761 from TheBlueMatt/2022-10-user...
2022-11-03 Valentine WallaceMove InvoicePayer's Router into ChannelManager
2022-11-03 Valentine WallaceMove InFlightHtlcs into ChannelManager
2022-11-03 Matt CoralloMerge pull request #1817 from TheBlueMatt/2022-10-remov...
2022-11-03 Matt CoralloMerge pull request #1743 from tnull/2022-09-channel...
2022-11-03 Elias RohrerFix warnings for ununsed anchor imports
2022-11-03 Elias RohrerRename chan state `ChannelFunded` to `ChannelReady`
2022-11-03 Elias RohrerAdd `ChannelReady` event
2022-11-02 Matt CoralloAdd missing break when scoring a path with a missing... 2022-10-removed-no-score-after
2022-11-02 Matt CoralloMerge pull request #1735 from naumenkogs/2022-09-prune...
2022-11-02 Matt CoralloMerge pull request #1753 from wpaulino/avoid-redundant...
2022-11-02 Wilmer PaulinoAvoid generating redundant claims after initial confirm...
2022-11-02 Gleb NaumenkoTrack the time a stale channel was pruned
2022-11-02 Matt CoralloTest that PaymentIds are idempotency keys until `abando...
2022-11-02 Matt CoralloStop timing out payments automatically, requiring aband...
2022-11-02 Matt CoralloDelay removal of fulfilled outbound payments for a...
2022-11-02 Matt CoralloAllow users to specify the `PaymentId` for new outbound...
2022-11-01 Matt CoralloMerge pull request #1791 from valentinewallace/2022...
2022-11-01 Gleb NaumenkoPrune channels if *either* not updated
2022-11-01 Gleb NaumenkoNon-mandatory "fix" enabling future tests
2022-11-01 valentinewallaceMerge pull request #1815 from TheBlueMatt/2022-10-dead...
2022-10-31 Valentine WallaceOMs: fix panic sending to a two-hop blinded route where...
2022-10-31 Valentine WallaceOnion messages: fix edge case where we are the introduc...
2022-10-29 Matt CoralloMake `htlc_maximum_msat` in `EffectiveCapacity` non... 2022-10-dead-gossip-code
2022-10-29 Matt CoralloRequire directional updates for a `DirectionalChannelInfo`
2022-10-27 Matt CoralloMerge pull request #1809 from valentinewallace/2022...
2022-10-27 Matt CoralloGive us a self when reading a custom onion message
2022-10-27 Matt CoralloMerge pull request #1805 from TheBlueMatt/2022-10-remot...
2022-10-27 Matt CoralloMerge pull request #1807 from TheBlueMatt/2022-10-error...
2022-10-27 Matt CoralloExport io::ErrorKind in bindings 2022-10-errorkind-bindings
2022-10-26 Matt CoralloDrop useless `mut` in `KeysInterface::sign_holder_ancho... 2022-10-remote-useless-mut
2022-10-26 valentinewallaceMerge pull request #1797 from arik-so/2022-10-channel...
2022-10-25 Matt CoralloMerge pull request #1798 from TheBlueMatt/2022-10-112
2022-10-25 Arik SosmanDeparametrize `ChannelManager` to infer `Signer` from...
next