Skip to content

Latest commit

 

History

History
146 lines (137 loc) · 4.08 KB

README.md

File metadata and controls

146 lines (137 loc) · 4.08 KB

@digitalbazaar/vc-commit-tracker

@digitalbazaar/vc-commit-tracker retrieves the most recent commit dates from a list of public VC specs and test suites on Github and displays them within a table in the README.

GitHub Workflow

The configured GitHub workflow runs at 10 AM UTC every Sunday, refreshing the README.md file. You can also manually run the workflow on main branch.

Install

Requires:

  • Node.js 20+

To install locally (for development):

git clone https://github.com/digitalbazaar/vc-commit-tracker.git
cd vc-commit-tracker
npm install

To update the README with the most recent commit dates for VC specifications and test suite repositories:

GH_ACCESS_TOKEN="YOUR_GH_ACCESS_TOKEN" npm run update-readme

Note: GitHub imposes restrictions on the number of REST API requests within a given timeframe. To bypass these limitations, authentication via a GitHub access token is necessary. Ensure you pass this access token through an environment variable when executing the script to generate the table.

Latest Commit Dates by Repository

repository name latest commit date
w3c/vc-di-ecdsa 2024-02-29T16:01:34Z
w3c/vc-di-ecdsa-test-suite 2024-05-24T12:12:41Z
w3c/vc-di-eddsa 2024-04-28T14:51:28Z
w3c/vc-di-eddsa-test-suite 2024-02-05T18:51:28Z
w3c/vc-data-model 2024-05-02T17:46:07Z
w3c/vc-data-model-2.0-test-suite 2024-04-18T17:36:34Z
w3c/vc-di-bbs 2024-04-24T16:12:45Z
w3c-ccg/vc-di-bbs-test-suite 2024-05-14T17:42:22Z
w3c/vc-bitstring-status-list 2024-05-14T13:01:08Z
w3c-ccg/status-list-2021-test-suite 2024-01-09T16:57:04Z
w3c-ccg/vc-api 2024-04-16T19:18:07Z
w3c-ccg/vc-api-issuer-test-suite 2024-01-09T16:31:39Z
w3c-ccg/vc-api 2024-04-16T19:18:07Z
w3c-ccg/vc-api-verifier-test-suite 2024-01-09T16:47:15Z
w3c-ccg/did-method-key 2022-06-21T17:45:51Z
w3c-ccg/did-key-test-suite 2024-01-09T16:53:52Z
w3c/vc-data-integrity 2024-04-28T15:06:12Z
w3c-ccg/data-integrity-test-suite-assertion 2024-04-14T22:10:43Z
w3c-ccg/vc-refresh-2021 2022-06-15T20:18:03Z
w3c-ccg/vc-refresh-2021-test-suite 2023-11-10T17:40:50Z
w3c/vc-di-eddsa 2024-04-28T14:51:28Z
w3c/vc-di-ed25519signature2020-test-suite 2024-03-11T15:52:57Z

License

BSD-3-Clause (c) Digital Bazaar, Inc.