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%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
10737 commits in all time
May 08, 2026 01:12 – Aug 06, 2026 01:12 UTC
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.
27a12ec2
pull/201/head
2/21 ++ 10 --
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.
34147a24
pull/201/head
2/3 ++ 3 --
Merge f33dafdb35dae93ccdbd301bd802cd48d5192725 into 40a57d59e32cee150af4e0a9fbf1327939f04a98
f7ddf419
pull/1120/merge
2/204 ++ 8 --
Regenerate code from specification file
f33dafdb
generate/c9094938
2/204 ++ 8 --
Merge bb77da060864c78cbdacf26edd512a4221544891 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
81108f21
pull/832/merge
6/21 ++ 0 --
Regenerate code from specification file
bb77da06
generate/c9094938
6/21 ++ 0 --
Merge aef0d6ca808a5fe66f2294fe755ebf8355dd8601 into 4e38dadc4eec827ed8742c8bb272e0545c801932
cd93a992
pull/936/merge
22/182 ++ 395 --
Regenerate code from specification file
aef0d6ca
generate/c9094938
22/182 ++ 395 --
add Go Benchmark (go) benchmark result for c909d3705ab4f3412ee6361b6f03fdae93f2bad0
d05f8bef
gh-pages
1/445 ++ 1 --
Merge da556ee9e7bf11d03e0c84fe7f1c84250caa47b9 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
30f6c347
pull/66/merge
10/1,149 ++ 1,264 --
chore(deps): Update all non-major dependencies
da556ee9
renovate/all-non-major-dependencies
10/1,149 ++ 1,264 --
Merge fd35726b59a973839493093b02198ad074bcbba5 into e87f23f05fb139d378e794f68368ee9c3f552c35
23ea0a3a
pull/748/merge
79/16,483 ++ 4,503 --
test: add op tests for sha512, poseidon2, appBox family of ops, and `app_params_set` and new appParams fields
3d946fe7
chore/langspec-update
60/9,674 ++ 1,003 --
feat: "ussemble" layer changes to support multi-byte ops (`sub_code` field)
75727c69
chore/langspec-update
2/14 ++ 10 --
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
e9374231
chore/langspec-update
5/163 ++ 56 --
chore: get augmented langspec from go-algorand
dc63390c
chore/langspec-update
1/4,388 ++ 2,847 --
add Go Benchmark (go) benchmark result for e4b8e0eac6ed08834b17af4eef443112d01a50c6
70ba8ace
gh-pages
1/445 ++ 1 --
Merge 3e007b323891a453ed5cfe08b1a3d90ce2bccf85 into 557a4980298538e03295f25cf3f1344828e96c85
e35bec78
pull/382/merge
101/730 ++ 688 --