Ecosystem metrics
- New Repos
- 18
- New
- Commits
- 836
- down 22.6%
- Releases
- 2
- down 77.8%
- Contributors
- 40
- down 25.9%
- Merges
- 37
- down 9.8%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6896 commits in all time
Jun 02, 2026 20:23 – Aug 31, 2026 20:23 UTC
Merge b7a588e30d51c1d9582b6476d7f5996c66554f45 into 72864f7d02748b06fdb88fb3f349f37358756cd4
20f886f2
pull/405/merge
300/2 ++ 206,779 --
chore: remove example output
b7a588e3
chore/exclude-example-output
300/2 ++ 206,779 --
Merge pull request #598 from algorandfoundation/feat/docs-algorand-client
docs: rewrite AlgorandClient concepts page
c9b2ce97
docs-staging
1/112 ++ 130 --
Merge 05e14ff688e0beef8768530915a456cc78de0345 into 8687609257907f02774f773d132f62d772d3c0f1
263a74c6
pull/400/merge
15/293 ++ 51 --
Bug fixes
1. NFD username not visible at real production code. 2. Duplicate account selections in EscrowSessionVaultDebugToolScreen.
05e14ff6
pull/400/head
15/293 ++ 51 --
Merge 3d8dcf71f3e905d632d90f45eee50a95aa6208ba into a8544ac4807909b51a737aaca266a13e8272ed92
adef23a9
pull/598/merge
1/112 ++ 130 --
Notes added by 'git notes add'
ca19a5f3
notes/semantic-release-v1.3.1-beta.1
1/1 ++ 0 --
Merge docs-staging into feat/docs-algorand-client
1f884e19
feat/docs-algorand-client
14/1,113 ++ 748 --
docs: fix links to transactions concepts page
3d8dcf71
feat/docs-algorand-client
1/2 ++ 2 --
Merge 0073561a5d9673298d1ef3a23e4c2b6098dc09e9 into 72864f7d02748b06fdb88fb3f349f37358756cd4
be376be9
pull/383/merge
2/85 ++ 28 --
Merge f0e4cda85a45fcaabba087200d6fc92a500ade5e into 8602e0430cdc499f3bc1cecc5abe4aa31f4aee44
d6cfa820
pull/135/merge
58/4,392 ++ 6,745 --
Merge 873f7611cbd080e38ee13c716bce0e41288515bb into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
95271007
pull/66/merge
10/1,219 ++ 1,300 --
chore(deps): Update all non-major dependencies
873f7611
renovate/all-non-major-dependencies
10/1,219 ++ 1,300 --
Merge 2bff9950387a770366f886517340e2d8fa1c5335 into a9753af2536081b26c8549679a0c9fff406fbb00
c185e5c1
pull/6707/merge
14/1,414 ++ 51 --
Merge remote-tracking branch 'upstream/master' into edwards-math
2bff9950
pull/6707/head
68/3,514 ++ 4,018 --
Merge pull request #6720 from onetechnical/relbeta5.0.1
98a5b0d8
rel/beta
15/460 ++ 14 --
Merge 7c21cc754da8d32c7ef3e31b5fdb25e79d6ffac4 into a9753af2536081b26c8549679a0c9fff406fbb00
cd91ce20
pull/6721/merge
14/459 ++ 13 --
Merge branch 'rel/stable' into relstable5.0.1-remerge
7c21cc75
pull/6721/head
14/459 ++ 13 --
Merge e763fb0d849f1263c72726b9e2dfc240accc926f into 7c9e0b433828e7611eb9cb3afa8b2cc21028490a
701176e4
pull/6720/merge
15/460 ++ 14 --
feat(agent, website): favicons from the brand assets
The agent tab wears her face, the website wears the V — both cropped from out/brand and shipped as png + ico. Next serves app/icon.png and app/favicon.ico by convention; the Astro layout links its pair explicitly.
f7aeef40
main
5/3 ++ 0 --
fix(plugins): the $715M DeFi card — Vestige's /protocols tvl is ALGO, not USD
Two stacked errors. Vestige's /protocols has no denominating param and reports tvl in ALGO; get_defi_overview relabeled it USD unchecked. And its liquid-staking rows count both the backing ALGO and the minted derivative (xALGO showed 553M against a real ~280M ALGO — exactly 2x). The handler now converts with Vestige's own ALGO/USD price and keeps type-0 (DEX) rows only, refusing outright when the price is unavailable rather than reporting zeros. Cards say 'locked in dex pools' since that is what the number is now. Live cross-check: $714.99M became $6.35M, with Tinyman 2.0 at $4.95M against DefiLlama's ~$5.4M.
d68bf988
main
4/42 ++ 27 --
feat(agent): the share page shows the real cards, not a summary
A client island builds a local result store from the payload's records and renders them through ResultCard — the same switch the feed uses, with no handlers, so drill-ins and pagination simply are not there. A record that does not fit its view still falls to RawCard. Nothing enters the visitor's session or the model; safeHref gates every record-derived URL. The Satori poster keeps the flat derivation — Satori cannot render client components.
f210f43c
main
3/48 ++ 31 --