Ecosystem metrics
- New Repos
- 40
- New
- Commits
- 731
- down 2.8%
- 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 03:29 – Aug 06, 2026 03:29 UTC
Merge dfd96c09b29e77525daa57623c12d9a661484283 into 557a4980298538e03295f25cf3f1344828e96c85
6db5a21f
pull/382/merge
105/795 ++ 738 --
refactor: removed unused variables
dfd96c09
falcon25_lint
2/2 ++ 23 --
Merge 6670059d8756df6c7b235f71e69c922c10f87b3d into 557a4980298538e03295f25cf3f1344828e96c85
4f3cf759
pull/382/merge
105/793 ++ 715 --
fix: indexer ASA value needs to be unsigned long
6670059d
falcon25_lint
1/1 ++ 1 --
Merge b7ac14acbd2fc3b7d346f530124f00ff42f615ab into e87f23f05fb139d378e794f68368ee9c3f552c35
79e616be
pull/748/merge
79/16,482 ++ 4,503 --
Merge 7f2614b48ccd2253b656583c99b0e602473c425f into 557a4980298538e03295f25cf3f1344828e96c85
e64582f4
pull/382/merge
105/792 ++ 714 --
fix: separate falcon24 and falcon25 signing type
7f2614b4
falcon25_lint
7/62 ++ 26 --
Deploying to gh-pages from @ scholtz/wallet@61a2cd52594899f77d6c180a2750751f60685536 🚀
7a9c5126
gh-pages
11/67 ++ 66 --
feat: enhance UI with visual icons for major screens and improve empty state presentations
61a2cd52
master
21/214 ++ 24 --
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 --
test: add op tests for sha512, poseidon2, appBox family of ops, and `app_params_set` and new appParams fields
769bdefd
chore/langspec-update
60/9,674 ++ 1,003 --