Ecosystem metrics
- New Repos
- 18
- New
- Commits
- 506
- down 40.6%
- Releases
- 4
- down 42.9%
- Contributors
- 46
- up 2.2%
- Merges
- 6
- down 81.8%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7054 commits in all time
Jun 11, 2026 12:34 – Sep 09, 2026 12:34 UTC
build(deps-dev): bump cpy-cli from 5.0.0 to 7.0.0
Bumps [cpy-cli](https://github.com/sindresorhus/cpy-cli) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/cpy-cli/releases) - [Commits](https://github.com/sindresorhus/cpy-cli/compare/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: cpy-cli dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4cd207ae
dependabot/npm_and_yarn/cpy-cli-7.0.0
2/118 ++ 209 --
build(deps-dev): bump conventional-changelog-conventionalcommits
Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) from 7.0.2 to 10.4.0. - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v10.4.0/packages/conventional-changelog-conventionalcommits) --- updated-dependencies: - dependency-name: conventional-changelog-conventionalcommits dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5d73d45c
dependabot/npm_and_yarn/conventional-changelog-conventionalcommits-10.4.0
2/30 ++ 7 --
fix: track algod spec instead of pinning a stale one
The algod spec URL was pinned at v3.26.0-stable. Resolve the latest
stable tag at generate time instead, and add codegen-overlay.yaml to
map go-algorand's basics.* x-go-type annotations onto plain Go types --
the spec ships those annotations with no matching x-go-type-import, so
the generated client would otherwise reference a package it never
imports.
Rounds and related fields move from int to uint64 to match. Clamp the
subtractions that this makes unsigned, so an out-of-order round or vote
count yields zero rather than wrapping to ~1.8e19:
- GetBlockMetrics rejects a window wider than the chain height
- formatProtocolVote's fail threshold, and its progress denominator,
which algod omits entirely when no vote is in progress
- GetExpiresTime's round distance
Status.Merge now reads every optional field through deref(). Which of
them algod actually sends varies with node state -- at the start of a
fast catchup it reports a catchpoint several rounds before any of the
catchpoint counters -- and pinning is no longer there to freeze that
shape.
GenerateCmd returns an error instead of dividing by a zero RoundTime,
which is its value until the node has seen a full metrics window.
a8c36fda
fix/track-latest-algod-spec
21/487 ++ 316 --
chore: restore v3 w/ v4 docs and workflows (#172)
* chore: bring over v4 workflows (no docs) * chore: astro docs * chore: npm audit * ci: rm verify_examples * fix: bump nanoid to 3.3.18 to address GHSA-2v37-7h3g-55p8 * docs: fix broken links and correct stop() and types import usage * chore: fix package-lock.json * chore: fix audit * test: add addresses to balance change tests to avoid parallel conflicts * chore: restore algokit-utils/types/indexer external in rollup config * docs: fix uint64 typo in method signature filter example * docs: fix off-by-one in statusAfterBlock wait example * docs: fix USDC amount formatting in example to show fractional values * docs: await pollOnce in cron/lambda examples * docs: pin USDC example to MainNet to match the hard-coded asset id * chore: bump fast-uri to 3.1.6 to fix audit advisories --------- Co-authored-by: Luca Martini <luca.martini@algorand.foundation>
dbbd57b1
main
86/9,668 ++ 8,189 --
fix: make --force reach the platform stop
algod.Stop() always called mac.Stop(false), so on macOS --force only skipped the is-it-running guard and then hit MustBeServiceMsg for a non-service install. On restart that is worse than not passing the flag at all: the stop fails, log.Fatal fires, and Start() never runs, leaving the node down. Take force as a parameter and pass it through. stop and restart forward their flag; the two configure callers pass false.
78901662
feat/restart-command
5/8 ++ 6 --
Merge 921e62e153a795acda22c693cf4e8ab8f06a8afc into 35d7e65be978b14e1777fb37c4a70fa92fe8022e
fad1912a
pull/12/merge
38/1,567 ++ 1,573 --
Guard wallet signer example
Co-authored-by: Ganainmtech <127313669+Ganainmtech@users.noreply.github.com>
921e62e1
x402-skills-fixes
1/5 ++ 1 --
Merge 71296169ae261e8256d425a790f43505cab32ee9 into 35d7e65be978b14e1777fb37c4a70fa92fe8022e
486580ac
pull/12/merge
38/1,564 ++ 1,574 --
Remove outdated x402 utility helpers
Co-authored-by: Ganainmtech <127313669+Ganainmtech@users.noreply.github.com>
71296169
x402-skills-fixes
1/0 ++ 3 --
Update API route format for premium content
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
939d26f8
x402-skills-fixes
1/1 ++ 1 --
Update API route format in paywall examples
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
dbb93417
x402-skills-fixes
1/1 ++ 1 --
Merge ea53a0498fcee509b8d104f492c3967ef2c8ee19 into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
e6e12354
pull/38/merge
1/5 ++ 5 --
Merge a20bebe0a76fe694d7dbd6e9bbc3d1c3645020f4 into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
fcd4336c
pull/40/merge
1/2 ++ 2 --
Merge 827337a7d9ab69f83656eb66c7244290650a18be into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
bb002f83
pull/32/merge
1/1 ++ 1 --
Merge b6873015db7d35f4488bbaad3cc13aea7ec19570 into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
ab6f65ee
pull/50/merge
1/2 ++ 2 --
Merge 93f9fcb591133b592f4d219260b79e102ed042fc into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
49db6666
pull/37/merge
1/3 ++ 3 --
Merge dd01202f42b037df42ba95de331437f10cee82f8 into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
9849833e
pull/39/merge
1/5 ++ 5 --
Merge 52c22c37f30c71a9f2299015f2ae579a6927d725 into c79b9990d0a985de5dbd088e4c9d93bc57bfe768
7cd55ea3
pull/43/merge
1/1 ++ 0 --
Merge 3f08b2912c5e1975a24e04adf4350079ef640591 into ec6c593a804c81f661cf4c003f17ff964d9cae95
cc569032
pull/40/merge
33/3,351 ++ 147 --
chore: output vault logs (errors are being hidden) in CI
3f08b291
feat/pq-accounts
2/8 ++ 1 --
Merge 15371747899c2fc95752c4b25ed09f46ce72a083 into 65c365bfc61c2c732baadc815f4578893c932833
196a9640
pull/369/merge
58/3,680 ++ 41 --