Disallow taking two instances of the same mutex at the same time
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
2023-02-28 Matt CoralloDisallow taking two instances of the same mutex at...
2023-02-28 Matt CoralloRefuse recursive read locks in lockorder testing
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 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-24 Valentine WallaceRemove all_paths_failed from PaymentPathFailed
2023-02-24 Matt CoralloRename `BestBlock::from_genesis` to `from_network`... 2023-02-no-pub-genesis-hashes
2023-02-24 Matt CoralloRemove genesis block hash from public API
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 CoralloFix (and test) threaded payment retries 2023-02-no-racey-retries
2023-02-16 Matt CoralloMerge pull request #2008 from valentinewallace/2023...
2023-02-15 Valentine WallaceAbandon payment on behalf of the user on payment path...
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 CoralloMerge pull request #2029 from wpaulino/update-pgp-key
2023-02-14 Valentine Wallacetest_utils: parameterize TestRouter by TestScorer
2023-02-14 Matt CoralloMerge pull request #1966 from ViktorTigerstrom/2023...
2023-02-14 Viktor TigerströmDon't clone the Vec in `remove_first_msg_event_to_node`
2023-02-11 wpaulinoMerge pull request #1980 from TheBlueMatt/2023-01-async...
2023-02-08 Matt CoralloAdd the ability to broadcast gossip msgs via the event...
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 CoralloReduce the code in the commitment_signed_dance macro 2023-01-1916-followups
2023-02-01 Matt CoralloMerge pull request #1976 from tnull/2023-01-expose...
2023-02-01 Matt CoralloMove the final CLTV delta to `PaymentParameters` from...
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 valentinewallaceMerge pull request #1916 from valentinewallace/2022...
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 Matt CoralloMerge pull request #1983 from valentinewallace/2022...
2023-01-24 Matt CoralloMerge pull request #1878 from dunxen/2022-11-config...
2023-01-24 Duncan DeanAdd new payment type and metadata bytes
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 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
2023-01-18 Wilmer PaulinoAdd mine_transactions test util
2023-01-18 Matt CoralloMerge pull request #1956 from TheBlueMatt/2023-01-ser...
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 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 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-11 Matt CoralloMerge pull request #1823 from mariocynicys/expose-tlv...
2023-01-10 Matt CoralloMerge pull request #1507 from ViktorTigerstrom/2022...
2023-01-09 Viktor TigerströmRemove the `ChannelManager::channel_state`
2023-01-09 Viktor TigerströmExpect `pending_msg_events` to be in random peer order...
2023-01-09 Viktor TigerströmStore `pending_msg_events` per peer
2023-01-09 Viktor TigerströmStore channels per peer
2023-01-06 Viktor TigerströmAdd `counterparty_node` to test macros
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 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-13 Matt CoralloMerge pull request #1894 from ssbright/2022-12-custom_p...
2022-12-12 Matt CoralloMerge pull request #1900 from tnull/2022-12-improve...
2022-12-12 valentinewallaceMerge pull request #1738 from jkczyz/2022-09-invoice...
2022-12-12 Matt CoralloMerge pull request #1886 from TheBlueMatt/2022-11-claim...
2022-12-07 Matt CoralloMerge pull request #1863 from TheBlueMatt/2022-11-holdi...
2022-12-06 Matt CoralloMerge pull request #1895 from TheBlueMatt/2022-12-fix...
2022-12-06 Matt CoralloMerge pull request #1902 from tnull/2022-12-payment...
2022-12-06 Matt CoralloMerge pull request #1867 from wpaulino/remove-signer...
2022-12-06 Elias RohrerRename variables referring to `PaymentClaimable`
2022-12-05 Matt CoralloMerge pull request #1857 from TheBlueMatt/2022-11-reloa...
2022-12-05 Matt CoralloAvoid attempting to forward to a closed chan on stale...
2022-12-04 Matt CoralloMerge pull request #1891 from tnull/2022-12-rename...
2022-12-01 Elias RohrerRename `PaymentReceived` to `PaymentClaimable`
2022-12-01 Matt CoralloMerge pull request #1862 from valentinewallace/2022...
2022-11-30 Matt CoralloMerge pull request #1839 from ariard/2022-11-increase...
2022-11-29 Matt CoralloMerge pull request #1856 from tnull/2022-10-expose...
2022-11-29 Elias RohrerExpose the channel via which we received a payment
2022-11-28 Matt CoralloMerge pull request #1766 from tee8z/event-node-received
2022-11-28 Tee8zadds 'receiver_node_id' to 'Event::Payment{Received...
2022-11-25 Matt CoralloMerge pull request #1861 from TheBlueMatt/2022-11-tx...
2022-11-24 Matt CoralloEnsure `transactions_confirmed` is idempotent
2022-11-22 valentinewallaceMerge pull request #1866 from TheBlueMatt/2022-11-noisy...
2022-11-22 Matt CoralloMerge pull request #1859 from TheBlueMatt/2022-11-rm...
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 #1852 from TheBlueMatt/2022-11-accep...
2022-11-18 Matt CoralloMerge pull request #1726 from jkczyz/2022-09-offer...
2022-11-17 Matt CoralloWait to free the holding cell during channel_reestablis...
next