Ecosystem metrics
- New Repos
- 18
- New
- Commits
- 619
- down 28.9%
- Releases
- 8
- up 166.7%
- Contributors
- 48
- up 26.3%
- Merges
- 17
- down 52.8%
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 05:17 – Sep 06, 2026 05:17 UTC
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 --
Add SeaweedFS S3 backend, remote import and /v2/status
Storage backend is now selected with store.backend (pebble, the default,
or seaweed). The seaweed backend writes one raw BlockData object per
round through the S3 gateway, laid out for direct serving:
<prefix>blockdata/AAA/BBB/CCC/AAABBBCCCDDD.msgp (immutable cache headers)
<prefix>genesis.msgp
<prefix>latest.json ({"last-round":N,...})
Objects are stored uncompressed on purpose; BTRFS zstd on the volume
server compresses consecutive blocks better than per-object gzip.
Shared pieces moved out of the pebble package: store/rounds (last-round
tracker, long-poll bulletin, binary search) and store/blockcodec.
The Ledger interface gains Close, HasLedgerBlock and small meta values.
New importer package: import.from mirrors genesis and rounds from
another blocksrv (skipping rounds already stored, persisting progress,
optionally following the source's tail) to migrate pebble deployments
to SeaweedFS without stopping the exporter. GET /v2/status reports the
last round and genesis identity.
Behaviour changes: unknown rounds answer 404 instead of 400, storage
failures answer 500, a genesis for a different network answers 409,
the pebble DB is closed on shutdown and its last-round pointer is
heal-checked at startup.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RxR4odmoXozJ4UFUsjufir
a3ee4228
main
31/3,517 ++ 359 --
Merge af76eecce824757ba96a7ad345bab2fda91a6b18 into 746126278c85c16b1da5c8570e0e156aafb24de4
b224985b
pull/548/merge
5/100 ++ 1 --
Merge 36fa355bfeb99e834660c92d7ebbdb0e67e0fb59 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
51d82665
pull/450/merge
11/744 ++ 195 --
chore(deps): update wallet adapter packages
36fa355b
renovate/wallet-adapter-packages
11/744 ++ 195 --
Merge fd34d8c486cc6fca0dedc597e4e3f597265e7d0f into ca4bfa7925cbe2e36e166dea2007485ff3b57f84
f25c4bb4
pull/22/merge
4/573 ++ 0 --
feat: switch to hybrid lsig for liquid stream settle (#403)
Co-authored-by: Michael T Chuang <github@michaeltchuang.com>
eae5ea37
main
35/5,906 ++ 3,498 --
Merge 40281fee7a97a745027567440a20d510c103c61e into 7468b8b4dbfbeccd3ff476a384b8bd93f28478ab
05601987
pull/403/merge
35/5,906 ++ 3,498 --