Downgrade `hashbrown` to meet MSRV
[rust-lightning] / lightning / src / util /
2022-09-20 Matt CoralloMerge pull request #1656 from ViktorTigerstrom/2022...
2022-09-16 valentinewallaceMerge pull request #1725 from TheBlueMatt/2022-09-no...
2022-09-16 Jeffrey CzyzMerge pull request #1694 from jurvis/jurvis/2022-08...
2022-09-16 Matt CoralloStop building with lockorder debugging in benchmarks 2022-09-no-bench-lockorder
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 CoralloRemove all remaining references to `*Features::known`
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 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 proper sighash flag for remote HTLCs with anchor...
2022-09-13 valentinewallaceMerge pull request #1703 from TheBlueMatt/2022-09-badon...
2022-09-13 Matt CoralloMove checking of specific require peer feature bits...
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 CoralloEncrypt+MAC most P2P messages in-place 2022-09-fix-msg-send
2022-09-12 Matt CoralloInline generic bounds rather than using the `where...
2022-09-11 Matt CoralloMerge pull request #1710 from TheBlueMatt/2022-09-compi...
2022-09-10 Matt CoralloFix several compile warnings when testing in no-std... 2022-09-compile-warn
2022-09-09 Matt CoralloFix (really dumb) warning rustc introduced in latest...
2022-09-09 Matt CoralloFix several compile warnings added in some of my recent...
2022-09-09 Matt CoralloMerge pull request #1688 from valentinewallace/2022...
2022-09-09 Matt CoralloMerge pull request #1711 from TheBlueMatt/2022-08-0conf...
2022-09-09 Valentine WallaceAdd a new NodeFeatures constructor to capture the types...
2022-09-09 Valentine WallaceOR NodeFeatures from both Channel and Routing message...
2022-09-09 Matt CoralloMerge pull request #1709 from tnull/2022-09-make-access...
2022-09-09 Matt CoralloMerge pull request #1701 from TheBlueMatt/2022-09-featu...
2022-09-09 Matt CoralloAdd a new InitFeatures constructor to capture the types...
2022-09-09 Matt CoralloOR InitFeatures from both Channel and Routing message...
2022-09-09 Matt CoralloFetch our `InitFeatures` from `ChannelMessageHandler`
2022-09-09 Matt CoralloMerge pull request #1699 from TheBlueMatt/2022-08-annou...
2022-09-08 Matt CoralloMerge pull request #1704 from TheBlueMatt/2022-09-alway...
2022-09-08 Matt CoralloMove `broadcast_node_announcement` to `PeerManager`
2022-09-08 Matt CoralloSend channel_{announcement,update} msgs on connection...
2022-09-08 Matt CoralloImprove debuggability when tests fail due to excess... 2022-09-always-probe-failed
2022-09-08 Matt CoralloMerge pull request #1702 from TheBlueMatt/2022-09-one...
2022-09-08 Matt CoralloMerge pull request #1700 from TheBlueMatt/2022-09-missi...
2022-09-07 Matt CoralloAdd missing deserialization of Event::HTLCHandlingFailed 2022-09-missing-event-deser
2022-09-07 Matt CoralloRename `rejected_by_dest` -> `payment_failed_permanently` 2022-09-one-hop-retryable
2022-09-07 valentinewallaceMerge pull request #1697 from TheBlueMatt/2022-08-event...
2022-09-07 valentinewallaceMerge pull request #1691 from TheBlueMatt/2022-08-dust...
2022-09-06 Matt CoralloClarify and consolidate event handling requirements 2022-08-event-docs
2022-09-06 valentinewallaceMerge pull request #1657 from TheBlueMatt/2022-08-async...
2022-09-06 Matt CoralloMerge pull request #1695 from TheBlueMatt/2022-08-log...
2022-09-06 Matt CoralloAdd a background processing function that is async. 2022-08-async-man-update
2022-09-06 Matt CoralloAdd a `Future` which can receive manager persistence...
2022-09-06 Matt CoralloRemove internal references to `persistence` in waker.rs
2022-09-03 Matt CoralloMerge pull request #1692 from TheBlueMatt/2022-08-time...
2022-09-02 Matt CoralloHandle monotonic clock going backwards during runtime 2022-08-time-goes-backwards
2022-09-01 Jeffrey CzyzMerge pull request #1643 from jurvis/jurvis/2022-07...
2022-08-29 Jeffrey CzyzMerge pull request #1604 from valentinewallace/2022...
2022-08-26 Valentine WallaceAdd boilerplate for sending and receiving onion message...
2022-08-25 Matt CoralloMerge pull request #1673 from TheBlueMatt/2022-08-may...
2022-08-24 Matt CoralloMerge pull request #1682 from tnull/2022-08-export...
2022-08-24 Elias RohrerExport and document all `log` macros.
2022-08-18 Matt CoralloMerge pull request #1670 from TheBlueMatt/2022-08-mon...
2022-08-17 Matt CoralloMerge pull request #1495 from TheBlueMatt/2022-04-all...
2022-08-17 valentinewallaceMerge pull request #1648 from valentinewallace/2022...
2022-08-17 Matt CoralloMerge pull request #1666 from TheBlueMatt/2022-08-fix...
2022-08-16 Valentine WallaceFuzz test onion messages
2022-08-16 Matt CoralloMerge pull request #1660 from TheBlueMatt/2022-08-clean...
2022-08-15 Matt CoralloMerge pull request #1663 from tnull/2022-08-drop-regist...
2022-08-15 Matt CoralloBackfill gossip without buffering directly in LDK
2022-08-15 Elias RohrerDrop return value from `Filter::register_output`
2022-08-15 valentinewallaceMerge pull request #1659 from valentinewallace/2022...
2022-08-15 Valentine WallaceRename HighZeroBytesDroppedVarInt to HighZeroBytesDropp...
2022-08-12 Matt CoralloRename `PersistenceNotifier` to simply `Notifier`
2022-08-12 Matt CoralloMerge pull request #1658 from lightning-signer/2022...
2022-08-10 DevrandomModify ecdh to take Scalar
2022-08-10 DevrandomUpdate bitcoin crate to 0.29.0
2022-08-09 Matt CoralloMove PersistenceNotifier to a new util module
2022-08-03 Matt CoralloMerge pull request #1638 from ViktorTigerstrom/2022...
2022-08-03 Matt CoralloMerge pull request #1619 from G8XSU/main
2022-08-03 Matt CoralloMerge pull request #1503 from valentinewallace/2022...
2022-08-02 Valentine WallaceKeysInterface: add new ecdh method
2022-08-02 Valentine WallaceAdd onion_message::Packet and adapt construct_onion_pac...
2022-08-02 Gursharan SinghAdd config support for 'their_channel_reserve_proportio...
2022-07-27 Matt CoralloMerge pull request #1628 from tnull/2022-07-readme...
2022-07-26 Jeffrey CzyzMerge pull request #1403 from jurvis/jurvis/add-payment...
2022-07-25 Matt CoralloMerge pull request #1617 from TheBlueMatt/2022-07-base-ppm
2022-07-25 Matt CoralloMerge pull request #1626 from TheBlueMatt/2022-07-fix...
2022-07-25 Matt CoralloMerge pull request #1611 from TheBlueMatt/2022-07-lower...
2022-07-25 Matt CoralloMerge pull request #1519 from tnull/2022-06-require...
2022-07-25 Elias RohrerMake `htlc_maximum_msat` a required field.
2022-07-25 jurvisSend failure event if we fail to handle a HTLC
2022-07-25 jurvisAdd HTLCHandlingFailed event
2022-07-15 Matt CoralloMerge pull request #1618 from wpaulino/gossip-sync...
2022-07-14 Jeffrey CzyzMerge pull request #1543 from jkczyz/2022-06-network...
2022-07-14 Matt CoralloMerge pull request #1615 from TheBlueMatt/2022-07-screw...
2022-07-13 Matt CoralloMerge pull request #1542 from ViktorTigerstrom/2022...
2022-07-11 Matt CoralloMerge pull request #1603 from TheBlueMatt/2022-07-no...
2022-07-11 Jeffrey CzyzMerge pull request #1596 from jurvis/jurvis/give-chanmo...
2022-07-08 Matt CoralloMerge pull request #1592 from tnull/2022-07-manual...
2022-07-07 Jeffrey CzyzMerge pull request #1567 from tnull/2022-06-send-probe
2022-07-07 Elias RohrerAdd `send_probe` and introduce probing cookies
2022-07-05 Matt CoralloMerge pull request #1588 from TheBlueMatt/2022-06-ffs...
2022-07-05 Matt CoralloDo not execute the default_value expr until we need... 2022-06-ffs-dumb-ser
next