Ecosystem metrics

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

Repository Explorer

10737 commits in all time May 08, 2026 04:36 – Aug 06, 2026 04:36 UTC
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 --
jannotti conduit
Sync: Bump indexer to recognize pqsig signatures
Nightly algod now produces transactions signed with post-quantum
signatures. idb.SignatureType in the pinned indexer only knew
sig/msig/lsig, so the postgresql exporter aborted the round:

  AddBlock() err: getSigTypeDelta() err: unable to determine the
  signature type for stxn=&{... PQsig:{Scheme:[102 49] ...}}

Indexer main handles this as of 219b2118 ("Update to recognize
pqsigs"). It pins the same go-algorand-sdk revision we already use, so
this bump touches nothing else.
Git Commit 34147a24 Branch pull/201/head Document 2/3 ++ 3 --
Merge f33dafdb35dae93ccdbd301bd802cd48d5192725 into 40a57d59e32cee150af4e0a9fbf1327939f04a98
Git Commit f7ddf419 Branch pull/1120/merge Document 2/204 ++ 8 --
Merge bb77da060864c78cbdacf26edd512a4221544891 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
Git Commit 81108f21 Branch pull/832/merge Document 6/21 ++ 0 --