Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 130170,
"has_wiki": true,
"homepage": "https://docs.cometbft.com",
"languages": {
"Go": 3554558,
"TLA": 241091,
"TeX": 332482,
"HTML": 785,
"Shell": 21617,
"Python": 18650,
"Makefile": 16616,
"Dockerfile": 6349
},
"pushed_at": "2024-04-19T14:11:04Z",
"created_at": "2023-03-23T14:01:45Z",
"owner_type": "Organization",
"updated_at": "2023-03-29T23:05:03Z",
"description": "CometBFT: A distributed, Byzantine fault-tolerant, deterministic state machine replication engine, and fork of Tendermint Core.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ev.xyz",
"name": "Evolve Stack",
"type": "Organization",
"login": "evstack",
"company": null,
"location": null,
"followers": 119,
"avatar_url": "https://avatars.githubusercontent.com/u/120482652?v=4",
"created_at": "2022-12-13T14:37:11Z",
"is_verified": null,
"public_repos": 54,
"account_age_days": 1319
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.37.1",
"kind": "patch",
"published_at": "2023-07-10T23:25:37Z"
},
{
"tag": "v0.37.2",
"kind": "patch",
"published_at": "2023-07-19T22:15:42Z"
}
],
"recent_commits": [
{
"oid": "4790ea3e46475064d5475c787427ae926c5a9e94",
"body": null,
"is_bot": false,
"headline": "Merge branch feature/abci++vef into main",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-23T12:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20179ecffbea4d3d66797a64718e0913cda1f3f4",
"body": null,
"is_bot": false,
"headline": "Merge branch main into feature/abci++vef",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-23T10:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c0188de85c931cf65f59b3be0c4f790d256276",
"body": "* Add prometheus flag to CLI\r\n\r\n* Fix CLI help message\r\n\r\n* Enable prometheus in nightly tests",
"is_bot": false,
"headline": "e2e: add prometheus flag to Generator CLI (#563)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-03-23T08:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63b98640e7e278dce9cfd71ee13c1b90e13a720",
"body": "\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>\r\n\r\n---------\r\n\r\nCo-authored-by: Lasaro <lasaro@informal.systems>\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>\r\nCo-authored-by: Adi Seredinschi <adizere@gmail.com>",
"is_bot": false,
"headline": "spec: abci2.0 -Incorporate content of RFC100 into the spec (#484)",
"author_name": "Jasmina Malicevic",
"author_login": "jmalicevic",
"committed_at": "2023-03-22T22:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23389e7dd464df746a004372fb941428f26ff4e5",
"body": "…(#567)\n\nBumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.22.1 to 2.23.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vektra/mockery/releases\">github.com/vektra/mockery/v2's releases</a>.</em></p>\n<blockquote>\n<h2>v2.23.1</\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/vektra/mockery/v2 from 2.22.1 to 2.23.1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-22T18:38:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "209460394a527cfe2689968ee4ff004751d0a42d",
"body": "* Add 4 metrics related to block\r\n\r\n* Remove unused function\r\n\r\n* Unregister metrics when BlockSync finishes\r\n\r\n* Add changelog\r\n\r\n* Rename method\r\n\r\n* Move method\r\n\r\n* Do not export unregister method\r\n\r\n* Do not unregister metrics",
"is_bot": false,
"headline": "Add metrics to BlockSync (#538)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-03-22T11:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16823b401e93a0f1e6d49b0198ee5aac5a8b6c0a",
"body": "* Updated description of various data structures that have changed in the docs\r\n\r\n* Addressed @adizere's comment\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Lasaro <lasaro@informal.systems>\r\n\r\n---------\r\n\r\nCo-authored-by: Lasaro <lasaro@informal.systems>",
"is_bot": false,
"headline": "Update description of profobuf definitions in the doc (#545)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-21T23:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6b072f91901513105c9258f7d750d07c1b1358",
"body": "…546)\n\n* troubleshooting e2e problem\r\n\r\n* Strengthen vote extension checks on the ExtendedCommit part\r\n\r\n* Strengthen internal checks on when vote extensions should be present/absent\r\n\r\n* tidy up\r\n\r\n* Fix UTs\r\n\r\n* Added TODO DIAGNOSE panics for e2e testing\r\n\r\n* Revert \"Added TODO DIAGNOSE panics for e2e testing\"\r\n\r\nThis reverts commit 9bef701dfd73ee1810ea424653904cf9f2a82e0a.\r\n\r\n* Fix lint error\r\n\r\n* Addressed @lasarojc's comments\r\n\r\n* Appease linter",
"is_bot": false,
"headline": "Strengthen CometBFT's internal checks on vote extension enablement (#…",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-21T20:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab2dfb25fd87b76f85f12e2b1ac4ae4bcc0b0de",
"body": "* Simplify removeTx and reuse RemoveTxByKey\r\n\r\n* Do not return errors\r\n\r\n* Fix lint\r\n\r\n* Fix error messages\r\n\r\n* Log error when removing tx",
"is_bot": false,
"headline": "Simplify removing txs in mempool (#477)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-03-21T11:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5febe17ad9cc875044d32d36d4b5dac9393c25f3",
"body": "* v0.37.x:state/kvindexer: port 0.34 query fix (#77)\r\nBackport of #77 from 0.37 and #382 to handle slashes\r\n* state/kvindexer: associate event attributes with events (#9759)\r\n* By event search is now default behaviour. Including fixes from PRs added to 0.34\r\n\r\n---------\r\n\r\nCo-authored-by: Lasaro <lasaro@gmail.com>\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>",
"is_bot": false,
"headline": "kvindexer: porting event sequences and slash parsing to main (#423)",
"author_name": "Jasmina Malicevic",
"author_login": "jmalicevic",
"committed_at": "2023-03-21T09:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f6be5bc9b5c6a51cc36a60aed093b19ffcd11f5",
"body": "* Fix metrics bug\r\n\r\n* Fix metrics for vote extensions\r\n\r\n* Activate prometheus on ci.toml\r\n\r\n* Set up metric-related scripts",
"is_bot": false,
"headline": "Fixed two bugs related to metrics (#562)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-21T09:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd103780756673ee9cdde4d9cf46c93971ca071",
"body": "* openapi doc fixes and QA docs fixes\r\n\r\n* rename title\r\n\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* fix text\r\n\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* add backquotes\r\n\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* update contact\r\n\r\n---------\r\n\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "Fixes for OpenAPI (RPC) documents and QA docs restructuring (#472)",
"author_name": "Andy Nogueira",
"author_login": "andynog",
"committed_at": "2023-03-20T21:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3b7d0a87e03b0f43fad29f7a0810b26764a500",
"body": "Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.6.0 to 5.6.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/go-git/go-git/releases\">github.com/go-git/go-git/v5's releases</a>.</em></p>\n<blockquote>\n<h2>v5.6.1</h2>\n<h2>What's C\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 (#554)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-20T19:22:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aea31ed94ddce483702ab7cbd81b420c203bc21d",
"body": "…52.0 (#552)\n\nBumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.51.2 to 1.52.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/golangci/golangci-lint/releases\">github.com/golangci/golangci-lint's releases</a>.</em>\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/golangci/golangci-lint from 1.51.2 to 1.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-20T19:00:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41db7be4d78f9360f5320416d7e216891951fb3f",
"body": "…551)\n\nBumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.1 to 1.30.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/protocolbuffers/protobuf-go/releases\">google.golang.org/protobuf's releases</a>.</em></p>\n<block\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-20T18:52:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4f60047dac8618afc9f470fb9eca67994e7b56a",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/actions/setup-go/releases\">actions/setup-go's releases</a>.</em></p>\n<blockquote>\n<h2>v4.0.0</h2>\n<p>In scope of release we enable cac\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump actions/setup-go from 3 to 4 (#548)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-20T18:44:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c5158a2f580a830d91dd3745f942916b673cfc6",
"body": "1. `InitialHeight` is specified twice\r\n2. The contents of `Execute` refer to the parameter `state` not `s`",
"is_bot": false,
"headline": "docs: improve Execute code block (#534)",
"author_name": "Rootul P",
"author_login": "rootulp",
"committed_at": "2023-03-20T08:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2071c6c83b04bf2b88a3cb612715fdd9abe2bcf9",
"body": "…r info from genesis (#542)\n\n* Fix infinite loop in waitForHeight\r\n\r\n* Modify ci.toml to expose the bug\r\n\r\n* Fix bug: vote extensions broken when no validator updates coming from height 0\r\n\r\n* Fix lint\r\n\r\n* Revert \"Modify ci.toml to expose the bug\"\r\n\r\nThis reverts commit 2039cad0162df77a879c1aaf43bcac352647b445.",
"is_bot": false,
"headline": "Fix bugs: (1) another infinite loop in e2e tests (2) missing validato…",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-17T16:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d2a184a0fbee60a2b58fbd8dd612e6e88115d8",
"body": "* proto changes, first version\r\n\r\n* Fix usage of `SignedLastBlock`\r\n\r\n* make proto-gen\r\n\r\n* Update proto/tendermint/abci/types.proto\r\n\r\nCo-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>",
"is_bot": false,
"headline": "Fix deficiency in ABCI interface: `SignedLastBlock` (#540)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-17T15:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19700acc2f0d01c4d271f9aed280a994593e8deb",
"body": "Thank you @sergio-mena and @lasarojc for the diagram that went into the final version! \r\n\r\n---------\r\n\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>",
"is_bot": false,
"headline": "spec:abci2.0 - clarify crash recovery mechanism (#469)",
"author_name": "Jasmina Malicevic",
"author_login": "jmalicevic",
"committed_at": "2023-03-17T10:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74f056a57c56a260fa0026f33d3ba143be06707",
"body": "* First full version testing vote extensions activation\r\n\r\n* troubleshooting\r\n\r\n* Fix application side\r\n\r\n* Simplify key separator + improve names",
"is_bot": false,
"headline": "Tighten the checks we do on vote extensions in e2e app (#509)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-16T12:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab686b70cb71fa4acdf981953ca4f9c3f5c38b5",
"body": "…at `PrepareProposal` time (#539)\n\n* Fix infinite loop in e2e runner\r\n\r\n* Change ci.toml to exacerbate the probability of hitting the bug (TO REVERT)\r\n\r\n* Insert a `panic` to help diagnose the problem (TO REVERT)\r\n\r\n* The fix\r\n\r\n* Revert commits a1279934c and b8cca77a3 (disagnosis-related code)\r\n\r\nR\n[…]\nommit a1279934ce0dfb85e8bf0e4389aaee1f2f4acdc9.\r\n\r\nRevert \"Change ci.toml to exacerbate the probability of hitting the bug (TO REVERT)\"\r\n\r\nThis reverts commit b8cca77a33ae3b7fdf844b0aa1719cf141150a36.",
"is_bot": false,
"headline": "Fix bugs: (1) infinite loop in e2e tests (2) missing Vote Extensions …",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-16T10:53:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec80ff3b7016806423dec78d39534447118a5dc8",
"body": "…espect coherence all over our code (#514)\n\n* Review and fix propoal coherence in all applications in the code base\r\n\r\n* Fixed comment for Commit\r\n\r\n---------\r\n\r\nCo-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>",
"is_bot": false,
"headline": "ABCI 2.0: Double-check that `PreparaProposal` and `ProcessProposal` r…",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-15T21:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8933dd45be619e3e9c26177859afdfb45e2e7181",
"body": "Updates our root [changelog](https://github.com/cometbft/cometbft/blob/thane/post-release-docs-update/CHANGELOG.md) and [upgrading guidelines](https://github.com/cometbft/cometbft/blob/thane/post-release-docs-update/UPGRADING.md) on `main` to sync them with what we have on `v0.34.x` and `v0.37.x`.\n\n\n[…]\n] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "Post-release root docs update (#474)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-03-14T16:00:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "587bc0b18d281f9949174c2ae9b57a65c3e356bb",
"body": "In (*PeerState).PickSendVote, there is a Debug-level log that includes the PeerState value as a logging field. By default, zerolog json-encodes a struct passed as a log field (when the struct doesn't implement zerolog.LogObjectMarshaler).\n\nBecause PeerState didn't have a MarshalJSON method, the JSON\n[…]\n] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "consensus: rename (*PeerState).ToJSON to MarshalJSON (#524)",
"author_name": "Mark Rushakoff",
"author_login": "mark-rushakoff",
"committed_at": "2023-03-14T15:55:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6d9639db011b4af11fb61253c3d382b89094f5c",
"body": "* Pass vote extension signature in `PrepareProposal`\r\n\r\n* make proto-gen\r\n\r\n* Verify extensions at PrepareProposal\r\n\r\n* Addressed @thanethomson's comments\r\n\r\n* Fix vote extension activation in e2e\r\n\r\n* ProcessProposal: 1st try\r\n\r\n* Working....\r\n\r\n* Refactoring\r\n\r\n* Verify signatrue in unit test\r\n\r\n* spacing\r\n\r\n* Addressed @lasarojc's comments\r\n\r\n* Fix test",
"is_bot": false,
"headline": "Pass signatures of vote extensions in `RequestPrepareProposal` (#489)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-14T15:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1815a2420b900ae738f11fae3a0b4dbe3c09f652",
"body": "…(#507)\n\nBumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.41.0 to 0.42.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/prometheus/common/releases\">github.com/prometheus/common's releases</a>.</em></p>\n<blockquote>\n<h2>v0.\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/prometheus/common from 0.41.0 to 0.42.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-14T14:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d998a527e0882cc6329c13f3d3c926108b97f75f",
"body": "* fix(readme.md): update the links for guides\r\n\r\ninstall guides; single node quick start guides;\r\n\r\n* Apply suggestions from code review\r\n\r\n---------\r\n\r\nCo-authored-by: Lasaro <lasaro@gmail.com>\r\nCo-authored-by: Lasaro <lasaro@informal.systems>",
"is_bot": false,
"headline": "fix(readme.md): update the links for guides (#526)",
"author_name": "Grivn Wang",
"author_login": "Grivn",
"committed_at": "2023-03-14T14:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea72b6917efca87eebeb1db26f4da9c67dc64dd",
"body": "Co-authored-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "Update README.md (#525)",
"author_name": "Ruslan Akhtariev",
"author_login": "pysel",
"committed_at": "2023-03-14T13:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20a862cf86cdff1e3050628259f1c1756eadfed",
"body": "…3303-bc1253ad3743 to 1.29.1 (#527)\n\nBumps google.golang.org/protobuf from 1.28.2-0.20230222093303-bc1253ad3743 to 1.29.1.\n\n\n[\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump google.golang.org/protobuf from 1.28.2-0.2023022209…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-14T11:35:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d98496b85033bf5f0bfcf6a9f39d961b3444be57",
"body": "…(#506)\n\nBumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.21.1 to 2.22.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vektra/mockery/releases\">github.com/vektra/mockery/v2's releases</a>.</em></p>\n<blockquote>\n<h2>v2.22.1</\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/vektra/mockery/v2 from 2.21.1 to 2.22.1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-14T11:28:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bb4ba961f4be30ba35c50f7797218e6fec02a8a",
"body": "Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.15.0 to 1.15.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/bufbuild/buf/releases\">github.com/bufbuild/buf's releases</a>.</em></p>\n<blockquote>\n<h2>v1.15.1</h2>\n<ul>\n<li>Fix a bug \n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/bufbuild/buf from 1.15.0 to 1.15.1 (#508)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-14T11:18:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c76a659c2d7d0dfd150fd75d2c643d248134d37",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [bufbuild/buf-set\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (#499)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-13T18:19:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1a3c2687c3651948169f3f5324303b13c259627",
"body": "Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0.\r\n- [Release notes](https://github.com/docker/setup-buildx-action/releases)\r\n- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- depen\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#501)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-13T18:17:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "452290ebf661058bba5304ac135c65202f8dbc67",
"body": "* e2e: programmable ABCI method times\r\n\r\n* fix linting error\r\n\r\nCo-authored-by: Callum Waters <cmwaters19@gmail.com>",
"is_bot": false,
"headline": "[partial cherry-pick] e2e: programmable ABCI method times (#8638) (#515)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-13T17:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fd8e6bc04549ef95d981f777803a8931016358",
"body": null,
"is_bot": false,
"headline": "Votes can't have zero height (#511)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-13T17:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d131ab77e286757e94700a040a2574f320dc8279",
"body": "…488)\n\n* CometBFT renaming in types.proto\r\n\r\n* AppHash\r\n\r\n* Make proto-gen\r\n\r\n* Trying 1.20.2 explicitly",
"is_bot": false,
"headline": "Compare `types.proto` and `feature/abci++vef` and tip of `v0.36.x` (#…",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-13T15:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab85986097ef50710d4484381ca1f57f350b771",
"body": "…s and error (#496)\n\n* Review call hierarchies of ABCI methods to make sure they panic on error\r\n\r\n* Added changelog\r\n\r\n* Trying 1.20.2 explicitly",
"is_bot": false,
"headline": "ABCI calls should crash/exit in all cases when the call itself report…",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-13T15:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa98b5ece71f65fc25dfb804de907e13bb7d55c2",
"body": "* Moves all guides to a guids folder\r\n\r\n* Moves the actual intro to the README.md of the intro folder\r\n\r\n* Add guides to the guide README.md\r\n\r\n* Fixing links in docs/README.md",
"is_bot": false,
"headline": "Reorganize existing guides (#492)",
"author_name": "Lasaro",
"author_login": "lasarojc",
"committed_at": "2023-03-10T14:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24040f5a010728cab301011b4c8eb489e151b897",
"body": null,
"is_bot": false,
"headline": "Move mempoolIDs back to mempool/ids.go (#467)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-03-08T20:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0a4b708d6256d2133740f2a8b68a46f94f327c",
"body": "* [partial cherry-pick] abci: Move `app_hash` parameter from `Commit` to `FinalizeBlock` (#8664)\r\n\r\n* Removed from proto\r\n\r\n* make proto-gen\r\n\r\n* make build works\r\n\r\n* make some tests pass\r\n\r\n* Fix TestMempoolTxConcurrentWithCommit\r\n\r\n* Minor change\r\n\r\n* Update abci/types/types.go\r\n\r\n* Update intern\n[…]\nents\r\n\r\n* Addressed @cmwaters' comments, part 2\r\n\r\nCo-authored-by: Callum Waters <cmwaters19@gmail.com>\r\n\r\n* Levftover typo in spec\r\n\r\n---------\r\n\r\nCo-authored-by: Callum Waters <cmwaters19@gmail.com>",
"is_bot": false,
"headline": "Move `apphash`from `Commit`to `FinalizeBlock` (leftovers) (#478)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-08T16:54:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93c0eddaaa6a359b526e6e09667e814626a5845f",
"body": "For some reason this topic keeps coming up and I'd like us to emphasize this part of the documentation to put this topic to rest. Operators are, and have always been, ultimately responsible for securing their RPC endpoints if they choose to make them available publicly.\n\n[Rendered](https://github.co\n[…]\n] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [x] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "docs: Emphasize docs on attack exposure for RPC in production (#454)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-03-07T18:53:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbde97adbbfeae1e4b30953c7e3609c1b2457453",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/golang/crypto/commit/776e461a4e6d8b372a43c72122c5c28cfc40dca2\"><code>776e461</code></a> go.mod: update golang.org/x dependencies</li>\n<li><a hr\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#462)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-07T17:51:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4efe37c08acd16ff233de5b7a2d285611b8b59ac",
"body": "* [partial cherry-pick] consensus: add additional metrics for abci++ data (#8480)\r\n\r\nThis pull request adds an additional set of metrics targeted at providing more visibility into `abci++`.\r\n\r\nThe following set of metrics are added and exposed through the `metrics` endpoint:\r\n\r\n```\r\ntendermint_conse\n[…]\nthe `metrics.md` file with a future version of the tool being architected in #8479\r\n\r\n* make metrics\r\n\r\n---------\r\n\r\nCo-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>",
"is_bot": false,
"headline": "Backport vote extension metrics (#471)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-07T16:09:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "754f1ae9e29a84754aa42ac969f0cd369266f019",
"body": "This reverts commit 06eeaaa6b6586ea7546ab3522b7c5a0d1831d523.",
"is_bot": false,
"headline": "Revert \"Update go-built-in.md (#438)\" (#470)",
"author_name": "Aliasgar Merchant",
"author_login": "alijnmerchant21",
"committed_at": "2023-03-06T13:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08581d893c5b6ac74144f3292052521096853b0",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.8.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/golang/net/commit/dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4\"><code>dfa2b5d</code></a> go.mod: update golang.org/x dependencies</li>\n<li><a href=\"https\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump golang.org/x/net from 0.7.0 to 0.8.0 (#461)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-06T13:12:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6e6d3b198a0023c3793e144a892ad9532dc0896",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [github.com/go-gi\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.0 (#460)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-06T12:06:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2066cf34b375338af7b02f1b44d4bac128339c3",
"body": "Link checking will soon happen from the CometBFT docs repo, as per cometbft/cometbft-docs#54.\n\nAlready, the Jekyll build restructures the documentation, resulting in broken links in Markdown that will be correctly rendered only once deployed to the docs site (e.g. the `/spec` directory is moved into\n[…]\n] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "ci: Remove Markdown link checker (#455)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-03-06T11:58:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1187e0a6f879e5604febbd225f78f865eabaffb",
"body": "Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.14.0 to 1.15.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/bufbuild/buf/releases\">github.com/bufbuild/buf's releases</a>.</em></p>\n<blockquote>\n<h2>v1.15.0</h2>\n<ul>\n<li>Update bui\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/bufbuild/buf from 1.14.0 to 1.15.0 (#459)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-06T11:57:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "937f065ddc1dd2ce262668e04dee88620e373218",
"body": "…(#465)\n\nBumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.20.2 to 2.21.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vektra/mockery/releases\">github.com/vektra/mockery/v2's releases</a>.</em></p>\n<blockquote>\n<h2>v2.21.1</\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/vektra/mockery/v2 from 2.20.2 to 2.21.1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-06T11:48:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72440fdd18f0e31c34b9d442ea6ef375cd4fb5ce",
"body": "* Squashed tendermint/tendermint#8484\r\n\r\n* Moved new text from rfc017 to rfc100\r\n\r\n* Adapted the new text and finished the items in the PR (changes needed to main solutions)\r\n\r\n* Added log line in changelog section\r\n\r\n* Added link to references\r\n\r\n* Fix reference\r\n\r\n* Apply suggestions from code rev\n[…]\nsmina.dustinac@gmail.com>\r\n\r\n* Addressed @jmalicevic's comment\r\n\r\n* Update docs/rfc/rfc-100-abci-vote-extension-propag.md\r\n\r\n---------\r\n\r\nCo-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>",
"is_bot": false,
"headline": "RFC100: Upgrade path section (#451)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-06T11:03:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a92f63d73f4f112ba2a9c8751236c4e671f186f9",
"body": "* Applied last comments from PR #421\r\n\r\n* Spelling errors",
"is_bot": false,
"headline": "spec/abci2.0 - fix uncommenting vef PR (#466)",
"author_name": "Jasmina Malicevic",
"author_login": "jmalicevic",
"committed_at": "2023-03-06T10:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1457c22ec2dcd0167598583034c70f6a6c7eb5df",
"body": "…(#463)\n\nBumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.40.0 to 0.41.0.\r\n- [Release notes](https://github.com/prometheus/common/releases)\r\n- [Commits](https://github.com/prometheus/common/compare/v0.40.0...v0.41.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: \n[…]\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>",
"is_bot": true,
"headline": "build(deps): Bump github.com/prometheus/common from 0.40.0 to 0.41.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-06T09:30:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "304f3a3da2cae7dd67b75d0e26308b25613015cd",
"body": "* Remove BlockSyncMode config\r\n\r\n* In e2e tests, replace BlockSync by BlockSyncVersion\r\n\r\n* Remove block_sync from toml\r\n\r\n* Update doc\r\n\r\n* Fix message\r\n\r\n* Update docs/core/block-sync.md\r\n\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>\r\n\r\n* BlockSyncVersion cannot be empty\r\n\r\n---------\r\n\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>",
"is_bot": false,
"headline": "config: remove `block_sync` key (#415)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-03-06T09:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b6018d7b09fc039fa00d35de647fd2e15e6aa0b",
"body": "Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.14.0 to 1.15.0.\r\n- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)\r\n- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.14.0...v1.15.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- depen\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (#456)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-06T08:42:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "844331ab36887ed31e6a3187541cb860348f2b74",
"body": "…alize block (#421)\n\n\r\n\r\nCo-authored-by: Lasaro <lasaro@informal.systems>\r\n\r\nCo-authored-by: Lasaro <lasaro@informal.systems>\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>\r\nCo-authored-by: Daniel cason <daniel.cason@informal.systems>",
"is_bot": false,
"headline": "spec:ABCI2.0 - Uncommenting content related to vote xtensions and fin…",
"author_name": "Jasmina Malicevic",
"author_login": "jmalicevic",
"committed_at": "2023-03-06T08:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "944332d20fe9f4440ff2cc6eabc0de774aee7cc2",
"body": "* Initial version, RFC017 as committed last year\r\n\r\n* Adapted the initial text: renaming to CometBFT, updating links and references to v0.35.x/v0.36.x",
"is_bot": false,
"headline": "Migrate RFC 017 to RFC 100 (#450)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-03T10:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866bf94f6d60654b1866c6973be68e7c4e71b9be",
"body": "* e2e: fix Makefile to produce commit_hash for builtin\r\n\r\n* Added changelog\r\n\r\n* Revert \"Added changelog\"\r\n\r\nThis reverts commit 6c9a6835c43118f03bbfb032f3482884c354c2c7.",
"is_bot": false,
"headline": "e2e: fix Makefile to produce commit_hash for builtin (#432)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-02T20:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a5f48ceea687049a7808c677d1ac18dd611e51",
"body": null,
"is_bot": false,
"headline": "Merge branch main into feature/abci++vef",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-02T12:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06eeaaa6b6586ea7546ab3522b7c5a0d1831d523",
"body": null,
"is_bot": false,
"headline": "Update go-built-in.md (#438)",
"author_name": "Aliasgar Merchant",
"author_login": "alijnmerchant21",
"committed_at": "2023-03-01T20:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17c133801be3455224cfeb54d7a3b77cb71d222",
"body": "* (preliminarily) add long-running weekly e2e workflow\r\n\r\n* Add 'workflow_dispatch'",
"is_bot": false,
"headline": "(preliminarily) add long-running weekly e2e workflow (#425)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-01T18:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d3c2f3cc0da124dc214a1d467b6340107603709",
"body": "Follow-up to #427. The workflow in #427 is merely informational, which is helpful, but can be bypassed. It's probably best to enforce this check when we push tags.\n\nIf the check fails, it will prevent the cutting of a release, meaning we'll have to delete the tag, fix the version number, and tag aga\n[…]\n] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "ci: Enforce release version check when pushing tags (#434)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-03-01T17:51:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "167a8456d591f6300450aa1cf1feb8ba928b31aa",
"body": "* e2e: Flexible timeout while waiting for a node\r\n\r\n* QA: added big e2e network manifest\r\n\r\n* Don't build latest locally, but rely on what has been released\r\n\r\n* Do not build `latest`=`local` locally. Long test upgrades from `latest` to `local`.\r\n\r\n* CatchingUp shouldn't be checked when waiting for \n[…]\nve more time to cacthup on long runs. Waits for all nodes for the duration of `timeout`, not each node for the duration of `timeout`.\r\n\r\n---------\r\n\r\nCo-authored-by: lasarojc <lasaro@informal.systems>",
"is_bot": false,
"headline": "Improve wait for node in e2e runner for long catch-up times (#375)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-03-01T17:47:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d957b9bc9f1533fb25a92918003b249c4cfc075",
"body": "* ci: Add release version check\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Fix workflow trigger\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "ci: Add release version check (#427)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-03-01T14:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ffaf9b18d7769f26e359f3b50dd07f1ddd0f91",
"body": "As of #419, we now use Go 1.20 on the `v0.37.x` branch.\n\nThis is already up-to-date on the `v0.37.x` branch itself: https://github.com/cometbft/cometbft/tree/v0.37.x#minimum-requirements\n\n---\n\n#### PR checklist\n\n- [ ] Tests written/updated\n- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "docs: Bump Go version for v0.37.x in readme on main (#422)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-03-01T10:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200784acb3d9b3b955b237d038411534a5480b17",
"body": "* Bump minimum Go version to 1.20 in go.mod\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Bump minimum Go version in CI/test infra\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Bump Go version in docs\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n*\n[…]\nct@thanethomson.com>\r\n\r\n* ci: Bump version of golangci-lint to latest\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "Update to use Go 1.20 (#405)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-28T19:10:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "331fc786fbb33a840f753c19c6939bbf9304b8f8",
"body": "Signed-off-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "ci: Fix CodeQL YAML (#418)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-28T17:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851ab8d310c4f842e18a0553b964ef1048a0e365",
"body": "Creating codeql file to start testing code scanning",
"is_bot": false,
"headline": "Create codeql.yml",
"author_name": "Jon Sparks",
"author_login": "BlueTDeadly",
"committed_at": "2023-02-28T16:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad2db82eecdc500574eee34b3a40060c9f52f98",
"body": null,
"is_bot": false,
"headline": "docs: Fix RPC/OpenAPI references/links (#416)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-28T15:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1481f33ffac68e75796bc06f07368923c68cf33e",
"body": "* docs: Fix version compatibility notice in readme\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Fix grammar\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "docs: Fix version compatibility notice in readme (#411)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-28T13:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd9d7e99f956a28195d5bead21cafc985700d304",
"body": null,
"is_bot": false,
"headline": "Merge branch main into feature/abci++vef",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-02-28T09:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "877b0629578c7695dec77b16cf0021563e060d82",
"body": "Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/stretchr/testify/commit/f36bfe3c337aa95c86f04c721acdbafb5ffb1611\"><code>f36bfe3</code></a> Fix Subset/NotSubset when map is missing \n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#397)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-27T17:24:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0568103643abb0ee7c9cbfb3a613fadebca41494",
"body": "…(#398)\n\nBumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.20.0 to 2.20.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vektra/mockery/releases\">github.com/vektra/mockery/v2's releases</a>.</em></p>\n<blockquote>\n<h2>v2.20.2</\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/vektra/mockery/v2 from 2.20.0 to 2.20.2 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-27T14:02:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a561a7e46bc11610cf0d5793783800052c57630",
"body": "…(#399)\n\nBumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.39.0 to 0.40.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/prometheus/common/commit/2c9877d792b0789d42a4d7f8da948242d77cd111\"><code>2c9877d</code></a> Merge pull request <a href=\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/prometheus/common from 0.39.0 to 0.40.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-27T13:54:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4aace54106e88989c2b013b67c09ef019e85111e",
"body": "Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.4 to 1.4.6.\r\n- [Release notes](https://github.com/cosmos/gogoproto/releases)\r\n- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/cosmos/gogoproto/compare/v1.4.4...\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump github.com/cosmos/gogoproto from 1.4.4 to 1.4.6 (#396)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-27T13:45:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b66b3cbc5ba1df80db62d90a37f363f5d9e25350",
"body": "* docs: Archive Tendermint Core ADRs\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* docs: Archive Tendermint Core RFCs\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Moving TM ADR images to the tendermint-core folder\r\n\r\n* doc: Add link to ADR template\r\n\r\nSigned-off-\n[…]\non@informal.systems>\r\n\r\n---------\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\nCo-authored-by: lasarojc <lasaro@informal.systems>\r\nCo-authored-by: Daniel <daniel.cason@informal.systems>",
"is_bot": false,
"headline": "docs: Archive Tendermint Core ADRs/RFCs (#393)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-27T13:27:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c67d2f7849df2148bd37019364ad51ef29324f9d",
"body": "Contributes to #93 and #41\n\n[Rendered](https://github.com/cometbft/cometbft/blob/sergio/qa_0.37.x-alpha3_baseline_plots/docs/qa/v037/CometBFT.md)\n\nComplementary to #376 (and analogous to what we did for CometBFT `v0.34.x` QA) this PR re-plots the baseline results, obtained in Oct 2022, using the new\n[…]\n] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [x] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "Re-plot v0.37.x baseline graphs with new script (#395)",
"author_name": "Sergio Mena",
"author_login": "sergio-mena",
"committed_at": "2023-02-27T09:51:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28b130f831b7323a6a543b8e9721b56f8fe94241",
"body": "…h (#387)\n\n* changelog\r\n\r\n* Added log and short-circuit in needProofBlock",
"is_bot": false,
"headline": "Short-term fix for `needProofBlock` problem based on the `main` branc…",
"author_name": "Adi Seredinschi",
"author_login": "adizere",
"committed_at": "2023-02-27T09:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73e622f4cd7bdc50cfa20ddcb7acb0c6c342da4",
"body": "[QA docs README rendered](https://github.com/cometbft/cometbft/blob/lasarojc/qa_0.37.x-alpha3/docs/qa/README.md)\n\n---\n\n#### PR checklist\n\n- [x] Tests written/updated\n- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [x] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "QA report for 0.37.x alpha3 (#376)",
"author_name": "Lasaro",
"author_login": "lasarojc",
"committed_at": "2023-02-25T11:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95a1dfecadde0361794c3f669d616ba73800886",
"body": "* Add Prometheus and PrometheusListenAddr flags\r\n\r\n* Add Prometheus flag at root level, for all nodes\r\n\r\n* Add comment\r\n\r\n* Add PrometheusProxyPort; remove PrometheusListenAddr\r\n\r\n* Update startup log message\r\n\r\n* Update startup log message\r\n\r\n* Don't print the whole line in docker template\r\n\r\n* Remove flag from ManifestNode\r\n\r\n* Do not generate PrometheusProxyPort if config is disabled",
"is_bot": false,
"headline": "e2e: add manifest fields to enable Prometheus on nodes (#313)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-02-24T14:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d227550eafa014ebdcf1ecde04e97953892e3594",
"body": "* Remove mempool/v1\r\n\r\n* Remove all mempool versions\r\n\r\n* Remove TTLDuration and TTLNumBlocks\r\n\r\n* Remove fields in ResponseCheckTx\r\n\r\n* Remove unused variable\r\n\r\n* Move test/fuzz/mempool/v0\r\n\r\n* Undo adding incorrect file\r\n\r\n* Update changelog\r\n\r\n* Move makeBlocks to consensus; remove unused functi\n[…]\n* Update UPGRADING.md\r\n\r\n* Revert removing proto fields; mark them as reserved\r\n\r\n* Add comment about versions to MempoolConfig\r\n\r\n---------\r\n\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "Remove priority mempool (#281)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-02-23T20:39:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "126f1901dd680b039b3befd94a4db44478dee2f0",
"body": "* ci: Remove Buf tokens from workflow\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Format proto folder readme to trigger workflow\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": false,
"headline": "ci: Remove Buf tokens from workflow (#378)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-23T20:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280f4b9d51dc697010edb1cef9eef676349f0e93",
"body": null,
"is_bot": false,
"headline": "Don't specify the patch version in go-vulncheck (#369)",
"author_name": "Lasaro",
"author_login": "lasarojc",
"committed_at": "2023-02-23T14:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28baba3ed39b0d4beafddc2da6c083950ebfe9a4",
"body": "* fixing broken link quick-start (#319)\r\n\r\n* fix link to point to relative page (#319)\r\n\r\n* fix link to point to rpc page (#319)\r\n\r\n* fix link that works for rpc (#319)\r\n\r\n* adding front matter to trigger hooks (#319)\r\n\r\n* add frontmatter to adr page (#319)\r\n\r\n* make link to configuration page relat\n[…]\n#319)\r\n\r\n* fixing some more broken references (#319)\r\n\r\n* reverting link change as per review (#319)\r\n\r\n* reverting link change as per review (#319)\r\n\r\n* reverting link in app-dev as per review (#319)",
"is_bot": false,
"headline": "Docs fixes (#368)",
"author_name": "Andy Nogueira",
"author_login": "andynog",
"committed_at": "2023-02-22T22:22:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2d9915f7133ea2f201cfa8303270a5151416180",
"body": "* remove mempoolReactor from node; remove unused wrappers\r\n\r\n* Remove pexReactor from node\r\n\r\n* Remove unused return value",
"is_bot": false,
"headline": "Remove unused code (#286)",
"author_name": "Hernán Vanzetto",
"author_login": "hvanz",
"committed_at": "2023-02-22T12:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a08f3f90a170bd862fa5615aeb9bba12e7f55b",
"body": "…… (#345) (#362)\n\n* Allow inclusion of repository in the tag name, so ghcr and dockerub can be used, including in the same experiment\r\n\r\n* Moves UpgradeVersion to Node, so nodes can be upgraded to different versions. Uses multiversion to set UpgradeVersion.\r\n\r\n* Updates the path for the local-version image.\r\n\r\n* Do not use yoda conditions.\r\n\r\n* Use the right code coverage definitions\r\n\r\n* Revert use of . We will only do a maximum of 2 versions per run",
"is_bot": false,
"headline": "Allow inclusion of repository in the tag name, so ghcr and dockerub c…",
"author_name": "Lasaro",
"author_login": "lasarojc",
"committed_at": "2023-02-21T11:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b3862fe5df34e3c8de1fe42472845900a74888",
"body": "…51.2 (#359)\n\n[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [gi\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/golangci/golangci-lint from 1.51.1 to 1.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-20T22:23:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a5033fc1f2b04f41aa7574276624268663cb5a4",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [golang.org/x/net\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 (#358)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-20T22:12:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ffeb61089e70dc289a4e8278121af16c2da410b",
"body": "* Upgrade to Go 1.19 on main\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\n\r\n* Run proto-gen with the right go version\r\n\r\n* Updating the net dependency\r\n\r\n* Force a specific go version for vul-check. Should be reverted to not specifying the patch number.\r\n\r\n* Revert to using just the m\n[…]\nsince it is not picking it by setting just 1.19. This hould be reverted later.\r\n\r\n---------\r\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\nCo-authored-by: Lasaro <lasaro@informal.systems>",
"is_bot": false,
"headline": "Upgrade to Go 1.19 on `main` (#206)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-20T22:07:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c90660422de9ec3b21e3dd4078ae6fc8b8ec4411",
"body": "by moving the `codecov.yml` file from .github the root folder.\n\n---\n\n#### PR checklist\n\n- [ ] Tests written/updated\n- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)\n- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments",
"is_bot": false,
"headline": "Use the right code coverage definitions (#352)",
"author_name": "Lasaro",
"author_login": "lasarojc",
"committed_at": "2023-02-17T12:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ab7d288b0650e06ada59673bc88a6b79dbe61e3",
"body": "* Text fixed\r\n\t-\"Methods\" section fixed to consider locked value.\r\n\r\n* File with extra scenarios added\r\n\r\n* Text fixed to not mention locked value\r\n\r\n* Grammar fixed\r\n\r\n* Update spec/abci/abci++_extra.md\r\n\r\n* Update spec/abci/abci++_extra.md\r\n\r\n* Update spec/abci/abci++_extra.md\r\n\r\n* Update spec/abc\n[…]\n--------\r\n\r\nCo-authored-by: Josef Widder <44643235+josef-widder@users.noreply.github.com>\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>\r\nCo-authored-by: Daniel <daniel.cason@informal.systems>",
"is_bot": false,
"headline": "Nenad/150 abci spec fixes (#210)",
"author_name": "nenadmilosevic95",
"author_login": "nenadmilosevic95",
"committed_at": "2023-02-15T15:25:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36827cb1da843212abd52ce8d1ee8ab154a5b7db",
"body": "…#321)\n\nMinor tweak to the README to reflect test/lint status on release branches (arguably more interesting to users than the test/linter status on the `main` branch, which we discourage people from using directly).\n\n[Rendered](https://github.com/cometbft/cometbft/blob/thane/update-readme-branch-te\n[…]\npdated, or no tests needed\n- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed\n- [x] Updated relevant documentation (`docs/`) and code comments, or no\n documentation updates needed",
"is_bot": false,
"headline": "docs: Update README to reflect test/lint status on release branches (…",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-15T13:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba097ec3db3ae7a0563aaf3c0012e06c63cf1700",
"body": "Signed-off-by: Thane Thomson <connect@thanethomson.com>\r\nCo-authored-by: Lasaro <lasaro@informal.systems>",
"is_bot": false,
"headline": "Remove MBT section from contributing guidelines (#343)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-15T13:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4ddd1924632d4237124746f0c1c84beeb3bd96",
"body": "Signed-off-by: Thane Thomson <connect@thanethomson.com>\r\nCo-authored-by: Lasaro <lasaro@informal.systems>",
"is_bot": false,
"headline": "Fix pull request template (#344)",
"author_name": "Thane Thomson",
"author_login": "thanethomson",
"committed_at": "2023-02-15T13:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ccf6842b9aedb6e18e44f9f7ec24f1a980a5a38",
"body": "* adding the 2/3 comet 1/3 tm case, without explanations\r\n\r\n* moving experiment to folder to standardize names\r\n\r\n* Description of how to run the prometheus plotter file\r\n\r\n* regenerating figures and deleting the old ones\r\n\r\n* moving the reporting scripts to this repo\r\n\r\n* Updating CMT1/3 TM2/3 late\n[…]\n the explantion of the `latency_plotter.py` script\r\n\r\n* Moving instructions to run to the reporting\r\n\r\n* Small tweaks in the text\r\n\r\n---------\r\n\r\nCo-authored-by: Sergio Mena <sergio@informal.systems>",
"is_bot": false,
"headline": "QA: v0.34 - 1/3 TM 2/3 CMT (#297)",
"author_name": "Lasaro",
"author_login": "lasarojc",
"committed_at": "2023-02-15T12:47:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5922589896ce12ea49d80c0e7c7f255fbe0c8695",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/golang/crypto/commit/a9f661cb6e1b78478731da332a7b82f1e2fd779c\"><code>a9f661c</code></a> go.mod: update golang.org/x dependencies</li>\n<li><a hr\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#335)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-14T16:41:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "503f850c77faf88f8ab5a9e226e244c8fc12db4d",
"body": "Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.13.1 to 1.14.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/bufbuild/buf/releases\">github.com/bufbuild/buf's releases</a>.</em></p>\n<blockquote>\n<h2>v1.14.0</h2>\n<ul>\n<li>Replace <c\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump github.com/bufbuild/buf from 1.13.1 to 1.14.0 (#338)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-14T16:31:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c436ac4bf9583372770826f7e2645ed4fd1c27df",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.3 to 1.53.0.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.52.3...v1.53.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#339)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-14T16:20:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ced2df78fc406df59d16f1856afe821398c129e1",
"body": "…(#336)\n\n* build(deps): Bump github.com/vektra/mockery/v2 from 2.18.0 to 2.20.0\r\n\r\nBumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.18.0 to 2.20.0.\r\n- [Release notes](https://github.com/vektra/mockery/releases)\r\n- [Changelog](https://github.com/vektra/mockery/blob/maste\n[…]\n\r\nSigned-off-by: Thane Thomson <connect@thanethomson.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Thane Thomson <connect@thanethomson.com>",
"is_bot": true,
"headline": "build(deps): Bump github.com/vektra/mockery/v2 from 2.18.0 to 2.20.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-14T12:08:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af13a8a639aa8d66e09b8f348b010e15f8fa85d6",
"body": "Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.13.1 to 1.14.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/bufbuild/buf-setup-action/commit/8ad5cace2e8aed9510107b247ba286712f007e43\"><code>8ad5cac</code></a> Release v1.14.0 (<a hre\n[…]\nde to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"is_bot": true,
"headline": "build(deps): Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#332)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-13T13:16:06Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2023-07-10T23:25:37Z",
"latest_release_tag": "v0.37.1",
"releases_from_tags": false,
"days_since_last_push": 826,
"active_weeks_last_year": 0,
"days_since_latest_release": 1110,
"mean_days_between_releases": -9
},
"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/cometbft/cometbft",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/cometbft/cometbft",
"is_deprecated": false,
"latest_version": "v1.0.1",
"repository_url": "https://github.com/cometbft/cometbft",
"versions_count": 81,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-02-03T05:41:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 537
}
]
},
"popularity": {
"forks": 2,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"DOCKER/Makefile",
"Makefile",
"libs/events/Makefile",
"networks/local/Makefile",
"test/e2e/Makefile",
"test/loadtime/Makefile"
],
"api_schema_files": [
"proto/tendermint/abci/types.proto",
"proto/tendermint/blocksync/types.proto",
"proto/tendermint/consensus/types.proto",
"proto/tendermint/consensus/wal.proto",
"proto/tendermint/crypto/keys.proto",
"proto/tendermint/crypto/proof.proto",
"proto/tendermint/libs/bits/types.proto",
"proto/tendermint/mempool/types.proto",
"proto/tendermint/p2p/conn.proto",
"proto/tendermint/p2p/pex.proto",
"proto/tendermint/p2p/types.proto",
"proto/tendermint/privval/types.proto",
"proto/tendermint/rpc/grpc/types.proto",
"proto/tendermint/state/types.proto",
"proto/tendermint/statesync/types.proto",
"proto/tendermint/store/types.proto",
"proto/tendermint/types/block.proto",
"proto/tendermint/types/canonical.proto",
"proto/tendermint/types/events.proto",
"proto/tendermint/types/evidence.proto",
"proto/tendermint/types/params.proto",
"proto/tendermint/types/types.proto",
"proto/tendermint/types/validator.proto",
"proto/tendermint/version/types.proto",
"rpc/openapi/openapi.yaml",
"test/loadtime/payload/payload.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 404250,
"source_files_sampled": 638,
"oversized_source_files": 7,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "5.6.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-37cx-329c-33x3",
"GHSA-389r-gv7p-r3rp",
"GHSA-3xc5-wrhm-f963",
"GHSA-449p-3h89-pw88",
"GHSA-crhj-59gh-8x96",
"GHSA-gm2x-2g9h-ccm8",
"GHSA-jhf3-xxhw-2wpp",
"GHSA-m7cr-m3pv-hgrp",
"GHSA-mw99-9chc-xw7r",
"GHSA-r9px-m959-cxf4"
],
"fixed_version": "6.0.0-alpha.4",
"advisory_count": 24,
"oldest_advisory_days": 940
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "0.7.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-45x7-px36-x8w8",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-hcg3-q754-cr77",
"GHSA-j5w8-q4qc-rx2x"
],
"fixed_version": "3.4.0",
"advisory_count": 38,
"oldest_advisory_days": 949
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "1.53.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-m425-mq94-257g",
"GHSA-p77j-4mvh-x3m3",
"GO-2023-2153",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 5,
"oldest_advisory_days": 1003
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "23.0.1+incompatible",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.9,
"advisory_ids": [
"GHSA-232p-vwff-86mp",
"GHSA-33pg-m6jh-5237",
"GHSA-4vq8-7jfc-9cvp",
"GHSA-6wrf-mxfj-pf5p",
"GHSA-jq35-85cj-fj4p",
"GHSA-mq39-4gv4-mvpx",
"GHSA-pxq6-2prw-chj9",
"GHSA-rg2x-37c3-w2rh",
"GHSA-v23v-6jw2-98fq",
"GHSA-vp62-88p7-qqf5"
],
"fixed_version": "29.3.1",
"advisory_count": 24,
"oldest_advisory_days": 1207
},
{
"name": "pillow",
"direct": false,
"version": "9.3.0",
"severity": "critical",
"ecosystem": "pypi",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-3f63-hfp8-52jq",
"GHSA-44wm-f244-xhp3",
"GHSA-45hq-cxwh-f6vc",
"GHSA-4x4j-2g7c-83w6",
"GHSA-5x94-69rx-g8h2",
"GHSA-62p4-gmf7-7g93",
"GHSA-6r8x-57c9-28j4",
"GHSA-8ghj-p4vj-mr35",
"GHSA-8v84-f9pq-wr9x",
"GHSA-9hw9-ch79-4vh6"
],
"fixed_version": "27.0.0-beta.2",
"advisory_count": 37,
"oldest_advisory_days": 1046
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "0.8.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2wrh-6pvc-2jm9",
"GHSA-4374-p667-p6c8",
"GHSA-4v7x-pqxf-cx7m",
"GHSA-5cv4-jp36-h3mw",
"GHSA-qppj-fm5r-hxr3",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GO-2023-1988",
"GO-2023-2102",
"GO-2024-2687"
],
"fixed_version": "12.0.2",
"advisory_count": 23,
"oldest_advisory_days": 1087
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "1.30.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8r3f-844c-mc37",
"GO-2024-2611"
],
"fixed_version": "1.33.0",
"advisory_count": 2,
"oldest_advisory_days": 871
},
{
"name": "fonttools",
"direct": false,
"version": "4.37.4",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6673-4983-2vx5",
"GHSA-768j-98cg-p3fv",
"PYSEC-2026-1388",
"PYSEC-2026-1389"
],
"fixed_version": "4.60.2",
"advisory_count": 4,
"oldest_advisory_days": 927
},
{
"name": "github.com/docker/cli",
"direct": false,
"version": "23.0.1+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GHSA-p436-gjf2-799p",
"GO-2026-4610"
],
"fixed_version": "29.2.0+incompatible",
"advisory_count": 2,
"oldest_advisory_days": 142
},
{
"name": "github.com/docker/distribution",
"direct": false,
"version": "2.8.1+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-hqxw-f8mx-cpmw"
],
"fixed_version": "2.8.2-beta.1",
"advisory_count": 1,
"oldest_advisory_days": 1170
},
{
"name": "github.com/go-git/go-billy/v5",
"direct": false,
"version": "5.4.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-m3xc-h892-ggx6",
"GHSA-qw64-3x98-g7q2",
"GO-2026-5490",
"GO-2026-5597"
],
"fixed_version": "6.0.0-alpha.1",
"advisory_count": 4,
"oldest_advisory_days": 72
},
{
"name": "github.com/golang/glog",
"direct": false,
"version": "1.0.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.1,
"advisory_ids": [
"GHSA-6wxm-mpqj-6jpf",
"GO-2025-3372"
],
"fixed_version": "1.2.4",
"advisory_count": 2,
"oldest_advisory_days": 543
},
{
"name": "github.com/opencontainers/runc",
"direct": false,
"version": "1.1.3",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.6,
"advisory_ids": [
"GHSA-9493-h29p-rfm2",
"GHSA-cgrx-mc8f-2prm",
"GHSA-g2j6-57v7-gm8c",
"GHSA-jfvp-7x6p-h2pv",
"GHSA-m8cg-xc2p-r3fc",
"GHSA-qw9x-cqr3-wc7r",
"GHSA-vpvm-3wq2-2wvm",
"GHSA-xjvp-4fhw-gc47",
"GHSA-xr7r-f8xq-vfvv",
"GO-2023-1627"
],
"fixed_version": "1.13.0",
"advisory_count": 18,
"oldest_advisory_days": 1239
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "1.9.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4f99-4q7p-p3gh",
"GO-2025-4188"
],
"fixed_version": "1.9.3",
"advisory_count": 2,
"oldest_advisory_days": 232
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "1.3.1",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.6,
"advisory_ids": [
"GHSA-2q89-485c-9j2x",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-9763-4f94-gfch",
"GHSA-q9hv-hpm4-hj6x",
"GO-2023-1765",
"GO-2024-2453",
"GO-2025-3754",
"GO-2026-4550"
],
"fixed_version": "1.6.3",
"advisory_count": 8,
"oldest_advisory_days": 1170
},
{
"name": "github.com/go-chi/chi/v5",
"direct": false,
"version": "5.0.8",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GHSA-vrw8-fxc6-2r93",
"GO-2026-5775",
"GO-2026-5777"
],
"fixed_version": "5.3.0",
"advisory_count": 3,
"oldest_advisory_days": 399
},
{
"name": "requests",
"direct": false,
"version": "2.28.2",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-9hjg-9r4m-mvj7",
"GHSA-9wx4-h78v-vm56",
"GHSA-gc5v-m9x4-r6x2",
"GHSA-j8r2-6x86-q33q",
"PYSEC-2023-74",
"PYSEC-2026-1872",
"PYSEC-2026-1873",
"PYSEC-2026-2275"
],
"fixed_version": "2.33.0",
"advisory_count": 8,
"oldest_advisory_days": 1159
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.6.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 63
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "0.8.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 10
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 9,
"unknown": 2,
"critical": 5,
"moderate": 3
},
"advisory_count": 207,
"affected_count": 19,
"assessed_count": 295,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 5
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.1"
},
{
"name": "github.com/adlio/schema",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.3"
},
{
"name": "github.com/fortytw2/leaktest",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/go-kit/kit",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.0"
},
{
"name": "github.com/go-kit/log",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.1"
},
{
"name": "github.com/go-logfmt/logfmt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "github.com/golang/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/golangci/golangci-lint",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.52.0"
},
{
"name": "github.com/google/orderedcode",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.1"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/informalsystems/tm-load-test",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/lib/pq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.7"
},
{
"name": "github.com/libp2p/go-buffer-pool",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.0"
},
{
"name": "github.com/minio/highwayhash",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.2"
},
{
"name": "github.com/ory/dockertest",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.3.5+incompatible"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/pointlander/peg",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.0"
},
{
"name": "github.com/prometheus/client_model",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/prometheus/common",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.42.0"
},
{
"name": "github.com/rcrowley/go-metrics",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20201227073835-cf1acfcdf475"
},
{
"name": "github.com/rs/cors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.3"
},
{
"name": "github.com/sasha-s/go-deadlock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.1"
},
{
"name": "github.com/snikch/goodman",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20171125024755-10e37e294daa"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.1"
},
{
"name": "github.com/spf13/viper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.2"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.53.0"
},
{
"name": "github.com/bufbuild/buf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.1"
},
{
"name": "github.com/syndtr/goleveldb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1-0.20210819022825-2ae1ddf74ef7"
},
{
"name": "github.com/Masterminds/semver/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.2.0"
},
{
"name": "github.com/btcsuite/btcd/btcec/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.2"
},
{
"name": "github.com/btcsuite/btcd/btcutil",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
},
{
"name": "github.com/cometbft/cometbft-db",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/cosmos/gogoproto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.6"
},
{
"name": "github.com/go-git/go-git/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.6.1"
},
{
"name": "github.com/gofrs/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.4.0+incompatible"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/oasisprotocol/curve25519-voi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220708102147-0a8a51822cae"
},
{
"name": "github.com/vektra/mockery/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.23.1"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.0"
},
{
"name": "gonum.org/v1/gonum",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.30.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/adlio/schema",
"direct": true,
"version": "1.3.3",
"ecosystem": "go"
},
{
"name": "github.com/btcsuite/btcd/btcec/v2",
"direct": true,
"version": "2.3.2",
"ecosystem": "go"
},
{
"name": "github.com/btcsuite/btcd/btcutil",
"direct": true,
"version": "1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/buf",
"direct": true,
"version": "1.15.1",
"ecosystem": "go"
},
{
"name": "github.com/burntsushi/toml",
"direct": true,
"version": "1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/cometbft/cometbft-db",
"direct": true,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/cosmos/gogoproto",
"direct": true,
"version": "1.4.6",
"ecosystem": "go"
},
{
"name": "github.com/fortytw2/leaktest",
"direct": true,
"version": "1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "5.6.1",
"ecosystem": "go"
},
{
"name": "github.com/go-kit/kit",
"direct": true,
"version": "0.12.0",
"ecosystem": "go"
},
{
"name": "github.com/go-kit/log",
"direct": true,
"version": "0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/go-logfmt/logfmt",
"direct": true,
"version": "0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/uuid",
"direct": true,
"version": "4.4.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": true,
"version": "1.5.3",
"ecosystem": "go"
},
{
"name": "github.com/golangci/golangci-lint",
"direct": true,
"version": "1.52.0",
"ecosystem": "go"
},
{
"name": "github.com/google/orderedcode",
"direct": true,
"version": "0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/websocket",
"direct": true,
"version": "1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/informalsystems/tm-load-test",
"direct": true,
"version": "1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/lib/pq",
"direct": true,
"version": "1.10.7",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-buffer-pool",
"direct": true,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": true,
"version": "3.2.0",
"ecosystem": "go"
},
{
"name": "github.com/minio/highwayhash",
"direct": true,
"version": "1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/oasisprotocol/curve25519-voi",
"direct": true,
"version": "0.0.0-20220708102147-0a8a51822cae",
"ecosystem": "go"
},
{
"name": "github.com/ory/dockertest",
"direct": true,
"version": "3.3.5+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/pointlander/peg",
"direct": true,
"version": "1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "1.14.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": true,
"version": "0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": true,
"version": "0.42.0",
"ecosystem": "go"
},
{
"name": "github.com/rcrowley/go-metrics",
"direct": true,
"version": "0.0.0-20201227073835-cf1acfcdf475",
"ecosystem": "go"
},
{
"name": "github.com/rs/cors",
"direct": true,
"version": "1.8.3",
"ecosystem": "go"
},
{
"name": "github.com/sasha-s/go-deadlock",
"direct": true,
"version": "0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/snikch/goodman",
"direct": true,
"version": "0.0.0-20171125024755-10e37e294daa",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "1.6.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/viper",
"direct": true,
"version": "1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "1.8.2",
"ecosystem": "go"
},
{
"name": "github.com/syndtr/goleveldb",
"direct": true,
"version": "1.0.1-0.20210819022825-2ae1ddf74ef7",
"ecosystem": "go"
},
{
"name": "github.com/vektra/mockery/v2",
"direct": true,
"version": "2.23.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "0.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": true,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "gonum.org/v1/gonum",
"direct": true,
"version": "0.12.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "1.53.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "1.30.0",
"ecosystem": "go"
},
{
"name": "4d63.com/gocheckcompilerdirectives",
"direct": false,
"version": "1.2.1",
"ecosystem": "go"
},
{
"name": "4d63.com/gochecknoglobals",
"direct": false,
"version": "0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/abirdcfly/dupword",
"direct": false,
"version": "0.0.11",
"ecosystem": "go"
},
{
"name": "github.com/acomagu/bufpipe",
"direct": false,
"version": "1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/alexkohler/prealloc",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/alingse/asasalint",
"direct": false,
"version": "0.0.11",
"ecosystem": "go"
},
{
"name": "github.com/antonboom/errname",
"direct": false,
"version": "0.1.9",
"ecosystem": "go"
},
{
"name": "github.com/antonboom/nilnil",
"direct": false,
"version": "0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/ashanbrown/forbidigo",
"direct": false,
"version": "1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/ashanbrown/makezero",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ansiterm",
"direct": false,
"version": "0.0.0-20230124172434-306776ec8161",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/bkielbasa/cyclop",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/blizzy78/varnamelen",
"direct": false,
"version": "0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/bombsimon/wsl/v3",
"direct": false,
"version": "3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/breml/bidichk",
"direct": false,
"version": "0.2.4",
"ecosystem": "go"
},
{
"name": "github.com/breml/errchkjson",
"direct": false,
"version": "0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/connect-go",
"direct": false,
"version": "1.5.2",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/protocompile",
"direct": false,
"version": "0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/butuzov/ireturn",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff",
"direct": false,
"version": "2.2.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "2.2.0",
"ecosystem": "go"
},
{
"name": "github.com/charithe/durationcheck",
"direct": false,
"version": "0.0.10",
"ecosystem": "go"
},
{
"name": "github.com/chavacava/garif",
"direct": false,
"version": "0.0.0-20230227094218-b8c73b2037b8",
"ecosystem": "go"
},
{
"name": "github.com/chigopher/pathlib",
"direct": false,
"version": "0.12.0",
"ecosystem": "go"
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/containerd/continuity",
"direct": false,
"version": "0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/go-md2man/v2",
"direct": false,
"version": "2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/curioswitch/go-reassign",
"direct": false,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/daixiang0/gci",
"direct": false,
"version": "0.10.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/decred/dcrd/dcrec/secp256k1/v4",
"direct": false,
"version": "4.0.1",
"ecosystem": "go"
},
{
"name": "github.com/denis-tingaikin/go-header",
"direct": false,
"version": "0.4.3",
"ecosystem": "go"
},
{
"name": "github.com/dgraph-io/badger/v2",
"direct": false,
"version": "2.2007.4",
"ecosystem": "go"
},
{
"name": "github.com/dgraph-io/ristretto",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-farm",
"direct": false,
"version": "0.0.0-20200201041132-a6ae2369ad13",
"ecosystem": "go"
},
{
"name": "github.com/djarvur/go-err113",
"direct": false,
"version": "0.0.0-20210108212216-aea10b59be24",
"ecosystem": "go"
},
{
"name": "github.com/docker/cli",
"direct": false,
"version": "23.0.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/distribution",
"direct": false,
"version": "2.8.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "23.0.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker-credential-helpers",
"direct": false,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/emirpasic/gods",
"direct": false,
"version": "1.18.1",
"ecosystem": "go"
},
{
"name": "github.com/esimonov/ifshort",
"direct": false,
"version": "1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/ettle/strcase",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/facebookgo/ensure",
"direct": false,
"version": "0.0.0-20200202191622-63f1cf65ac4c",
"ecosystem": "go"
},
{
"name": "github.com/facebookgo/stack",
"direct": false,
"version": "0.0.0-20160209184415-751773369052",
"ecosystem": "go"
},
{
"name": "github.com/facebookgo/subset",
"direct": false,
"version": "0.0.0-20200203212716-c811ad88dec4",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/structtag",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/fgprof",
"direct": false,
"version": "0.9.3",
"ecosystem": "go"
},
{
"name": "github.com/firefart/nonamedreturns",
"direct": false,
"version": "1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/fzipp/gocyclo",
"direct": false,
"version": "0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gaijinentertainment/go-exhaustruct/v2",
"direct": false,
"version": "2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-chi/chi/v5",
"direct": false,
"version": "5.0.8",
"ecosystem": "go"
},
{
"name": "github.com/go-critic/go-critic",
"direct": false,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/go-git/gcfg",
"direct": false,
"version": "1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/go-git/go-billy/v5",
"direct": false,
"version": "5.4.1",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "1.2.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astcast",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astcopy",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astequal",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astfmt",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astp",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/strparse",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/typep",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-xmlfmt/xmlfmt",
"direct": false,
"version": "1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/glob",
"direct": false,
"version": "0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/flock",
"direct": false,
"version": "0.8.1",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/uuid/v5",
"direct": false,
"version": "5.0.0",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/glog",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/golangci/check",
"direct": false,
"version": "0.0.0-20180506172741-cfe4005ccda2",
"ecosystem": "go"
},
{
"name": "github.com/golangci/dupl",
"direct": false,
"version": "0.0.0-20180902072040-3e9179ac440a",
"ecosystem": "go"
},
{
"name": "github.com/golangci/go-misc",
"direct": false,
"version": "0.0.0-20220329215616-d24fe342adfe",
"ecosystem": "go"
},
{
"name": "github.com/golangci/gofmt",
"direct": false,
"version": "0.0.0-20220901101216-f2edd75033f2",
"ecosystem": "go"
},
{
"name": "github.com/golangci/lint-1",
"direct": false,
"version": "0.0.0-20191013205115-297bf364a8e0",
"ecosystem": "go"
},
{
"name": "github.com/golangci/maligned",
"direct": false,
"version": "0.0.0-20180506175553-b1d89398deca",
"ecosystem": "go"
},
{
"name": "github.com/golangci/misspell",
"direct": false,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/golangci/revgrep",
"direct": false,
"version": "0.0.0-20220804021717-745bb2f7c2e6",
"ecosystem": "go"
},
{
"name": "github.com/golangci/unconvert",
"direct": false,
"version": "0.0.0-20180507085042-28b1c447d1f4",
"ecosystem": "go"
},
{
"name": "github.com/google/btree",
"direct": false,
"version": "1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "0.5.9",
"ecosystem": "go"
},
{
"name": "github.com/google/go-containerregistry",
"direct": false,
"version": "0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "0.0.0-20230228050547-1710fef4ab10",
"ecosystem": "go"
},
{
"name": "github.com/gordonklaus/ineffassign",
"direct": false,
"version": "0.0.0-20230107090616-13ace0543b28",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/analysisutil",
"direct": false,
"version": "0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/comment",
"direct": false,
"version": "1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/forcetypeassert",
"direct": false,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/nilerr",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/gotestyourself/gotestyourself",
"direct": false,
"version": "2.2.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-version",
"direct": false,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/hcl",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/hexops/gotextdiff",
"direct": false,
"version": "1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/iancoleman/strcase",
"direct": false,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/imdario/mergo",
"direct": false,
"version": "0.3.13",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jbenet/go-context",
"direct": false,
"version": "0.0.0-20150711004518-d14ea06fba99",
"ecosystem": "go"
},
{
"name": "github.com/jdxcode/netrc",
"direct": false,
"version": "0.0.0-20221124155335-4616370d1a84",
"ecosystem": "go"
},
{
"name": "github.com/jgautheron/goconst",
"direct": false,
"version": "1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/jingyugao/rowserrcheck",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/copier",
"direct": false,
"version": "0.3.5",
"ecosystem": "go"
},
{
"name": "github.com/jirfag/go-printf-func-name",
"direct": false,
"version": "0.0.0-20200119135958-7558a9eaa5af",
"ecosystem": "go"
},
{
"name": "github.com/jmhodges/levigo",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/julz/importas",
"direct": false,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/junk1tm/musttag",
"direct": false,
"version": "0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/kevinburke/ssh_config",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/kisielk/errcheck",
"direct": false,
"version": "1.6.3",
"ecosystem": "go"
},
{
"name": "github.com/kisielk/gotool",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/kkhaike/contextcheck",
"direct": false,
"version": "1.1.4",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "1.16.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/pgzip",
"direct": false,
"version": "1.2.5",
"ecosystem": "go"
},
{
"name": "github.com/kulti/thelper",
"direct": false,
"version": "0.6.3",
"ecosystem": "go"
},
{
"name": "github.com/kunwardeep/paralleltest",
"direct": false,
"version": "1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/kyoh86/exportloopref",
"direct": false,
"version": "0.1.11",
"ecosystem": "go"
},
{
"name": "github.com/ldez/gomoddirectives",
"direct": false,
"version": "0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/ldez/tagliatelle",
"direct": false,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/leonklingele/grouper",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/lufeee/execinquery",
"direct": false,
"version": "1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/magiconair/properties",
"direct": false,
"version": "1.8.7",
"ecosystem": "go"
},
{
"name": "github.com/maratori/testableexamples",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/maratori/testpackage",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver",
"direct": false,
"version": "1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/matoous/godox",
"direct": false,
"version": "0.0.0-20230222163458-006bad1f9d26",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "0.1.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "0.0.17",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "0.0.9",
"ecosystem": "go"
},
{
"name": "github.com/matttproud/golang_protobuf_extensions",
"direct": false,
"version": "1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/mbilski/exhaustivestruct",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/mgechev/revive",
"direct": false,
"version": "1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": false,
"version": "1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/term",
"direct": false,
"version": "0.0.0-20221205130635-1aeaba878587",
"ecosystem": "go"
},
{
"name": "github.com/moricho/tparallel",
"direct": false,
"version": "0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/morikuni/aec",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/nakabonne/nestif",
"direct": false,
"version": "0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/nbutton23/zxcvbn-go",
"direct": false,
"version": "0.0.0-20210217022336-fa2cb2858354",
"ecosystem": "go"
},
{
"name": "github.com/nishanths/exhaustive",
"direct": false,
"version": "0.9.5",
"ecosystem": "go"
},
{
"name": "github.com/nishanths/predeclared",
"direct": false,
"version": "0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/nunnatsa/ginkgolinter",
"direct": false,
"version": "0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/nvveen/gotty",
"direct": false,
"version": "0.0.0-20120604004816-cd527374f1e5",
"ecosystem": "go"
},
{
"name": "github.com/olekukonko/tablewriter",
"direct": false,
"version": "0.0.5",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "1.1.0-rc2",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/runc",
"direct": false,
"version": "1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/openpeedeep/depguard",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "2.0.6",
"ecosystem": "go"
},
{
"name": "github.com/petermattis/goid",
"direct": false,
"version": "0.0.0-20180202154549-b0b1615b78e5",
"ecosystem": "go"
},
{
"name": "github.com/pjbgf/sha1cd",
"direct": false,
"version": "0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/pkg/browser",
"direct": false,
"version": "0.0.0-20210911075715-681adbf594b8",
"ecosystem": "go"
},
{
"name": "github.com/pkg/profile",
"direct": false,
"version": "1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/pointlander/compress",
"direct": false,
"version": "1.1.1-0.20190518213731-ff44bd196cc3",
"ecosystem": "go"
},
{
"name": "github.com/pointlander/jetset",
"direct": false,
"version": "1.0.1-0.20190518214125-eee7eff80bd4",
"ecosystem": "go"
},
{
"name": "github.com/polyfloyd/go-errorlint",
"direct": false,
"version": "1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/protonmail/go-crypto",
"direct": false,
"version": "0.0.0-20230217124315-7d5c6f04bbb8",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/go-ruleguard",
"direct": false,
"version": "0.3.19",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/gogrep",
"direct": false,
"version": "0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/regex/syntax",
"direct": false,
"version": "0.0.0-20210819130434-b3f0c404a727",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/stdinfo",
"direct": false,
"version": "0.0.0-20220114132959-f7386bf02567",
"ecosystem": "go"
},
{
"name": "github.com/rs/zerolog",
"direct": false,
"version": "1.29.0",
"ecosystem": "go"
},
{
"name": "github.com/russross/blackfriday/v2",
"direct": false,
"version": "2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/ryancurrah/gomodguard",
"direct": false,
"version": "1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/ryanrolds/sqlclosecheck",
"direct": false,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/sanposhiho/wastedassign/v2",
"direct": false,
"version": "2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/sashamelentyev/interfacebloat",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/sashamelentyev/usestdlibvars",
"direct": false,
"version": "1.23.0",
"ecosystem": "go"
},
{
"name": "github.com/satori/go.uuid",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/securego/gosec/v2",
"direct": false,
"version": "2.15.0",
"ecosystem": "go"
},
{
"name": "github.com/sergi/go-diff",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/shazow/go-diff",
"direct": false,
"version": "0.0.0-20160112020656-b6b7b6733b8c",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/sivchari/containedctx",
"direct": false,
"version": "1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/sivchari/nosnakecase",
"direct": false,
"version": "1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/sivchari/tenv",
"direct": false,
"version": "1.7.1",
"ecosystem": "go"
},
{
"name": "github.com/skeema/knownhosts",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/sonatard/noctx",
"direct": false,
"version": "0.0.2",
"ecosystem": "go"
},
{
"name": "github.com/sourcegraph/go-diff",
"direct": false,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/jwalterweatherman",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/ssgreg/nlreturn/v2",
"direct": false,
"version": "2.2.1",
"ecosystem": "go"
},
{
"name": "github.com/stbenjam/no-sprintf-host-port",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/subosito/gotenv",
"direct": false,
"version": "1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/t-yuki/gocover-cobertura",
"direct": false,
"version": "0.0.0-20180217150009-aaee18c8195c",
"ecosystem": "go"
},
{
"name": "github.com/tdakkota/asciicheck",
"direct": false,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/tecbot/gorocksdb",
"direct": false,
"version": "0.0.0-20191217155057-f0fad39f321c",
"ecosystem": "go"
},
{
"name": "github.com/tetafro/godot",
"direct": false,
"version": "1.4.11",
"ecosystem": "go"
},
{
"name": "github.com/timakin/bodyclose",
"direct": false,
"version": "0.0.0-20221125081123-e39cf3fc478e",
"ecosystem": "go"
},
{
"name": "github.com/timonwong/loggercheck",
"direct": false,
"version": "0.9.4",
"ecosystem": "go"
},
{
"name": "github.com/tomarrell/wrapcheck/v2",
"direct": false,
"version": "2.8.1",
"ecosystem": "go"
},
{
"name": "github.com/tommy-muehle/go-mnd/v2",
"direct": false,
"version": "2.5.1",
"ecosystem": "go"
},
{
"name": "github.com/ultraware/funlen",
"direct": false,
"version": "0.0.3",
"ecosystem": "go"
},
{
"name": "github.com/ultraware/whitespace",
"direct": false,
"version": "0.0.5",
"ecosystem": "go"
},
{
"name": "github.com/uudashr/gocognit",
"direct": false,
"version": "1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/xanzy/ssh-agent",
"direct": false,
"version": "0.3.3",
"ecosystem": "go"
},
{
"name": "github.com/yagipy/maintidx",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/yeya24/promlinter",
"direct": false,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "gitlab.com/bosi/decorder",
"direct": false,
"version": "0.2.3",
"ecosystem": "go"
},
{
"name": "go.etcd.io/bbolt",
"direct": false,
"version": "1.3.6",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "1.14.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "1.14.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "1.14.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/atomic",
"direct": false,
"version": "1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "1.24.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "0.0.0-20230307190834-24139beb5833",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp/typeparams",
"direct": false,
"version": "0.0.0-20230224173230-c95f2b4c22f2",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "0.9.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.6.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "0.6.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "0.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto",
"direct": false,
"version": "0.0.0-20230110181048-76db0878b65f",
"ecosystem": "go"
},
{
"name": "gopkg.in/ini.v1",
"direct": false,
"version": "1.67.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/warnings.v0",
"direct": false,
"version": "0.1.2",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "3.0.1",
"ecosystem": "go"
},
{
"name": "gotest.tools",
"direct": false,
"version": "2.2.0+incompatible",
"ecosystem": "go"
},
{
"name": "honnef.co/go/tools",
"direct": false,
"version": "0.4.3",
"ecosystem": "go"
},
{
"name": "mvdan.cc/gofumpt",
"direct": false,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "mvdan.cc/interfacer",
"direct": false,
"version": "0.0.0-20180901003855-c20040233aed",
"ecosystem": "go"
},
{
"name": "mvdan.cc/lint",
"direct": false,
"version": "0.0.0-20170908181259-adc824a0674b",
"ecosystem": "go"
},
{
"name": "mvdan.cc/unparam",
"direct": false,
"version": "0.0.0-20221223090309-7455f1af531d",
"ecosystem": "go"
},
{
"name": "contourpy",
"direct": false,
"version": "1.0.5",
"ecosystem": "pypi"
},
{
"name": "cycler",
"direct": false,
"version": "0.11.0",
"ecosystem": "pypi"
},
{
"name": "fonttools",
"direct": false,
"version": "4.37.4",
"ecosystem": "pypi"
},
{
"name": "kiwisolver",
"direct": false,
"version": "1.4.4",
"ecosystem": "pypi"
},
{
"name": "matplotlib",
"direct": false,
"version": "3.6.3",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": false,
"version": "1.24.2",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "21.3",
"ecosystem": "pypi"
},
{
"name": "pandas",
"direct": false,
"version": "1.5.3",
"ecosystem": "pypi"
},
{
"name": "pillow",
"direct": false,
"version": "9.3.0",
"ecosystem": "pypi"
},
{
"name": "prometheus-pandas",
"direct": false,
"version": "0.3.2",
"ecosystem": "pypi"
},
{
"name": "pyparsing",
"direct": false,
"version": "3.0.9",
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": false,
"version": "2.8.2",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.28.2",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.16.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 295,
"direct_count": 45,
"indirect_count": 250
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 2,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "ebuchman",
"commits": 2854,
"avatar_url": "https://avatars.githubusercontent.com/u/2300911?v=4"
},
{
"type": "User",
"login": "melekes",
"commits": 1492,
"avatar_url": "https://avatars.githubusercontent.com/u/1282182?v=4"
},
{
"type": "User",
"login": "jaekwon",
"commits": 1261,
"avatar_url": "https://avatars.githubusercontent.com/u/53785?v=4"
},
{
"type": "User",
"login": "tac0turtle",
"commits": 367,
"avatar_url": "https://avatars.githubusercontent.com/u/24299864?v=4"
},
{
"type": "User",
"login": "zramsay",
"commits": 343,
"avatar_url": "https://avatars.githubusercontent.com/u/8304391?v=4"
},
{
"type": "User",
"login": "ethanfrey",
"commits": 307,
"avatar_url": "https://avatars.githubusercontent.com/u/5689864?v=4"
},
{
"type": "User",
"login": "greg-szabo",
"commits": 260,
"avatar_url": "https://avatars.githubusercontent.com/u/16846635?v=4"
},
{
"type": "User",
"login": "cmwaters",
"commits": 210,
"avatar_url": "https://avatars.githubusercontent.com/u/27455974?v=4"
},
{
"type": "User",
"login": "erikgrinaker",
"commits": 159,
"avatar_url": "https://avatars.githubusercontent.com/u/644420?v=4"
},
{
"type": "User",
"login": "ValarDragon",
"commits": 137,
"avatar_url": "https://avatars.githubusercontent.com/u/6440154?v=4"
}
],
"contributors_sampled": 97,
"top_contributor_share": 0.334
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"check-generated.yml",
"codeql.yml",
"cometbft-docker.yml",
"docs-toc.yml",
"e2e-long-main.yml",
"e2e-manual-multiversion.yml",
"e2e-manual.yml",
"e2e-nightly-34x.yml",
"e2e-nightly-37x.yml",
"e2e-nightly-main.yml",
"e2e.yml",
"fuzz-nightly.yml",
"govulncheck.yml",
"janitor.yml",
"lint.yml",
"markdown-linter.yml",
"pre-release.yml",
"proto-lint.yml",
"release-version.yml",
"release.yml",
"stale.yml",
"testapp-docker.yml",
"tests.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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 41 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": 10,
"reason": "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": 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": "internal error: Client.Actions.ListWorkflowRunsByFileName: internal error: ListWorkflowRunsByFileName: GET https://api.github.com/repos/evstack/cometbft/actions/workflows/pre-release.yml/runs?status=success: 404 Not Found []",
"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": 10,
"reason": "SAST tool detected: CodeQL",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "121 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4790ea3e46475064d5475c787427ae926c5a9e94",
"ran_at": "2026-07-25T12:26:53Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 4,
"created_at": "2023-09-27T06:03:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2023-11-04T04:57:01Z",
"last_comment_at": "2023-11-04T04:57:07Z",
"last_comment_author": "coderabbitai"
},
{
"number": 7,
"created_at": "2024-01-31T22:54:18Z",
"last_comment_at": "2024-01-31T22:54:25Z",
"last_comment_author": "coderabbitai"
},
{
"number": 8,
"created_at": "2024-03-13T22:50:37Z",
"last_comment_at": "2024-03-13T22:50:42Z",
"last_comment_author": "coderabbitai"
},
{
"number": 9,
"created_at": "2024-03-20T17:19:26Z",
"last_comment_at": "2024-03-20T17:19:34Z",
"last_comment_author": "coderabbitai"
},
{
"number": 10,
"created_at": "2024-04-03T21:00:07Z",
"last_comment_at": "2024-04-03T21:00:14Z",
"last_comment_author": "coderabbitai"
},
{
"number": 11,
"created_at": "2024-04-19T14:11:04Z",
"last_comment_at": "2024-04-19T14:11:10Z",
"last_comment_author": "coderabbitai"
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/evstack/cometbft",
"host": "github.com",
"name": "cometbft",
"owner": "evstack"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 24,
"inputs": {
"security": 46,
"vitality": 22,
"community": 12,
"governance": 45,
"engineering": 73,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 40,
"overall_after_abandonment_multiplier": 24
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"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": 0.71,
"days_since_last_push": 826,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 826 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 826
}
}
],
"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": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.37.1",
"releases_from_tags": false,
"days_since_latest_release": 1110,
"mean_days_between_releases": -9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1110 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1110
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~-9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": -9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"unfixed_advisory",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 7,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1219,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1219 days; 4 unmet obligation(s): pull requests unanswered, a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1219,
"count": 4,
"signals": "pull requests unanswered, a fixed advisory left unapplied, 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": 2,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 45,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 97,
"top_contributor_share": 0.334
},
"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 33% of commits",
"points": 15,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 33
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "97 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 97
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 41 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": 4
},
"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/4 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 4
}
}
],
"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": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 119,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "evstack",
"public_repos": 54,
"account_age_days": 1319
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "119 followers of evstack",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 119,
"login": "evstack"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "54 public repos, account ~3 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 54
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"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": 88,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "24 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 24
}
}
],
"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": 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": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://docs.cometbft.com",
"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": "https://docs.cometbft.com",
"points": 15,
"status": "met",
"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": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "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 41 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": "update tool detected",
"points": 7.5,
"status": "met",
"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.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": "internal error: Client.Actions.ListWorkflowRunsByFileName: internal error: ListWorkflowRunsByFileName: GET https://api.github.com/repos/evstack/cometbft/actions/workflows/pre-release.yml/runs?status=success: 404 Not Found []",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "121 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 295 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 295
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "osv",
"advisories": 207,
"affected_packages": 19,
"assessed_packages": 295,
"unassessed_packages": 0,
"affected_by_severity": "critical 5, high 9, moderate 3, unknown 2",
"direct_affected_packages": 5
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "5 affected: github.com/go-git/go-git/v5 5.6.1 (critical 9.8), golang.org/x/crypto 0.7.0 (critical 10.0), google.golang.org/grpc 1.53.0 (critical 9.1), +2 more",
"points": 3.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 5,
"packages": "github.com/go-git/go-git/v5 5.6.1 (critical 9.8), golang.org/x/crypto 0.7.0 (critical 10.0), google.golang.org/grpc 1.53.0 (critical 9.1)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 2
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "5 advisory-carrying package(s) unaddressed past 90 days; oldest published 1087 days ago",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 5,
"oldest": 1087
}
}
],
"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": 295,
"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": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 71,
"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.915,
"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": "65 of 71 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 65,
"sampled": 71
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"DOCKER/Makefile",
"Makefile",
"libs/events/Makefile",
"networks/local/Makefile",
"test/e2e/Makefile",
"test/loadtime/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.29
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "DOCKER/Makefile, Makefile, libs/events/Makefile, networks/local/Makefile, test/e2e/Makefile, test/loadtime/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "DOCKER/Makefile, Makefile, libs/events/Makefile, networks/local/Makefile, test/e2e/Makefile, test/loadtime/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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, 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": "29 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 29,
"sampled": 100
}
}
],
"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": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 404250,
"source_files_sampled": 638,
"oversized_source_files": 7
},
"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": "7/638 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 638,
"oversized": 7
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": [
"proto/tendermint/abci/types.proto",
"proto/tendermint/blocksync/types.proto",
"proto/tendermint/consensus/types.proto",
"proto/tendermint/consensus/wal.proto",
"proto/tendermint/crypto/keys.proto",
"proto/tendermint/crypto/proof.proto",
"proto/tendermint/libs/bits/types.proto",
"proto/tendermint/mempool/types.proto",
"proto/tendermint/p2p/conn.proto",
"proto/tendermint/p2p/pex.proto",
"proto/tendermint/p2p/types.proto",
"proto/tendermint/privval/types.proto",
"proto/tendermint/rpc/grpc/types.proto",
"proto/tendermint/state/types.proto",
"proto/tendermint/statesync/types.proto",
"proto/tendermint/store/types.proto",
"proto/tendermint/types/block.proto",
"proto/tendermint/types/canonical.proto",
"proto/tendermint/types/events.proto",
"proto/tendermint/types/evidence.proto",
"proto/tendermint/types/params.proto",
"proto/tendermint/types/types.proto",
"proto/tendermint/types/validator.proto",
"proto/tendermint/version/types.proto",
"rpc/openapi/openapi.yaml",
"test/loadtime/payload/payload.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "proto/tendermint/abci/types.proto, proto/tendermint/blocksync/types.proto, proto/tendermint/consensus/types.proto, proto/tendermint/consensus/wal.proto, proto/tendermint/crypto/keys.proto, proto/tendermint/crypto/proof.proto, proto/tendermint/libs/bits/types.proto, proto/tendermint/mempool/types.proto, proto/tendermint/p2p/conn.proto, proto/tendermint/p2p/pex.proto, proto/tendermint/p2p/types.proto, proto/tendermint/privval/types.proto, proto/tendermint/rpc/grpc/types.proto, proto/tendermint/state/types.proto, proto/tendermint/statesync/types.proto, proto/tendermint/store/types.proto, proto/tendermint/types/block.proto, proto/tendermint/types/canonical.proto, proto/tendermint/types/events.proto, proto/tendermint/types/evidence.proto, proto/tendermint/types/params.proto, proto/tendermint/types/types.proto, proto/tendermint/types/validator.proto, proto/tendermint/version/types.proto, rpc/openapi/openapi.yaml, test/loadtime/payload/payload.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/tendermint/abci/types.proto, proto/tendermint/blocksync/types.proto, proto/tendermint/consensus/types.proto, proto/tendermint/consensus/wal.proto, proto/tendermint/crypto/keys.proto, proto/tendermint/crypto/proof.proto, proto/tendermint/libs/bits/types.proto, proto/tendermint/mempool/types.proto, proto/tendermint/p2p/conn.proto, proto/tendermint/p2p/pex.proto, proto/tendermint/p2p/types.proto, proto/tendermint/privval/types.proto, proto/tendermint/rpc/grpc/types.proto, proto/tendermint/state/types.proto, proto/tendermint/statesync/types.proto, proto/tendermint/store/types.proto, proto/tendermint/types/block.proto, proto/tendermint/types/canonical.proto, proto/tendermint/types/events.proto, proto/tendermint/types/evidence.proto, proto/tendermint/types/params.proto, proto/tendermint/types/types.proto, proto/tendermint/types/validator.proto, proto/tendermint/version/types.proto, rpc/openapi/openapi.yaml, test/loadtime/payload/payload.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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"go package 'github.com/cometbft/cometbft' points at a different repository (https://github.com/cometbft/cometbft); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-25T12:27:18.722958Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/evstack/cometbft.svg",
"full_name": "evstack/cometbft",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}