Ecosystem metrics

New Repos
20
New
Commits
581
down 33.8%
Releases
7
up 75.0%
Contributors
46
up 24.3%
Merges
15
down 60.5%

Repository Explorer

7100 commits in all time Jun 09, 2026 08:11 – Sep 07, 2026 08:11 UTC
Merge 476291bfcf008b512d7974ad8048e88fc18f93fa into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit 0d789099 Branch pull/191/merge Document 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>
Git Commit 476291bf Branch dependabot/npm_and_yarn/main/types/node-26.4.1 Document 1/1 ++ 1 --
Merge ca1307a6eb1a21f1beeee4b5b22f2e7d95c98d32 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit 3e67c21b Branch pull/190/merge Document 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>
Git Commit ca1307a6 Branch dependabot/npm_and_yarn/main/eslint-10.9.1 Document 1/1 ++ 1 --
Merge b84cf480fe6ef5abab64b87b125815a74f821e2f into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
Git Commit 8361caef Branch pull/189/merge Document 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>
Git Commit b84cf480 Branch dependabot/npm_and_yarn/main/hardhat-3.15.0 Document 1/1 ++ 1 --
bwmx intermezzo
Merge 372922f8b07dae0286c4b3881811e5da5dda884a into ec6c593a804c81f661cf4c003f17ff964d9cae95
Git Commit 5d90f89e Branch pull/40/merge Document 17/1,811 ++ 3 --
bwmx intermezzo
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.
Git Commit 372922f8 Branch feat/pq-accounts Document 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>
Git Commit 155d7171 Branch dependabot/npm_and_yarn/vue-router-tw-5.3.1 Document 1/1 ++ 1 --
Merge 767bbbddb884bae419b292186e1af0174be9ab54 into cf3c69ab1f669a6554e13411a86d71757f8e2170
Git Commit cccec14a Branch pull/6501/merge Document 19/1,195 ++ 268 --
renovate[bot] use-wallet
Merge 26e8d630db78726bb746a7b7cb8912111907f77c into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 6d80e270 Branch pull/454/merge Document 15/1,413 ++ 958 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit 26e8d630 Branch renovate/non-major-dependencies Document 15/1,413 ++ 958 --
renovate[bot] use-wallet
Merge 07ae15495d7afdd125922185074766183ec5fb8b into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 127f49f4 Branch pull/450/merge Document 11/770 ++ 200 --
renovate[bot] use-wallet
chore(deps): update wallet adapter packages
Git Commit 07ae1549 Branch renovate/wallet-adapter-packages Document 11/770 ++ 200 --
ipaleka frontend
Updated documentation
Git Commit 5a5ef74e Branch main Document 8/459 ++ 202 --
ipaleka widgets
Updated documentation
Git Commit 1466f999 Branch main Document 11/159 ++ 197 --
ipaleka mobileapp
Bugfix for wrong ASA total supply representation
Git Commit e022abe8 Branch main Document 2/17 ++ 27 --
ipaleka frontend
Router name in the swap window moved to the last row
Git Commit e51e2f1b Branch main Document 5/127 ++ 8 --
ipaleka widgets
Router name in the swap window moved to the last row
Git Commit 062c0916 Branch main Document 1/9 ++ 1 --
ipaleka frontend
Swap window arrows icon moved to be exactly between input and output sections
Git Commit c4b3ad49 Branch main Document 3/82 ++ 9 --
jannotti go-algorand
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into cf3c69ab1f669a6554e13411a86d71757f8e2170
Git Commit 6a5c8629 Branch pull/6703/merge Document 49/2,826 ++ 950 --
ipaleka frontend
Bugfix for not erased USD values upon switching tabs in the swap window
Git Commit 7bda2b14 Branch main Document 4/49 ++ 1 --