Ecosystem metrics
- New Repos
- 26
- New
- Commits
- 611
- up 22.4%
- Releases
- 5
- up 25.0%
- Contributors
- 59
- up 37.2%
- Merges
- 23
- up 283.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7241 commits in all time
Jun 18, 2026 04:28 – Sep 16, 2026 04:28 UTC
Merge 49f11e468961430314676ea508ac0ce3bd6ca9e1 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
8afd6a51
pull/6728/merge
7/285 ++ 129 --
Merge b141c6941c10c6ba7afe41d9106d3fa83db0883f into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
91c25ee7
pull/6718/merge
3/256 ++ 16 --
Merge 1cfcbbabcdfd22388c9d8c854392984bb673e1ce into ae593f700fcba41d7f4accba74cf33549a96c3f4
8d7b97c2
pull/355/merge
42/11,812 ++ 0 --
ci: remove building intel mac binaries for now
1cfcbbab
kotlin_jvm
1/4 ++ 2 --
Merge 9aa4751e30813e044e77b54ccdd3b14f036aad1a into 361d3066ffaca4241991cc6563403417bf562ecf
ba9ff52c
pull/17/merge
4/3,364 ++ 1,957 --
fix(deps): update all non-major dependencies
9aa4751e
renovate/all-minor-patch
4/3,364 ++ 1,957 --
Merge 39bd48155a299e30ac0ff16e5b529810ee0041bb into 9bc334a8819e21a61e5717e04c07dec184a7c579
0c1455e9
pull/100/merge
2/30 ++ 32 --
chore(deps): update dependency vitest to v4 [security]
39bd4815
renovate/npm-vitest-vulnerability
2/30 ++ 32 --
Merge 2944a690cf6ad0acad1862a276eee3a07a0e10b4 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
f3f164e6
pull/66/merge
10/1,214 ++ 1,283 --
chore(deps): Update all non-major dependencies
2944a690
renovate/all-non-major-dependencies
10/1,214 ++ 1,283 --
Merge 41b5381d286b8300f60fc528168df792183f73c9 into 27751c364229ae3cd0334fe4071e61690b6879e4
e3ba2577
pull/751/merge
300/222,605 ++ 10,344 --
chore: compile all
41b5381d
fix/dynamic-bool-array-in-box
300/218,599 ++ 10,299 --
test: add test for bitpacked dynamic array as a struct field inside of a box
1fe9f589
fix/dynamic-bool-array-in-box
2/79 ++ 0 --
fix: correct behavior for bitpacked bool arrays in IR
8ef187c2
fix/dynamic-bool-array-in-box
2/99 ++ 45 --
Merge a8be6be8b004152e58532a8882b8f946a9178ed6 into 27751c364229ae3cd0334fe4071e61690b6879e4
5a990b23
pull/751/merge
300/220,147 ++ 10,344 --
Deploying to gh-pages from @ scholtz/wallet@50de930f3e5cfa57bd86227ccfd1f091e0eaa44c 🚀
ce136459
gh-pages
9/16 ++ 16 --
feat: identify nodekit via user-agent
Every outbound request went out as Go's default "Go-http-client/1.1", which tells a node operator reading their algod access log, or the GitHub release API, nothing about what is calling them. Send "Nodekit v<version>" instead, built from the version the linker stamps into main so that releases can be told apart. The shared HttpPkg wrapper covers the release checks, the catchpoint lookup, the short links and the upgrade download; the generated algod client gets the header through a request editor, since api/lf.go is overwritten by `make generate`.
b3e885bf
pull/200/head
8/179 ++ 7 --