Ecosystem metrics

New Repos
21
New
Commits
502
down 12.7%
Releases
5
down 28.6%
Contributors
54
up 17.4%
Merges
18
up 38.5%

Repository Explorer

7103 commits in all time Jun 17, 2026 12:17 – Sep 15, 2026 12:17 UTC
tasibot nodekit
Merge 27324ec28f2853db9c0d22c4795a79ea3844341e into 0406606800d1809fe7d75492aec2b06cd5ea4412
Git Commit fe2fc86a Branch pull/198/merge Document 2/1,247 ++ 194 --
tasibot nodekit
Merge d33642a38148a2ac5a9b9ae24719c7fecbafef85 into 0406606800d1809fe7d75492aec2b06cd5ea4412
Git Commit ee0f45e5 Branch pull/193/merge Document 38/5,619 ++ 36 --
tasibot nodekit
chore: regenerate the API client with oapi-codegen v2.8.0
make generate now runs the codegen version go.mod requires, so bring
api/lf.go up to it rather than leave the next regeneration to carry the
generator bump alongside an unrelated spec change. Same spec,
v5.0.1-stable; the diff is the generator's: Valid() methods on enums,
fuller doc comments and reworked query parameter encoding. The unused
Api_keyScopes constant is gone.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Git Commit 27324ec2 Branch pull/198/head Document 1/1,227 ++ 186 --
tasibot nodekit
feat: search the shown fields with --filter
--filter only looked at the message, but round numbers and peer and
account addresses are written as fields, and they are what people search
for. `--filter 49291042` found nothing on the entry rendered with
Round=49291042.

The search now covers each field Render prints, matched as decoded,
unquoted key=value text, so the value, the key or the pair all match. A
value Render quotes is searched without its quotes. Hidden fields stay
out: "function" names the Go package, and matching it would keep a line
for a reason the line does not show. Render and Keep share one test of
what is shown, so the two cannot drift.

The prescreen stays one-sided. The line writes a pair as "Round":49291042,
so the text is split at each "=" and every part is required on its own.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Git Commit d33642a3 Branch pull/193/head Document 8/162 ++ 32 --
ipaleka widgets
Bugfix for LiveRefreshView returning 204 forever
Git Commit 728d0a6c Branch main Document 3/117 ++ 16 --
tasibot nodekit
build: read the codegen version from go.mod instead of hardcoding it
The comment claimed the generator was "pinned in go.mod" while the
recipe ran oapi-codegen@v2.4.1 against a go.mod requiring v2.8.0. `go
run pkg@version` ignores the module's requirements entirely, so the two
were free to drift, and had: the next `go get -u` would bump the library
the generated code is compiled against while `make generate` kept
emitting v2.4.1 output.

The version now comes from `go list -m`, so the claim holds by
construction and a library bump carries the generator with it. Left as
`go run pkg@version` rather than a go.mod `tool` directive on purpose:
the directive pulls the generator's own dependency graph into this
module, which cost twelve indirect requirements and a bump to
rogpeppe/go-internal for a tool nothing in the build imports.

Recursively expanded, so the query runs for `make generate` and not for
`make build` or `make test`, and guarded so an unresolvable version says
so rather than running `oapi-codegen@`.

Note that api/lf.go is still v2.4.1 output, so the next `make generate`
will carry a generator bump alongside whatever the spec changed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RrRQEXGWtmBskmUbiZbRi1
Git Commit c45a2770 Branch pull/198/head Document 1/15 ++ 6 --
tasibot nodekit
fix: resolve the algod release with git ls-remote
The GitHub REST API allows 60 unauthenticated requests an hour per IP,
which shared CI runners exhaust, and the lookup then fails with the
generic "could not resolve" error. git ls-remote has no such limit, no
per_page cap and needs no JSON scraping.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Git Commit 9c2e5893 Branch pull/198/head Document 1/5 ++ 2 --
tasosbit nodekit
Merge 0406606800d1809fe7d75492aec2b06cd5ea4412 into ff027ed1650d50ae101f3ef7592a0ea1a59d94a3
Git Commit e8867574 Branch pull/192/merge Document 21/487 ++ 316 --
tasosbit nodekit
Merge pull request #191 from algorandfoundation/feat/restart-command
feat: add nodekit restart
Git Commit ff027ed1 Branch v1.7 Document 10/130 ++ 7 --
ChrisWozniak nodekit
Merge 2133316916d2ebfb6d38ed697fc09cb85b02b480 into 957cae3b29beb61a0174418faf23b55f17020bd5
Git Commit 224444a4 Branch pull/197/merge Document 3/80 ++ 5 --
tasosbit nodekit
Merge pull request #195 from ChrisWozniak/fix/issue-128-expiration-date-format
fix: show date only for expirations over one week away
Git Commit 957cae3b Branch v1.7 Document 2/47 ++ 3 --
ipaleka widgets
Bugfix for LiveRefreshView returning 204 forever
Git Commit 47f917f0 Branch main Document 3/93 ++ 4 --
Merge ac1a97542662ed94d36d6bce14e8afa88d7c7249 into 5d6391d240952917f314723806b3b14e5dc381df
Git Commit 5f4c8f5f Branch pull/73/merge Document 2/29 ++ 8 --
Bump typescript in /projects/verifiable-shuffle-frontend
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.3...v7.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit ac1a9754 Branch dependabot/npm_and_yarn/projects/verifiable-shuffle-frontend/typescript-7.0.2 Document 2/29 ++ 8 --
Merge pull request #77 from CiottiGiorgio/dependabot/npm_and_yarn/projects/verifiable-shuffle-frontend/security-patches-c0b5e4ee5e
Bump the security-patches group across 1 directory with 2 updates
Git Commit 5d6391d2 Branch main Document 2/182 ++ 163 --
BWM0223 tatum-js
Merge 927fe7635564335d7ef1476af0c7e404877268fd into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit f8768fa6 Branch pull/1191/merge Document 1/5 ++ 1 --
Omission-create tatum-js
Merge f20207612a3d087ce051809dc7f0c7eb0ca86a65 into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit 63c1ddaf Branch pull/1190/merge Document 1/5 ++ 1 --
sh962214-hub tatum-js
Merge 37820212f72c0143d60f74b19fe3dd10639252e5 into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit 7bdba410 Branch pull/1189/merge Document 1/4 ++ 0 --
vijaywankhede05 tatum-js
Merge d093bddda6a6f909858cbfebe051a0383a8b2eae into bbfbdf8c8e0e1ec6bb8f93e77bfb90ec6c51733b
Git Commit f487f723 Branch pull/1156/merge Document 3/18 ++ 3 --
kilavvy tatum-js
Merge a8472d8fd809bb583f9fea32a2b09736dc5c9dec into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit 7f31b99b Branch pull/1168/merge Document 2/2 ++ 2 --
TatumBot tatum-js
Merge fdc75fb51b67c99cc3c95a0a5ec2e04dad87b050 into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit c50e8729 Branch pull/1166/merge Document 2/5 ++ 5 --
Merge 1a5729e2eea6d7b0f34d2361499ac7cfd43bfff0 into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit aefa4368 Branch pull/1170/merge Document 1/169 ++ 0 --
ipaleka frontend
Initial setup for the live refresh functionality
Git Commit 1d20c636 Branch main Document 16/490 ++ 33 --
ipaleka widgets
Implemented liverefresh widget
Git Commit 4fdc58ea Branch main Document 9/6,157 ++ 8 --
jannotti go-algorand
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into e8559cc9a0173ca6f9dc28f6913251efed33d625
Git Commit 32841198 Branch pull/6703/merge Document 49/2,826 ++ 950 --