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%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
10736 commits in all time
May 08, 2026 05:10 – Aug 06, 2026 05:10 UTC
Merge ffd0657c6c8db9e612ca713966b2393bcb2d03c5 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
88dcd544
pull/6690/merge
38/2,518 ++ 3,923 --
Merge 6f07c68e03ed7e2380dc76dc0b634048e550fad6 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
ad2a9080
pull/6689/merge
2/3 ++ 3 --
Merge 991c77b886ea0c88c469cf8c56e44f7ac117a008 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
1b251d30
pull/6687/merge
2/12 ++ 12 --
Merge fdb2530f2a8bbac64a91e6226e0425e56382d70c into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
2b0a0c1f
pull/6674/merge
27/2,099 ++ 1,387 --
Merge 134f6b50caa904c055ddfbf9448a87ffff806db7 into c909d3705ab4f3412ee6361b6f03fdae93f2bad0
22479ff7
pull/6688/merge
2/3 ++ 3 --
Merge ad51e23bbc8e201e97d250e8ea07d58b045473fb into 557a4980298538e03295f25cf3f1344828e96c85
b671be95
pull/382/merge
106/840 ++ 747 --
fix: clean up debug screen code
ad51e23b
falcon25_lint
2/47 ++ 11 --
fix: use old param structure for open for now
5383e8bd
lower
11/3,526 ++ 2,864 --
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 --