DD
← Developer activityStrong match

Dusty Daemon

Public commit activity attributed with strong match confidence. This page describes observable work, not personal trustworthiness.

77 commits1 monitored projects13 candidates0 high-risk analyses
Project constellation

Where the commits appear

Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.

Monitored External sample
Projects connected to Dusty DaemonA visual map of monitored and externally discovered repositories.DDdeveloper77Core Lightning
Monitored evidence

CommitWatch projects

External discovery

Other public projects

No external sample loaded yet.

A verified GitHub handle is needed before external discovery.
Analyzed activity

Recent published watches

Message quality and risk characterize commits, never the person.

Low 42 AI analysisMessage 73 · Adequate
EP Elements ProjectCore Lightning BitcoinLightning Network

splice: Fix weight calculations & use opening feerate

This commit fixes how Core Lightning estimates the size (and therefore the required mining fee) of Bitcoin transactions used in channel splicing. Before, the code underestimated input weights for common 2-of-2 multisig splicing inputs and …

Incorrect transaction weight estimation could lead to insufficient fees, causing transactions to stall or be rejectedUse of 'max feerate' as a fee cap could permit overpayment or unsafe fee acceptance; replaced with opening feerateSplicing involves collaborative transaction construction where one peer's miscalculation can affect the other's funds
46984883by Dusty Daemon+201−776 files
No security note in commit
Low 28 AI analysisMessage 76 · Adequate
EP Elements ProjectCore Lightning BitcoinLightning Network

reestablish: Send announcement sigs when asked

This commit changes how Core Lightning handles reconnection with another Lightning node. It adds a way for the peer to ask for 'announcement signatures' again after reconnecting, and makes the node resend them when asked. This is part of a…

Protocol feature addition (BOLTs splice PR 1160)Resends cryptographic signatures upon explicit peer requestChanges one-shot signature-sending guard to allow retransmission on request
60cd23e3by Dusty Daemon+65−197 files
No security note in commit
Low 41 AI analysisMessage 68 · Adequate
EP Elements ProjectCore Lightning BitcoinLightning Network

splice: Fix cross-channel splices

This commit fixes a bug in Core Lightning's splicing feature where a transaction input could be incorrectly removed during a 'cross-channel splice' because the software compared a newly-added signature hash flag. The fix tells the comparis…

Functional bug in multi-channel transaction constructionIncorrect input removal could disrupt splice protocol flowNormalization of comparison field to prevent false-positive change detection
2e660d9fby Dusty Daemon+1−01 file
No security note in commit
Informational 24 AI analysisMessage 78 · Adequate
EP Elements ProjectCore Lightning BitcoinLightning Network

splice: Add field to DB to track if we’ve sent sigs

This commit adds a new bookkeeping flag, 'i_sent_sigs', to track whether a splice signature has already been sent. It changes how the node decides that question: previously it inspected the active PSBT, but now it records the fact explicit…

State-machine flag added to prevent duplicate or missing signature events during splice negotiationDatabase migration added to persist signature-sent state across restartsWire protocol and struct changes extend trusted internal IPC only, not a public network protocol
a8ff8ce7by Dusty Daemon+56−1812 files
No security note in commit
Low 32 AI analysisMessage 45 · Thin
EP Elements ProjectCore Lightning BitcoinLightning Network

psbt: don’t accumlate 0 lenth widtness data

This commit fixes a small bug in how Core Lightning builds Bitcoin witness data from a PSBT. Previously, when a witness item had a declared length of zero, the code would still try to copy data from a pointer that could be NULL. The fix sk…

NULL pointer handlingdefensive assertion addedmemory/serialization correctness
a5a71f3bby Dusty Daemon+6−21 file
No security note in commit
Wrong identity?Names can collide and public author strings can be misleading.Contact commitwatch@karma-x.io →