Merge pull request #1964 from TheBlueMatt/2023-01-no-debug-panics
[rust-lightning] / lightning / src / ln / channelmanager.rs
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 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 CoralloUse `test`/`_test_utils` to enable single-threaded... 2023-01-no-debug-panics
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-17 Matt CoralloMerge pull request #1939 from TheBlueMatt/2022-01-fuzz...
2023-01-16 Daniel GranhãoStop passing `InitFeatures` in msg handlers
2023-01-15 Matt CoralloSwap per_peer_state lock order 2022-01-mon-ref-lockorder
2023-01-15 Matt CoralloPass monitor updates by reference, not owned
2023-01-15 Matt CoralloUse `ChannelUnavailable` for a peer disconnecting not... 2022-01-fuzz-hashbrown
2023-01-15 Matt CoralloDo not rely on auto-deref'ing when aaccessing a `Hash...
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-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ömStore `pending_msg_events` per peer
2023-01-09 Viktor TigerströmAvoid unnecessary looping over all peers' channels
2023-01-09 Viktor TigerströmUpdate `id_to_peer` docs with consistency guarantees...
2023-01-09 Viktor TigerströmRemove one tab level when accessing a `peer_state`
2023-01-09 Viktor TigerströmRemove unnecessary channel counterparty checks
2023-01-09 Viktor TigerströmAdd handle unkown peer test
2023-01-09 Viktor TigerströmUnify failure to query `Channel` error messages
2023-01-09 Viktor TigerströmAvoid unnecessary immediate retake `per_peer_state...
2023-01-09 Viktor TigerströmRemove unnecessary `per_peer_state` branch
2023-01-09 Viktor TigerströmStore channels per peer
2023-01-09 Omer YacineExpose `impl_writeable_tlv_based` macro
2023-01-06 Viktor TigerströmAdd `ChannelManager::PeerState::latest_features` docs
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-21 Matt CoralloMerge pull request #1929 from valentinewallace/2022...
2022-12-21 Valentine WallaceMake add_new_pending_payment private to module
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...
2022-12-20 Valentine WallaceRename send_payment and retry_payment for retries
2022-12-20 Valentine WallaceSwap pending_outbound_payments for OutboundPayments...
2022-12-19 Valentine WallaceMove PaymentSendFailure into outbound_payment module
2022-12-19 Valentine WallaceMove PendingOutboundPayment to new outbound_payment...
2022-12-16 Matt CoralloMerge pull request #1908 from jkczyz/2022-11-refund
2022-12-13 Matt CoralloMerge pull request #1915 from TheBlueMatt/2022-12-jit...
2022-12-13 Matt CoralloDrop forwarded HTLCs which were still pending at persis... 2022-12-jit-reload-consistency
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 Matt CoralloMerge pull request #1892 from tnull/2022-12-spendableou...
2022-12-12 Matt CoralloMerge pull request #1907 from TheBlueMatt/2022-12-aband...
2022-12-12 Matt CoralloNote that abandon_payment does not persist the state... 2022-12-abandon-crash-reset
2022-12-12 Matt CoralloMerge pull request #1904 from TheBlueMatt/2022-12-1825...
2022-12-12 valentinewallaceMerge pull request #1738 from jkczyz/2022-09-invoice...
2022-12-12 Matt CoralloMerge pull request #1906 from wpaulino/prevent-downgrad...
2022-12-12 Matt CoralloMerge pull request #1886 from TheBlueMatt/2022-11-claim...
2022-12-08 Matt CoralloAdd second TODO when claiming to mirror the existing... 2022-11-claim-relock
2022-12-08 Matt CoralloDrop unused link in `claim_funds`
2022-12-08 Matt CoralloDrop now-unused `ClaimFundsFromHop` enum and replace...
2022-12-08 Matt CoralloHandle claim result event generation in claim_funds_fro...
2022-12-08 Matt CoralloDon't hold `channel_state` lock for entire duration...
2022-12-08 Matt CoralloHandle closed-chan HTLC claims in `claim_funds_from_hop`
2022-12-08 Matt CoralloAdd support for handling "actions" after a monitor...
2022-12-08 Matt CoralloStore pending claims awaiting monitor update in a separ...
2022-12-07 Matt CoralloMerge pull request #1863 from TheBlueMatt/2022-11-holdi...
2022-12-07 Matt CoralloMerge pull request #1825 from wpaulino/anchors-bump...
2022-12-06 Matt CoralloMerge pull request #1895 from TheBlueMatt/2022-12-fix...
2022-12-06 Matt CoralloCorrectly handle any `UPDATE` errors to phandom invoices 2022-12-fix-missing-data
2022-12-06 Matt CoralloReplace `build_first_hop_failure_packet` with `HTLCFail...
2022-12-06 Matt CoralloUse `temporary_node_failure` for a phantom HTLC with...
2022-12-06 Matt CoralloCorrectly include the `sha256_hash_of_onion` field...
2022-12-06 Matt CoralloDrop the stale `final_expiry_too_soon` error code
2022-12-06 Matt CoralloMove `HTLCFailReason` to `onion_utils`
2022-12-06 Matt CoralloMerge pull request #1902 from tnull/2022-12-payment...
2022-12-06 Matt CoralloMove `claimable_htlcs` to a struct for more fields...
2022-12-06 Matt CoralloLean on the holding cell for commitments when updating...
2022-12-06 Matt CoralloFree the holding cells during background timer ticks
2022-12-06 Matt CoralloLean on the holding cell when batch-forwarding/failing...
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 CoralloFail HTLCs which were removed from a channel but not... 2022-11-reload-htlc
2022-12-05 Matt CoralloAvoid attempting to forward to a closed chan on stale...
2022-12-05 Wilmer PaulinoRemove unnecessary byte_utils helpers
2022-12-05 Wilmer PaulinoDrop Clone requirement from Sign
2022-12-04 Matt CoralloMerge pull request #1891 from tnull/2022-12-rename...
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 CoralloConstruct from-message `HTLCFailReason` via a construct...
2022-12-01 Matt CoralloDecode `HTLCFailReason`s in a util method on the enum
2022-12-01 Matt CoralloEncode HTLC failure packets in a util method on `HTLCFa...
next