Ecosystem metrics

New Repos
30
New
Commits
737
down 1.3%
Releases
4
up 33.3%
Contributors
48
down 7.7%
Merges
23
up 9.5%

Repository Explorer

10736 commits in all time May 08, 2026 05:10 – Aug 06, 2026 05:10 UTC
nullun go-algorand
Merge ffd0657c6c8db9e612ca713966b2393bcb2d03c5 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
Git Commit 88dcd544 Branch pull/6690/merge Document 38/2,518 ++ 3,923 --
Merge 6f07c68e03ed7e2380dc76dc0b634048e550fad6 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
Git Commit ad2a9080 Branch pull/6689/merge Document 2/3 ++ 3 --
Merge 991c77b886ea0c88c469cf8c56e44f7ac117a008 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
Git Commit 1b251d30 Branch pull/6687/merge Document 2/12 ++ 12 --
nullun go-algorand
Merge fdb2530f2a8bbac64a91e6226e0425e56382d70c into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
Git Commit 2b0a0c1f Branch pull/6674/merge Document 27/2,099 ++ 1,387 --
Merge 134f6b50caa904c055ddfbf9448a87ffff806db7 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
Git Commit 22479ff7 Branch pull/6688/merge Document 2/3 ++ 3 --
Updates and additions
Git Commit 1cd86e27 Branch main Document 300/750,016 ++ 128,807 --
Merge ad51e23bbc8e201e97d250e8ea07d58b045473fb into 557a4980298538e03295f25cf3f1344828e96c85
Git Commit b671be95 Branch pull/382/merge Document 106/840 ++ 747 --
Merge dfd96c09b29e77525daa57623c12d9a661484283 into 557a4980298538e03295f25cf3f1344828e96c85
Git Commit 6db5a21f Branch pull/382/merge Document 105/795 ++ 738 --
Merge 6670059d8756df6c7b235f71e69c922c10f87b3d into 557a4980298538e03295f25cf3f1344828e96c85
Git Commit 4f3cf759 Branch pull/382/merge Document 105/793 ++ 715 --
Argimirodelpozo puya
Merge b7ac14acbd2fc3b7d346f530124f00ff42f615ab into e87f23f05fb139d378e794f68368ee9c3f552c35
Git Commit 79e616be Branch pull/748/merge Document 79/16,482 ++ 4,503 --
Merge 7f2614b48ccd2253b656583c99b0e602473c425f into 557a4980298538e03295f25cf3f1344828e96c85
Git Commit e64582f4 Branch pull/382/merge Document 105/792 ++ 714 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@61a2cd52594899f77d6c180a2750751f60685536 🚀
Git Commit 7a9c5126 Branch gh-pages Document 11/67 ++ 66 --
scholtz-aures wallet
feat: enhance UI with visual icons for major screens and improve empty state presentations
Git Commit 61a2cd52 Branch master Document 21/214 ++ 24 --
jannotti conduit
Merge 48f40527ce5c8237524907c7054bdb2145856708 into 1ea309c75927f0ed58868efcd7ab8bb15fae4bb7
Git Commit 2ddc22df Branch pull/201/merge Document 4/24 ++ 13 --
jannotti conduit
comment typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Git Commit 48f40527 Branch pull/201/head Document 1/1 ++ 1 --
jannotti conduit
Merge 27a12ec21788948c95dc849fa9ec167294d5bd31 into 1ea309c75927f0ed58868efcd7ab8bb15fae4bb7
Git Commit 822bfa3e Branch pull/201/merge Document 4/24 ++ 13 --
jannotti conduit
Tests: Stop leaking a running pipeline out of TestHealthEndpoint
The test started the pipeline in a goroutine and never stopped it, so it
kept writing metadata into the data dir while t.TempDir() cleanup was
removing it:

  --- FAIL: TestHealthEndpoint/API_OFF
      TempDir RemoveAll cleanup: unlinkat /tmp/...: directory not empty

There was no way to stop it: runConduitCmdWithConfig hardcoded
context.Background(). Take a context instead, which MakePipeline already
derives its cancelable context from, and have the test cancel and wait
for the goroutine to finish before returning. The cobra command passes
cmd.Context(), which cobra defaults to context.Background(), so the
binary behaves as before.
Git Commit 27a12ec2 Branch pull/201/head Document 2/21 ++ 10 --