Ecosystem metrics

New Repos
26
New
Commits
518
down 38.5%
Releases
5
down 16.7%
Contributors
43
down 4.4%
Merges
6
down 85.4%

Repository Explorer

7089 commits in all time Jun 10, 2026 22:12 – Sep 08, 2026 22:12 UTC
algorandskiy go-algorand
Merge 17af07d7dc133856d8f5733097a02e3c140ceea6 into cf3c69ab1f669a6554e13411a86d71757f8e2170
Git Commit 88120ec7 Branch pull/6727/merge Document 7/34 ++ 34 --
algorandskiy go-algorand
fix goalLogicSigTest.exp
Git Commit 17af07d7 Branch pull/6727/head Document 1/3 ++ 0 --
joe-p go-algorand-sdk
chore: review feedback
Git Commit cb7edf66 Branch joe-p/pqsig-support Document 9/149 ++ 19 --
algorandskiy go-algorand
Merge 7ed4ef6757438792cfe11a4e299e10f0ea1daf2b into cf3c69ab1f669a6554e13411a86d71757f8e2170
Git Commit eeaaa03c Branch pull/6727/merge Document 6/31 ++ 34 --
algorandskiy go-algorand
fix TestTxHandlerSaltedCacheS tests
Git Commit 7ed4ef67 Branch pull/6727/head Document 1/10 ++ 2 --
Merge a0546cc99eb1512877489c0cff1264a819b69f79 into 35d7e65be978b14e1777fb37c4a70fa92fe8022e
Git Commit 20c21f15 Branch pull/12/merge Document 38/1,563 ++ 1,570 --
algorandskiy go-algorand
tests: fix flaky balance check in e2e-subs app-account
Git Commit 907c5a81 Branch pull/6727/head Document 4/16 ++ 29 --
algorandskiy go-algorand
fix limit-swap-test.s
fix limit-swap-test.sh test
Git Commit 760469e2 Branch pull/6727/head Document 1/5 ++ 3 --
Fix x402 skills: canonical @x402 facilitator API, CAIP-2 constants, route typing
Git Commit a0546cc9 Branch x402-skills-fixes Document 38/1,563 ++ 1,570 --
Merge f39f3dc4f2a28ffafa5dd22000db124fdc5ee746 into 35e28988cb6ac269cf322231075b00dbab656a95
Git Commit 8f265ca7 Branch pull/405/merge Document 9/392 ++ 149 --
yasincaliskan connect
Merge 8c1d96b381268a1cb3bf1385e026874b0785c2dd into 4b7d97f1d58fcf3f3719dcff9be1ec2ea700fa63
Git Commit 4eed48f3 Branch pull/209/merge Document 9/473 ++ 14 --
yasincaliskan connect
feat: resolve the ARC-60 signer for rekeyed accounts [PERA-4977]
Git Commit 8c1d96b3 Branch yasincaliskan/arc60-resolve-signer Document 9/473 ++ 14 --
bwmx intermezzo
Merge bb884615cb88b114172a39521d12ffcc530a1095 into ec6c593a804c81f661cf4c003f17ff964d9cae95
Git Commit 5dd378d4 Branch pull/36/merge Document 21/2,422 ++ 22 --
bwmx intermezzo
docs: add sequence diagram for credential status check and revocation process
Git Commit bb884615 Branch feat/credentials-status-and-revoke Document 1/21 ++ 0 --
meetthosar devportal
Merge da85ec9b58bdbe6a0dab32676de3e352bce584ee into 623f3c058154e12632360cbd84a2d3c0c078314e
Git Commit 0e120734 Branch pull/662/merge Document 7/28 ++ 11 --
meetthosar devportal
docs: point Puya bulletin readers at the supported languages
Git Commit da85ec9b Branch fix/pyteal-beaker-deprecation Document 1/2 ++ 0 --
Publish workflow: use default GITHUB_TOKEN for checkout, drop unused … (#1194)
* Publish workflow: use default GITHUB_TOKEN for checkout, drop unused PAT_GITHUB_ADMIN.

* nx:fix: skip when nothing was built (workflow-only changes leave no dist/packages).
Git Commit bbfbdf8c Branch v2 Document 2/5 ++ 3 --
nx:fix: skip when nothing was built (workflow-only changes leave no dist/packages).
Git Commit fa877083 Branch pull/1194/head Document 1/5 ++ 0 --
Publish workflow: use default GITHUB_TOKEN for checkout, drop unused PAT_GITHUB_ADMIN.
Git Commit fed42235 Branch pull/1194/head Document 1/0 ++ 3 --
bwmx intermezzo
Merge 25b4299c4a61d7ea5aae54f99d727432ab4e50a4 into ec6c593a804c81f661cf4c003f17ff964d9cae95
Git Commit 4f75898e Branch pull/40/merge Document 27/2,483 ++ 53 --
meetthosar devportal
docs: state the deprecated language guidance on the language pages
Git Commit e64fa79d Branch fix/pyteal-beaker-deprecation Document 3/10 ++ 2 --
bwmx intermezzo
docs: record the algosdk pqsig blocker in the PQ accounts plan
Bring the plan in line with what increments 1 and 3 actually shipped, and settle
the increment 4 design against the published SDKs.

algokit-utils cannot emit a pqsig envelope in any released version - checked
through 10.0.0-beta.4, the newest on npm - so increment 4 cannot be written
against the packages currently installed. algosdk 3.7.0 has the full feature:
SignedTransaction.pqsig, EncodedPQSig, addressFromPQKey/addressFromPQSig, an
async remote-signer adapter shaped like a Vault call, and an empty-signature
signer that makes algod report the real post-quantum fee under simulate.

Adding algosdk 3.7.0 is therefore a hard prerequisite for increment 4, scoped to
the PQ envelope and address helpers only; transaction building, grouping and
encoding stay on algokit-utils. That supersedes the earlier plan to hand-assemble
the envelope and promote algorand-msgpack to a direct dependency - hand-rolling
canonical msgpack on a money path is the wrong trade when the SDK's own schema
encoder is available.

The two SDKs interoperate at the byte level, verified against the real packages:
algosdk decodes algokit's encoded transaction (TX prefix stripped) and re-encodes
it byte-identically, its bytesToSign output matches algokit's encodeTransaction
exactly, an ed25519 signed transaction encodes identically under both, and the PQ
address helpers agree with the Vault plugin's derivation.

The rest tracks reality: increment 4 is no longer blocked on an unavailable algod
version now that v5 is released, the increment 1 notes describe the plugin
version pinning and mount verification that were built, account_type is required
rather than optional, the signing call sites still discard the resolved
UserAccount, and the review findings increment 4 has to clear are listed
explicitly alongside the non-atomic cross-mount check left for cleanup.
Git Commit 25b4299c Branch feat/pq-accounts Document 1/143 ++ 44 --