原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 47097,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 4547,
"Rust": 7553132,
"Shell": 15979,
"Python": 4789
},
"pushed_at": "2026-06-25T11:35:58Z",
"created_at": "2021-03-21T14:17:06Z",
"owner_type": "User",
"updated_at": "2024-05-31T14:43:59Z",
"description": "A highly modular Bitcoin Lightning library written in Rust. Its Rust-Lightning, not Rusty's Lightning!",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://dunxen.dev",
"name": "dunxen",
"type": "User",
"login": "dunxen",
"company": "@nexedworks",
"location": "South Africa",
"followers": 142,
"avatar_url": "https://avatars.githubusercontent.com/u/3072149?v=4",
"created_at": "2012-12-18T12:47:34Z",
"is_verified": null,
"public_repos": 139,
"account_age_days": 4967
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2021-03-09T20:57:07Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2020-11-24T22:14:16Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2020-04-25T16:42:15Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2019-12-12T16:45:18Z"
}
],
"recent_commits": [
{
"oid": "c57b94aeeea92bf1d803707a2758b3a55d5664b4",
"body": "Log available liquidity on each channel when starting routefinding",
"is_bot": false,
"headline": "Merge pull request #2931 from TheBlueMatt/2024-03-log-outbound-channels",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2024-05-31T10:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2d04798daa9c78f183424f73f3fea6c8564573",
"body": "Include `RecipientOnionFields` in `Event::PaymentClaimed`",
"is_bot": false,
"headline": "Merge pull request #3084 from jkczyz/2024-05-onion-fields",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-30T20:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "136e89ebe6a74fc8c7bfba82fff4ce8a375e0e76",
"body": "One of the most common first-steps in troubleshooting routefinding\nissues is we ask for the local channel state to determine what the\navailable HTLC bounds are. While we log first-hop channel details\nwhen we decline to use them, this doesn't tell us if we have\nmissing channels, and thus here we log all first-hop channels at\nthe start.\n\nWe also take this opportunity to log the limits that were violated\nany time we log that we're not using a channel, rather than only\nwhen its a first-hop.",
"is_bot": false,
"headline": "Log available liquidity on each channel when starting routefinding",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-30T15:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0120809f3453aa4cfc6ca4d34bbedcc823928d",
"body": "…ation\n\nCompact blinded path creation",
"is_bot": false,
"headline": "Merge pull request #3011 from jkczyz/2024-04-compact-blinded-path-cre…",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-29T01:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4661fe4c4b9d1d25eeb71dedfc65071d7ca1eb8",
"body": null,
"is_bot": false,
"headline": "Add missing copyright statement",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-28T21:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8354b212b27a07d62a69b8de4cbcec02f20decd",
"body": null,
"is_bot": false,
"headline": "Compact introduction node test vector",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-28T21:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6886ee38cfd906f984d7b8f444cb8621fce4fd",
"body": "Add a method to BlindedPath that given a network graph will compact the\nIntroductionNode as the DirectedShortChannelId variant. Call this method\nfrom DefaultMessageRouter so that Offer paths use the compact\nrepresentation (along with reply paths). This leaves payment paths in\nBolt12Invoice using the NodeId variant, as the compact representation\nisn't as useful there.",
"is_bot": false,
"headline": "Compact a BlindedPath's introduction node",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-28T21:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4956ade170f112881f3454dacc95f90b64e6aad3",
"body": null,
"is_bot": false,
"headline": "Unwrap reply_path in extract_invoice_request",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-28T21:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e553a71b6f82c5cc61a0f12084444384058e9bc3",
"body": "Instead of passing Vec<PublicKey> to MessageRouter::crate_blinded_path,\npass Vec<ForwardNode>. This way callers can include a short_channel_id\nfor a more compact BlindedPath encoding.",
"is_bot": false,
"headline": "Pass ForwardNode when creating BlindedPath",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-28T21:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d792afb08cdc20a30786728c3bfe816dd3b59e47",
"body": "When sending an onion message to a blinded path, the short channel id\nbetween hops isn't need in each hop's encrypted_payload since it is not\na payment. However, using the short channel id instead of the node id\ngives a more compact representation. Update BlindedPath::new_for_message\nto allow for this.",
"is_bot": false,
"headline": "Support NextHop::ShortChannelId in BlindedPath",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-28T21:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c71923a5add91f984f34d27febdc4d3eed1624f",
"body": "…ine-onion-deserialization\n\nTrampoline Onion Deserialization",
"is_bot": false,
"headline": "Merge pull request #3006 from arik-so/arik/trampoline/2024-04-trampol…",
"author_name": "valentinewallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-28T20:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9f3b4fc212415c94c1b2cdff6298196ba1af51",
"body": "Don't attempt to resume channels if we already exchanged funding",
"is_bot": false,
"headline": "Merge pull request #3051 from TheBlueMatt/2024-04-2982-123-fix",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-28T17:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53cd31a2ece2e3abb04d649de8d63716de2dae65",
"body": "ddf75afd16 introduced the ability to re-exchange our `ChannelOpen`\nafter a peer disconnects if we didn't complete funding on our end.\nIt did not implement nor consider what would happen if we\nre-connected after we created our own funding transactions, and\ncurrently it panics (and even if it did not \n[…]\nt key\nmaterial in their `accept_channel`, causing us to need a different\nfunding transaction.\n\nThus, here, we simply close channels which have been funded but not\nyet signed when our peer disconnects.",
"is_bot": false,
"headline": "Don't attempt to resume channels if we already exchanged funding",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-28T15:34:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8499214bcc83544683cc7805429c8b7cc9cebcea",
"body": null,
"is_bot": false,
"headline": "Check custom_tlvs in Event::PaymentClaimed",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T21:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac15105162cab06375368a925601ebc69424a5f9",
"body": null,
"is_bot": false,
"headline": "Pass ClaimAlongRouteArgs to claim_payment_along_route",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T21:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ff46daabc2d942f300efcbe9aca8bc541f0ff7",
"body": null,
"is_bot": false,
"headline": "Pass ClaimAlongRouteArgs to do_claim_payment_along_route",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T21:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b745047fe463c560a31900f7b1705d4542db9bfb",
"body": "RecipientOnionFields are included in Event::PaymentClaimable, so\nnaturally they should be included in Event::PaymentClaimed, too.",
"is_bot": false,
"headline": "Include RecipientOnionFields in PaymentClaimed",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T21:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a34f9ae9c5665ee4ae1a21b4a8c9c4f32b459a",
"body": "This will be used to include the same field in Event::PaymentClaimed.",
"is_bot": false,
"headline": "Add RecipientOnionFields to ClaimingPayment",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T16:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab45d82d1cd05691fe36d11b888b08bd58b4feb",
"body": "This allows for obtaining the value without needing to re-look it up. An\nupcoming commit will include RecipientOnionFields in the inserted value.\nHaving it available afterwards prevents needing to clone it.",
"is_bot": false,
"headline": "Use HashMap::entry instead of HashMap::insert",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T16:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101af715153ac9cbd21968b7baab49916fe65000",
"body": null,
"is_bot": false,
"headline": "Format HashMap::insert call",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-24T16:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d421d3362a88105b982d197312c0c64ba8e661e",
"body": "Add missing `Offer::expects_quantity` to tests",
"is_bot": false,
"headline": "Merge pull request #3079 from jkczyz/2024-05-expects-quantity",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2024-05-23T11:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ceb709530851444a2225204448805908de07c6d",
"body": null,
"is_bot": false,
"headline": "Add missing Offer::expects_quantity to tests",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-22T19:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95338a8f69a9298356c55bff26eab0972776155",
"body": "…-offline\n\nIgnore partially-pruned channels during routing",
"is_bot": false,
"headline": "Merge pull request #3038 from TheBlueMatt/2024-05-no-dir-with-on-side…",
"author_name": "valentinewallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-21T15:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37bf61c49bb8d0f3d5a9bc8de390e97f6b2ac0c1",
"body": "Limit payment path length based on `payment_metadata`, custom TLVs, etc.",
"is_bot": false,
"headline": "Merge pull request #3026 from valentinewallace/2024-04-limit-path-len",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-21T14:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511d7e3f5fe5900178cc43320d21089826681581",
"body": "Fix minor nits in `BumpTransactionEventHandler`",
"is_bot": false,
"headline": "Merge pull request #3073 from tnull/2024-05-bump-nits",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-21T13:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84c2b6030dd8be6bbadb4ddcf9f979fbfecad16",
"body": "Re-export bitcoin crate",
"is_bot": false,
"headline": "Merge pull request #3068 from toxeus/main",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2024-05-21T10:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a926f07d32924fa118e711a43d129261390ea2",
"body": null,
"is_bot": false,
"headline": "Test Trampoline onion (de)serialization round trip.",
"author_name": "Arik Sosman",
"author_login": "arik-so",
"committed_at": "2024-05-21T00:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9fb4a376064c0be67f4031260957ba1c3800a37",
"body": null,
"is_bot": false,
"headline": "Make Trampoline onion deserializable.",
"author_name": "Arik Sosman",
"author_login": "arik-so",
"committed_at": "2024-05-21T00:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc673bec27703bbd7ed4a60421e10a85a01569c",
"body": null,
"is_bot": false,
"headline": "Add public util on RouteParameters for setting max path length.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-20T22:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07245f1292b1679e7bb36a1bfae1517bfe36451",
"body": null,
"is_bot": false,
"headline": "Test routing payment parameters' max path length setting and usage.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-20T22:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b5c582013903e4b1da61896528fb2972e84365",
"body": "So the router knows how long the maximum payment path can be.",
"is_bot": false,
"headline": "outbound_payment: set max path length in PaymentParameters.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-20T22:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6de5e192d3bf48dc4fea002e157938ad18cae56",
"body": null,
"is_bot": false,
"headline": "Test utils: include payment_metadata in PassAlongPathArgs.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-20T22:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baa727ea3867a823ff6fb51abae1d7da534628cb",
"body": "Also adds some testing by augmenting existing tests.",
"is_bot": false,
"headline": "Abide by max path length param in router.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-20T22:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7f375240794dbabab8663eef84e6fecfa69c37",
"body": "Will be used so the outbound_payment module can calculate the maximum path\nlength with knowledge of any custom TLVs or payment metadata present.",
"is_bot": false,
"headline": "Add max path length knob to PaymentParameters.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-20T22:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d452d061a4e31e1de64c679496ca3bf5dfed76e",
"body": "Log how many nodes/channels we have synced when we try to route",
"is_bot": false,
"headline": "Merge pull request #3069 from TheBlueMatt/2024-06-log-chan-count",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2024-05-20T12:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f16039d4a381648ce9c4a31b36de1455eb62856",
"body": "A common issue in LN is not having fully synced the network graph\nwhen we attempt to send a payment. This should be improved\nsubstantially with gossip v1.5, but for now we should improve our\ndebugability by logging how many nodes we have in our graph when\nwe attempt to find a route.",
"is_bot": false,
"headline": "Log how many nodes/channels we have synced when we try to route",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-19T18:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cbb4e29289f2f90bd3376ae8e324dd52cd4074c",
"body": "For the same reason the `bitcoin` crate is re-exporting\nthe `secp256k1` crate the `lightning` crate should\nre-export the `bitcoin` crate: to ease the burden on\ncalling code to maintain compatible `bitcoin` versions.\n\nThe `lightning` crate makes heavy use of types defined in\n(or re-exported by) the `\n[…]\nend on a `bitcoin`\ncrate with a compatible version. This becomes a maintenance\nnightmare once two or more crates, that use `bitcoin` types\nin their public API, are used in calling code simultaneously.",
"is_bot": false,
"headline": "Re-export bitcoin crate",
"author_name": "Filip Gospodinov",
"author_login": "toxeus",
"committed_at": "2024-05-17T15:00:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e08eafb4d4125de2956730ba7014c9dc0c73bb2",
"body": null,
"is_bot": false,
"headline": "Fix minor nits in `BumpTransactionEventHandler`",
"author_name": "Elias Rohrer",
"author_login": "tnull",
"committed_at": "2024-05-17T07:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdb67e5602c3c0d6a94893ea1681456061f4474",
"body": "Will be useful when we want to calculate the total size of the payloads without\nactually allocating for them.",
"is_bot": false,
"headline": "Extract onion_utils::build_onion_payloads_callback helper.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-16T22:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1237abffa7e21a4a7fb9cad0c64a3643cd696cfb",
"body": "Provide more color in filter registration methods",
"is_bot": false,
"headline": "Merge pull request #3036 from TheBlueMatt/2024-05-filter-color",
"author_name": "valentinewallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-14T23:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2de600b984fbd9c54bc1341177ac821e259078a3",
"body": "Will be used in the next commit when we make this configurable in\nPaymentParameters.",
"is_bot": false,
"headline": "Make MAX_PATH_LENGTH_ESTIMATE const pub and expand doc comment.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-14T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336c77c738c792eb8cc1b2ee0e78ff96f106f753",
"body": null,
"is_bot": false,
"headline": "TestRouter: support checking only that route params are as expected.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-14T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "960dd658db6e66edd5255a5a4bddcbeb89a1e238",
"body": "Doable now that we take Vecs by reference in OutboundOnionPayload.",
"is_bot": false,
"headline": "Remove unnecessary RecipientOnionFields clone.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-14T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e6e09b672dc929b4d8571975bd923a7a4486be",
"body": "Will be useful when we reuse this enum to calculate the maximum path length,\nto avoid cloning the vecs.",
"is_bot": false,
"headline": "OutboundOnionPayload: hold Vec fields as references.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-14T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7a916682a01daf399b5afb0ed291b8767c6dc5",
"body": "Minor bindings tweaks",
"is_bot": false,
"headline": "Merge pull request #3061 from TheBlueMatt/2024-05-bindings-upstream",
"author_name": "valentinewallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-14T16:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d00063e2ed6b476e727c67b01e1ad871eb1e43",
"body": "This matches our normal API semantics and allows, for example,\n`Arc`s to `EntropySource`s.",
"is_bot": false,
"headline": "Allow any `Deref` to an `EntropySource` in `BlindedPath` building",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-14T13:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bccddcaabdca983bcfe8807d794458454fb350fc",
"body": "This is required for bindings as passing types from Rust to GC'd\nlanguages can't map the concept of a type that has a lifetime of\nthe called function but instead needs to clone for safety.",
"is_bot": false,
"headline": "impl `Clone` on various public (mostly BOLT12) types",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-14T13:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e69d835b2a3a90285b353a3bab90757761a79d6",
"body": null,
"is_bot": false,
"headline": "Expose `ChannelManager` offer constructors in bindings",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T18:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da85c94fff54fcf535e5824bc7f06de6228dd06",
"body": null,
"is_bot": false,
"headline": "Mark `io_extras` as no-bindings-export as its not for public use",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T18:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc2a573bb3b09c840ecbe085e97d29a04f2f54e",
"body": "`Amount` is less than two pointers long, so there's no reason it\nshouldn't be `Copy`. Further, because its an enum, bindings can't\nmap a reference to it in an `Option`. Thus, here, we simply make it\n`Copy` and return it in `Option`s rather than a reference to it.",
"is_bot": false,
"headline": "Make `offers::Amount` `Copy` and export it in bindings",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T18:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c21ee98a853027f9231be0b8309a3d111de2d0c",
"body": "This avoids the bindings trying to figure out what a\n`lightning::prelude::Vec` is rather than matching it as a `Vec`.",
"is_bot": false,
"headline": "Use prelude by universal import, rather than single import",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T18:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58febc36d1772cd8d7774b8c86edf9a87a70b1b2",
"body": "Now that `ChannelId` has useful constructors and methods we need\nto start exposing it to bindings users rather than relying on using\n`[u8; 32]`.",
"is_bot": false,
"headline": "Export `ChannelId` in bindings rather than `[u8; 32]`",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T18:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc3166b28c4c977b44a3933c08603ab6f1b15bb",
"body": null,
"is_bot": false,
"headline": "Skip `BestBlock::new` in bindings as we already have one",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T18:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1890e8049b1fa285aaea1afc31df193b0d71681d",
"body": "impl Deref for EmptyNodeIdLookUp",
"is_bot": false,
"headline": "Merge pull request #3058 from benthecarman/deref-empty-nod-id-lookup",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-13T13:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3cd0802532d869fdc2b1a620cc76b647895cc54",
"body": "Remove `WriteableEcdsaChannelSigner` trait",
"is_bot": false,
"headline": "Merge pull request #3059 from jkczyz/2024-05-drop-writeable-signer",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-11T12:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc75794f40f8cc40e249f9b916936ab4fba7d59",
"body": "WriteableEcdsaChannelSigner is no longer needed now that\nEcdsaChannelSigner isn't written in OnchainTxHandler.",
"is_bot": false,
"headline": "Remove WriteableEcdsaChannelSigner trait",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-10T22:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae98eccfa90b0669d8dd77e7bc980e021b437ae1",
"body": "EcdsaChannelSigner is no longer deserialized as of version 0.0.113 and\ndowngrades before version 0.0.113 are no longer supported as of version\n0.0.119.",
"is_bot": false,
"headline": "Stop writing EcdsaChannelSigner",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-10T22:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ffa4b3579522c411be925203f192e26b0dd665e",
"body": "Add `PaymentHash` to `Record`",
"is_bot": false,
"headline": "Merge pull request #2930 from jbesraa/Add-PaymentHash-to-Record",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-10T16:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f1dc54e6d8db0b320948fbab57be026f77a0302",
"body": "Support intercepting onion messages for offline peers",
"is_bot": false,
"headline": "Merge pull request #2973 from valentinewallace/2024-03-om-mailbox",
"author_name": "Arik",
"author_login": "arik-so",
"committed_at": "2024-05-09T22:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfff6fda6e2e6183285be59a999d5b74feb08779",
"body": null,
"is_bot": false,
"headline": "impl Deref for EmptyNodeIdLookUp",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2024-05-09T20:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ada64866880ee355eccabaf30abff7fb628927",
"body": null,
"is_bot": false,
"headline": "Fill in top-level docs for onion message offline peer interception.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc86e319f48b9a3f0aff9653a2bed8b2c70d1b9",
"body": null,
"is_bot": false,
"headline": "Limit OnionMessenger event buffer size.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6613f1f0d2b8c8967e8c98efda136cdbe837ae9a",
"body": "Previously we derived Debug, but that caused a lot of unreadable encrypted\nbytes to be printed.",
"is_bot": false,
"headline": "Manually implement Debug for onion message packets.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be31e632c2cb89dc94db7f6b5859213c8e04febd",
"body": null,
"is_bot": false,
"headline": "Test offline peer onion message interception.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7ecaaa3fb25e16306cfe30141cba8e69ec5c6f",
"body": null,
"is_bot": false,
"headline": "Fix outdated comment in onion message functional test.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc8f115af52bb2ba53fe37df955261d27578ba3",
"body": "Will be used in the next commit when another config parameter is added.",
"is_bot": false,
"headline": "Refactor MessengerNode test util construction to take config.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7213458b824cfa7f4ab95df2df1331e979d0e544",
"body": null,
"is_bot": false,
"headline": "Support forwarding prebuilt onion messages in OnionMessenger.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c28cc071300005d9766fca3a402246973a811a5",
"body": "Useful if we are in the mode of interception OMs for offline peers, so\nusers know when to re-inject intercepted OMs.",
"is_bot": false,
"headline": "OnionMessenger: support generating peer connection events.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f7fe1919f43de9c7da88f8fbe1854d9e88c7e4",
"body": "Docs will be added in upcoming commits.",
"is_bot": false,
"headline": "Support generating events when an OM for an offline peer is received.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-09T19:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b9ba558c6b651e8d282052867e701f1543cec6",
"body": "Followups to #2957",
"is_bot": false,
"headline": "Merge pull request #3041 from G8XSU/followup-2957",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-09T16:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd8cb8909fa8889c0cedb7524ed6b717fa9ef01",
"body": "If we prune one side of a channel's `ChannelUpdateInfo` that means\nthe node hasn't been online for two weeks (as they haven't\ngenerated a new `channel_update` in that time). In such cases, even\nif we haven't yet pruned the channel entirely, we should definitely\nnot be treating these channels as candidates for routing.\n\nNote that this requires some additional `channel_update`s in the\nrouter tests, but all of the new ones are added as disabled\nchannels.\n\nFixes #1824",
"is_bot": false,
"headline": "Ignore partially-pruned channels during routing",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-09T15:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7f548ebbddf26c8ace7dbf4fa4e741783e186e",
"body": null,
"is_bot": false,
"headline": "Add `payment_hash` to `WithChannelMonitor`",
"author_name": "jbesraa",
"author_login": "jbesraa",
"committed_at": "2024-05-09T08:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb329b004aa5107750ef87dfd2d1766badc705e",
"body": " Adding the `payment_hash` to `Record` so we are able to track it\n in logs.",
"is_bot": false,
"headline": "Add `PaymentHash` to `Record`",
"author_name": "esraa",
"author_login": "jbesraa",
"committed_at": "2024-05-09T08:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38690bf50a60dc7b7ca3fbf67299b9b701607721",
"body": "Introduce ResponseInstructions for OnionMessage Handling",
"is_bot": false,
"headline": "Merge pull request #2907 from shaavan/issue2882",
"author_name": "Jeffrey Czyz",
"author_login": "jkczyz",
"committed_at": "2024-05-08T22:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c9f9b1832fdb2f6e85af12d27cfaab9fe14154",
"body": "Add draft release notes for 0.0.123",
"is_bot": false,
"headline": "Merge pull request #3012 from TheBlueMatt/2024-04-0.0.123-rl",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T20:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "806b7f0e312c59c87fd628fb71e7c4a77a39645a",
"body": "Add fuzzing coverage for BOLT11 invoice deserialization",
"is_bot": false,
"headline": "Merge pull request #3054 from TheBlueMatt/2024-04-fuzz-bolt11",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T20:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2804377f9eda6ca9d9da55b2015bdd8cfe20aa80",
"body": "I'd uploaded `possiblyrandom` 0.1 to reserve the crate name but\nwith a dummy library so now we need ot use 0.2 for the release.",
"is_bot": false,
"headline": "Bump `possiblyrandom` to 0.2",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T20:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4a09a273079fb6d7e9c44f819e130ba3b9487e",
"body": null,
"is_bot": false,
"headline": "Add changelog entries for 0.0.123",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T20:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db1226ae46b9c63275dcba1227e5d3c123fb258",
"body": "When parsing lightning-invoice HRPs we want to read them\nchar-by-char, tracking at which offset different fields were. Prior\nto this commit this was done first by reading char-by-char and then\nby indexing using the byte offset which works for ASCII strings but\nfails on multi-byte characters.\n\nThis commit fixes this issue by simply always walking byte-by-byte\nand rejecting multi-byte characters which don't belong in HRPs.",
"is_bot": false,
"headline": "Use consistent byte/char offsets when parsing invoice HRPs",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T19:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ba75d500d7835b851e73cf572570e2b6056b39",
"body": null,
"is_bot": false,
"headline": "Substantially increase coverage in BOLT11 deserialization fuzzer",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T19:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14ea82b5dfe98236b75f0e6fe5c4bb041748b0e",
"body": null,
"is_bot": false,
"headline": "Move existing BOLT11 fuzz test to the `fuzz` crate",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T19:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "676f2427963eb71560284ae82ebd411da4acece2",
"body": "Fix the `full_stack_target` breakage test and doc feerate requests",
"is_bot": false,
"headline": "Merge pull request #3046 from TheBlueMatt/2024-03-fees-are-dust",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-08T19:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15d016ac520077b01604f2ede57be83d65e08e59",
"body": "This commit integrates the newly introduced ResponseInstruction structs\nand enums into the codebase for handling OnionMessage responses.",
"is_bot": false,
"headline": "Implement ResponseInstruction Usage in OnionMessage Handling",
"author_name": "shaavan",
"author_login": "shaavan",
"committed_at": "2024-05-08T12:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d85af9559af53a5621b5bc9135bfd179ed6745",
"body": "When we added the additional deust exposure checks in\n702196819e6445048b803574fcacef77d5ce8c9c we added several\nadditional feerate fetches which broke the `full_stack_target`\nchange-detection test.\n\nThis updates the hard-coded test to support the new feerate fetches\nand also includes a comment on `FeeEstimator` to indicate that\nusers really need to be caching feerates as otherwise they'll slow\nus down.",
"is_bot": false,
"headline": "Fix the `full_stack_target` breakage test and doc feerate requests",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-07T16:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ac0717fe832bc8f439ad75c30dfe2e2012bfb3",
"body": "Include excess counterparty commitment transaction fees in dust exposure",
"is_bot": false,
"headline": "Merge pull request #3045 from TheBlueMatt/2024-03-fees-are-dust",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-07T15:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5091c1fd68e0a72fb18b7f1bed6c6f3998bf4ef1",
"body": null,
"is_bot": false,
"headline": "Add a simple test of the new excess-fees-are-dust behavior",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-07T14:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b3708c209bc378e006678dffc6707740f37deb",
"body": "Now that we're including excess counterparty commitment transaction\nfees in our dust calculation, we need to update the docs\naccordingly. We do so here, describing some of the considerations\nand risks that come with the new changes.\n\nWe also take this opportunity to double the default value, as users\nhave regularly complained that non-anchor channels fail to send\nHTLCs with the default settings with some feerates.\n\nFixes #2922",
"is_bot": false,
"headline": "Update default dust exposure limit and the documentation thereof",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-07T14:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51bf78d604b28fe189171e1b976fe87cbb2614b7",
"body": "Transaction fees on counterparty commitment transactions are\nultimately not our money and thus are really \"dust\" from our PoV -\nthey're funds that may be ours during off-chain updates but are not\nours once we go on-chain.\n\nThus, here, we count any such fees in excess of our own fee\nestimates towards\n[…]\nexposure checks on anchor\nchannels during feerate updates. We'd previously elided these as\nincreases in the channel feerates do not change the HTLC dust\nexposure, but now do for the fee dust exposure.",
"is_bot": false,
"headline": "Include excess commitment transaction fees in dust exposure",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-07T14:13:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8861a9acfa612d5493235e0d275748cf6c56633d",
"body": null,
"is_bot": false,
"headline": "Stop tracking chain_sync_monitor_persistences in TestPersister",
"author_name": "Gursharan Singh",
"author_login": "G8XSU",
"committed_at": "2024-05-06T20:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd60308866b0ee0bd238c5bd9738929341e6dbc",
"body": null,
"is_bot": false,
"headline": "Make ChannelMonitor chain-sync log a trace log",
"author_name": "Gursharan Singh",
"author_login": "G8XSU",
"committed_at": "2024-05-06T19:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5933ae24806882abb148682ae3ec635931499e6",
"body": null,
"is_bot": false,
"headline": "Minor Doc fixes after #2957",
"author_name": "Gursharan Singh",
"author_login": "G8XSU",
"committed_at": "2024-05-06T19:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ab54ff82199c92b57a4939dab94d3fff91a88b",
"body": "…ats-overflow\n\nFix overflow in invoice amount setter.",
"is_bot": false,
"headline": "Merge pull request #3039 from valentinewallace/2024-04-invoice-amt-ms…",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-06T19:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d4ac1371bf0db3b28339d4e12fadf02f6add3d",
"body": "Don't pause events for chainsync persistence",
"is_bot": false,
"headline": "Merge pull request #2957 from G8XSU/pause-events",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-06T19:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ea58d0713e1b20d46c44a3a078c7da5f299d3ca",
"body": null,
"is_bot": false,
"headline": "Fix overflow in invoice amount setter.",
"author_name": "Valentine Wallace",
"author_login": "valentinewallace",
"committed_at": "2024-05-06T15:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57644f6a81c1a3778440c3169cae52e0a8e66e65",
"body": "A few years ago we had repeated user confusion dealing with the\n`Filter` methods and exactly how they differ. Here we try to add a\nbit more color in several ways as suggested by users in a few\nplaces - listing examples of why the methods are used as well as\nensuring its clearly communicated that not all parameters need be\nused.\n\nFixes #1069",
"is_bot": false,
"headline": "Provide more color in filter registration methods",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-05T19:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c431ad687e338bdef2248a746c41eb013b3573",
"body": null,
"is_bot": false,
"headline": "Merge pull request #3035 from TheBlueMatt/2024-04-upstream-123-bindings",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-04T00:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc7be031736c4ca60171d09d61f2a3391b5cc44",
"body": null,
"is_bot": false,
"headline": "Keep newlines between releases in CHANGELOG consistent",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-03T20:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e6235cb659941ff8be5f84bc2d9306975c5414",
"body": null,
"is_bot": false,
"headline": "Add release note for 0.0.122 with just three PRs.",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-03T20:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27088d6aa00da10ad3191f1b02acb4ec3d6d22e",
"body": "Optional description for `Offer` and `Refund`",
"is_bot": false,
"headline": "Merge pull request #3018 from jkczyz/2024-04-optional-description",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-03T19:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d5a6913b5a061f8143907b4261cbc4dcc8ca48b",
"body": "…ailures\n\nAdd error handling for channels which fail to be created in `funding_transaction_generated_intern`",
"is_bot": false,
"headline": "Merge pull request #3029 from TheBlueMatt/2024-04-fix-batch-funding-f…",
"author_name": "Matt Corallo",
"author_login": "TheBlueMatt",
"committed_at": "2024-05-03T19:17:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2021-03-09T20:57:07Z",
"latest_release_tag": "v0.0.13",
"releases_from_tags": true,
"days_since_last_push": 30,
"active_weeks_last_year": 0,
"days_since_latest_release": 1964,
"mean_days_between_releases": 151.1
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "lightning",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lightning",
"is_deprecated": false,
"latest_version": "0.2.4",
"repository_url": "https://git.rust-bitcoin.org/lightningdevkit/rust-lightning",
"versions_count": 72,
"total_downloads": 1806593,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 91028,
"first_published_at": "2018-02-16T23:08:24.930968Z",
"latest_published_at": "2026-07-24T01:48:53.115701Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2
},
{
"name": "possiblyrandom",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/possiblyrandom",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/lightningdevkit/rust-lightning/",
"versions_count": 4,
"total_downloads": 483194,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 51090,
"first_published_at": "2024-02-12T22:35:51.980004Z",
"latest_published_at": "2026-06-18T22:29:33.108004Z",
"latest_version_yanked": false,
"days_since_latest_publish": 37
},
{
"name": "lightning-invoice",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"bitcoin",
"bolt11",
"invoice",
"lightning"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lightning-invoice",
"is_deprecated": false,
"latest_version": "0.34.1",
"repository_url": "https://git.rust-bitcoin.org/lightningdevkit/rust-lightning/",
"versions_count": 53,
"total_downloads": 2199511,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 136784,
"first_published_at": "2018-12-14T00:59:12.372721Z",
"latest_published_at": "2026-07-24T01:48:41.765176Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2
},
{
"name": "lightning-net-tokio",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lightning-net-tokio",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://git.rust-bitcoin.org/lightningdevkit/rust-lightning/",
"versions_count": 51,
"total_downloads": 627135,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 33486,
"first_published_at": "2019-06-01T13:19:13.299247Z",
"latest_published_at": "2026-07-24T01:49:47.955961Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2
},
{
"name": "lightning-persister",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lightning-persister",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://git.rust-bitcoin.org/lightningdevkit/rust-lightning",
"versions_count": 50,
"total_downloads": 413607,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 26099,
"first_published_at": "2020-11-24T22:55:37.973883Z",
"latest_published_at": "2026-07-24T01:49:56.736929Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2
},
{
"name": "lightning-block-sync",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lightning-block-sync",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://git.rust-bitcoin.org/lightningdevkit/rust-lightning",
"versions_count": 47,
"total_downloads": 390303,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 26217,
"first_published_at": "2021-03-09T21:55:02.354801Z",
"latest_published_at": "2026-07-24T01:49:13.081696Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"bench/Cargo.toml",
"fuzz/Cargo.toml",
"lightning-background-processor/Cargo.toml",
"lightning-block-sync/Cargo.toml",
"lightning-custom-message/Cargo.toml",
"lightning-invoice/Cargo.toml",
"lightning-net-tokio/Cargo.toml",
"lightning-persister/Cargo.toml",
"lightning-rapid-gossip-sync/Cargo.toml",
"lightning-transaction-sync/Cargo.toml",
"lightning/Cargo.toml",
"msrv-no-dev-deps-check/Cargo.toml",
"no-std-check/Cargo.toml",
"possiblyrandom/Cargo.toml"
],
"largest_source_bytes": 668854,
"source_files_sampled": 277,
"oversized_source_files": 31,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"bench/Cargo.toml",
"fuzz/Cargo.toml",
"lightning-background-processor/Cargo.toml",
"lightning-block-sync/Cargo.toml",
"lightning-custom-message/Cargo.toml",
"lightning-invoice/Cargo.toml",
"lightning-net-tokio/Cargo.toml",
"lightning-persister/Cargo.toml",
"lightning-rapid-gossip-sync/Cargo.toml",
"lightning-transaction-sync/Cargo.toml",
"lightning/Cargo.toml",
"msrv-no-dev-deps-check/Cargo.toml",
"no-std-check/Cargo.toml",
"possiblyrandom/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "atty",
"direct": false,
"version": "0.2.14",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-g98v-hv3f-hcfr",
"RUSTSEC-2021-0145",
"RUSTSEC-2024-0375"
],
"fixed_version": null,
"advisory_count": 3,
"oldest_advisory_days": 1847
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1
},
"advisory_count": 3,
"affected_count": 1,
"assessed_count": 90,
"malicious_count": 0,
"assessed_package": "crates:lightning@0.2.4",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "lightning",
"manifest": "bench/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-persister",
"manifest": "bench/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-rapid-gossip-sync",
"manifest": "bench/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "criterion",
"manifest": "bench/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "bitcoin",
"manifest": "lightning-background-processor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "lightning",
"manifest": "lightning-background-processor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "lightning-rapid-gossip-sync",
"manifest": "lightning-background-processor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "bitcoin",
"manifest": "lightning-block-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "hex",
"manifest": "lightning-block-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.1"
},
{
"name": "lightning",
"manifest": "lightning-block-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "tokio",
"manifest": "lightning-block-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.35"
},
{
"name": "serde_json",
"manifest": "lightning-block-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "chunked_transfer",
"manifest": "lightning-block-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "bitcoin",
"manifest": "lightning-custom-message/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "lightning",
"manifest": "lightning-custom-message/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "bech32",
"manifest": "lightning-invoice/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.0"
},
{
"name": "lightning",
"manifest": "lightning-invoice/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "secp256k1",
"manifest": "lightning-invoice/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27.0"
},
{
"name": "serde",
"manifest": "lightning-invoice/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.118"
},
{
"name": "bitcoin",
"manifest": "lightning-invoice/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "bitcoin",
"manifest": "lightning-net-tokio/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "lightning",
"manifest": "lightning-net-tokio/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "tokio",
"manifest": "lightning-net-tokio/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.35"
},
{
"name": "bitcoin",
"manifest": "lightning-persister/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "lightning",
"manifest": "lightning-persister/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "lightning",
"manifest": "lightning-rapid-gossip-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "bitcoin",
"manifest": "lightning-rapid-gossip-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "lightning",
"manifest": "lightning-transaction-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.123-beta"
},
{
"name": "bitcoin",
"manifest": "lightning-transaction-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "bdk-macros",
"manifest": "lightning-transaction-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "futures",
"manifest": "lightning-transaction-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "esplora-client",
"manifest": "lightning-transaction-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "electrum-client",
"manifest": "lightning-transaction-sync/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.18.0"
},
{
"name": "bitcoin",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "hashbrown",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "possiblyrandom",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "hex",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.1"
},
{
"name": "regex",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.6"
},
{
"name": "backtrace",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "core2",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "libm",
"manifest": "lightning/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "lightning",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-block-sync",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-invoice",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-net-tokio",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-persister",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-background-processor",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-rapid-gossip-sync",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-custom-message",
"manifest": "msrv-no-dev-deps-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning",
"manifest": "no-std-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-invoice",
"manifest": "no-std-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-rapid-gossip-sync",
"manifest": "no-std-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-background-processor",
"manifest": "no-std-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lightning-transaction-sync",
"manifest": "no-std-check/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "getrandom",
"manifest": "possiblyrandom/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "backtrace",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bech32",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitcoin",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chunked_transfer",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "core2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hex",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lightning",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lightning-invoice",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lightning-persister",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "regex",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "secp256k1",
"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": "afl",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitcoin_hashes",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "honggfuzz",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 16,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 84
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "TheBlueMatt",
"commits": 4092,
"avatar_url": "https://avatars.githubusercontent.com/u/649246?v=4"
},
{
"type": "User",
"login": "valentinewallace",
"commits": 699,
"avatar_url": "https://avatars.githubusercontent.com/u/10647624?v=4"
},
{
"type": "User",
"login": "jkczyz",
"commits": 672,
"avatar_url": "https://avatars.githubusercontent.com/u/4015903?v=4"
},
{
"type": "User",
"login": "tnull",
"commits": 289,
"avatar_url": "https://avatars.githubusercontent.com/u/521467?v=4"
},
{
"type": "User",
"login": "wpaulino",
"commits": 255,
"avatar_url": "https://avatars.githubusercontent.com/u/9447167?v=4"
},
{
"type": "User",
"login": "arik-so",
"commits": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/927534?v=4"
},
{
"type": "User",
"login": "dunxen",
"commits": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/3072149?v=4"
},
{
"type": "User",
"login": "ViktorT-11",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/11711198?v=4"
},
{
"type": "User",
"login": "devrandom",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/107096?v=4"
},
{
"type": "User",
"login": "yuntai",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/371172?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.59
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"audit.yml",
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 25 contributing companies or organizations",
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "no SAST tool detected",
"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": null,
"reason": "no releases found",
"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": "c57b94aeeea92bf1d803707a2758b3a55d5664b4",
"ran_at": "2026-07-26T10:02:24Z",
"aggregate_score": 4.4,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dunxen/rust-lightning",
"host": "github.com",
"name": "rust-lightning",
"owner": "dunxen"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 30,
"inputs": {
"security": 55,
"vitality": 30,
"community": 9,
"governance": 36,
"engineering": 45,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 35,
"overall_after_abandonment_multiplier": 30
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 30,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 30,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.0.13",
"releases_from_tags": true,
"days_since_latest_release": 1964,
"mean_days_between_releases": 151.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1964 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1964
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~151.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 151.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 785,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 785 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 785,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 9,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 99,
"top_contributor_share": 0.59
},
"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 59% of commits",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 59
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 25 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 84
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/84 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 84
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 142,
"owner_type": "User",
"is_verified": null,
"owner_login": "dunxen",
"public_repos": 139,
"account_age_days": 4967
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "142 followers of dunxen",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 142,
"login": "dunxen"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "139 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 139
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 25 contributing companies or organizations",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no SAST tool detected",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "Matched the crates:lightning@0.2.4 runtime dependency closure — what installing the published package pulls in — 90 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:lightning@0.2.4",
"assessed": 90
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 97,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 1,
"assessed_packages": 90,
"unassessed_packages": 0,
"affected_by_severity": "low 1",
"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": "1 affected: atty 0.2.14 (low)",
"points": 23,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "atty 0.2.14 (low)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 1847 days ago",
"points": 39,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 1847
}
}
],
"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": 90,
"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": "moderate",
"name": "AI Readiness",
"value": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.59,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "59 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 59,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"bench/Cargo.toml",
"fuzz/Cargo.toml",
"lightning-background-processor/Cargo.toml",
"lightning-block-sync/Cargo.toml",
"lightning-custom-message/Cargo.toml",
"lightning-invoice/Cargo.toml",
"lightning-net-tokio/Cargo.toml",
"lightning-persister/Cargo.toml",
"lightning-rapid-gossip-sync/Cargo.toml",
"lightning-transaction-sync/Cargo.toml",
"lightning/Cargo.toml",
"msrv-no-dev-deps-check/Cargo.toml",
"no-std-check/Cargo.toml",
"possiblyrandom/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, bench/Cargo.toml, fuzz/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, bench/Cargo.toml, fuzz/Cargo.toml"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": 94,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 668854,
"source_files_sampled": 277,
"oversized_source_files": 31
},
"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": "31/277 source files over 60KB",
"points": 48.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 277,
"oversized": 31
}
}
],
"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": [
"Community profile unavailable",
"Could not fetch crates package 'lightning-bench' from its registry",
"crates package 'lightning' points at a different repository (https://git.rust-bitcoin.org/lightningdevkit/rust-lightning); excluded from ecosystem scoring",
"Could not fetch crates package 'no-std-check' from its registry",
"crates package 'possiblyrandom' points at a different repository (https://github.com/lightningdevkit/rust-lightning/); excluded from ecosystem scoring",
"crates package 'lightning-invoice' points at a different repository (https://git.rust-bitcoin.org/lightningdevkit/rust-lightning/); excluded from ecosystem scoring",
"crates package 'lightning-net-tokio' points at a different repository (https://git.rust-bitcoin.org/lightningdevkit/rust-lightning/); excluded from ecosystem scoring",
"crates package 'lightning-persister' points at a different repository (https://git.rust-bitcoin.org/lightningdevkit/rust-lightning); excluded from ecosystem scoring",
"crates package 'lightning-block-sync' points at a different repository (https://git.rust-bitcoin.org/lightningdevkit/rust-lightning); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-26T10:02:39.966721Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dunxen/rust-lightning.svg",
"full_name": "dunxen/rust-lightning",
"license_state": "custom",
"license_spdx": null
}