Reduce macro contents in `expect_pending_htlcs_forwardable*` macros
[rust-lightning] / lightning / src / util /
2023-02-28 Wilmer PaulinoMerge pull request #2006 from TheBlueMatt/2023-02-no... v0.0.114-beta
2023-02-28 Matt CoralloMerge pull request #2015 from TheBlueMatt/2023-02-no...
2023-02-27 Matt CoralloSupport `ReadableArgs` types across in the TLV struct...
2023-02-27 Matt CoralloMerge pull request #2043 from valentinewallace/2023...
2023-02-27 Matt CoralloMerge pull request #2033 from tnull/2023-02-make-esplor...
2023-02-27 Matt CoralloMerge pull request #2025 from TheBlueMatt/2023-02-no...
2023-02-25 Valentine WallaceChange PaymentPathFailed's optional network update...
2023-02-25 Valentine WallaceImplement writeable for APIError
2023-02-25 Valentine Wallaceser_macros: Document behavior of upgradable_* variants
2023-02-25 Valentine WallaceFix upgradable_required fields to actually be required...
2023-02-25 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-25 Valentine WallaceRename OptionDeserWrapper->RequiredWrapper
2023-02-24 Valentine WallaceDisambiguate ignorable and ignorable_option
2023-02-24 Valentine WallaceSupport deserializing an Option-al MaybeReadable
2023-02-24 Valentine WallaceRemove all_paths_failed from PaymentPathFailed
2023-02-23 Valentine WallaceAdd missing import path in ser macro
2023-02-23 Matt CoralloMerge pull request #2014 from valentinewallace/2023...
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
2023-02-22 Matt CoralloMerge pull request #1988 from TheBlueMatt/2023-01-limit...
2023-02-21 Matt CoralloAdd an `inbound` flag to the `peer_connected` message...
2023-02-21 Matt CoralloMerge pull request #2035 from TheBlueMatt/2023-02-fix...
2023-02-21 Matt CoralloMerge pull request #2040 from alecchendev/2023-02-index...
2023-02-21 Matt CoralloRemove the `peer_disconnected` `no_connection_possible... 2023-02-fix-no-con-discon
2023-02-21 Matt CoralloAdd test of an initial message other than `Init`
2023-02-20 Alec ChenReplace `BTreeSet` in `IndexedMap` with sorted `Vec`
2023-02-17 Matt CoralloTrack actions to execute after a `ChannelMonitor` is...
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 Jeffrey CzyzMake offers module public
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...
next