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%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6539 commits in all time
May 28, 2026 17:23 – Aug 26, 2026 17:23 UTC
feat: add allowStateShrinking param
623b8c16
feat/schema_epp_changes
2/73 ++ 37 --
add Go Benchmark (go) benchmark result for 73bf2d49e66e926fc758d23aea743b45b06c823e
8b2fd7ba
gh-pages
1/445 ++ 1 --
Merge d39f331ceea2c7c870e72240f425f5c8991c5894 into 73bf2d49e66e926fc758d23aea743b45b06c823e
896cd5d5
pull/6711/merge
4/260 ++ 38 --
test: avoid unexpected balance drift due to rewards (#6714)
73bf2d49
master
1/4 ++ 3 --
Merge be473a4ea0f88e114c4ff5062a1101c0ed559f08 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
874703d3
pull/449/merge
1/779 ++ 764 --
chore(deps): lock file maintenance
be473a4e
renovate/lock-file-maintenance
1/779 ++ 764 --
Merge 7c7772770fb04818e68378099bde22596b7951ae into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
7cb5ed83
pull/450/merge
11/731 ++ 260 --
chore(deps): update wallet adapter packages
7c777277
renovate/wallet-adapter-packages
11/731 ++ 260 --
Merge 844ce9dfb488bf73d26c5683810dd3ba04bf28a8 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
efdd31b4
pull/448/merge
3/11 ++ 9 --
chore(deps): pin dependencies
844ce9df
renovate/react-monorepo
3/11 ++ 9 --
Merge 2a4f7416ad4b57048dcce0e92775775430b441d4 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
807ab161
pull/447/merge
12/182 ++ 180 --
chore(deps): pin dependencies
2a4f7416
renovate/pin-dependencies
12/182 ++ 180 --
Merge 020bb7e5611dd108c98e8ba13b2d680a489ba27a into 24d50e98193888014f2e318358c83b576df8d65e
65648f43
pull/6715/merge
3/82 ++ 3 --
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.
020bb7e5
pull/6715/head
3/82 ++ 3 --
Merge pull request #35 from algorandfoundation/feat/live-did-resolver
feat: live did document resolver
ec6c593a
master
3/187 ++ 4 --