Rename `BestBlock::from_genesis` to `from_network` for clarity
[rust-lightning] / lightning / src / ln / channel.rs
2023-02-24 Matt CoralloRename `BestBlock::from_genesis` to `from_network`... 2023-02-no-pub-genesis-hashes
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
2023-02-22 Matt CoralloDon't generate a `ChannelMonitorUpdate` for closed... 2022-11-monitor-updates-always-async
2023-02-22 Matt CoralloUse the new monitor persistence flow for `funding_creat...
2023-02-22 Matt CoralloUse new monitor persistence flow in funding_signed...
2023-02-22 Matt CoralloAlways process `ChannelMonitorUpdate`s asynchronously
2023-02-22 Matt CoralloMove TODO from `handle_monitor_update_res` into `Channel`
2023-02-17 Matt CoralloAdd storage for `ChannelMonitorUpdate`s in `Channel`s
2023-02-17 Matt CoralloAdd an infallible no-sign version of send_commitment_no...
2023-02-14 Matt CoralloMerge pull request #1966 from ViktorTigerstrom/2023...
2023-02-10 Matt CoralloMerge pull request #1870 from tnull/2022-11-add-transac...
2023-02-07 Matt CoralloMerge pull request #2016 from alecchendev/2023-02-gossi...
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedChannelAnnoun...
2023-02-01 Matt CoralloMerge pull request #1976 from tnull/2023-01-expose...
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-24 Matt CoralloMerge pull request #1878 from dunxen/2022-11-config...
2023-01-24 ArikMerge pull request #1967 from arik-so/2023-01-rename...
2023-01-23 Arik SosmanMake `Channel` and `ChannelManager` less particular...
2023-01-23 Arik SosmanRename `Sign` to `WriteableEcdsaChannelSigner`.
2023-01-23 Arik SosmanSeparate channel-type-agnostic methods into `ChannelSig...
2023-01-23 Arik SosmanRename `BaseSign` to `EcdsaChannelSigner`.
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-19 Wilmer PaulinoRemove unused NodeSigner implementations in tests
2023-01-18 Wilmer PaulinoSupport negotiating anchors throughout channel open
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-14 Elias RohrerFix misc. warnings from `--document-private-items`
2023-01-13 Arik SosmanDecouple lifetimes for trait implementations that used...
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-03 Matt CoralloMerge pull request #1935 from TheBlueMatt/2022-12-no...
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-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 CoralloMove `HTLCFailReason` to `onion_utils`
2022-12-06 Matt CoralloMerge pull request #1902 from tnull/2022-12-payment...
2022-12-06 Matt CoralloCorrect confusing docs on `Channel` methods 2022-11-holding-cell-batch-update
2022-12-06 Matt CoralloLean on the holding cell for commitments when updating...
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-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 Wilmer PaulinoDrop Clone requirement from Sign
2022-12-05 Wilmer PaulinoRe-derive signers upon deserializing Channel
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-29 Matt CoralloMerge pull request #1856 from tnull/2022-10-expose...
2022-11-29 Elias RohrerExpose `confirmations` via `ChannelDetails`
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 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 jurvisCompute InflightHtlcs from available information in...
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...
2022-11-16 Matt CoralloMerge pull request #1826 from TheBlueMatt/2022-10-idemp...
2022-11-16 Matt CoralloMerge pull request #1851 from TheBlueMatt/2022-11-fix...
2022-11-16 Matt CoralloAccept feerate increases even if they aren't high enoug... 2022-11-accept-bad-but-better-fee-updates
2022-11-15 Matt CoralloMerge pull request #1790 from tnull/2022-10-inbound...
2022-11-15 Elias RohrerMake `user_channel_id` a `u128`
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 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 Elias RohrerTrack block hash, return via `get_relevant_txids`
2022-11-03 Matt CoralloMerge pull request #1811 from valentinewallace/2022...
next