Pass pending_events into pay_internal
[rust-lightning] / lightning / src / util /
2023-02-16 Matt CoralloMerge pull request #2009 from TheBlueMatt/2023-02-no...
2023-02-16 Matt CoralloAlways check `next_route` in `TestRouter` is fully...
2023-02-16 Matt CoralloMerge pull request #2008 from valentinewallace/2023...
2023-02-15 Valentine WallaceRemove retry_payments method
2023-02-15 Matt CoralloMerge pull request #1832 from jkczyz/2022-11-composite...
2023-02-15 Matt CoralloMerge pull request #2020 from valentinewallace/2023...
2023-02-14 Matt CoralloMove `fairrwlock` to the `sync` module
2023-02-14 Valentine WallaceRemove unnecessary scoring methods from Router trait
2023-02-14 Valentine Wallacetest_utils: parameterize TestRouter by TestScorer
2023-02-14 Matt CoralloMerge pull request #1966 from ViktorTigerstrom/2023...
2023-02-11 wpaulinoMerge pull request #1980 from TheBlueMatt/2023-01-async...
2023-02-10 Matt CoralloMerge pull request #1870 from tnull/2022-11-add-transac...
2023-02-09 Matt CoralloSupport async results in `TestChainSource`, count ...
2023-02-09 Matt CoralloAllow `RoutingMessageHandler` to signal backpressure
2023-02-08 Matt CoralloAdd the ability to broadcast gossip msgs via the event...
2023-02-08 Matt CoralloAdd an async resolution option to `ChainAccess::get_utxo`
2023-02-08 Matt CoralloMove `chain::Access` to `routing` and rename it `UtxoLo...
2023-02-07 Matt CoralloMerge pull request #2016 from alecchendev/2023-02-gossi...
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedNodeAnnouncement`
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedChannelAnnoun...
2023-02-03 Matt CoralloMerge pull request #1996 from valentinewallace/2023...
2023-02-02 Matt CoralloMerge pull request #1994 from TheBlueMatt/2023-01-1916...
2023-02-01 Matt CoralloTest the `RouteParameters` passed to `TestRouter`
2023-02-01 Matt CoralloMerge pull request #1976 from tnull/2023-01-expose...
2023-01-31 Matt CoralloMerge pull request #1961 from TheBlueMatt/2023-01-expos...
2023-01-30 Matt CoralloMerge pull request #1972 from jkczyz/2023-01-bolt12...
2023-01-26 Matt CoralloMerge pull request #1974 from danielgranhao/speed-up...
2023-01-26 Matt CoralloMerge pull request #1991 from TheBlueMatt/2023-01-fix...
2023-01-26 Matt CoralloMerge pull request #1986 from TheBlueMatt/2023-01-monit...
2023-01-26 Matt CoralloMerge pull request #1984 from TheBlueMatt/2023-01-test...
2023-01-26 Matt CoralloImplement `PartialEq` for `ChannelMonitor`
2023-01-26 valentinewallaceMerge pull request #1916 from valentinewallace/2022...
2023-01-26 Matt CoralloImplement `PartialEq`/`Eq` for `Event`s
2023-01-25 Matt CoralloMerge pull request #1948 from alecchendev/custom-fail...
2023-01-25 Matt CoralloMerge pull request #1799 from TheBlueMatt/2022-10-heap...
2023-01-25 Alec ChenAdd FailureCode enum and ChannelManager::fail_htlc_back...
2023-01-25 Valentine WallaceTest ChannelManager automatic retries
2023-01-25 Matt CoralloSwap `IndexedMap` implementation for a `HashMap`+B...
2023-01-25 Matt CoralloAdd a new `IndexedMap` type and use it in network graph...
2023-01-24 Matt CoralloMerge pull request #1878 from dunxen/2022-11-config...
2023-01-24 ArikMerge pull request #1967 from arik-so/2023-01-rename...
2023-01-23 Arik SosmanRename `Sign` to `WriteableEcdsaChannelSigner`.
2023-01-23 Arik SosmanSeparate channel-type-agnostic methods into `ChannelSig...
2023-01-23 Arik SosmanRename `BaseSign` to `EcdsaChannelSigner`.
2023-01-23 Matt CoralloMerge pull request #1926 from jkczyz/2022-12-invoice
2023-01-21 Elias RohrerExpose `impl_writeable_msg`
2023-01-20 Jeffrey CzyzInvoice parsing tests
2023-01-20 Jeffrey CzyzBuilder for creating invoices for offers
2023-01-19 Matt CoralloMerge pull request #1951 from wpaulino/remove-get-node...
2023-01-19 ArikMerge pull request #1964 from TheBlueMatt/2023-01-no...
2023-01-19 Wilmer PaulinoRemove NodeSigner::get_node_secret
2023-01-19 Wilmer PaulinoSign gossip messages with NodeSigner
2023-01-19 Wilmer PaulinoAdd NodeSigner::sign_gossip_message
2023-01-19 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
2023-01-19 Wilmer PaulinoRemove unused NodeSigner implementations in tests
2023-01-18 Wilmer PaulinoSupport negotiating anchors throughout channel open
2023-01-18 Matt CoralloMerge pull request #1956 from TheBlueMatt/2023-01-ser...
2023-01-18 Jeffrey CzyzMerge pull request #1968 from lexe-tech/max/net-tokio...
2023-01-17 Matt CoralloMerge pull request #1962 from TheBlueMatt/2023-01-bp...
2023-01-17 Matt CoralloMerge pull request #1960 from tnull/2023-01-deref-route...
2023-01-17 Matt CoralloMerge pull request #1957 from TheBlueMatt/2022-01-mon...
2023-01-17 Wilmer PaulinoFix stale reference to BaseSign::ready_channel
2023-01-17 Wilmer PaulinoAdd missing space in DebugTx logging
2023-01-17 Matt CoralloUse a variable-length integer for many serialization... 2023-01-ser-cleanups
2023-01-17 Matt CoralloMerge pull request #1955 from TheBlueMatt/2023-01-1950...
2023-01-17 Matt CoralloMerge pull request #1959 from danielgranhao/stop-passin...
2023-01-16 Daniel GranhãoStop passing `InitFeatures` in msg handlers
2023-01-15 Matt CoralloPass monitor updates by reference, not owned
2023-01-15 Matt CoralloConvert `Vec` de/serialization impl to a macro and...
2023-01-15 Matt CoralloAdd support for including `ignorable` types in enum...
2023-01-15 Matt CoralloImplement (de)serialization for BTreeMap same as HashMap
2023-01-15 Matt CoralloMerge pull request #1950 from tnull/2023-01-fix-doc...
2023-01-15 Matt CoralloMerge pull request #1946 from wpaulino/init-features...
2023-01-14 Wilmer PaulinoUse UserConfig to determine advertised InitFeatures...
2023-01-14 Matt CoralloMerge pull request #1930 from arik-so/2022-12-remove...
2023-01-14 Elias RohrerFix docs and export `impl_tlv_based_enum` variants
2023-01-14 Elias RohrerFix misc doc warnings.
2023-01-13 Elias RohrerFix doc warnings and cleanup in `ser.rs`
2023-01-13 Arik SosmanSplit up generic parameters that used to comprise KeysI...
2023-01-12 Arik SosmanRemove KeysInterface trait.
2023-01-11 Matt CoralloMerge pull request #1823 from mariocynicys/expose-tlv...
2023-01-10 Matt CoralloMerge pull request #1507 from ViktorTigerstrom/2022...
2023-01-09 Omer YacineFix an incorrect assertion in tlv stream encoding
2023-01-09 Omer YacineExpose `impl_writeable_tlv_based` macro
2023-01-06 Viktor TigerströmAdd `try_write` function to `FairRwLock`
2023-01-06 valentinewallaceMerge pull request #1927 from jkczyz/2022-12-invoice...
2023-01-05 Matt CoralloMerge pull request #1812 from valentinewallace/2022...
2023-01-05 Valentine WallaceTest utils: allow queueing >2 persistence update results
2023-01-05 Valentine Wallaceser_macros: rename check_tlv_order
2023-01-05 Matt CoralloProvide a `static_value` TLV field serialization type
2023-01-05 Valentine WallaceTake in-flight HTLCs by reference in Router::find_route
2023-01-05 Valentine WallaceImplement routing against the netgraph in tests
2023-01-03 Matt CoralloMerge pull request #1935 from TheBlueMatt/2022-12-no...
2023-01-03 Valentine WallaceParameterize ChannelManager by a Router trait
2022-12-21 Matt CoralloMerge pull request #1929 from valentinewallace/2022...
2022-12-21 ArikMerge pull request #1931 from TheBlueMatt/2022-12-1910...
2022-12-21 Matt CoralloClean up use ordering introduced in 9d7bb73b599a7a9d846...
2022-12-20 Matt CoralloMerge pull request #1910 from arik-so/2022-12-keys...
2022-12-20 valentinewallaceMerge pull request #1923 from valentinewallace/2022...
2022-12-20 Arik SosmanSplit out KeysInterface into EntropySource, NodeSigner...
next