Ecosystem metrics

New Repos
29
New
Commits
710
down 6.3%
Releases
4
up 0.0%
Contributors
48
down 11.1%
Merges
23
up 9.5%

Repository Explorer

10737 commits in all time May 08, 2026 01:12 – Aug 06, 2026 01:12 UTC
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 --
Merge aef0d6ca808a5fe66f2294fe755ebf8355dd8601 into 4e38dadc4eec827ed8742c8bb272e0545c801932
Git Commit cd93a992 Branch pull/936/merge Document 22/182 ++ 395 --
github go-algorand
add Go Benchmark (go) benchmark result for c909d3705ab4f3412ee6361b6f03fdae93f2bad0
Git Commit d05f8bef Branch gh-pages Document 1/445 ++ 1 --
nullun go-algorand
AVM: report actual inner group fee shortfall (#6693)
Git Commit c909d370 Branch master Document 2/7 ++ 6 --
Merge da556ee9e7bf11d03e0c84fe7f1c84250caa47b9 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
Git Commit 30f6c347 Branch pull/66/merge Document 10/1,149 ++ 1,264 --
chore(deps): Update all non-major dependencies
Git Commit da556ee9 Branch renovate/all-non-major-dependencies Document 10/1,149 ++ 1,264 --
Argimirodelpozo puya
Merge fd35726b59a973839493093b02198ad074bcbba5 into e87f23f05fb139d378e794f68368ee9c3f552c35
Git Commit 23ea0a3a Branch pull/748/merge Document 79/16,483 ++ 4,503 --
Argimirodelpozo puya
chore: lint
Git Commit b40d6108 Branch chore/langspec-update Document 3/19 ++ 21 --
Argimirodelpozo puya
chore: bump stubs version
Git Commit d59aac96 Branch chore/langspec-update Document 4/4 ++ 4 --
Argimirodelpozo puya
test: add op tests for sha512, poseidon2, appBox family of ops, and `app_params_set` and new appParams fields
Git Commit 3d946fe7 Branch chore/langspec-update Document 60/9,674 ++ 1,003 --
Argimirodelpozo puya
chore: changelog
Git Commit fd35726b Branch chore/langspec-update Document 1/47 ++ 0 --
Argimirodelpozo puya
feat: "ussemble" layer changes to support multi-byte ops (`sub_code` field)
Git Commit 75727c69 Branch chore/langspec-update Document 2/14 ++ 10 --
Argimirodelpozo puya
script changes to accomodate new `app_box_*` ops and `app_params_set`, `sub_code` for opcodes more than one byte long, and new augmented langspec in go-algorand
Git Commit e9374231 Branch chore/langspec-update Document 5/163 ++ 56 --
Argimirodelpozo puya
chore: poe gen
Git Commit 0e26b89b Branch chore/langspec-update Document 6/2,198 ++ 586 --
Argimirodelpozo puya
chore: get augmented langspec from go-algorand
Git Commit dc63390c Branch chore/langspec-update Document 1/4,388 ++ 2,847 --
github go-algorand
add Go Benchmark (go) benchmark result for e4b8e0eac6ed08834b17af4eef443112d01a50c6
Git Commit 70ba8ace Branch gh-pages Document 1/445 ++ 1 --
jannotti go-algorand
AVM: Fix reversed costs arguments (#6695)
Git Commit e4b8e0ea Branch master Document 4/35 ++ 4 --
Merge 3e007b323891a453ed5cfe08b1a3d90ce2bccf85 into 557a4980298538e03295f25cf3f1344828e96c85
Git Commit e35bec78 Branch pull/382/merge Document 101/730 ++ 688 --