Don't hold `per_peer_state` lock during chain monitor update
[rust-lightning] / lightning / src / ln /
2022-11-21 Viktor TigerströmDon't hold `per_peer_state` lock during chain monitor...
2022-11-21 Viktor TigerströmLock pending inbound and outbound payments to before...
2022-11-21 Viktor TigerströmMove `claimable_htlcs` to separate lock
2022-11-04 Matt CoralloMerge pull request #1639 from ViktorTigerstrom/2022...
2022-11-04 Viktor TigerströmMake `process_pending_htlc_forwards` more readable
2022-11-04 Viktor TigerströmConsider `channel_id`s in `short_to_chan_info` as ungua...
2022-11-04 Viktor TigerströmRemove excess `channel_state` passing to macros
2022-11-04 Viktor TigerströmMove `short_to_chan_info` into standalone lock
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 RohrerRename chan state `ChannelFunded` to `ChannelReady`
2022-11-03 Elias RohrerAdd `ChannelReady` event
2022-11-02 Matt CoralloMerge pull request #1735 from naumenkogs/2022-09-prune...
2022-11-02 Matt CoralloMerge pull request #1753 from wpaulino/avoid-redundant...
2022-11-02 Wilmer PaulinoAvoid generating redundant claims after initial confirm...
2022-11-02 Matt CoralloTest that PaymentIds are idempotency keys until `abando...
2022-11-02 Matt CoralloStop timing out payments automatically, requiring aband...
2022-11-02 Matt CoralloDelay removal of fulfilled outbound payments for a...
2022-11-02 Matt CoralloAllow users to specify the `PaymentId` for new outbound...
2022-11-01 Matt CoralloMerge pull request #1791 from valentinewallace/2022...
2022-10-27 Matt CoralloMerge pull request #1809 from valentinewallace/2022...
2022-10-27 Matt CoralloGive us a self when reading a custom onion message
2022-10-27 Matt CoralloMerge pull request #1805 from TheBlueMatt/2022-10-remot...
2022-10-27 Matt CoralloMerge pull request #1807 from TheBlueMatt/2022-10-error...
2022-10-27 Matt CoralloExport io::ErrorKind in bindings 2022-10-errorkind-bindings
2022-10-26 valentinewallaceMerge pull request #1797 from arik-so/2022-10-channel...
2022-10-25 Arik SosmanDeparametrize `ChannelManager` to infer `Signer` from...
2022-10-24 Matt CoralloMerge pull request #1779 from valentinewallace/2022...
2022-10-22 Matt CoralloMerge pull request #1780 from wpaulino/rust-edition...
2022-10-21 Wilmer PaulinoBump workspace to rust edition 2018
2022-10-21 valentinewallaceMerge pull request #1770 from jkczyz/2022-10-debug...
2022-10-19 Jeffrey CzyzMerge pull request #1748 from valentinewallace/2022...
2022-10-19 Matt CoralloMerge pull request #1678 from TheBlueMatt/2022-08-fundi...
2022-10-19 Matt CoralloRename `ChannelState::MonitorUpdateFailed` `MonitorUpda... 2022-08-funding-locked-mon-persist-fail
2022-10-19 Matt CoralloHandle async initial ChannelMonitor persistence failing...
2022-10-19 valentinewallaceMerge pull request #1769 from TheBlueMatt/2022-10-disco...
2022-10-19 Jeffrey CzyzMerge pull request #1764 from G8XSU/rgs-ignore-error
2022-10-19 Jeffrey CzyzMerge pull request #1777 from lexe-tech/max/best-block...
2022-10-19 Matt CoralloMerge pull request #1689 from wpaulino/anchors-bump...
2022-10-18 Wilmer PaulinoAdd public helper to build anchor input witnesses
2022-10-18 Wilmer PaulinoYield channel close bump events
2022-10-18 Wilmer PaulinoGenerate ClaimEvent for HolderFundingOutput inputs...
2022-10-18 Valentine WallaceParameterize OnionMessenger by new CustomOnionMessageHa...
2022-10-17 Matt CoralloMerge pull request #1763 from gcomte/feature/derive-eq
2022-10-14 Gabriel ComteDerive Eq for all structs that derive PartialEq
2022-10-12 valentinewallaceMerge pull request #1765 from gcomte/refactor/remove...
2022-10-11 Gabriel ComteRemove redundant field names
2022-10-07 valentinewallaceMerge pull request #1756 from TheBlueMatt/2022-10-rgs...
2022-10-07 Jeffrey CzyzMerge pull request #1693 from valentinewallace/2022...
2022-10-07 Matt CoralloMerge pull request #1625 from TheBlueMatt/2022-07-histo...
2022-10-06 Matt CoralloSupport platforms with only 32-bit atomics
2022-09-29 Matt CoralloMerge pull request #1106 from TheBlueMatt/2021-10-no...
2022-09-29 Matt CoralloRename APIError::MonitorUpdateFailed to MonitorUpdateIn...
2022-09-29 Matt CoralloRename `handle_monitor_err!()` `handle_monitor_update_res!`
2022-09-29 Matt CoralloRename `Channel::monitor_update_failed` to `monitor_upd...
2022-09-29 Matt CoralloAdd a TODO for an important issue for making async...
2022-09-29 Matt CoralloRework `chain::Watch` return types to make async update...
2022-09-26 valentinewallaceMerge pull request #1740 from TheBlueMatt/2022-09-invoi...
2022-09-26 valentinewallaceMerge pull request #1742 from tnull/2022-09-remove...
2022-09-26 Elias RohrerRemove done TODO
2022-09-22 valentinewallaceMerge pull request #1731 from valentinewallace/2022...
2022-09-20 Matt CoralloMerge pull request #1656 from ViktorTigerstrom/2022...
2022-09-19 Viktor TigerströmAdd lock order docs to `ChannelManager` fields
2022-09-18 Viktor TigerströmRemove `forward_htlc` after `channel_state` lock order
2022-09-18 Viktor TigerströmRemove unnecessary aquiring of the `channel_state`...
2022-09-18 Viktor TigerströmMove `forward_htlcs` into standalone lock
2022-09-16 Jeffrey CzyzMerge pull request #1694 from jurvis/jurvis/2022-08...
2022-09-15 Matt CoralloDo not broadcast commitment txn on Permanent mon update...
2022-09-15 ArikMerge pull request #1708 from tnull/2022-09-rgs-unpub...
2022-09-15 Matt CoralloMerge pull request #1707 from TheBlueMatt/2022-09-no...
2022-09-14 Matt CoralloAssert that all defined features are in the known featu... 2022-09-no-global-features
2022-09-14 Matt CoralloStop tracking feature bits as known or required in...
2022-09-14 Matt CoralloRemove the `*Features::known` constructor
2022-09-14 Matt CoralloRemove all remaining references to `*Features::known`
2022-09-14 Matt CoralloStop relying on `*Features::known` in channel{,manager}.rs
2022-09-14 Matt CoralloStop relying on `*Features::known` in functional test...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in functi...
2022-09-14 Matt CoralloList supported/required feature bits explicitly in...
2022-09-13 Matt CoralloMerge pull request #1685 from wpaulino/anchors-prep
2022-09-13 valentinewallaceMerge pull request #1717 from TheBlueMatt/2022-09-req...
2022-09-13 Matt CoralloMerge pull request #1706 from jkczyz/2022-09-filtered...
2022-09-13 Wilmer PaulinoUpdate anchors test vectors to zero HTLC transaction...
2022-09-13 Wilmer PaulinoAccount for zero fee HTLC transaction within dust limit...
2022-09-13 Wilmer PaulinoUpdate HTLC script detection to check for anchor output...
2022-09-13 Wilmer PaulinoUse zero fee HTLC transactions for anchor channels
2022-09-13 Wilmer PaulinoAvoid commitment broadcast upon detected funding spend
2022-09-13 valentinewallaceMerge pull request #1703 from TheBlueMatt/2022-09-badon...
2022-09-13 Matt CoralloAdd now-missing `unwrap`s on test calls to `peer_connec... 2022-09-req-features-in-handlers
2022-09-13 Matt CoralloMove checking of specific require peer feature bits...
2022-09-13 Matt CoralloSwap some `peer_connected` features to `known` from...
2022-09-13 Matt CoralloAdd a note that `peer_disconnected` impls must be idemp...
2022-09-13 Duncan DeanAdd test for malformed update error with NODE bit set 2022-09-badonion-first-check
2022-09-13 Matt CoralloCorrectly handle BADONION onion errors
2022-09-12 Matt CoralloMerge pull request #1714 from TheBlueMatt/2022-09-111...
2022-09-12 Matt CoralloMerge pull request #1715 from TheBlueMatt/2022-09-fix...
2022-09-12 Matt CoralloUpdate `Simple*PeerManager` type aliases to support... 2022-09-111-bindings-discovered-cleanups
2022-09-12 Matt CoralloMerge pull request #1716 from TheBlueMatt/2022-09-log...
2022-09-12 Matt CoralloEncrypt+MAC most P2P messages in-place 2022-09-fix-msg-send
next