JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3790,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 1584296,
"Shell": 15176,
"Swift": 428377,
"Kotlin": 14409,
"Python": 14399,
"Objective-C": 438
},
"pushed_at": "2026-07-26T02:11:35Z",
"created_at": "2022-08-26T13:00:53Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T15:45:47Z",
"description": "A ready-to-go node implementation built using LDK.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Swift"
]
},
"owner": {
"blog": "https://lightningdevkit.org/",
"name": "Lightning Dev Kit",
"type": "Organization",
"login": "lightningdevkit",
"company": null,
"location": null,
"followers": 515,
"avatar_url": "https://avatars.githubusercontent.com/u/60484029?v=4",
"created_at": "2020-01-30T18:41:54Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 2368
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-12-03T09:06:30Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2025-08-15T13:14:29Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2025-06-19T12:55:59Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-06-09T13:02:27Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-05-05T08:47:28Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2025-01-23T12:16:30Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2024-10-28T10:58:26Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2024-10-28T10:57:24Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-10-17T12:22:07Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-06-21T08:39:45Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2024-05-21T08:18:03Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-01-26T14:14:53Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-12-13T16:18:19Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-06-22T12:11:44Z"
}
],
"recent_commits": [
{
"oid": "08efb3a4577efc5abe6cab29e5b232be2c6f5e3f",
"body": " Follow-up to #792 (multi-LSP support)",
"is_bot": false,
"headline": "Merge pull request #956 from Camillarhi/multi-lsp-support-follow-up",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-21T08:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48104f78aba1d555653bae0208b8bccc232024ad",
"body": "Look up trust_peer_0conf by node id via a protocol-independent helper\nthat does not depend on discovery",
"is_bot": false,
"headline": "Honor LSP trust_peer_0conf independent of supported protocols",
"author_name": "Camillarhi",
"author_login": "Camillarhi",
"committed_at": "2026-07-21T01:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a201d401be18b107b219592f8281aed69331e19d",
"body": "Add a background task that retries discovery for LSPs still undiscovered\nafter the startup batch, with exponential backoff (5s up to a 1h cap),\nuntil every configured LSP is discovered. This recovers LSPs that were\nunreachable at startup instead of leaving them permanently unusable.\n\nAlso coalesce concurrent discovery for the same LSP, so the retry task\nand a runtime add_liquidity_source don't race and needlessly fail.",
"is_bot": false,
"headline": "Retry failed LSP protocol discovery",
"author_name": "Camillarhi",
"author_login": "Camillarhi",
"committed_at": "2026-07-21T01:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cea34122767f0b86ebaf29c03f49eb38a85fc00",
"body": "Bump CI Bitcoin Core to 31.1",
"is_bot": false,
"headline": "Merge pull request #996 from tnull/2026-07-bitcoind-bump",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-20T17:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088f3cff56f0027648e943d1fc7299085db15d19",
"body": "Eclair now requires Bitcoin Core 31 or newer, while the CI\nenvironments still run several older releases. Align the downloaded\nand containerized test daemons on 31.1 and invalidate caches so every\njob picks up the new binary.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Bump CI Bitcoin Core to 31.1",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-20T08:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8219d71416ac2349e6e8cbf1463f0fb727329775",
"body": "Fix task-slot collision when pathfinding scores sync is enabled",
"is_bot": false,
"headline": "Merge pull request #986 from jkczyz/2026-07-scores-sync-task-collision",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-20T08:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc048f390e17d6852292111a8ff500af80642b0b",
"body": "The pathfinding scores sync task claimed the runtime's single\nbackground-processor slot, which LDK's background processor also claims\nlater during startup. With a scores sync URL configured, node startup\ntripped a debug_assert in debug builds; in release builds the second\nspawn silently dropped the \n[…]\npawn it as a cancellable background task instead, matching the RGS\ngossip sync task, so it is cancelled with the other such tasks in\nNode::stop.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix task-slot collision when pathfinding scores sync is enabled",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-07-17T16:47:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "056447c28221be02c3d39f8c6ae430a67ebbd850",
"body": "…test\n\nStabilize probing restart test",
"is_bot": false,
"headline": "Merge pull request #981 from tnull/2026-07-stabilize-probing-restart-…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-17T06:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a271ce67e983ad73d684251b15c96e20d0b3ae24",
"body": "…dlock\n\nAvoid wallet persistence deadlocks",
"is_bot": false,
"headline": "Merge pull request #980 from tnull/2026-07-fix-wallet-persistence-dea…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-16T16:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c60b168c8f88e6efda089d3fbcfd64c4c10824",
"body": "Skip computing wallet amounts and fees when rebroadcasting pending\ntransactions because only the transaction itself is needed.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Avoid redundant wallet transaction details",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-16T08:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d70c0978df2923ae4f6b76c69013155395170ed7",
"body": "Release the synchronous wallet lock before awaiting store I/O while\nserializing wallet mutations with an asynchronous persistence gate.\nRetain failed change sets so retries preserve BDK persistence semantics.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Avoid wallet persistence deadlocks",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-16T08:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d26c231df56e2723dd79e59fbe0888e95bdf650",
"body": "Zero-fee commitments support",
"is_bot": false,
"headline": "Merge pull request #660 from tankyleo/25-10-0fc-channel-config",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-16T08:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca1614b9d24586c39b2ed526ad03f637cc1f52e",
"body": "…fter-reconnect\n\nRemove force-close peers after reconnect",
"is_bot": false,
"headline": "Merge pull request #983 from tnull/2026-07-remove-force-close-peers-a…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-16T07:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a868de891c620153911c26ffb8586e105cfabd93",
"body": null,
"is_bot": false,
"headline": "Negotiate 0FC channels if configured",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cada867b1eed37147f5a1a4e4d6d5c789848223c",
"body": null,
"is_bot": false,
"headline": "Include 0FC channels in anchor channel checks",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf044ac55696a29522141572daa3b24720910865",
"body": null,
"is_bot": false,
"headline": "Read even bits to check the anchor channel type",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "195df39a7dff2a747638f37519a6d802bee22958",
"body": "We rely on the `BroadcasterInterface` contract whereby any\nmulti-transaction vector must be a single child and its parents.\n\nIn a prior commit, we added the guarantee that any packages received\nfrom the broadcast queue are already topologically sorted, and hence\ncan be passed directly to the `submit\n[…]\nitpackage` for now to avoid adding a requirement to support\n`submitpackage` for users that don't enable zero-fee commitment\nchannels. We will do so once support for `submitpackage` is more\nubiquitous.",
"is_bot": false,
"headline": "Submit TRUC packages via all chain sources",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc85b4df03be79f48c00d2a8217f849706355cf7",
"body": "These will be useful when we add support for broadcasting packages in an\nupcoming commit.",
"is_bot": false,
"headline": "Use helper functions to log broadcast errors",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9040a938aee01ec5d33c81caf3f1b7b443ee3a2",
"body": "Implementations of `BroadcasterInterface` cannot assume any topological\nordering on the transactions received, so here we order the received\ntransactions before adding them to the broadcast queue. Any consumers of\nthe queue can now assume all transactions received to be topologically\nsorted.\n\nCodex wrote the tests.",
"is_bot": false,
"headline": "Sort packages received via `BroadcasterInterface`",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "430432673f5a9c17578aa17513ac6f8b57c0cb3c",
"body": null,
"is_bot": false,
"headline": "Remove single transaction vecs in wallet broadcast path",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8963226784a4a2f5da0128c865e5c977e7c2f98a",
"body": "In upcoming commits we will read this knob to determine whether to\nnegotiate 0FC channels.\n\nFor now, we make a best-effort attempt to make sure the configured chain\nsource supports 0FC channels if this knob is set.\n\nDo this roundtrip at the same time we make a roundtrip to retrieve the\nfeerates to keep startup as fast as possible.",
"is_bot": false,
"headline": "Add configuration knob to enable 0FC channels",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac8a1f5d88825b13de9d52933d1a91b028cb11f",
"body": "We previously allowed users to disable anchor channels and drain their\nanchor reserve while still having anchor channels open or pending\nresolution. This was acceptable for keyed anchor channels, as the\ncommitment transaction therein still contained some fees, and had some\nchance of getting mined in\n[…]\nt is thus\ndangerous to disable anchor channels and drain the reserve after 0FC\nchannels have been opened. Therefore, we make `AnchorChannelsConfig`\nrequired, and prevent this case from ever happening.",
"is_bot": false,
"headline": "Remove the ability to disable anchor channels",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:37:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c2c2870fe755fd01641046a6801af51d3bd7154",
"body": "When we are preparing to open a channel to a peer, we should reserve\nonchain funds for an anchor channel when the peer's init features\nsignals anchor channels as optional, as channel negotiation with such a\npeer can result in an anchor channel.\n\nTests written with codex.",
"is_bot": false,
"headline": "Reserve onchain funds for anchor channels when peer sets them optional",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8ecb28303f07ca7aebd42d1e9195dc074feedd",
"body": "We stop requiring that splice-ins leave an anchor reserve for an\nadditional anchor channel on top of the existing set of anchor channels;\nafter splice-ins, our anchor reserve only needs to cover the existing\nset of anchor channels.",
"is_bot": false,
"headline": "Fix anchor reserves when splicing in all funds",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "202474948014c5d9b43ba17b31263704717a7c54",
"body": "`BroadcasterInterface::broadcast_transactions` requires that any passed\nvector containing multiple transactions must be a single child together\nwith its parents. We will lean on this contract in upcoming commits, so\nhere we fix a case where we broke this contract.",
"is_bot": false,
"headline": "Use a vec of length 1 to broadcast unrelated txs",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-16T06:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03812a03ac2d0ad3349f56785b23205a2237e782",
"body": "Fix flaky reorg tests",
"is_bot": false,
"headline": "Merge pull request #972 from tnull/2026-07-fix-flaky-reorg-tests",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-15T15:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87b780e9d968ed642524c79410fefe969036f804",
"body": "The force-close loop mined separately for each node even though every\nnode shares one chain. Mining for the first node advanced later nodes\npast the exact intermediate state the test required. Sweep publication\nand Electrum indexing are also asynchronous, so immediate assertions\ncould observe either\n[…]\nd chain once and poll every claimable sweep through\nbroadcast and confirmation. Preserve the force-close counterexample\nthat fails when only the funding-depth fix is applied.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Synchronize force-close sweep checks",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-15T14:15:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79a97945526b226a70ff55344d596424c9dca0d8",
"body": "The spend helper treated any script history as proof of a spend. The\nfunding transaction itself already creates such a history entry, so the\nhelper normally returned before Electrum indexed the closing\ntransaction. A following reorg could therefore begin while the funding\noutpoint was still unspent.\n\nWait until the exact transaction output leaves Electrum's unspent set.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Wait for actual funding outpoint spends",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-15T14:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddf27061226de95255ff20160608355d99e1824",
"body": "The block helper only compared heights. Replacing invalidated blocks\nwith the same number of new blocks leaves the height unchanged, so it\ncould return while Electrum still exposed the old chain. Wallet syncs\nthen observed stale state and made reorg assertions timing-dependent.\n\nRequire Electrum's target-height hash to match bitcoind's replacement\nblock before returning.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Wait for replacement blocks after reorgs",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-15T14:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb047f7b54bedc9428400ffc065c5c91de5e834",
"body": "The test gave funding six confirmations while allowing six-block\nreorgs. That drops regular channel funding to zero confirmations and\nchanges the scenario from a close reorg into a funding force-close.\n\nrust-lightning PR #4231 keeps trusted zero-conf channels open after\nfunding is reorged out, but r\n[…]\nannels still force-close at zero\nconfirmations. Mine one extra block so the deepest reorg leaves one\nconfirmation.\n\nPreserve the CI counterexample that exposed this boundary.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Keep funding confirmed through test reorgs",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-15T10:41:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "150f370cd3088105c16046f678d4a1ff4150b931",
"body": "Do not record unilateral closes as payments",
"is_bot": false,
"headline": "Merge pull request #979 from tankyleo/2026-07-filter-out-unilateralclose",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-14T19:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34fb66e229efb83732c43d64cdd70200115afb9",
"body": "Unilateral closes are not onchain payments. The real on-chain credits to\nour onchain balance after a unilateral close happen on `Sweep` and\n`Claim` transactions.\n\nAlso, `UnilateralClose` payments previously never graduated from the\n`Pending` state, as no BDK events are emitted when these transactions\nconfirm.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Do not record unilateral closes as payments",
"author_name": "Leo Nash",
"author_login": "tankyleo",
"committed_at": "2026-07-14T18:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e241f78d127c9a7a6b4d94217c6b3b6f4770202",
"body": "Retain a force-closed peer until one recovery reconnect completes,\nthen stop persisting it. This gives channel_reestablish a chance\nto drive recovery without retrying a peer indefinitely after its\nlast channel has closed.\n\nAI tools were used in preparing this commit.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Remove force-close peers after reconnect",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-14T12:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc237f3a4c58eb7fcf32a50f032844ac77b04a1a",
"body": "Persist the prospective peer set before publishing the in-memory\nremoval. This keeps failed storage updates retryable and prevents the\nruntime view from diverging from durable state.\n\nAI tools were used in preparing this commit.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Preserve peers on failed removal",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-14T12:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d182d0be6ed54db6cac85a83df6a93cd39eda0",
"body": "Wait for monitor persistence and queued probe failures to settle\nbefore accepting an in-flight probe for the restart assertion. This\nprevents transient locked amounts from failing the test under CI load.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Stabilize probing restart test",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-14T09:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc60c8743efe61a55832feb3dec3ea39afa69a9",
"body": "Automated nightly rustfmt (2026-07-12)",
"is_bot": false,
"headline": "Merge pull request #976 from lightningdevkit/create-pull-request/patch",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-13T05:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7c7eb9f0fa19723ae3976f8cb5fed0fde0eea8",
"body": null,
"is_bot": false,
"headline": "2026-07-12 automated rustfmt nightly",
"author_name": "Fmt Bot",
"author_login": null,
"committed_at": "2026-07-12T02:09:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4fa49bf159aff41f8dce15ef9b6e9e800e8e32",
"body": "Add probing service",
"is_bot": false,
"headline": "Merge pull request #815 from randomlogin/add-probing-service",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-09T11:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fbf42ac1eda189e1b401cb7d0b7c6e47d1f9a7",
"body": "Add integration tests that verify the probing service fires probes on\nthe configured interval and respects the locked-msat budget cap.\nShared helpers in tests/common are extended with probing-aware setup.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add probing service tests",
"author_name": "Alexander Shevtsov",
"author_login": "randomlogin",
"committed_at": "2026-07-09T10:47:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c3bdca81850cad92417cdffd8046c8e1158e337c",
"body": "Introduce a background probing service that periodically sends payment\nprobes to discover liquidity along Lightning routes. Probes update the\nlocal scorer with channel liquidity information, improving pathfinding\nfor subsequent real payments.\n\nThe service supports three strategies:\n- HighDegreeStrat\n[…]\namounts to bound outbound liquidity exposure.\n\nUniFFI bindings expose the probing service to the Swift, Kotlin, and\nPython language bindings.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add probing service",
"author_name": "Alexander Shevtsov",
"author_login": "randomlogin",
"committed_at": "2026-07-09T10:47:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df8fe9561c87e69abfe6156dd24831181a306a65",
"body": "…y-required\n\nRequire `ChannelClosed::counterparty_node_id`",
"is_bot": false,
"headline": "Merge pull request #973 from tnull/2026-07-channel-closed-counterpart…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-09T07:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "942087be8a8910aeb8763a495330bc5ddb036a6e",
"body": "Classify onchain transactions",
"is_bot": false,
"headline": "Merge pull request #791 from tnull/2026-02-track-onchain-tx-types",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-09T07:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d66e53f7456f475c8268cd6753b232ba4f47446c",
"body": "Record close, claim, anchor-bump, and sweep broadcasts.\n\nWallet sync can then retain the LDK transaction type.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Classify LDK on-chain broadcasts",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T14:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061e0bde96e6d12e84521c1a288377263a025568",
"body": "Keep known on-chain transaction types across wallet sync updates.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Preserve classified on-chain types",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T14:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efba39eaef1da8add34b89b535ddf8db9093d6a",
"body": "Avoid tagging ordinary wallet sends and rebroadcasts as LDK sweeps.\n\nThey should remain on-chain payments with no transaction type.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Keep wallet broadcasts unclassified",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T14:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd1c3e15eb0cf13a2e9e2608018952fcc13af82d",
"body": "Use the receiver node for receive-side on-chain checks.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Fix on-chain receive test lookup",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T14:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd3cab578b0e89d67aea61c9a7a54fb9ef4c1db",
"body": "Require ChannelClosed events to carry the counterparty node id.\n\nThis removes a legacy missing value that callers could no longer handle.\n\nPersisted v0.1 queues with missing ids now fail to read.\n\nNewer optional encodings with the id still read correctly.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Require ChannelClosed counterparty id",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T12:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f04fa4d31459ce75a86a1735bbf077b01478acb5",
"body": "Fix peer store management on channel closure",
"is_bot": false,
"headline": "Merge pull request #895 from Jolah1/peer-handling-on-force-close",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T12:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4479a62eec9257e0ef29a864abe90f1164098f3e",
"body": "Bump LDK dependency",
"is_bot": false,
"headline": "Merge pull request #971 from tnull/2026-07-bump-ldk",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T11:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea5ca02d19a0130713d9a7bc75c440a81366372",
"body": "Update LDK to revision 506cb91f2e0fb87906188b79777bcf42595d3623\nfrom the 0.3 branch, and adapt onion-message interception to the\nnew event and messenger APIs so the crate compiles.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Bump LDK dependency",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-08T09:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4afa336410a560b2f8382da0e5785ae0c759e7",
"body": "Peer-store cleanup on channel closure was split across two places:\nclose_channel_internal removed the peer on a cooperative close, while the\nChannelClosed handler removed it for an allowlist of counterparty/on-chain\nreasons. That allowlist missed terminal cases such as a channel closing\nbefore fundi\n[…]\n the peer store.\n\nAdd an integration test for the counterparty force-close path and keep\nthe retain/remove assertions in do_channel_full_cycle.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "node: consolidate peer-store cleanup into ChannelClosed handler",
"author_name": "jolah1",
"author_login": "Jolah1",
"committed_at": "2026-07-07T12:03:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "73be359ec5e8cddfc2463b8ed04bf2de038cdcd1",
"body": "Automated nightly rustfmt (2026-07-05)",
"is_bot": false,
"headline": "Merge pull request #965 from lightningdevkit/create-pull-request/patch",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-06T08:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35adcf5044ddf80419eff11cfe844e304d296415",
"body": null,
"is_bot": false,
"headline": "2026-07-05 automated rustfmt nightly",
"author_name": "Fmt Bot",
"author_login": null,
"committed_at": "2026-07-05T02:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d40ed02df759b827ce7ec05f60c1da24e72f27d",
"body": "Make `stop_gap` for Esplora/Electrum configurable",
"is_bot": false,
"headline": "Merge pull request #957 from tnull/2026-06-configurable-stop-gap",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-02T07:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da465a4740ea640c7fca9bd9088089cce502ae50",
"body": "Expose the bounded BDK full-scan stop gap for Electrum so\nrestore behavior can be tuned consistently across remote backends.\n\nDocument that the setting applies only to BDK full_scan calls and\nkeeps incremental sync unaffected.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Configure Electrum full-scan stop gap",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-01T11:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec47c59a0bb09aa727aae9ddfc939c40029f037",
"body": "Expose the BDK full-scan stop gap on Esplora sync config so\nwallet recovery can scan past the previous fixed gap when needed.\n\nClamp out-of-range values at full-scan time and warn about the\neffective value, keeping the default behavior unchanged.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Configure Esplora full-scan stop gap",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-07-01T11:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e44fdd21490ff3fa90445d7a28b19cfd020c3d",
"body": "…-fetch-failure\n\nAllow wallet imports from arbitrary heights, forcing full scans",
"is_bot": false,
"headline": "Merge pull request #884 from tnull/2026-04-abort-on-first-startup-tip…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-30T06:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101c827c17d2bf68def45bc0aae19ccd4539d7bd",
"body": "Let Esplora and Electrum sync configs request BDK full scans\nuntil one succeeds. This keeps recovery scans retryable after\ntransient sync failures while preserving normal incremental syncs\nonce recovery has completed.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Add forced wallet full scans",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-29T14:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d2414fbe198010a2465051e4cce3396dfb87a5",
"body": "Allow Bitcoin Core RPC and REST chain-source configuration to specify\nthe wallet birthday height used when creating a fresh wallet. This lets\nrestored wallets rescan from a known height, including genesis, without\noverloading a global recovery toggle.\n\nReject requested heights above the current chai\n[…]\n before wallet state is created. Existing wallets are not\nrewound by this option because a safe rewind must invalidate persisted\nwallet and LDK state before replaying blocks.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Add bitcoind wallet rescan height",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-29T14:18:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0ed6a3d640a6647bcbe82b8c28f33e7c36ccc5d",
"body": "When a fresh node's bitcoind RPC/REST chain source fails to return the\ncurrent chain tip, we previously silently fell back to the genesis\nblock as the wallet birthday. The next successful startup would then\nforce a full-history rescan of the whole chain. Instead, return a new\nBuildError::ChainTipFet\n[…]\nurrently never expose a tip at\nbuild time so the guard only fires for bitcoind sources; the latent\nwallet-birthday-at-genesis issue on those backends is left for a\nfollow-up.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Abort on first-startup chain tip fetch failure",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-29T14:18:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7cb7efb027bfa5589c0720f4da4fd067938b81a",
"body": "Implement `MigratableKVStore` for all KV Stores",
"is_bot": false,
"headline": "Merge pull request #945 from benthecarman/migrate-dbs",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-29T12:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3e79607b6603b95eebf872b55764c1733224633",
"body": "Add 60 minute timeout to CI jobs",
"is_bot": false,
"headline": "Merge pull request #922 from benthecarman/ci-timeouts",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-29T12:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b296f24273b461ba4ada3e9a36e3e3093b17fb2",
"body": "…-type\n\nAdd splice RBF support",
"is_bot": false,
"headline": "Merge pull request #888 from jkczyz/2026-04-splicing-payment-using-tx…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-29T11:54:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42276a140349a9b4cffbca0b9bd441c82368fbd7",
"body": "Creates a node with LN and on-chain state and then randomly migrates\nthrough all the KV store options and checks it still has its state.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add end-to-end KV store migration test",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-26T21:36:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5d21bd7ba65556fe0e3084327407e52cf07f556b",
"body": "In a splice, both channel parties broadcast the funding transaction,\nand the tests drive a single shared bitcoind, so the counterparty's\nbroadcast can surface it to this node's wallet sync before this node's\nown funding classification has run. Under parallel test execution that\nclassification can la\n[…]\ne the\nclassification runs locally, well ahead of a counterparty's broadcast\narriving over the network, so the race does not occur.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Wait for funding classification before syncing in splice tests",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T20:29:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f9a64a09a24078674d8cefe9c2a01fdcec392e8c",
"body": "The 1.5x-of-estimate funding feerate ceiling was open-coded identically\nin splice_in and splice_out. Route both through a max_funding_feerate\nhelper and keep it, alongside rbf_splice_feerates, in fee_estimator.rs\nso the splice funding-feerate policy lives in one place.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Refactor the splice funding-feerate helpers into fee_estimator.rs",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T17:01:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54eb085f61ad7736c1e40e3330f604b9759f93df",
"body": "Contributing to an already-pending splice — e.g. adding our funds to a\ncounterparty-initiated splice via splice_in or splice_out — replaces the\nin-flight funding transaction, so the funding template requires at least the\nRBF minimum feerate. We passed our plain ChannelFunding feerate estimate, which\n[…]\n; the rbf_splice_channel check\nthat expected splice_out to fail while a splice was pending relied on this very\nbug and is dropped.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Honor the funding template's RBF minimum feerate when splicing",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T17:01:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5135534ed38c01338785765f39a992fa8b38230d",
"body": "splice_channel only checked the splice-out fee; also assert it is recorded\nas a confirmed interactive-funding payment. Add a test that a confirmed\nsplice payment returns to unconfirmed when its block is reorged out,\nexercising the unconfirm path for funding payments.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Cover splice-out classification and funding-payment reorg",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T17:01:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e541265e5e63733adcd3537630d3eba363f22eba",
"body": "A splice funding payment can be fee-bumped via RBF, producing several\ncandidate transactions with increasing fees. The payment recorded the\nlast-broadcast candidate's amount and fee and kept them on confirmation, but\nthe candidate that actually confirms need not be the last one broadcast — so\nan ear\n[…]\nach candidate's amount and fee, keyed by txid, so that on\nconfirmation the payment reflects the candidate that actually confirmed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Report the confirmed splice candidate's fee, not the last broadcast's",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T17:01:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f98db5983ef20fea930afadf374190009ecb320",
"body": "Cover the wallet-event-driven funding payment lifecycle end to end: a\nchannel-open funding payment reaches Succeeded from wallet sync alone,\nasserted before any ChannelReady event is drained to show payment status no\nlonger depends on the channel-ready signal; and a splice fee-bumped via RBF\nstays a\n[…]\ne on-chain payment that follows the winning candidate while\nkeeping its interactive-funding classification across the replacement.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Test funding-payment tracking through wallet sync",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T16:58:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c34473ddb48505a235781888114d9d38f31262f9",
"body": "A splice's funding transaction can be stuck at too low a fee rate with no\nway to raise it: on-chain RBF is rejected for funding transactions, and\nre-issuing splice_in / splice_out errors while a splice is already\npending. Add bump_channel_funding_fee, which replaces the pending splice's\nfunding tran\n[…]\nning a funding input the wallet\nalready treats as spent by the splice being replaced, which it would\notherwise skip after syncing.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add bump_channel_funding_fee to fee-bump a pending splice",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T16:58:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8bc878143ee47a9c8573b35fa9241fd0f281844",
"body": "`create_payment_from_tx` duplicated the amount/fee/direction derivation\nthat `onchain_payment_fields` already performs. Share it via a helper\nthat operates on the already-locked wallet, so both paths agree by\nconstruction.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Derive on-chain payment fields in a single place",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T16:58:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "79fd087e5679360fa074125a1d5ede304c69587a",
"body": "Record channel-open and splice funding transactions as on-chain payments\nat broadcast, and carry them to Succeeded through ANTI_REORG_DELAY\nconfirmations like any other on-chain payment, instead of tying their\nstatus to the Lightning channel lifecycle. A splice's recorded amount and\nfee are this nod\n[…]\n can't re-sign.\n\nAddresses review feedback to keep on-chain payment status confirmation-\ndriven rather than gated on ChannelReady.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Track channel-open and splice payments through wallet sync",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T16:58:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "93797a20b474fa8b9ff06af340710d4b02872b87",
"body": "On-chain payment records don't capture what a transaction was for -- a\nchannel open, splice, close, sweep, or a plain send. Record that\nclassification on each on-chain payment, derived from the type LDK\nreports when broadcasting the transaction, so it survives restarts\nalongside the payment.\n\nThe ta\n[…]\n the payment. Existing records keep decoding unchanged.\n\nCompatible with the on-chain transaction classification proposed in #791.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Classify on-chain payments with a durable transaction type",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2026-06-26T16:58:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad4a3a86edeb86a65b55ea11d2bf7c530d659a81",
"body": "…owups\n\nBump BDK, address pending payment store follow ups",
"is_bot": false,
"headline": "Merge pull request #937 from tnull/2026-06-fix-770-payment-store-foll…",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T14:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b122b08faa4f192bf9da26c46feae827b84d7c",
"body": "This was unimplemented for the in-memory kv store. Useful in tests so\nwe can migrate data across all supported store implementations.\n\nAI-assisted-by: OpenAI Codex",
"is_bot": false,
"headline": "Implement `MigratableKVStore` for InMemoryStore",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-26T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18fa93ac80c273331d197aab850ce4640f1c1cae",
"body": "This was unimplemented for the VSS kv store. Useful if the user wants\nto migrate to a different database and keeps VSS aligned with the other\npersistent stores.\n\nAI-assisted-by: OpenAI Codex",
"is_bot": false,
"headline": "Implement `MigratableKVStore` for VSS",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-26T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43078aa7e5f997f7333c471f4635fe8677f8a438",
"body": "Extract the existing obfuscated key selection so later VSS listing\nchanges can reuse it without changing the parsing behavior.\n\nAI-assisted-by: OpenAI Codex",
"is_bot": false,
"headline": "Refactor VSS key extraction",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-26T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa778c0b22742acdb5bc18816cf9d40a33ab03e",
"body": "This was unimplemented for the postgres kv store. Useful if the user\nwants to migrate to a different database and also in tests so we don't\nhave to re-init and setup a node.\n\nAI-assisted-by: OpenAI Codex",
"is_bot": false,
"headline": "Implement `MigratableKVStore` for postgres",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-26T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bcd421c13bd498ee93f3a829532dc60eda13345",
"body": "This was unimplemented for the sqlite kv store. Useful if the user\nwants to migrate to a different database and also in tests so we don't\nhave to re-init and setup a node.\n\nAI-assisted-by: OpenAI Codex",
"is_bot": false,
"headline": "Implement `MigratableKVStore` for sqlite",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-26T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66676cf9ab72ca88e654d46d02bd246fce7cc4c",
"body": "Fix DataStore failing store pagination",
"is_bot": false,
"headline": "Merge pull request #952 from tnull/2026-06-fix-datastore-rebase-conflict",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T08:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "558ec8222dcb80422c725126b3113659b6d7094d",
"body": "DataStore persistence failure tests use FailingStore through\nDynStoreWrapper. That wrapper now requires paginated store\nsupport, so make the helper fail paginated listings the same way it\nfails the other store calls.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Fix DataStore failing store pagination",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T08:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab4bffd623cd9552ec76d76ee21950f53a01914",
"body": "Persist datastore changes before caching",
"is_bot": false,
"headline": "Merge pull request #933 from benthecarman/data-store-insert-or-update",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T05:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c82c2e5567a22545da9af13d1d34368156186040",
"body": "RBF can spend fee increases from the original transaction's change\noutput.\n\nCheck the replacement fee increase against the current anchor-channel\nreserve before signing. This prevents high manual fee rates from\nconsuming funds reserved for anchor spends.\n\nThis finding was discovered by Project Loupe.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Preserve anchor reserve during RBF",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T05:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ee795669a132574bf21bed080bc6f78e549e7e",
"body": "Stop exporting the pending payment index record from the public\npayment module.\n\nThe pending index is an internal persistence detail and should not\nbecome public API before this ships.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Keep pending payment details internal",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T05:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d9afb32ab2443d1c5a997d14f4179566b38355e",
"body": "Keep pending payment namespace constants next to the primary payment\nstore constants.\n\nThis keeps related persistence keys discoverable together.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Group pending payment storage constants",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T05:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5094893789234eace200b1315e5d54384ee28c4",
"body": "Move affected on-chain payments back to pending when BDK reports that\ntheir transaction is unconfirmed again.\n\nThis keeps payment history aligned with wallet events after a reorg. It\ndoes not update payment records directly from disconnected-block\nnotifications.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Track reorged on-chain payments as pending",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-26T05:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ddfee3c245e0fad77594b5d4cfcf52d39f48ac8",
"body": "Require PaginatedKVStore for all stores",
"is_bot": false,
"headline": "Merge pull request #943 from benthecarman/paginated",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-25T09:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3844878094de03ebcd488fc47efbc6a4ccc7cea",
"body": "Use BDK's wallet event helper for mempool updates.\n\nThis removes the local event diffing copy now that BDK exposes the\nneeded event API.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Use BDK mempool wallet events",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-25T07:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678732d43fd98eda6f39bde62ba88e1cfd365625",
"body": "Update the direct BDK wallet stack to the latest crate releases.\n\nThis lets follow-up wallet event code use the upstream BDK API. It\nalso preserves temporary transaction cleanup after BDK removed its\ncancel_tx helper.\n\nCo-Authored-By: HAL 9000",
"is_bot": false,
"headline": "Bump BDK wallet dependencies",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-25T07:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ee8b061ac8c35fcf9d77a00da63e83c822c35d",
"body": "Run the Rust build/test matrix, linting, docs, and benchmarks on the\nself-hosted runner, but keep jobs the runner cannot serve on GitHub's\nubuntu-latest:\n\n- Docker-based integration tests (cln, eclair, lnd, python, kotlin)\n and the Postgres/VSS service-container jobs, since the self-hosted\n runner\n[…]\now; invoking them in the same step as\n the rustup install fails because PATH is not refreshed mid-step.\n\nAssisted by Claude Code.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Split CI between self-hosted and GitHub runners",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-25T01:56:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "83f71f0828e706ee13a5b4ff231032055b48b8ee",
"body": "We ran out of our CI limit largely from ldk-node. We had a few jobs this\nweek run for multiple hours because of a hanging test. Add 60 minute\ntimeout to all our jobs to prevent this in the future.",
"is_bot": false,
"headline": "Add 60 minute timeout to CI jobs",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-25T01:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2288ab565d2f3a3e9b256eaed311243268c36a67",
"body": "Now that all of our KVStore impl's also impl PaginatedKVStore we can\nrequire it when building a node. One caveat being that our\nupgrade downgrade test no longer works given that these new\nPaginatedKVStores don't support downgrading to their old, non paginated\nversions. Because of this we are commenting it out and will bring it\nback once we tag 0.8",
"is_bot": false,
"headline": "Require PaginatedKVStore for all stores",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-24T17:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d2d71ab1273eb388186bd96da94e0f999add71a",
"body": "Add regression coverage for insert's existing persist-before-cache behavior and update datastore reader comments to match the completed write ordering.\n\nThis finding was discovered by Project Loupe\n\nAI-Assisted-By: OpenAI Codex",
"is_bot": false,
"headline": "Cover insert cache behavior on persist failure",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-24T17:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531d52d670b54f1762aaf4efac9f66bd3eb70729",
"body": "Check for the object first, remove it from the backing store, and only then delete it from the in-memory map.\n\nThis finding was discovered by Project Loupe\n\nAI-Assisted-By: OpenAI Codex",
"is_bot": false,
"headline": "Keep removed objects cached on persist failure",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-24T17:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3793b858c8cb482a0e6db32176010d8349e8a49",
"body": "Apply updates to a cloned object and only replace the cached entry after the backing store write succeeds.\n\nThis finding was discovered by Project Loupe\n\nAI-Assisted-By: OpenAI Codex",
"is_bot": false,
"headline": "Keep update cache unchanged on persist failure",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-24T17:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6560dffb931077f6e9914a229e3048d7e48d92b3",
"body": "Build the updated object separately and persist it before replacing the cached entry, so failed writes leave memory aligned with storage.\n\nThis finding was discovered by Project Loupe\n\nAI-Assisted-By: OpenAI Codex",
"is_bot": false,
"headline": "Keep insert-or-update cache unchanged on persist failure",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2026-06-24T17:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a5426044bdcae6369d7a847697c6143676e2df5",
"body": " Add python integration test for spontaneous keysend payments",
"is_bot": false,
"headline": "Merge pull request #923 from heyolaniran/feat/python_binding_test",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2026-06-24T13:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b318ccdef5b5fd1e5899a04280522740b63cfcda",
"body": "Exercise the spontaneous payment (keysend) path through the Python\nUniFFI bindings after a channel is ready. Assert events, custom TLV\nrecords, and persisted payment metadata on both sender and receiver.",
"is_bot": false,
"headline": "Add spontaneous payment Python binding test",
"author_name": "heyolaniran",
"author_login": "heyolaniran",
"committed_at": "2026-06-24T13:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fa8d0f84c4d25b4bac678bf8c8e7079198735bb",
"body": "Duplicated node setup, funding, channel opening, and teardown logic\nmade integration tests harder to read and maintain. Hard-coded ports\nalso risked collisions when tests run in parallel.\n\nIntroduce reusable helpers for two-node setup, funding, channel\nready waiting, and cleanup. Bind ephemeral ports to avoid conflicts,\nand refactor test_channel_full_cycle to use them without changing\ntest behavior.",
"is_bot": false,
"headline": "Extract shared setup helpers in Python binding tests",
"author_name": "heyolaniran",
"author_login": "heyolaniran",
"committed_at": "2026-06-24T13:07:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 674,
"latest_release_at": "2025-12-03T09:06:30Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 50,
"days_since_latest_release": 235,
"mean_days_between_releases": 58.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ldk-node",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"bdk",
"bitcoin",
"ldk",
"lightning",
"cryptography::cryptocurrencies"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ldk-node",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/lightningdevkit/ldk-node/",
"versions_count": 18,
"total_downloads": 168139,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 19803,
"first_published_at": "2023-04-27T09:39:53.149950Z",
"latest_published_at": "2025-12-03T09:02:29.857640Z",
"latest_version_yanked": false,
"days_since_latest_publish": 235
}
]
},
"popularity": {
"forks": 157,
"stars": 219,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2023-01-11",
"count": 2
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-03-17",
"count": 2
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-24",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-13",
"count": 3
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-16",
"count": 2
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-28",
"count": 2
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-08",
"count": 2
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-22",
"count": 2
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-21",
"count": 2
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-26",
"count": 2
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-19",
"count": 2
}
],
"complete": true,
"collected": 146,
"total_forks": 157
},
"star_history": null,
"open_issues_and_prs": 134
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"bindings/kotlin/ldk-node-android/build.gradle.kts",
"bindings/kotlin/ldk-node-android/lib/build.gradle.kts",
"bindings/kotlin/ldk-node-jvm/build.gradle.kts",
"bindings/kotlin/ldk-node-jvm/lib/build.gradle.kts",
"bindings/uniffi-bindgen/Cargo.toml"
],
"largest_source_bytes": 426644,
"source_files_sampled": 99,
"oversized_source_files": 8,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3754
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 36,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "lightning",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-types",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-invoice",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-net-tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-persister",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-background-processor",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-rapid-gossip-sync",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-block-sync",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-transaction-sync",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-liquidity",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-macros",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-dns-resolver",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bdk_chain",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23.3"
},
{
"name": "bdk_esplora",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22.2"
},
{
"name": "bdk_electrum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.24.0"
},
{
"name": "bdk_wallet",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.1.0"
},
{
"name": "bitreq",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "rustls",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23"
},
{
"name": "rusqlite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31.0"
},
{
"name": "bitcoin",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32.7"
},
{
"name": "bip39",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "bip21",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22.1"
},
{
"name": "getrandom",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.39"
},
{
"name": "esplora-client",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "electrum-client",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.25"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "uniffi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.29.5"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.210"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.128"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.22"
},
{
"name": "async-trait",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tokio-postgres",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "native-tls",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "postgres-native-tls",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "vss-client",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "prost",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.6"
},
{
"name": "bitcoin-payment-instructions",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "async-trait",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bdk_chain",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bdk_electrum",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bdk_esplora",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bdk_wallet",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bip21",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bip39",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitcoin",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitreq",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "electrum-client",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "esplora-client",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "native-tls",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "postgres-native-tls",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "prost",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rusqlite",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio-postgres",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "uniffi",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "clightningrpc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "corepc-node",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "electrsd",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "ldk-node",
"direct": false,
"version": "0.6.2",
"ecosystem": "crates"
},
{
"name": "ldk-node",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "lnd_grpc_rust",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "proptest",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "vss-client-ng",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 38,
"direct_count": 26,
"indirect_count": 12
}
},
"maintainership": {
"issues": {
"open_prs": 44,
"merged_prs": 515,
"open_issues": 90,
"closed_ratio": 0.723,
"closed_issues": 235,
"closed_unmerged_prs": 119
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "tnull",
"commits": 1222,
"avatar_url": "https://avatars.githubusercontent.com/u/521467?v=4"
},
{
"type": "User",
"login": "jkczyz",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/4015903?v=4"
},
{
"type": "User",
"login": "benthecarman",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/15256660?v=4"
},
{
"type": "User",
"login": "enigbe",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/22314502?v=4"
},
{
"type": "User",
"login": "joostjager",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/4638168?v=4"
},
{
"type": "User",
"login": "G8XSU",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/3442979?v=4"
},
{
"type": "User",
"login": "tankyleo",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/183125302?v=4"
},
{
"type": "User",
"login": "Camillarhi",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/92169163?v=4"
},
{
"type": "User",
"login": "alexanderwiederin",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/37130778?v=4"
},
{
"type": "User",
"login": "chuksys",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/11191390?v=4"
}
],
"contributors_sampled": 49,
"top_contributor_share": 0.769
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"0fc-integration.yml",
"audit.yml",
"benchmarks.yml",
"cln-integration.yml",
"cron-weekly-rustfmt.yml",
"eclair-integration.yml",
"hrn-integration.yml",
"kotlin.yml",
"lnd-integration.yml",
"postgres-integration.yml",
"python.yml",
"rust.yml",
"semver.yml",
"swift.yml",
"vss-integration.yml",
"vss-no-auth-integration.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 8,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "08efb3a4577efc5abe6cab29e5b232be2c6f5e3f",
"ran_at": "2026-07-26T11:38:04Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T03:34:03Z",
"oldest_open_prs": [
{
"number": 448,
"created_at": "2025-01-27T15:55:47Z",
"last_comment_at": "2026-07-13T22:19:32Z",
"last_comment_author": "jkczyz"
},
{
"number": 585,
"created_at": "2025-06-20T20:27:57Z",
"last_comment_at": "2025-06-20T20:27:59Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 638,
"created_at": "2025-09-17T13:25:12Z",
"last_comment_at": "2026-03-02T10:37:14Z",
"last_comment_author": "Camillarhi"
},
{
"number": 692,
"created_at": "2025-11-01T23:07:14Z",
"last_comment_at": "2026-07-04T01:28:30Z",
"last_comment_author": "enigbe"
},
{
"number": 732,
"created_at": "2025-12-29T11:34:02Z",
"last_comment_at": "2025-12-29T11:34:05Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 746,
"created_at": "2026-01-08T19:24:00Z",
"last_comment_at": "2026-06-23T11:37:55Z",
"last_comment_author": "tnull"
},
{
"number": 772,
"created_at": "2026-01-27T17:33:31Z",
"last_comment_at": "2026-07-10T10:45:42Z",
"last_comment_author": "benthecarman"
},
{
"number": 773,
"created_at": "2026-01-28T15:10:04Z",
"last_comment_at": "2026-02-02T08:17:25Z",
"last_comment_author": "joostjager"
},
{
"number": 811,
"created_at": "2026-02-26T14:08:26Z",
"last_comment_at": "2026-02-26T14:08:29Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 828,
"created_at": "2026-03-15T09:28:40Z",
"last_comment_at": "2026-07-17T13:18:11Z",
"last_comment_author": "randomlogin"
},
{
"number": 829,
"created_at": "2026-03-16T17:36:53Z",
"last_comment_at": "2026-05-25T16:01:59Z",
"last_comment_author": "m1sterc001guy"
},
{
"number": 831,
"created_at": "2026-03-18T15:52:20Z",
"last_comment_at": "2026-03-18T16:30:08Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 837,
"created_at": "2026-03-23T11:48:50Z",
"last_comment_at": "2026-04-13T00:01:07Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 844,
"created_at": "2026-03-25T11:04:49Z",
"last_comment_at": "2026-03-27T08:57:31Z",
"last_comment_author": "vincenzopalazzo"
},
{
"number": 845,
"created_at": "2026-03-25T17:10:45Z",
"last_comment_at": "2026-04-01T00:02:11Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 846,
"created_at": "2026-03-25T20:03:19Z",
"last_comment_at": "2026-03-25T20:03:23Z",
"last_comment_author": "ldk-reviews-bot"
},
{
"number": 849,
"created_at": "2026-03-26T09:14:22Z",
"last_comment_at": "2026-03-26T09:44:25Z",
"last_comment_author": "joostjager"
},
{
"number": 871,
"created_at": "2026-04-08T07:52:05Z",
"last_comment_at": "2026-04-13T12:42:46Z",
"last_comment_author": "tnull"
},
{
"number": 882,
"created_at": "2026-04-20T16:31:30Z",
"last_comment_at": "2026-07-07T19:41:22Z",
"last_comment_author": "f3r10"
},
{
"number": 898,
"created_at": "2026-05-04T16:33:23Z",
"last_comment_at": "2026-05-04T16:57:39Z",
"last_comment_author": "benthecarman"
}
],
"last_merged_pr_at": "2026-07-21T08:12:45Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 41,
"created_at": "2023-01-31T22:01:57Z",
"last_comment_at": "2026-06-30T08:56:47Z",
"last_comment_author": "Jolah1"
},
{
"number": 43,
"created_at": "2023-03-09T23:26:44Z",
"last_comment_at": "2023-03-13T20:30:27Z",
"last_comment_author": "TheBlueMatt"
},
{
"number": 51,
"created_at": "2023-03-24T03:53:40Z",
"last_comment_at": "2023-06-10T20:08:41Z",
"last_comment_author": "TheBlueMatt"
},
{
"number": 75,
"created_at": "2023-04-27T08:26:48Z",
"last_comment_at": "2024-07-04T02:08:57Z",
"last_comment_author": "amackillop"
},
{
"number": 110,
"created_at": "2023-05-25T12:28:14Z",
"last_comment_at": "2025-01-23T13:00:39Z",
"last_comment_author": "tnull"
},
{
"number": 123,
"created_at": "2023-06-13T08:38:07Z",
"last_comment_at": "2024-03-06T13:43:22Z",
"last_comment_author": "tnull"
},
{
"number": 171,
"created_at": "2023-10-04T02:24:47Z",
"last_comment_at": "2023-10-31T12:03:00Z",
"last_comment_author": "tnull"
},
{
"number": 177,
"created_at": "2023-10-28T19:23:26Z",
"last_comment_at": "2025-12-17T08:15:02Z",
"last_comment_author": "Camillarhi"
},
{
"number": 178,
"created_at": "2023-10-30T00:35:13Z",
"last_comment_at": "2026-01-30T08:53:31Z",
"last_comment_author": "tnull"
},
{
"number": 234,
"created_at": "2024-01-31T09:23:14Z",
"last_comment_at": "2024-02-01T07:54:21Z",
"last_comment_author": "tnull"
},
{
"number": 269,
"created_at": "2024-03-05T12:43:06Z",
"last_comment_at": "2025-04-02T15:10:28Z",
"last_comment_author": "tnull"
},
{
"number": 298,
"created_at": "2024-05-22T11:32:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 315,
"created_at": "2024-06-19T07:48:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 321,
"created_at": "2024-07-05T20:16:46Z",
"last_comment_at": "2024-07-08T13:18:39Z",
"last_comment_author": "slanesuke"
},
{
"number": 381,
"created_at": "2024-10-17T08:16:38Z",
"last_comment_at": "2026-07-24T12:06:44Z",
"last_comment_author": "TheBlueMatt"
},
{
"number": 385,
"created_at": "2024-10-21T23:28:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 408,
"created_at": "2024-11-21T01:06:36Z",
"last_comment_at": "2024-11-21T23:05:02Z",
"last_comment_author": "G8XSU"
},
{
"number": 425,
"created_at": "2025-01-03T11:48:43Z",
"last_comment_at": "2025-05-08T08:55:06Z",
"last_comment_author": "tnull"
},
{
"number": 435,
"created_at": "2025-01-17T12:29:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 446,
"created_at": "2025-01-27T15:50:54Z",
"last_comment_at": "2025-09-08T08:32:08Z",
"last_comment_author": "JeanlChristophe"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lightningdevkit/ldk-node",
"host": "github.com",
"name": "ldk-node",
"owner": "lightningdevkit"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 70,
"vitality": 85,
"community": 58,
"governance": 67,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 674,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 50
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "50/52 weeks with commits",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 50
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "674 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 674
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 235,
"mean_days_between_releases": 58.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 235 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 235
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~58.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 58.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 157,
"stars": 219,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "219 stars",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 219
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "157 forks",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 157
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"packages": [
"ldk-node"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 168139,
"monthly_downloads": 19803
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "19,803 downloads/month across crates",
"points": 57.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 19803,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 49,
"top_contributor_share": 0.769
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 77% of commits",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "49 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 49
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 515,
"open_issues": 90,
"closed_issues": 235,
"issue_closed_ratio": 0.723,
"closed_unmerged_prs": 119
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "515/634 decided PRs merged",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 515,
"decided": 634
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 515,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "lightningdevkit",
"public_repos": 19,
"account_age_days": 2368
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "515 followers of lightningdevkit",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 515,
"login": "lightningdevkit"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~6 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"ldk-node"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 235
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 235 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 235
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "16 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 16
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 70,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 2 resolved dependencies against OSV; 36 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 2
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 36
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 36,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 2,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 78,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.94,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3754
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "94 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 94,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.16,
"toolchain_manifests": [
"Cargo.toml",
"bindings/kotlin/ldk-node-android/build.gradle.kts",
"bindings/kotlin/ldk-node-android/lib/build.gradle.kts",
"bindings/kotlin/ldk-node-jvm/build.gradle.kts",
"bindings/kotlin/ldk-node-jvm/lib/build.gradle.kts",
"bindings/uniffi-bindgen/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, bindings/kotlin/ldk-node-android/build.gradle.kts, bindings/kotlin/ldk-node-android/lib/build.gradle.kts (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, bindings/kotlin/ldk-node-android/build.gradle.kts, bindings/kotlin/ldk-node-android/lib/build.gradle.kts"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "16 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 16,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 426644,
"source_files_sampled": 99,
"oversized_source_files": 8
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "8/99 source files over 60KB",
"points": 50.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 99,
"oversized": 8
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T11:38:30.539154Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lightningdevkit/ldk-node.svg",
"full_name": "lightningdevkit/ldk-node",
"license_state": "custom",
"license_spdx": null
}