Ecosystem metrics
- New Repos
- 8
- New
- Commits
- 612
- down 30.3%
- Releases
- 8
- up 166.7%
- Contributors
- 47
- up 27.0%
- Merges
- 17
- down 51.4%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7039 commits in all time
Jun 08, 2026 17:24 – Sep 06, 2026 17:24 UTC
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into cf3c69ab1f669a6554e13411a86d71757f8e2170
6a5c8629
pull/6703/merge
49/2,826 ++ 950 --
Merge b141c6941c10c6ba7afe41d9106d3fa83db0883f into cf3c69ab1f669a6554e13411a86d71757f8e2170
420824b3
pull/6718/merge
3/256 ++ 16 --
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into cf3c69ab1f669a6554e13411a86d71757f8e2170
f2b901a3
pull/6707/merge
17/2,342 ++ 60 --
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into cf3c69ab1f669a6554e13411a86d71757f8e2170
d32481d4
pull/6723/merge
13/505 ++ 12 --
add Go Benchmark (go) benchmark result for cf3c69ab1f669a6554e13411a86d71757f8e2170
c409212c
gh-pages
1/445 ++ 1 --
Merge 5f871f694a25575dd74a867139ea128924bbd8f7 into cf3c69ab1f669a6554e13411a86d71757f8e2170
1a50172f
pull/6631/merge
5/619 ++ 14 --
tests: fix e2e-subs kmd-related failures (#6726)
cf3c69ab
master
2/19 ++ 14 --
Merge 838ba5882277ed8c5ce3cc95bc9b4a0808fc9290 into 746126278c85c16b1da5c8570e0e156aafb24de4
71ebf50f
pull/611/merge
2/28 ++ 0 --
fix: include UpdateApplicationOC in onCompleteOptions
Signed-off-by: Yi Zhan <stevesough@gmail.com>
838ba588
pull/611/head
2/28 ++ 0 --
Rate limit latest.json writes to one per 5 seconds
During a backfill the pointer writer wrote latest.json on every advance, tens of thousands of overwrites per hour. Writes are now spaced by seaweed.latest_interval (default 5s); kicks in between coalesce and the final value is still flushed on shutdown. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RxR4odmoXozJ4UFUsjufir
5387c076
main
6/133 ++ 49 --
Align error responses with algod's message format
Error bodies are now {"message": "...", "data": {...}} like algod's
ErrorResponse, with algod's wording: unknown rounds answer
"failed to retrieve information from the ledger" (404), deltas
"failed retrieving State Delta: round N not found" (404), malformed
round parameters "Invalid format for parameter round: ..." (400).
Storage failures answer 500 with the cause under data.error.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RxR4odmoXozJ4UFUsjufir
dd33e792
main
5/107 ++ 35 --