Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 9659,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1752048,
"Shell": 2582,
"Makefile": 2531
},
"pushed_at": "2022-12-02T20:30:10Z",
"created_at": "2022-07-25T18:21:41Z",
"owner_type": "User",
"updated_at": "2022-12-02T20:30:21Z",
"description": "A secure bitcoin wallet daemon written in Go (golang)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "ISC",
"default_branch": "master",
"license_spdx_raw": "ISC",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Jonathan Harvey-Buschel",
"type": "User",
"login": "jharveyb",
"company": null,
"location": null,
"followers": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/16675200?v=4",
"created_at": "2016-01-12T22:47:23Z",
"is_verified": null,
"public_repos": 45,
"account_age_days": 3846
},
"license": {
"state": "standard",
"spdx_id": "ISC",
"raw_spdx": "ISC",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.15.1",
"kind": "patch",
"published_at": "2022-06-07T21:08:58Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2022-04-27T19:26:20Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2022-02-14T23:46:20Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2021-11-13T02:21:02Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2021-05-14T00:12:18Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2019-11-13T03:22:12Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2019-10-14T16:12:23Z"
}
],
"recent_commits": [
{
"oid": "0f34c5cf167120f20117c6da7475681b6188fc0e",
"body": "wallet: ensure change scope is uniform if coin select scope is set",
"is_bot": false,
"headline": "Merge pull request #836 from Roasbeef/change-scope-uniform",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-11-22T10:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85dadcaf909c58ad6d6b01cadd30dda975e5eced",
"body": "In this commit, we fix a regression that was introduced as a result of\nthe new change scope param. Of cases like spending from an imported\naccount with PSBT, the change scope should be the same as the coin\nselection scope to ensure that a proper change address is available.\n\nExample failure scenario: imported account uses the p2wkh scope, no\nother imported accounts, but then we fail when we go to make a change\naddr as the imported account hasn't had a p2tr account created.",
"is_bot": false,
"headline": "wallet: ensure change scope is uniform if coin select scope is set",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-19T20:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "206b8e7660faa996bac53ef540528343951d4a73",
"body": "wallet: fix argument order in call to txToOutputs",
"is_bot": false,
"headline": "Merge pull request #835 from Roasbeef/txoutputs-arg-order-fix",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T23:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2294a478a7a24a52ea2ce5f1922e70e6a5aa6e12",
"body": "The initial version had the arguments swapped. This doesn't show up if\nboth are nil, but can cause some instances to fail that otherwise\nwouldn't.",
"is_bot": false,
"headline": "wallet: fix argument order in call to txToOutputs",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T23:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e166536b4ef0934b56a8429c66be117bc9ad34",
"body": "wallet: default to using P2TR for change outputs",
"is_bot": false,
"headline": "Merge pull request #833 from Roasbeef/default-change-ptr",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T22:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67f7be89b28e813f21fdf11a7cf674bf4201c74",
"body": null,
"is_bot": false,
"headline": "build: update to latest version of btcutil",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T22:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d00bc8369816f84bd762c936ecab59ce9f1545bf",
"body": "In this commit, we add the ability to use a custom change scope in\nCreateSimpleTx. This lets users let the wallet use all scope for coin\nselection, but use a specific one for the change address.\n\nWe do this with a new functional arg, so the API doesn't break.",
"is_bot": false,
"headline": "wallet: add ability to use custom change scope for CreateSimpleTx",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T01:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c4d4d0dd92a155df0c1772a895e51b7c8213c1",
"body": null,
"is_bot": false,
"headline": "wallet: run tests in parallel where applicable",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T01:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd53f41403da7834a72e20a479627badaee854d",
"body": null,
"is_bot": false,
"headline": "wallet: default to using P2TR for change outputs",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-18T01:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fce5d0d86b827e94517947c8582b205b4b9926",
"body": "wallet: update sub modules to latest btcd version",
"is_bot": false,
"headline": "Merge pull request #834 from Roasbeef/wallet-module-update",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-17T19:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf364c4351ef15d339259bb20e44b5b328dfd5c2",
"body": null,
"is_bot": false,
"headline": "wallet: update sub modules to latest btcd version",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-17T18:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f22fd8431611deee8e66379613b45f5393210ae",
"body": "wallet: log txid:index for leases where tx is unknown",
"is_bot": false,
"headline": "Merge pull request #832 from Roasbeef/dangling-lease-log",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-15T01:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f37d4fbd744f315794457736379d870abd58258",
"body": "Debugging a scenario where a lease exists on disk, but the tx associated\nwith that output no longer does. This can potentially happen if a leased\noutput is somehow spent before the lease, or if the lease itself was for\nan unconfirmed output which was RBF'd (thus the txid changed).",
"is_bot": false,
"headline": "wallet: log txid:index for leases where tx is unknown",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-14T02:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84bf4e34c8163f1077dbb72d6d2b419670b0e36a",
"body": "build: update to latest version of btcd",
"is_bot": false,
"headline": "Merge pull request #829 from Roasbeef/priv-cache",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-09T22:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee96922938bf73e427440a365c8db90fdb65f299",
"body": "In this commit, we modify the cache to instead cache the value rather\nthan the pointer. This ensures that values returned don't modify items\nwithin the cache itself.",
"is_bot": false,
"headline": "waddrmgr: modify private key cache to cache value not pointer",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-09T22:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "213a92d82647cbf3f2ec64717812348ddfc972c6",
"body": "This includes a bug fix related to unwanted variable mutation.",
"is_bot": false,
"headline": "build: update to latest version of btcec+btcd",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-09T22:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0ac6e9a7f4041a6d102e5155efda9fba5b84a6f",
"body": "waddrmgr: add new ValidatableManagedAddress for fault detection during addr/key derivation",
"is_bot": false,
"headline": "Merge pull request #825 from Roasbeef/priv-key-validate",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-05T00:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "626a5a3ba178ec88897c8821cf62c6bc628e1db6",
"body": "In this commit, we add a new TestManagedAddressValidation test that is\nmeant to exercise the new addr/key derivation fault detection sanity\nchecks.",
"is_bot": false,
"headline": "waddrmgr: add new TestManagedAddressValidation test",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-04T23:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3252b99e95b31e7e65436a98af59ea6fe905d1c",
"body": "In this commit, we add an additional validation/sanity check: after we\ncreate an addr, we'll read it back from disk and then ensure that it\nmatches the address we created in memory, as that'll be passed back up\nthe call stack to be used.",
"is_bot": false,
"headline": "waddrmgr: read back addr from disk after creation, assert against in mem",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-04T23:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1648deb821ea1dcd7da45e51b9017e246545a22f",
"body": null,
"is_bot": false,
"headline": "waddrmgr: validate all generated addresses",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-04T23:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d902cb7c041376f7ccad59ae5789e13d5dae96db",
"body": "In this commit, we add a Validate method to the managedAddress struct.\nThis implements a series of sanity checks that is intended to catch\nthings like faulty hardware or cosmic ray bitflips during the processing\nof generating and mapping a private key to an address.",
"is_bot": false,
"headline": "waddrmgr: implement ValidatableManagedAddress for managedAddress",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-04T23:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62db69b5a4ac3c820ed6225e796c17f4a17cdee6",
"body": null,
"is_bot": false,
"headline": "waddrmgr: add new ValidatableManagedAddress for fault detection",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-04T23:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a3cc7834b82fff1cdb242fc7fc4106d83a8e47",
"body": "build: update to btcd v0.23.3",
"is_bot": false,
"headline": "Merge pull request #826 from Roasbeef/btcd-update",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-04T01:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ba0767bd0dc7f7aac461ae6bfa7943032aacc1",
"body": "Allows standalone applications that use `btcd` to function properly on\nmainnet.",
"is_bot": false,
"headline": "build: update to btcd v0.23.3",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-11-03T01:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f244e8454076f5afcc5be6266c3762f902800f",
"body": "Version v0.23.2 introduces a bugfix for script witness item sizes.\r\nWithout this fix, btcwallet fails to handle the testnet block\r\nat height 2350076.",
"is_bot": false,
"headline": "build: bump btcd version to v0.23.2",
"author_name": "Vitalis Salis",
"author_login": "vitsalis",
"committed_at": "2022-11-03T01:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58c26808d1b4e7341fc03701fc7dcacb5a78b6b0",
"body": "wallet: add script size for P2TR change output",
"is_bot": false,
"headline": "Merge pull request #818 from Roasbeef/createtx-p2tr-change",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-27T01:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620913e64f60544b6bef197f9dca0cfbcbd03085",
"body": null,
"is_bot": false,
"headline": "build: run go mod tidy",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-27T01:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f6a6eddf0c7187ac221723a70b8b608ac8b0f7",
"body": null,
"is_bot": false,
"headline": "mod: bump wallet/txsizes to v1.2.3",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-09-27T01:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a0535c0931112c03852073776eee371fc03dac",
"body": "This commit adds a script size for a P2TR change output. Without it, the\nchange size for a P2TR output will always be counted as 0 which leads to\ninvalid transactions.",
"is_bot": false,
"headline": "wallet: add script size for P2TR change output",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-09-27T01:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c536873019726d63e02e7f0623817cc09beabf0",
"body": "txsize: add WU for stack size",
"is_bot": false,
"headline": "Merge pull request #816 from guggero/change-source-p2tr",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-27T01:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23958898d8c45151f01178860b0a1aca2e5bfc51",
"body": "The input witness estimation for a P2TR was missing the single weight\nunit for the stack size encoded as a compact int.\nThis was balanced out by the worst case estimation of the Schnorr\nsignature which can contain the sighash flag, so this wasn't discovered\nearlier.",
"is_bot": false,
"headline": "txsize: add WU for stack size",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-09-26T11:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89f8a7d56fb5d1950895250a3a7694a1b2257b5",
"body": "build: update to latest versions of txauthor and txsizes",
"is_bot": false,
"headline": "Merge pull request #812 from btcsuite/taproot-sizes-update",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T23:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a866b2f34898f7ec94d719e167071b4749fb73bd",
"body": "This fixes an error in taproot based fee estimation.",
"is_bot": false,
"headline": "build: update to latest versions of txauthor and txsizes",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T23:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d41e129cdaffe0849bcd4ae304f1bab0487f50",
"body": "wallet/txauthor: update to latest deps, fix tests",
"is_bot": false,
"headline": "Merge pull request #815 from Roasbeef/tx-author-fix-taproot-2",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T23:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20d74ea15adce894c60e93001a16f765ea097f1",
"body": "Fixes a test issue as a result of updating the `txsizes` repo. Also\nupdates to the latest version of btcd as well.",
"is_bot": false,
"headline": "wallet/txauthor: update to latest deps, fix tests",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T23:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ce2bc599cb56bdacd537dfa0c24c77f60a3d18",
"body": "wallet/txsizes: fix module after recent update",
"is_bot": false,
"headline": "Merge pull request #814 from Roasbeef/txsizes-fix",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T23:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709e96171e7758dd062058f0a68b76d84bcd2518",
"body": "CI is borked and doesn't run the tests from the sub-module itself. So\nthese issues weren't picked up in initial compilation.",
"is_bot": false,
"headline": "wallet/txsizes: fix module after recent update",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T01:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64fd7424ab842857144b3cc792f2712f569f7a2",
"body": "wallet/txauthor: fix call to EstimateVirtualSize",
"is_bot": false,
"headline": "Merge pull request #813 from Roasbeef/tx-author-fix-taproot",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T01:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd271c006474b0d4431e46653132f283e1e169e",
"body": "The CI didn't pick this up before since the main wallet was still using\nan older version. We'll tag a new txauthor version after this, which'll\nlet us actually update the wallet and eventually lnd.",
"is_bot": false,
"headline": "wallet/txauthor: fix call to EstimateVirtualSize",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-23T01:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b7c0a4767dca0eef1af87ec7ab88322eccf93a",
"body": "Update txsizes for correct taproot size estimation",
"is_bot": false,
"headline": "Merge pull request #811 from benthecarman/update-for-tr-size",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-22T18:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d15a3443a2392f2cd6e63de9869317eb001bff",
"body": null,
"is_bot": false,
"headline": "wallet/txauthor: update txsizes for correct taproot size estimation",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2022-09-22T17:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5c26e2557203a5e7d633593495cf2cff1e1963",
"body": "Fix Taproot input size estimation",
"is_bot": false,
"headline": "Merge pull request #809 from benthecarman/fix-tr-fee-est",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-09-19T22:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d675900aa1a120f61fd307f4df0681200fa488",
"body": null,
"is_bot": false,
"headline": "Fix lint errors",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2022-09-19T21:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e2f4c95ce84a4d9a3defba4585455aa45e2127",
"body": null,
"is_bot": false,
"headline": "Fix size estimates for taproot inputs",
"author_name": "benthecarman",
"author_login": "benthecarman",
"committed_at": "2022-09-19T21:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aafe47898507963ae099739e33ff5be9e5620c3",
"body": "waddrmgr: add Taproot pubkey import, add new tapscript partial info types",
"is_bot": false,
"headline": "Merge pull request #806 from guggero/taproot-import-addr",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-08-04T00:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76a6900a29e32d917ad5f10ac6dc5a388eb570c",
"body": null,
"is_bot": false,
"headline": "waddrmgr: add Taproot full key only script type",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-08-03T18:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe0e745a135eb580eeaf9076bf14116b51cf7f0",
"body": null,
"is_bot": false,
"headline": "waddrmgr: add Taproot root hash only script type",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-07-14T13:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf96b7b18f1cb3dc1b7eba82f9b7d9412b132c6",
"body": null,
"is_bot": false,
"headline": "wallet+waddrmgr: allow Taproot pubkey import",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-07-14T13:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c66dee6a73002ede6e4fe73253c7c7bf1f623be",
"body": "build+chain: update to latest btcd, neutrino and use TCP conn instead of io.Pipe",
"is_bot": false,
"headline": "Merge pull request #805 from Crypt-iQ/pruned",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-06-07T21:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4bdf9c918be75d4585df9e5e9187ef735711eb",
"body": null,
"is_bot": false,
"headline": "version.go: bump to semver 0.15.1",
"author_name": "eugene",
"author_login": "Crypt-iQ",
"committed_at": "2022-06-07T18:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad115ed491689e16a856b40ab26abcf8e51c4d4",
"body": "This handles the AddressType argument in the getNewAddress RPC handler.\nIt recognizes \"legacy\", \"p2sh-segwit\", and \"bech32\" to match Bitcoin\nCore's RPC options. These correspond to bip44, bip49 \"plus\", and bip84.\n\nThese are the waddrmgr.DefaultKeyScopes.\n\nThe validateaddress RPC is already able to \n[…]\nd it may be used to verify the addresses returned by getnewaddress.\n\nThis adds btcjson.ErrRPCWalletInvalidAddressType with a code (-5) and\nmessage (\"unknown address type\") to match Bitcoin Core's v22.",
"is_bot": false,
"headline": "legacyrpc: add address type arg to getNewAddress and getRawChangeAddress",
"author_name": "Jonathan Chappelow",
"author_login": "chappjc",
"committed_at": "2022-06-07T18:04:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a73cbadcc102cdb565020ebae68aabca188077c8",
"body": "This is a consequence of the btcd bip-155 addrv2 negotiation blocking\nthe io.Pipe since both peers will send the sendaddrv2 message at the\nsame time.",
"is_bot": false,
"headline": "chain: use tcp conns instead of io.Pipe in prunedBlockDispatcherHarness",
"author_name": "eugene",
"author_login": "Crypt-iQ",
"committed_at": "2022-06-07T18:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec194c2860aaa7f98da37041d2749b3354bd0441",
"body": null,
"is_bot": false,
"headline": "build: update to btcd v0.23.1 and neutrino v0.14.2",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-06-07T18:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f1e7fbb23de86b7fd7ac2feddede9b46a45f69",
"body": "wallet: always set regular BIP 32 info for taproot PSBT inputs",
"is_bot": false,
"headline": "Merge pull request #803 from Roasbeef/psbt-add-derivation-info",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-06-01T17:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15219d16b928eed9a4857977fa9f440985185ae8",
"body": null,
"is_bot": false,
"headline": "wallet: always set regular BIP 32 info for taproot PSBT inputs",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-05-31T17:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5562928b707e0b56c1e44052ece3205bb66552",
"body": "wallet: add Taproot fields to FundPsbt",
"is_bot": false,
"headline": "Merge pull request #802 from guggero/fund-psbt-taproot",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-05-12T00:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f01307f5e05f84554265a1aee72a6ccc21c7f6",
"body": null,
"is_bot": false,
"headline": "make: fix linter build by upgrading",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-05-11T08:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "046d0dd0bb6e280276df872d4ea1cbcfdf26bf06",
"body": null,
"is_bot": false,
"headline": "mod+wallet: add Taproot specific fields to FundPsbt",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-05-11T08:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d8315dd54557b32db85003d63b4d0a82dcea748",
"body": "…date\n\nAdd `Value` and `PkScript` in response of `ListLeasedOutputs` method.",
"is_bot": false,
"headline": "Merge pull request #794 from hitanshu-mehta/leased-output-response-up…",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-04-27T19:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b074ef18e1e459b49086c2a8b8ca593b363610b1",
"body": "waddrmgr/wallet: synchronize recovery shutdown with locking",
"is_bot": false,
"headline": "Merge pull request #774 from buck54321/lock-carefully",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-04-27T19:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7647d6a2582bb2bfd79baf7f6cb9e44c8f5e9bd3",
"body": "chain: RPC polling for block and tx events",
"is_bot": false,
"headline": "Merge pull request #795 from ellemouton/pollingEvents",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-04-27T19:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70abc499e88162d6b1a117d21cb659b343fc621f",
"body": null,
"is_bot": false,
"headline": "chain: add new rpc polling backend",
"author_name": "Elle Mouton",
"author_login": "ellemouton",
"committed_at": "2022-04-21T11:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e89dbb5da7e5d9cc6564f72dc2e6d4962cf10c5f",
"body": "In this commit, we add a new implementation of BitcoindEvents that uses\nBitcoind's RPC interface to poll for new blocks and transactions.",
"is_bot": false,
"headline": "chain: add rpc polling events option",
"author_name": "Elle Mouton",
"author_login": "ellemouton",
"committed_at": "2022-04-21T11:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463cd923bedee1c4201736879def571a20ab012c",
"body": "Buffer the txNtfns and blockNtfns channels of the BitcoindClient.",
"is_bot": false,
"headline": "chain: buffer the txNtfns and blockNtfns channels",
"author_name": "Elle Mouton",
"author_login": "ellemouton",
"committed_at": "2022-04-21T11:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf1fdd50e915e97c2c2e935d77d11d793514ec4",
"body": "In this commit, the zmq subscription members of BitcoindConn are\nreplaced with a BitcoindEvents abstraction. This will make it easier to\nadd a different event notification delivery implementation for this in a\nfuture commit.",
"is_bot": false,
"headline": "chain: add BitcoindEvents abstraction",
"author_name": "Elle Mouton",
"author_login": "ellemouton",
"committed_at": "2022-04-21T10:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3e45ff1565d3d2513e7a5cd1aea85b33500006",
"body": "This commit adds a test that ensures that the expected block and\ntransaction notifications are received from a bitcoind client during\nnormal operation and during a reorg.",
"is_bot": false,
"headline": "chain: Tests for bitcoind tx and block events",
"author_name": "Elle Mouton",
"author_login": "ellemouton",
"committed_at": "2022-04-20T08:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5be8235f7d4fdd1e69fee32674a56a6645547d",
"body": "CI: fix Makefile not working with go 1.18",
"is_bot": false,
"headline": "Merge pull request #800 from chappjc/goimports-fix",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-04-20T01:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5895e278e8340f74d44ad019e411018ea6b82f8a",
"body": null,
"is_bot": false,
"headline": "golangci-lint 1.45.2 and whitelisted linters",
"author_name": "Jonathan Chappelow",
"author_login": "chappjc",
"committed_at": "2022-04-19T21:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cabf145c63bba3e1394555493f681c50e76f05e4",
"body": "go get is no longer used to install or build things. Use go install\ninstead. Also specify a version so the module's go.mod is not\ntouched when installing the CI tools.",
"is_bot": false,
"headline": "CI: fix Makefile not working with go 1.18",
"author_name": "Jonathan Chappelow",
"author_login": "chappjc",
"committed_at": "2022-04-19T21:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6d5d0702b70ff125f8cdb598e79ce6142b45ab",
"body": "waddrmgr: fix used address detection for p2tr addrs",
"is_bot": false,
"headline": "Merge pull request #799 from guggero/taproot-addr-used",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-04-12T23:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "554bf517e227b7e5627438432f98a0a95f9e67f5",
"body": "This patch makes sure that p2tr addresses are detected as being used\ncorrectly.",
"is_bot": false,
"headline": "waddrmgr: fix used address detection for p2tr addrs",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-04-01T17:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c51d7bdbf94a0623ccf42e967306fad4a2ef1c",
"body": "mod: bump wallet/txauthor, remove local replace",
"is_bot": false,
"headline": "Merge pull request #798 from guggero/remove-txauthor-replace",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-03-22T20:59:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da6d7b79c05dede8b3b8924f6327515bd7a4b12",
"body": "Now that we have a new tagged version of wallet/txauthor, we no longer\nneed the local replace directive.",
"is_bot": false,
"headline": "mod: bump wallet/txauthor, remove local replace",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-22T20:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0001c262734f54bba42ba7f49a22e74d6abe97c",
"body": "Taproot: Add taproot address and signing capabilities",
"is_bot": false,
"headline": "Merge pull request #792 from guggero/schnorr-taproot",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-03-22T18:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b5f8a9307248d617332a9a02816e9b8cc8ba5d",
"body": null,
"is_bot": false,
"headline": "wallet: add ImportTaprootScript method",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-22T09:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68a548d0e143f6cdd51f7bcf52df092af097787",
"body": null,
"is_bot": false,
"headline": "mod+waddrmgr: add taproot script address",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-22T09:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162244e8a91b50184eb031a0382f984c062f7023",
"body": "To make integration of the upcoming taproot script address type a bit\neasier, we allow returning a ManagedScriptAddress interface type in\nnewWitnessScriptAddress so we can re-use that function for the taproot\nscript address too.",
"is_bot": false,
"headline": "waddrmgr: refactor newWitnessScriptAddress to return interface",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc04c7663a6fb912295466e3745eab872d9fa308",
"body": "As a preparation for when the identifier of a script isn't the hash of a\nscript in every case anymore, we extract that part out of the\nimportScriptAddress method and rename it.\nPay-to-Taproot script addresses use the x-only coordinates of a tweaked\npublic key as the address identifier.",
"is_bot": false,
"headline": "waddrmgr: extract script hash into identity closure",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c445ed79f5c3b8e2f7af6a83b55663767d03dab",
"body": null,
"is_bot": false,
"headline": "waddrmgr: store taproot addresses as witness v1 addrs",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80b80e4a48c20d3c31594140f239b222caa97a4",
"body": null,
"is_bot": false,
"headline": "txauthor: add taproot pubkey address type",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb1a9bb7dc380a2cd13df8ccf0ef2c7e9ace397",
"body": null,
"is_bot": false,
"headline": "wallet: add taproot pubkey signing to signer",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e8e891cfaa71e8994647d20592bfe99f58fded",
"body": null,
"is_bot": false,
"headline": "waddrmgr: add taproot pubkey address type",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d44d350ec8bd87ef81f8e20576666a5fdf4c43",
"body": null,
"is_bot": false,
"headline": "multi: bump btcec and btcutil to new versions",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adeb823f1b412d1c2ad15740edd912b1ca0bf80d",
"body": null,
"is_bot": false,
"headline": "txauthor: bump to latest txscript package",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2022-03-16T18:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8ff6d37581e0d66f41ca4f03a6d46b4195ca653",
"body": "In this commit, we have created new struct to store the result of `ListLeasedOutputs`\nmethod. We call `TxDetails` to get value and pkscript of output. Other output\nfields are fetched as before.\n\nSigned-off-by: Hitanshu Mehta <hitanshu99amehta@gmail.com>",
"is_bot": false,
"headline": "Add `Value` and `PkScript` in response of `ListLeasedOutputs` method",
"author_name": "Hitanshu Mehta",
"author_login": "hitanshu-mehta",
"committed_at": "2022-03-08T12:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ea8d1125561279f9c9af1e46bea16ca414b4a5",
"body": "multi: update to btcsuite/btcd/btcutil and btcec/v2",
"is_bot": false,
"headline": "Merge pull request #791 from Roasbeef/btcwallet-btcec-v2",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-14T23:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d077f8fea3e0274957890b8bc02d56a54ea7afd5",
"body": "In this commit, we update the top-level btcwallet module to work with\nthe new `btcec/v2` module, as well as point to the new home of\n`btcutil`. We also update our pinned dependencies to the latest version\nof our internal sub-modules, which were updated and bumped in an earlier\nPR.",
"is_bot": false,
"headline": "multi: update to btcsuite/btcd/btcutil and btcec/v2",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-14T23:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40518d709db8627381a934ce71468c6507e4cfc3",
"body": null,
"is_bot": false,
"headline": "wallet/txauthor: bump to latest version of deps",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-08T23:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccd84f565054620459a494c4aabe4d58b79def5",
"body": "multi: update sub-modules to use new btcsuite/btcd/btcutil repo",
"is_bot": false,
"headline": "Merge pull request #789 from Roasbeef/update-deps-btcec-v2",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-08T22:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f36a8cdd9ee0e451b305026fd57a744e50bcc62",
"body": null,
"is_bot": false,
"headline": "build: update to wtxmgr v1.14.1, remove top level replace directives",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-07T22:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c554dc3365f07bc23482bf8dff2a82335dcde4bb",
"body": null,
"is_bot": false,
"headline": "wallet/txrules+wallet/txauthor: update to latest btcd+btcutil deps",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-07T22:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e0a9cdfee938edcf1d06c4d5db9ffbd8aa838c",
"body": null,
"is_bot": false,
"headline": "wtxmgr: update module to latest btcd/btcutil deps",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2022-02-07T22:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f275d2bfb90a00010a066a0c21d539a677af8e96",
"body": "…label\n\nFixed a bug where unconfirmed txn notifications were missing a label",
"is_bot": false,
"headline": "Merge pull request #775 from ennmichael/unconfirmed-txn-notification-…",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2021-12-07T00:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446bcd865939a6c369842f64ea726eda95e8ba47",
"body": null,
"is_bot": false,
"headline": "select on quit chan",
"author_name": "Brian Stafford",
"author_login": "buck54321",
"committed_at": "2021-12-06T22:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8681199315e1d7d83a80cb1ae66581c8008681c",
"body": "(*Wallet).recovery is the only internal consumer of (*RecoveryManager).Resurrect\nand (*Wallet).recoverScopedAddresses, which together account for all uses\nof (*ScopedKeyManager).DeriveFromKeyPath. The (*ScopedKeyManager).mtx is locked\nthere, but not the (*ScopedKeyManager).rootManager.mtx, which is \n[…]\nr).locked\nevery time after locking and before use, returning an error if\nlocked, but that is rather tedious and doesn't solve the larger\nissue of synchronizing wallet locking with the end of recovery.",
"is_bot": false,
"headline": "synchronize recovery shutdown",
"author_name": "Brian Stafford",
"author_login": "buck54321",
"committed_at": "2021-12-06T22:14:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e7307be85c51e74365013073aed0cd8ee556f92",
"body": "Add witness script address support",
"is_bot": false,
"headline": "Merge pull request #776 from guggero/witness-script-address",
"author_name": "Olaoluwa Osuntokun",
"author_login": "Roasbeef",
"committed_at": "2021-12-04T01:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b3e9590758c69e8d33319409b649c5faaa82755",
"body": "With this commit we refactor the existing script address into a\nbaseScriptAddress struct and then add a new witnessScriptAddress type\nthat manages a pay-to-witness-script address.",
"is_bot": false,
"headline": "waddrmgr: add support for pay to witness script address",
"author_name": "Yaacov Akiba Slama",
"author_login": "yaslama",
"committed_at": "2021-12-03T11:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd951fc752d8275dccb6ac8bc08c211202e7e1a",
"body": null,
"is_bot": false,
"headline": "waddrmgr: add adtWitnessScript serialization",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2021-12-02T14:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272e7657dda4e7bd29ab47beee78dd4ba8d175dd",
"body": "Since CT can mean both Cipher Text as well as Clear Text, the variable\nname scriptCT lead to confusion about its meaning. We rename it to make\nit more clear how it's used.",
"is_bot": false,
"headline": "waddrmgr: rename ambiguous scriptCT to scriptClearText",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2021-12-02T14:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "706e22452e514884808eecf406ec3f6aaecd9bf8",
"body": null,
"is_bot": false,
"headline": "mod: update btcutil dep to pull in TaprootAddress type",
"author_name": "Oliver Gugger",
"author_login": "guggero",
"committed_at": "2021-12-02T14:10:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2022-06-07T21:08:58Z",
"latest_release_tag": "v0.15.1",
"releases_from_tags": true,
"days_since_last_push": 1330,
"active_weeks_last_year": 0,
"days_since_latest_release": 1508,
"mean_days_between_releases": 161.2
},
"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": "github.com/btcsuite/btcwallet",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/btcsuite/btcwallet",
"is_deprecated": false,
"latest_version": "v0.18.0",
"repository_url": "https://github.com/btcsuite/btcwallet",
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-24T22:41:08Z",
"latest_version_yanked": null,
"days_since_latest_publish": 30
},
{
"name": "github.com/btcsuite/btcwallet/wtxmgr",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/btcsuite/btcwallet/wtxmgr",
"is_deprecated": false,
"latest_version": "v1.6.0",
"repository_url": "https://github.com/btcsuite/btcwallet",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T23:46:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
},
{
"name": "github.com/btcsuite/btcwallet/walletdb",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/btcsuite/btcwallet/walletdb",
"is_deprecated": false,
"latest_version": "v1.6.0",
"repository_url": "https://github.com/btcsuite/btcwallet",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T23:24:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txrules",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/btcsuite/btcwallet/wallet/txrules",
"is_deprecated": false,
"latest_version": "v1.3.0",
"repository_url": "https://github.com/btcsuite/btcwallet",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T23:24:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txsizes",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/btcsuite/btcwallet/wallet/txsizes",
"is_deprecated": false,
"latest_version": "v1.3.0",
"repository_url": "https://github.com/btcsuite/btcwallet",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T23:24:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txauthor",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/btcsuite/btcwallet/wallet/txauthor",
"is_deprecated": false,
"latest_version": "v1.4.0",
"repository_url": "https://github.com/btcsuite/btcwallet",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T23:46:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
}
]
},
"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": [
"Makefile"
],
"api_schema_files": [
"rpc/api.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"wallet/txauthor/go.mod",
"wallet/txrules/go.mod",
"wallet/txsizes/go.mod",
"walletdb/go.mod",
"wtxmgr/go.mod"
],
"largest_source_bytes": 126468,
"source_files_sampled": 141,
"oversized_source_files": 9,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"walletdb/go.mod",
"wtxmgr/go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/btcsuite/btcd",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.4"
},
{
"name": "github.com/btcsuite/btcd/btcec/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.2"
},
{
"name": "github.com/btcsuite/btcd/btcutil",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
},
{
"name": "github.com/btcsuite/btcd/btcutil/psbt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.4"
},
{
"name": "github.com/btcsuite/btcd/chaincfg/chainhash",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/btcsuite/btclog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170628155309-84c8d2346e9f"
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txauthor",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.2"
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txrules",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txsizes",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.3"
},
{
"name": "github.com/btcsuite/btcwallet/walletdb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/btcsuite/btcwallet/wtxmgr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/btcsuite/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20150119174127-31079b680792"
},
{
"name": "github.com/davecgh/go-spew",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/decred/dcrd/dcrec/secp256k1/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.0.1"
},
{
"name": "github.com/golang/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.2"
},
{
"name": "github.com/jessevdk/go-flags",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/jrick/logrotate",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/lightninglabs/gozmq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20191113021534-d20a764486bf"
},
{
"name": "github.com/lightninglabs/neutrino",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.2"
},
{
"name": "github.com/lightningnetwork/lnd/ticker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/lightningnetwork/lnd/tlv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20200622213623-75b288015ac9"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20200813134508-3edf25e44fcc"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.0"
},
{
"name": "github.com/btcsuite/btclog",
"manifest": "walletdb/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170628155309-84c8d2346e9f"
},
{
"name": "github.com/davecgh/go-spew",
"manifest": "walletdb/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "go.etcd.io/bbolt",
"manifest": "walletdb/go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.5-0.20200615073812-232d8fc87f50"
},
{
"name": "github.com/btcsuite/btcd",
"manifest": "wtxmgr/go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.4"
},
{
"name": "github.com/btcsuite/btcd/btcutil",
"manifest": "wtxmgr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/btcsuite/btcd/chaincfg/chainhash",
"manifest": "wtxmgr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/btcsuite/btclog",
"manifest": "wtxmgr/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170628155309-84c8d2346e9f"
},
{
"name": "github.com/btcsuite/btcwallet/walletdb",
"manifest": "wtxmgr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.5"
},
{
"name": "github.com/lightningnetwork/lnd/clock",
"manifest": "wtxmgr/go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/btcsuite/btcd",
"manifest": "wallet/txauthor/go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.4"
},
{
"name": "github.com/btcsuite/btcd/btcutil",
"manifest": "wallet/txauthor/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txrules",
"manifest": "wallet/txauthor/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/btcsuite/btcwallet/wallet/txsizes",
"manifest": "wallet/txauthor/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.2"
},
{
"name": "github.com/btcsuite/btcd",
"manifest": "wallet/txrules/go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.4"
},
{
"name": "github.com/btcsuite/btcd/btcutil",
"manifest": "wallet/txrules/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/btcsuite/btcd",
"manifest": "wallet/txsizes/go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.4"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jrick",
"commits": 587,
"avatar_url": "https://avatars.githubusercontent.com/u/1420313?v=4"
},
{
"type": "User",
"login": "Roasbeef",
"commits": 358,
"avatar_url": "https://avatars.githubusercontent.com/u/998190?v=4"
},
{
"type": "User",
"login": "wpaulino",
"commits": 184,
"avatar_url": "https://avatars.githubusercontent.com/u/9447167?v=4"
},
{
"type": "User",
"login": "aakselrod",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/1268625?v=4"
},
{
"type": "User",
"login": "guggero",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/1008879?v=4"
},
{
"type": "User",
"login": "davecgh",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/2115102?v=4"
},
{
"type": "User",
"login": "cfromknecht",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/2013993?v=4"
},
{
"type": "User",
"login": "dajohi",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/3308193?v=4"
},
{
"type": "User",
"login": "tuxcanfly",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/132667?v=4"
},
{
"type": "User",
"login": "halseth",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/3765732?v=4"
}
],
"contributors_sampled": 47,
"top_contributor_share": 0.384
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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 16 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": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"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": 0,
"reason": "security policy file not 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": 0,
"reason": "60 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0f34c5cf167120f20117c6da7475681b6188fc0e",
"ran_at": "2026-07-25T12:02:42Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"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/jharveyb/btcwallet",
"host": "github.com",
"name": "btcwallet",
"owner": "jharveyb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"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": 27,
"inputs": {
"security": 27,
"vitality": 13,
"community": 12,
"governance": 42,
"engineering": 62,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 32,
"overall_after_abandonment_multiplier": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1330,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1330 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1330
}
}
],
"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": 7,
"latest_release_tag": "v0.15.1",
"releases_from_tags": true,
"days_since_latest_release": 1508,
"mean_days_between_releases": 161.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1508 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1508
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~161.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 161.2
}
}
],
"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": 1341,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1341 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1341,
"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": 12,
"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": 25,
"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": "recognized license (ISC)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "ISC"
}
}
],
"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": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 47,
"top_contributor_share": 0.384
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 38% of commits",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 38
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "47 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 47
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 16 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, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"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": 59,
"inputs": {
"followers": 68,
"owner_type": "User",
"is_verified": null,
"owner_login": "jharveyb",
"public_repos": 45,
"account_age_days": 3846
},
"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": "68 followers of jharveyb",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 68,
"login": "jharveyb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "45 public repos, account ~10 yr old",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 45
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"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": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.7
},
"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 16 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 not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"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 3",
"points": 1.5,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"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": "60 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 17
},
"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": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"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": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod",
"wallet/txauthor/go.mod",
"wallet/txrules/go.mod",
"wallet/txsizes/go.mod",
"walletdb/go.mod",
"wtxmgr/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 126468,
"source_files_sampled": 141,
"oversized_source_files": 9
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "9/141 source files over 60KB",
"points": 51.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 141,
"oversized": 9
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"rpc/api.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "rpc/api.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "rpc/api.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"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",
"go package 'github.com/btcsuite/btcwallet' points at a different repository (https://github.com/btcsuite/btcwallet); excluded from ecosystem scoring",
"go package 'github.com/btcsuite/btcwallet/wtxmgr' points at a different repository (https://github.com/btcsuite/btcwallet); excluded from ecosystem scoring",
"go package 'github.com/btcsuite/btcwallet/walletdb' points at a different repository (https://github.com/btcsuite/btcwallet); excluded from ecosystem scoring",
"go package 'github.com/btcsuite/btcwallet/wallet/txrules' points at a different repository (https://github.com/btcsuite/btcwallet); excluded from ecosystem scoring",
"go package 'github.com/btcsuite/btcwallet/wallet/txsizes' points at a different repository (https://github.com/btcsuite/btcwallet); excluded from ecosystem scoring",
"go package 'github.com/btcsuite/btcwallet/wallet/txauthor' points at a different repository (https://github.com/btcsuite/btcwallet); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T12:02:59.741258Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jharveyb/btcwallet.svg",
"full_name": "jharveyb/btcwallet",
"license_state": "standard",
"license_spdx": "ISC"
}