Ecosystem metrics

New Repos
18
down 99.0%
Commits
748
down 11.4%
Releases
5
down 58.3%
Contributors
51
up 0.0%
Merges
40
up 66.7%

Repository Explorer

6539 commits in all time May 28, 2026 17:23 – Aug 26, 2026 17:23 UTC
joe-p algokit-utils-ts
feat: add allowStateShrinking param
Git Commit 623b8c16 Branch feat/schema_epp_changes Document 2/73 ++ 37 --
github go-algorand
add Go Benchmark (go) benchmark result for 73bf2d49e66e926fc758d23aea743b45b06c823e
Git Commit 8b2fd7ba Branch gh-pages Document 1/445 ++ 1 --
algorandskiy go-algorand
Merge d39f331ceea2c7c870e72240f425f5c8991c5894 into 73bf2d49e66e926fc758d23aea743b45b06c823e
Git Commit 896cd5d5 Branch pull/6711/merge Document 4/260 ++ 38 --
cusma go-algorand
test: avoid unexpected balance drift due to rewards (#6714)
Git Commit 73bf2d49 Branch master Document 1/4 ++ 3 --
renovate[bot] use-wallet
Merge be473a4ea0f88e114c4ff5062a1101c0ed559f08 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 874703d3 Branch pull/449/merge Document 1/779 ++ 764 --
renovate[bot] use-wallet
chore(deps): lock file maintenance
Git Commit be473a4e Branch renovate/lock-file-maintenance Document 1/779 ++ 764 --
renovate[bot] use-wallet
Merge 7c7772770fb04818e68378099bde22596b7951ae into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 7cb5ed83 Branch pull/450/merge Document 11/731 ++ 260 --
renovate[bot] use-wallet
chore(deps): update wallet adapter packages
Git Commit 7c777277 Branch renovate/wallet-adapter-packages Document 11/731 ++ 260 --
renovate[bot] use-wallet
Merge 844ce9dfb488bf73d26c5683810dd3ba04bf28a8 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit efdd31b4 Branch pull/448/merge Document 3/11 ++ 9 --
renovate[bot] use-wallet
chore(deps): pin dependencies
Git Commit 844ce9df Branch renovate/react-monorepo Document 3/11 ++ 9 --
renovate[bot] use-wallet
Merge 2a4f7416ad4b57048dcce0e92775775430b441d4 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 807ab161 Branch pull/447/merge Document 12/182 ++ 180 --
renovate[bot] use-wallet
chore(deps): pin dependencies
Git Commit 2a4f7416 Branch renovate/pin-dependencies Document 12/182 ++ 180 --
sofinico gGov
Merge 8d36192305a673d4d46945c4c417f77c2b77b095 into d5e740c4f38df55c0230b3571fa18401b65695ef
Git Commit e94ea2ea Branch pull/55/merge Document 300/808,088 ++ 149,363 --
tasosbit gGov
Merge branch 'develop' of github.af:algorandfoundation/gGov into develop
Git Commit 8d361923 Branch develop Document 20/1,772 ++ 29 --
tasosbit gGov
chore: add frac pipeline project to vscode workspace
Git Commit 4cd2ae5c Branch develop Document 1/3 ++ 0 --
tasosbit gGov
Merge 53f5b6a5d36bfc81d70d1a4cd74707bbd6ff4f7f into 5543cf45985da14bb399da9f264da200a487c165
Git Commit ee716f8f Branch pull/118/merge Document 18/1,893 ++ 5 --
tasosbit gGov
chore: agents.md
Git Commit 53f5b6a5 Branch feat/testnet-mirror-seed Document 1/1 ++ 0 --
tasosbit gGov
chore: ggov sck scripts
Git Commit f3acc36e Branch feat/testnet-mirror-seed Document 2/155 ++ 0 --
cce go-algorand
Merge 020bb7e5611dd108c98e8ba13b2d680a489ba27a into 24d50e98193888014f2e318358c83b576df8d65e
Git Commit 65648f43 Branch pull/6715/merge Document 3/82 ++ 3 --
cce go-algorand
ledger: unblock the catchpoint hash reader when the trie writer stops
BuildMerkleTrie runs a reader that pages pending hashes into a buffered channel and a writer that drains it into the merkle trie. The writer stops on any per-chunk error, most reachably the duplicate-hash rejection a catchpoint provider can trigger by repeating a balance record. Nothing told the reader, whose send was unconditional, so it parked forever on a full queue and wg.Wait never returned: BuildMerkleTrie hung instead of returning the error it had already produced, leaking both goroutines and the snapshot transaction, and leaving the node wedged in catchup until restarted.

Derive a worker context, cancel it from a defer in the writer so every exit path signals, and make the reader's send select on it. The reader reports no error of its own when it unwinds that way, so the writer's error is what reaches the caller.

Also names the queue depth, which the regression test needs in order to stage enough chunks to fill the queue.
Git Commit 020bb7e5 Branch pull/6715/head Document 3/82 ++ 3 --
PhearZero intermezzo
Merge pull request #35 from algorandfoundation/feat/live-did-resolver
feat: live did document resolver
Git Commit ec6c593a Branch master Document 3/187 ++ 4 --
sofinico gGov
Merge 5543cf45985da14bb399da9f264da200a487c165 into d5e740c4f38df55c0230b3571fa18401b65695ef
Git Commit f501e6f8 Branch pull/55/merge Document 300/808,085 ++ 149,363 --
tasosbit gGov
Merge pull request #117 from algorandfoundation/feat/registry-mbr-estimate
feat: registry funding panel sizing worst-case MBR for both registries
Git Commit 5543cf45 Branch develop Document 20/1,772 ++ 29 --
tasosbit gGov
Merge d0a6b0da8c7842d3feabb401e3eb1e1ea798334c into bfca4c02c69cbb33a230db0997a9a9ddaa1b82cd
Git Commit aba2c1b4 Branch pull/117/merge Document 20/1,772 ++ 29 --