Rename set_equality within update_claims_view_from_matched_txn
[rust-lightning] / lightning / src / chain /
2022-12-07 Wilmer PaulinoRename set_equality within update_claims_view_from_matc...
2022-12-07 Wilmer PaulinoGenerate ClaimEvent for HolderHTLCOutput inputs from...
2022-12-07 Wilmer PaulinoIntroduce internal package ID to track pending claims
2022-12-07 Wilmer PaulinoSupport HolderHTLCOutput inputs from anchor channels
2022-12-07 Wilmer PaulinoSpecify amount units in HolderHTLCOutput
2022-12-07 Wilmer PaulinoUpdate HTLC transaction detection from revoked counterp...
2022-12-07 Wilmer PaulinoTrack HTLC resolving transaction to determine input...
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-05 Matt CoralloMerge pull request #1857 from TheBlueMatt/2022-11-reloa...
2022-12-05 Matt CoralloExpose the full set of outbound HTLCs from a `ChannelMo...
2022-12-05 Wilmer PaulinoRemove unnecessary byte_utils helpers
2022-12-05 Wilmer PaulinoDrop Clone requirement from Sign
2022-12-05 Wilmer PaulinoRe-derive signers upon deserializing OnchainTxHandler
2022-12-05 Wilmer PaulinoRename KeysInterface ready_channel to provide_channel_p...
2022-12-05 Wilmer PaulinoSplit KeysInterface::get_channel_signer into two
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 #1862 from valentinewallace/2022...
2022-11-30 Matt CoralloRemove unreachable `Err` cases when constructing `TxCre... 2022-11-definitely-valid
2022-11-30 Matt CoralloRemove unreachable `Err` cases on `derive_*_revocation_key`
2022-11-30 Matt CoralloRemove unreachable `Err` cases on `derive_{public,priva...
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-24 Matt CoralloEnsure `transactions_confirmed` is idempotent
2022-11-22 Matt CoralloMerge pull request #1828 from lightning-signer/2022...
2022-11-22 DevrandomRe-add support for non-zero-fee-anchors to chan_utils...
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-21 Matt CoralloMerge pull request #1830 from jurvis/jurvis/2022-10...
2022-11-19 Matt CoralloMerge pull request #1846 from TheBlueMatt/2022-11-more...
2022-11-18 Matt CoralloExplicitly track the set of spendable transactions...
2022-11-18 Matt CoralloHandle `transaction_unconfirmed` as a full reorg to... 2022-11-more-robust-unconfirmed
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 PaulinoImplement async versions of process_pending_events
2022-11-10 Wilmer PaulinoConsume events by value in EventHandler's handle_event
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 CoralloMerge pull request #1796 from tnull/2022-10-track-confi...
2022-11-09 Matt CoralloMerge pull request #1842 from jkczyz/2022-11-channel...
2022-11-09 Matt CoralloMerge pull request #1840 from valentinewallace/2022...
2022-11-09 Jeffrey CzyzFix outdated ChannelMonitor docs
2022-11-09 valentinewallaceMerge pull request #1834 from dunxen/2022-11-expose...
2022-11-09 Elias RohrerTrack block hash, return via `get_relevant_txids`
2022-11-09 Duncan DeanAdd public method to list pending monitor updates from...
2022-11-08 ArikMerge pull request #1833 from johncantrell97/2022-11...
2022-11-04 Matt CoralloMerge pull request #1831 from benthecarman/hash-Confirm...
2022-11-04 benthecarmanImplement Hash for ConfirmationTarget
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-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 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 CoralloMerge pull request #1805 from TheBlueMatt/2022-10-remot...
2022-10-26 Matt CoralloDrop useless `mut` in `KeysInterface::sign_holder_ancho... 2022-10-remote-useless-mut
2022-10-24 Matt CoralloMerge pull request #1779 from valentinewallace/2022...
2022-10-24 Valentine WallaceKeysInterface docs: note that Recipient type must be...
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 Valentine WallaceAdd KeysInterface::get_node_id method
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 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 holder anchor signing support to BaseSign
2022-10-18 Wilmer PaulinoDocument expected call frequency of ChainMonitor::proce...
2022-10-18 Wilmer PaulinoYield channel close bump events
2022-10-18 Wilmer PaulinoGenerate ClaimEvent for HolderFundingOutput inputs...
2022-10-18 Wilmer PaulinoRefactor generate_claim_tx to return OnchainClaim enum
2022-10-18 Wilmer PaulinoSplit finalize_package into separate methods per mallea...
2022-10-18 Wilmer PaulinoTrack funding amount in HolderFundingOutput
2022-10-18 Wilmer PaulinoTrack whether HolderFundingOutput originated from an...
2022-10-18 Wilmer PaulinoStore anchors option for supported output types
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 Jeffrey CzyzMerge pull request #1693 from valentinewallace/2022...
2022-10-07 Matt CoralloMerge pull request #1625 from TheBlueMatt/2022-07-histo...
2022-09-29 Matt CoralloMerge pull request #1106 from TheBlueMatt/2021-10-no...
2022-09-29 Matt CoralloRework `chain::Watch` return types to make async update...
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...
next