Ecosystem metrics
- New Repos
- 20
- New
- Commits
- 560
- down 36.4%
- Releases
- 7
- up 75.0%
- Contributors
- 45
- up 18.4%
- Merges
- 14
- down 63.2%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7042 commits in all time
Jun 09, 2026 09:17 – Sep 07, 2026 09:17 UTC
Merge 8ef54b6adbba5fa060584c307b4f0f826c89722a into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
bd577232
pull/457/merge
2/2 ++ 2 --
chore(deps): update actions/setup-node action to v7
8ef54b6a
renovate/actions-setup-node-7.x
2/2 ++ 2 --
Merge 6061589c82413c8b8319f88dd7544e163ab032ef into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
3c89adc0
pull/456/merge
1/1 ++ 1 --
chore(deps): update actions/create-github-app-token action to v3
6061589c
renovate/actions-create-github-app-token-3.x
1/1 ++ 1 --
Merge 476291bfcf008b512d7974ad8048e88fc18f93fa into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
0d789099
pull/191/merge
1/1 ++ 1 --
npm: bump @types/node from 22.20.1 to 26.4.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.20.1 to 26.4.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
476291bf
dependabot/npm_and_yarn/main/types/node-26.4.1
1/1 ++ 1 --
Merge ca1307a6eb1a21f1beeee4b5b22f2e7d95c98d32 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
3e67c21b
pull/190/merge
1/1 ++ 1 --
npm: bump eslint from 9.39.5 to 10.9.1
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.5 to 10.9.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.5...v10.9.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ca1307a6
dependabot/npm_and_yarn/main/eslint-10.9.1
1/1 ++ 1 --
Merge b84cf480fe6ef5abab64b87b125815a74f821e2f into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
8361caef
pull/189/merge
1/1 ++ 1 --
npm: bump hardhat from 2.29.1 to 3.15.0
Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) from 2.29.1 to 3.15.0. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.15.0/packages/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
b84cf480
dependabot/npm_and_yarn/main/hardhat-3.15.0
1/1 ++ 1 --
Merge 372922f8b07dae0286c4b3881811e5da5dda884a into ec6c593a804c81f661cf4c003f17ff964d9cae95
5d90f89e
pull/40/merge
17/1,811 ++ 3 --
feat: vault service methods for algorand post-quantum accounts
Wraps the `algorand-pq` secrets engine added in the previous commit so the service layer can reach Falcon-1024 keys the same way it already reaches transit ed25519 ones. Pure addition: no existing method, call site or response shape changes, and nothing yet calls these. The four wrappers mirror their transit siblings — create (idempotent), read, sign, list — and share one private request helper, since the plugin does not imitate transit's quirks and so has none of the per-method special casing the transit wrappers carry. Two differences from those siblings are deliberate. Signatures come back raw: the plugin emits no `vault:v1:` envelope, so nothing may run the transit prefix split over them, and `decodeVaultSignature` in particular would reject every Falcon signature on its 64-byte length assertion. And a missing key is an answer rather than an error: `pqGetKey` returns `undefined` on 404 because the account-type probe that follows reads a miss as "this user_id is not a PQ account". `pqSign` keeps throwing on 404, since an unknown key there is a real failure. The mount comes from a new `VAULT_PQ_USERS_PATH` in `.env.template`, falling back to `pawn/pq-users` the way the KV mount falls back to `secret`. `development-init` seeds `.env` only when the file is absent, so without the fallback every existing checkout would resolve an undefined mount against a Vault that has the engine mounted correctly. The path stays a literal in `development-init.ts` and the e2e suite: the former writes `.env` from the template and so cannot consume the variable it creates, which is why its transit paths are literals too. Unit tests cover response parsing, the mount override and namespace header, the 404-to-`undefined` path, that the signing input is passed through base64 unmodified, and that a raw signature survives with no prefix stripped. Verified against the running dev stack as well: a key created through these methods reads back identically, re-creating it is idempotent, signing yields a 1226-byte buffer, and the user AppRole is denied on sign while the manager succeeds.
372922f8
feat/pq-accounts
4/314 ++ 3 --
build(deps): update vue-router requirement from ^5.3.0 to ^5.3.1
Updates the requirements on [vue-router](https://github.com/vuejs/router) to permit the latest version. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: vue-router dependency-version: 5.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
155d7171
dependabot/npm_and_yarn/vue-router-tw-5.3.1
1/1 ++ 1 --
Merge 767bbbddb884bae419b292186e1af0174be9ab54 into cf3c69ab1f669a6554e13411a86d71757f8e2170
cccec14a
pull/6501/merge
19/1,195 ++ 268 --
Merge 26e8d630db78726bb746a7b7cb8912111907f77c into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
6d80e270
pull/454/merge
15/1,413 ++ 958 --
chore(deps): update non-major dependencies
26e8d630
renovate/non-major-dependencies
15/1,413 ++ 958 --
Merge 07ae15495d7afdd125922185074766183ec5fb8b into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
127f49f4
pull/450/merge
11/770 ++ 200 --
chore(deps): update wallet adapter packages
07ae1549
renovate/wallet-adapter-packages
11/770 ++ 200 --