Ecosystem metrics

New Repos
20
New
Commits
568
down 35.5%
Releases
7
up 75.0%
Contributors
45
up 18.4%
Merges
14
down 64.1%

Repository Explorer

7054 commits in all time Jun 09, 2026 11:06 – Sep 07, 2026 11:06 UTC
bwmx intermezzo
Merge 2280c872b3a143c0e3cfaec4e8aaa7335bc37265 into ec6c593a804c81f661cf4c003f17ff964d9cae95
Git Commit 70d1ff5b Branch pull/40/merge Document 24/2,334 ++ 52 --
bwmx intermezzo
feat: opt-in post-quantum user accounts
Exposes the Falcon-1024 accounts the previous two commits made reachable.
`POST /v1/wallet/user/` gains one optional `account_type` field; omitting it
produces exactly the ed25519 account it produced before. No other endpoint
takes a new parameter — every route keys off `user_id`, and the service works
out the rest.

Which mount holds a `user_id` is the only record of its account type, so
nothing can drift out of step with Vault. `resolveUserAccount` probes transit
first and falls through to the PQ mount on a 404, which means accounts that
exist today resolve in exactly the request they take now and only PQ accounts
pay for the miss. A non-404 from transit propagates instead of falling through:
"cannot tell" is not the same answer as "not an ed25519 account". `getUserInfo`
is reimplemented on top of the resolver with its signature and response shape
unchanged, so its eight call sites are untouched.

Creation refuses a `user_id` that already exists in the other mount, with a
409. Without that guard the same `user_id` would resolve to two different
addresses depending on probe order — funds to whichever account the resolver
happened to find first. Account type is therefore fixed at creation: the two
schemes derive different addresses, so there is no conversion to offer.

Listing now covers both mounts, and returns real addresses. The internal
`UserInfoDto.public_address` had been carrying a base64 public key that the
wallet layer converted on the way out, which is meaningless for a 1793-byte
Falcon key; both branches now produce the address directly and the conversion
is gone. The transit LIST also stops turning Vault's 404-on-empty-mount into a
500, which becomes reachable for the first time here — a deployment can hold PQ
users and no transit users at all.

`account_type` is additive on the wire but not invisible: it appears in every
user response, so a caller asserting an exact body shape will see it. The
existing `User detail` end-to-end case did, and was updated.

Signing and fees are not part of this change. `signTxAsUser` and
`addSignatureToTxn` are untouched, so no ed25519 transaction can regress; a PQ
account can be created and read but not yet spent from, which needs the `pqsig`
envelope and algod v5.

Unit tests cover the create branch and both 409 directions, transit-first
resolution, the fall-through, the 404 when neither mount holds the user, and
that a non-404 error is not swallowed. The end-to-end suite drives the
endpoints: a falcon1024 create returns the address the plugin derived, reading
the user back resolves it with no hint from the caller, a default create is
still ed25519, both types appear in the listing, and an unknown account_type is
rejected.
Git Commit 2280c872 Branch feat/pq-accounts Document 11/523 ++ 49 --
meetthosar devportal
Merge 43117e7fef4600ca4f85512c6f180518a598383b into 623f3c058154e12632360cbd84a2d3c0c078314e
Git Commit 7fc82d38 Branch pull/660/merge Document 3/1,035 ++ 0 --
meetthosar devportal
docs: add Intermezzo glossary and normalize spellings
Git Commit 43117e7f Branch additional-resources-intermezzo Document 1/30 ++ 8 --
Merge 8ef54b6adbba5fa060584c307b4f0f826c89722a into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit bd577232 Branch pull/457/merge Document 2/2 ++ 2 --
chore(deps): update actions/setup-node action to v7
Git Commit 8ef54b6a Branch renovate/actions-setup-node-7.x Document 2/2 ++ 2 --
Merge 6061589c82413c8b8319f88dd7544e163ab032ef into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 3c89adc0 Branch pull/456/merge Document 1/1 ++ 1 --
chore(deps): update actions/create-github-app-token action to v3
Git Commit 6061589c Branch renovate/actions-create-github-app-token-3.x Document 1/1 ++ 1 --
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 --