Ecosystem metrics

Commits
963
up 15.7%
Releases
11
up 22.2%
Contributors
56
up 7.7%
Merges
16
down 23.8%

Repository Explorer

10669 commits in all time May 16, 2026 10:42 – Aug 14, 2026 10:42 UTC
nullun nodekit
Merge cd6f8ffd25a48a02a8d3f992dd7aa729462db32c into c64f88aab5aeeb5cfed35723d480ba8ca832be0d
Git Commit 744a92c1 Branch pull/188/merge Document 8/218 ++ 162 --
nullun nodekit
ci: derive Go version from go.mod in test workflows
The workflows pinned Go 1.22 while go.mod requires 1.26.6; builds only
worked via toolchain auto-download. Using go-version-file keeps CI in
step with the module directive.
Git Commit cd6f8ffd Branch pull/188/head Document 2/2 ++ 2 --
nullun nodekit
docs: explain why trustTap precedes the Homebrew-managed check
Homebrew 6 refuses to load formulae from untrusted taps, so running
isBrewManaged first would misreport a brew-managed install with an
untrusted tap as not managed.
Git Commit a145fbbf Branch pull/188/head Document 1/6 ++ 0 --
nullun nodekit
fix: bump go to 1.26.6 for standard library security fixes
govulncheck reports five reachable stdlib vulnerabilities in go1.26.5
(GO-2026-6218, GO-2026-6090, GO-2026-6088, GO-2026-5972, GO-2026-5026),
all fixed in go1.26.6.
Git Commit d0eb548d Branch pull/188/head Document 1/1 ++ 1 --
nullun nodekit
Merge upstream chore/security-fixes (#187) into fix/upgrade-uninstall-hardening
Git Commit ca2c1581 Branch pull/188/head Document 2/155 ++ 152 --
Merge 09851c868e48dccce14b961d791b2cc7fe42c524 into d2de6fadecafa220eaa47dbd00ea1221fc6af26f
Git Commit fa4aa39f Branch pull/165/merge Document 83/12,727 ++ 12,228 --
nullun nodekit
fix: pass data directories to rm as separate arguments on force uninstall
The paths were joined with spaces into a single rm argument, so the
known data directories were never actually removed.
Git Commit b5a05750 Branch pull/188/head Document 1/3 ++ 1 --
nullun nodekit
fix: report non-package-manager algod installs clearly on Linux
Mirrors the macOS Homebrew guard: upgrade and uninstall now verify the
algorand package is installed with dpkg/rpm before running apt or dnf,
returning a clear message for updater/manual installs.
Git Commit 9ec606fe Branch pull/188/head Document 1/28 ++ 0 --
nullun nodekit
fix: exit non-zero when the algod upgrade fails
A failed algod upgrade was only logged, then the command slept,
attempted to start algod anyway and exited 0, hiding the failure
from scripts.
Git Commit 75260a29 Branch pull/188/head Document 1/1 ++ 1 --
nullun nodekit
fix: log backup path instead of temp path during self-upgrade
Git Commit 451e7b32 Branch pull/188/head Document 1/1 ++ 1 --
nullun nodekit
fix: report non-Homebrew algod installs clearly on upgrade/uninstall
Homebrew-based upgrade and uninstall now check whether the algorand
formula is actually installed with brew before running brew commands,
returning a clear message for updater/manual installs instead of
"No available formula with the name algorand".
Git Commit dc033813 Branch pull/188/head Document 1/22 ++ 5 --
Upload Dark Coin website files
Git Commit f8f06a98 Branch main Document 300/125,824 ++ 7,102 --
Argimirodelpozo puya
Merge ab97d068b539a49d32636bf4cbb6bc1127899245 into 1562a6f3ee4aaf0b23028855b9fce143ce229f2d
Git Commit 3a49d2ae Branch pull/744/merge Document 300/21,382 ++ 164 --
Argimirodelpozo puya
chore: get rid of avm 13 exclusions now that localnet has v13
Git Commit ab97d068 Branch feat/lsig-offcurve-salt Document 1/0 ++ 12 --
Merge 9b3191af0e33286aec58cad741cad697f90d7435 into afe4d3b2e10745c19d6e3a3950e31dc0c02c2665
Git Commit 6c99eb55 Branch pull/901/merge Document 1/1 ++ 1 --
build(deps-dev): update @typescript-eslint/parser requirement
Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.67.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 9b3191af Branch dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.67.0 Document 1/1 ++ 1 --
build(deps-dev): update @typescript-eslint/eslint-plugin requirement
Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.67.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 56aefd96 Branch dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.67.0 Document 1/1 ++ 1 --
JBScaled devportal
Merge 3cf266b9153155bad5c3f389d6961bb4ca500e14 into 3373832646a00d4285576642c42c4776cbf71f24
Git Commit 83bf4778 Branch pull/631/merge Document 10/6,343 ++ 977 --
gabrielkuettel devportal
fix: omit Size line for variable-size opcodes instead of showing 0
Git Commit 3cf266b9 Branch feat/script-to-update-opcodes Document 2/2 ++ 12 --
gabrielkuettel devportal
chore: refresh opcode dataset now that AVM v13 is released
Git Commit 6490bf4f Branch feat/script-to-update-opcodes Document 2/3 ++ 3 --