Ecosystem metrics

New Repos
18
down 99.0%
Commits
861
down 17.9%
Releases
4
down 55.6%
Contributors
37
down 31.5%
Merges
37
up 8.8%

Repository Explorer

6852 commits in all time Jun 02, 2026 08:41 – Aug 31, 2026 08:41 UTC
manuelmauro algonaut
Merge e104414f413859369705256ab846c146a8454ee7 into 4144110e83b9afe1570a9e602f4a520dc997c6b7
Git Commit c2379948 Branch pull/380/merge Document 2/165 ++ 2 --
manuelmauro algonaut
docs(readme): add a compatibility matrix and acceptance-suite coverage
The README documented what algonaut does but never stated how it compares
to the reference SDK or what it is verified against, so a reader had no way
to judge coverage or find the gaps without reading the source.

Add a Compatibility section with two reference points:

- The cross-SDK algorand-sdk-testing acceptance suite: per-feature status
  for all 30 upstream features (13/13 integration, 5/17 unit), the 274/0
  fresh-harness result, and the rationale behind every skipped scenario.
- js-algorand-sdk v3.7.0: a surface-by-surface capability matrix across
  clients, transactions, signing, groups/ABI, and tooling.

Gaps are stated explicitly rather than omitted — algod 5.0 / Falcon-1024
post-quantum accounts and resource access lists, TEAL signing, ufixedNxM
and anonymous tuples in contract! (#345), the 12 unit features awaiting
step definitions, and the lack of a pluggable HTTP transport.
Git Commit e104414f Branch docs/compatibility-matrix Document 1/164 ++ 1 --
manuelmauro algonaut
fix(crypto): drop redundant reference in Signature's Debug impl
clippy 1.97 promotes `useless_borrows_in_formatting` to fire on
`write!(f, "{}", &BASE64.encode(..))`. CI pins `rust-toolchain@stable`,
so this fails the clippy job as runners pick up the new release, and it
already fails the pre-commit hook locally.
Git Commit 634c4c96 Branch docs/compatibility-matrix Document 1/1 ++ 1 --
ipaleka frontend
When Moon button is retired
Git Commit 5acd9e1a Branch v1_0_0 Document 8/22 ++ 23 --
renovate[bot] use-wallet
Merge 07c5f60025f9c77b6b2d3d2b3c059788413d6331 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 716fdbbc Branch pull/455/merge Document 3/3 ++ 3 --
renovate[bot] use-wallet
chore(deps): update actions/checkout action to v7
Git Commit 07c5f600 Branch renovate/actions-checkout-7.x Document 3/3 ++ 3 --
renovate[bot] use-wallet
Merge 1a9647fa44d6779edd30b031286f3525e16fb962 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit b2977d60 Branch pull/454/merge Document 15/1,389 ++ 954 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit 1a9647fa Branch renovate/non-major-dependencies Document 15/1,389 ++ 954 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit c538ee4d Branch renovate/branches/renovate/non-major-dependencies Document 15/1,389 ++ 954 --
build(deps): update vue-router requirement from ^5.2.0 to ^5.3.0
Updates the requirements on [vue-router](https://github.com/vuejs/router) to permit the latest version.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-version: 5.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 426c5c92 Branch dependabot/npm_and_yarn/vue-router-tw-5.3.0 Document 1/1 ++ 1 --
build(deps-dev): update @vue/compiler-sfc requirement
Updates the requirements on [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) to permit the latest version.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.42/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.42
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 064dc1ff Branch dependabot/npm_and_yarn/vue/compiler-sfc-tw-3.5.42 Document 1/1 ++ 1 --
Merge 9180f4426ae2f16bf44c7a20fcb093c8256010ec into 8687609257907f02774f773d132f62d772d3c0f1
Git Commit 7a6643e1 Branch pull/392/merge Document 23/2,391 ++ 1,262 --
gabrielkuettel vibekit
fix(agent): the share control is a word with a copied state, not a glyph
'share' in the header row, faint until hovered, brass on hover like every
button; '✓ copied' in signal for 1.2s once the link is on the clipboard —
the same readout Copyable gives.
Git Commit 7068659e Branch main Document 3/34 ++ 16 --
gabrielkuettel vibekit
feat(agent): share cards — one exchange as a URL with its own OG poster
A share glyph on a section's header POSTs the exchange — prompt, her reply,
its view blocks — to /api/share, which strips, hashes (sha256, 48 bits, the
preimage is everything the card displays), and stores it in KV for 90 days.
First write wins: an offline hash collision becomes a failed share, never a
hijack. /s/[hash] is a static server-rendered page — the exchange as a
poster, her line marked as shared, and one button into the Explorer with the
question prefilled — plus a Satori OG image on the brand palette, immutable
by content hash. Nothing from a payload ever enters a visitor's session or
the model's context; the visitor re-asks live.

The explorer routes move into an (explorer) route group so the share page
renders without the client-only shell, and both OG routes read vendored
JetBrains Mono (OFL) instead of scraping Google Fonts CSS per render.
Git Commit 42f2072f Branch main Document 26/1,171 ++ 53 --
ipaleka frontend
Added USDC value to the swap amount
Git Commit 6a88262d Branch v1_0_0 Document 12/384 ++ 3 --
ipaleka widgets
Added USDC value to the swap amount
Git Commit f19e5a29 Branch main Document 4/367 ++ 4 --