{"id":44147384,"url":"https://github.com/orijtech/consensuswarn","last_synced_at":"2026-02-09T02:36:15.108Z","repository":{"id":63048509,"uuid":"562015056","full_name":"orijtech/consensuswarn","owner":"orijtech","description":"cosmos-sdk state diffing tool","archived":false,"fork":false,"pushed_at":"2024-08-15T22:32:24.000Z","size":30,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-28T21:56:02.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orijtech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-05T03:25:17.000Z","updated_at":"2024-10-08T06:13:29.000Z","dependencies_parsed_at":"2024-06-21T14:36:18.462Z","dependency_job_id":null,"html_url":"https://github.com/orijtech/consensuswarn","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"e495c357df22f8baaaae935d4c98beff719c02d8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orijtech/consensuswarn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orijtech%2Fconsensuswarn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orijtech%2Fconsensuswarn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orijtech%2Fconsensuswarn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orijtech%2Fconsensuswarn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orijtech","download_url":"https://codeload.github.com/orijtech/consensuswarn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orijtech%2Fconsensuswarn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29254316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T01:52:29.835Z","status":"online","status_checked_at":"2026-02-09T02:00:09.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-09T02:36:14.443Z","updated_at":"2026-02-09T02:36:15.103Z","avatar_url":"https://github.com/orijtech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Consensus Warnings GitHub Action\n\nThe consensuswarn GitHub action takes a set of Go function and method roots and checks whether the\ncurrent PR touches any of the roots, or any function or method directly or indirectly called by\na root. If so, a comment is posted on the PR with the affected callstacks.\n\nFunction and methods roots are specified on the form\n\n```\nexample.com/pkg/path.Type.Method\n```\n\nfunctions use\n\n```\nexample.com/pkg/path.Function\n```\n\n## Example Workflow\n\n```\nname: \"Warn about consensus code changes\"\n\non:\n  pull_request_target:\n    types:\n      - opened\n      - edited\n      - synchronize\n\njobs:\n  main:\n    permissions:\n      pull-requests: write # For reading the PR and posting comment\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: orijtech/consensuswarn@main\n        with:\n          roots: 'github.com/cosmos/cosmos-sdk/baseapp.BaseApp.DeliverTx,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.BeginBlock,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.EndBlock,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.Commit'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forijtech%2Fconsensuswarn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forijtech%2Fconsensuswarn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forijtech%2Fconsensuswarn/lists"}