Disable LTO builds in tests (and bump deps to -O2)
[rust-lightning] / lightning-background-processor /
2023-02-24 wpaulinoMerge pull request #2050 from douglaz/import-lightning...
2023-02-24 Allan Douglas R... Only import lightning::io if futures are enabled
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-16 Matt CoralloMerge pull request #2009 from TheBlueMatt/2023-02-no...
2023-02-16 Matt CoralloMerge pull request #2037 from valentinewallace/2023...
2023-02-16 Matt CoralloMerge pull request #1921 from arik-so/2022-12-prohibit...
2023-02-16 Arik SosmanThrow error for RGS data that's more than two weeks...
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-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 Matt CoralloMerge pull request #2007 from valentinewallace/2023...
2023-02-06 Valentine WallaceRemove InvoicePayer and replace with util methods
2023-02-03 Matt CoralloMerge pull request #1873 from jurvis/jurvis/2022-11...
2023-02-03 valentinewallaceMerge pull request #2002 from valentinewallace/2023...
2023-02-03 Matt CoralloMerge pull request #1996 from valentinewallace/2023...
2023-02-03 Valentine WallaceScore payment paths in BackgroundProcessor
2023-02-03 Valentine WallaceUse TestScorer in BackgroundProcessor testing
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-23 Matt CoralloMerge pull request #1926 from jkczyz/2022-12-invoice
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 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
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 Matt CoralloMake `background-processor` no-std-friendly (ish) 2023-01-bp-no-std
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-17 Matt CoralloUse the user-provided `SleepFuture` for interval checks...
2023-01-17 Matt CoralloUse flexible timer types in background processor's...
2023-01-16 Elias RohrerMake `InvoicePayer`'s `Router` `Deref`
2023-01-16 Daniel GranhãoStop passing `InitFeatures` in msg handlers
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-13 Arik SosmanSplit up generic parameters that used to comprise KeysI...
2023-01-12 Arik SosmanRemove KeysInterface trait.
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 WallaceParameterize Simple*ChannelManager with DefaultRouter...
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-20 Matt CoralloMerge pull request #1910 from arik-so/2022-12-keys...
2022-12-20 Arik SosmanSplit out KeysInterface into EntropySource, NodeSigner...
2022-12-16 Matt CoralloMerge pull request #1908 from jkczyz/2022-11-refund
2022-12-16 Matt CoralloMerge pull request #1903 from TheBlueMatt/2022-12-1867...
2022-12-16 ArikMerge pull request #1917 from TheBlueMatt/2022-12-0... v0.0.113
2022-12-15 Matt CoralloBump crate versions to 0.0.113/invoice 0.21 2022-12-0.0.113
2022-12-12 valentinewallaceMerge pull request #1738 from jkczyz/2022-09-invoice...
2022-12-05 Matt CoralloMerge pull request #1857 from TheBlueMatt/2022-11-reloa...
2022-12-03 Matt CoralloMerge pull request #1887 from TheBlueMatt/2022-11-defin...
2022-12-01 Matt CoralloMerge pull request #1893 from valentinewallace/2022...
2022-12-01 Matt CoralloMerge pull request #1880 from tcharding/11-29-move...
2022-12-01 Matt CoralloMerge pull request #1862 from valentinewallace/2022...
2022-11-30 Valentine WallaceMove DefaultRouter to router module
2022-11-30 Matt CoralloMerge pull request #1839 from ariard/2022-11-increase...
2022-11-25 Matt CoralloMerge pull request #1861 from TheBlueMatt/2022-11-tx...
2022-11-22 Matt CoralloMerge pull request #1828 from lightning-signer/2022...
2022-11-22 valentinewallaceMerge pull request #1866 from TheBlueMatt/2022-11-noisy...
2022-11-22 Matt CoralloDrop verbose log entries in BP when no network graph... 2022-11-noisy-no-graph
2022-11-22 Matt CoralloMerge pull request #1772 from ViktorTigerstrom/2022...
2022-11-19 Matt CoralloMerge pull request #1846 from TheBlueMatt/2022-11-more...
2022-11-18 Matt CoralloMerge pull request #1726 from jkczyz/2022-09-offer...
2022-11-16 Matt CoralloMerge pull request #1826 from TheBlueMatt/2022-10-idemp...
2022-11-15 Matt CoralloMerge pull request #1790 from tnull/2022-10-inbound...
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 CoralloMerge pull request #1413 from ViktorTigerstrom/2022...
2022-11-10 Matt CoralloMerge pull request #1787 from wpaulino/async-event...
2022-11-10 Wilmer PaulinoDrop DecoratingEventHandler in favor of inline closure
2022-11-10 Wilmer PaulinoHandle events asynchronously in the BackgroundProcessor...
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 CoralloCorrect async `lightning-background-processor` exit... 2022-11-fix-bp-exit-docs
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 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 RohrerAdd `ChannelReady` event
2022-11-01 Matt CoralloMerge pull request #1791 from valentinewallace/2022...
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...
2022-10-24 Matt CoralloBump crate versions to 0.0.112/invoice 0.20
next