Ecosystem metrics

New Repos
24
down 98.7%
Commits
866
up 16.9%
Releases
8
down 20.0%
Contributors
55
up 5.8%
Merges
41
up 86.4%

Repository Explorer

6621 commits in all time May 27, 2026 19:39 – Aug 25, 2026 19:39 UTC
joe-p algokit-utils-ts
Merge de22b35fdb441e7a97fd69af3a447c1a08550bb4 into fb8247d1111a5c618a32185104e0b6efd00c0f77
Git Commit f53bf7ae Branch pull/608/merge Document 13/138 ++ 47 --
joe-p algokit-utils-ts
feat: use optional resize field for mutable schema and epp
Git Commit de22b35f Branch feat/schema_epp_changes Document 4/40 ++ 29 --
algorandskiy go-algorand
Merge d39f331ceea2c7c870e72240f425f5c8991c5894 into 24d50e98193888014f2e318358c83b576df8d65e
Git Commit 5a14a9d4 Branch pull/6711/merge Document 4/260 ++ 38 --
github go-algorand
add Go Benchmark (go) benchmark result for 24d50e98193888014f2e318358c83b576df8d65e
Git Commit 0903eba7 Branch gh-pages Document 1/445 ++ 1 --
onetechnical go-algorand
DevOps: remove SECURITY.md to fall back to org policy (#6712)
Git Commit 24d50e98 Branch master Document 2/1 ++ 8 --
Merge 16ccbf512b56c4408fddd8f6d57b3c0d3586ac4d into dd6de88fbe0e01cb913142453c858b98cecdf97c
Git Commit fa29dcfc Branch pull/6713/merge Document 2/15 ++ 17 --
build(deps): bump github.com/labstack/echo/v4 from 4.13.3 to 4.15.3
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.13.3 to 4.15.3.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/v4.15.3/CHANGELOG.md)
- [Commits](https://github.com/labstack/echo/compare/v4.13.3...v4.15.3)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-version: 4.15.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 16ccbf51 Branch dependabot/go_modules/github.com/labstack/echo/v4-4.15.3 Document 2/15 ++ 17 --
onetechnical go-algorand
Merge 81ce6a76c58ff9674c6988f31f839a5cd5eb01fe into dd6de88fbe0e01cb913142453c858b98cecdf97c
Git Commit e0d091a5 Branch pull/6712/merge Document 2/1 ++ 8 --
onetechnical go-algorand
Remove custom SECURITY.md so will fall back to org
Git Commit 81ce6a76 Branch pull/6712/head Document 2/1 ++ 8 --
Merge 15d915e4eee1a343ae7aeff90dfe00b9d66fdb28 into 8ae876bf5b684b32dce09c1ce8b805d8ebfcc5bd
Git Commit 0cedae7d Branch pull/32/merge Document 8/1,103 ++ 45 --
ipaleka frontend
Added Dust Swap link to the address page
Git Commit b544e5cb Branch v1_0_0 Document 7/663 ++ 49 --
fix: add configurable options for different encryption operations. Allow private key encryption as the default
Git Commit 15d915e4 Branch fix/encryption-flows Document 8/1,103 ++ 45 --
Merge f2e6145fe62b9c33a71f3ae8edb67607fc4e575b into 028bb706ee895d63fdfe0d20063d7e98877168cd
Git Commit 0da87620 Branch pull/51/merge Document 6/89 ++ 98 --
tasosbit gGov
Merge bf65a4a2734189437a94bdc47917a769096e6958 into 9ee52c5df1c5eeac06434a8a4c547a1c268c0d11
Git Commit 6f91f52e Branch pull/117/merge Document 20/1,596 ++ 29 --
tasosbit gGov
feat: registry funding panel sizing worst-case MBR for both registries
Both registries fund their children rather than themselves, and neither a vote
nor a delegation carries a payment from the caller — so an underfunded registry
does not fail loudly, it just starts rejecting them. This panel on /manage is
the early warning: what each registry must be able to supply, against what it
holds, with a turnout slider on the voting term.

The arithmetic lives in lib/mbrEstimate.ts as pure functions over already-fetched
data, so scripts/check-mbr-estimate.ts can pin the composition the frontend has
no test runner for (chunk rounding, the delegation terms, per-instance folding).
The box-size formula itself moves to ggov-sdk's voteRecordMbr and is pinned
against the compiled ARC-56 specs in boxNames.spec.ts.

Two things the estimate gets right that a simpler reading would not:

- A period counts when it is *ready* and not yet ended. A ready period whose
  window is still ahead has to be funded before it opens; an unready one is a
  draft whose ballot, committee and window can all still change.
- Delegation is charged against two disjoint populations. setVotingAccount
  admits a delegator either registry knows — ensureDelegatorRegistered falls
  back to the frac registry, because an AQ holder may have no gGov committee
  membership — and the gGov registry pays the same box pair either way. So the
  panel splits gGov accounts from frac-only ones over address *sets*: anyone on
  both registries is counted once, and a frac-only delegator is no longer
  subtracted from the gGov count.
Git Commit bf65a4a2 Branch feat/registry-mbr-estimate Document 20/1,596 ++ 29 --
tasosbit gGov
Merge 9ee52c5df1c5eeac06434a8a4c547a1c268c0d11 into b693ce3bff089685944bf9a83aef476f4434fef5
Git Commit 746395f6 Branch pull/114/merge Document 22/6,652 ++ 6,099 --
sofinico gGov
Merge b693ce3bff089685944bf9a83aef476f4434fef5 into d5e740c4f38df55c0230b3571fa18401b65695ef
Git Commit e215af0b Branch pull/55/merge Document 300/802,521 ++ 146,095 --
tasosbit gGov
Merge pull request #112 from algorandfoundation/feat/avm13-computed-pages
feat: AVM v13 — computed program pages and one-shot bytecode upload
Git Commit b693ce3b Branch develop Document 35/8,850 ++ 5,408 --
PhearZero intermezzo
Merge 7f3217327ec5567c036eed1a25788a7050b86881 into 35e2c3bd36d7b1bd4ce5b12ef2f1b86c73cadf3b
Git Commit a980d3d4 Branch pull/35/merge Document 3/187 ++ 4 --
sambitsargam algo-voting
Merge pull request #904 from sambitsargam/dependabot/npm_and_yarn/algosdk-tw-3.7.0
build(deps): update algosdk requirement from ^3.6.0 to ^3.7.0
Git Commit a23fb68e Branch main Document 1/1 ++ 1 --
sambitsargam algo-voting
Merge pull request #905 from sambitsargam/dependabot/npm_and_yarn/eslint-10.9.0
build(deps-dev): bump eslint from 10.9.1 to 10.9.0
Git Commit 74a52a29 Branch main Document 1/1 ++ 1 --
PhearZero intermezzo
feat: live did document resolver
Git Commit 7f321732 Branch feat/live-did-resolver Document 3/187 ++ 4 --