Ecosystem metrics

New Repos
27
up 8.0%
Commits
825
up 21.9%
Releases
10
up 233.3%
Contributors
55
up 12.2%
Merges
19
down 29.6%

Repository Explorer

10665 commits in all time May 12, 2026 05:33 – Aug 10, 2026 05:33 UTC
Merge 2258bb0d299106c40febcdff1c13a7b928cab202 into 84500e48392d09973c1e1c7d69aa92a1ede27241
Git Commit 13fc0938 Branch pull/896/merge Document 1/1 ++ 1 --
Merge b6edcb97943bb44ecafca13dd69e0786f716711c into 84500e48392d09973c1e1c7d69aa92a1ede27241
Git Commit 18ce38f3 Branch pull/897/merge 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.41/packages/compiler-sfc)

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

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit b6edcb97 Branch dependabot/npm_and_yarn/vue/compiler-sfc-tw-3.5.41 Document 1/1 ++ 1 --
build(deps): update core-js requirement from ^3.49.0 to ^3.50.0
Updates the requirements on [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) to permit the latest version.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.50.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-version: 3.50.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 2258bb0d Branch dependabot/npm_and_yarn/core-js-tw-3.50.0 Document 1/1 ++ 1 --
mitre88 go-algorand-sdk
Merge c59ab39277ab2f8e5db697c351bba550baa871b7 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
Git Commit 1319ea88 Branch pull/831/merge Document 2/62 ++ 16 --
mitre88 algokit-utils-ts
Merge 88515d2c548df990e2ca853dee1e1ed5f7fbe4d1 into 100dc5fa507537fffa496e22706c3a6c1e9bca2a
Git Commit a99ccdcc Branch pull/592/merge Document 2/187 ++ 0 --
mitre88 algokit-utils-ts
feat: add AppClient.resolvePc for TEAL/error mapping by program counter
Expose a public static and instance method that maps a raw program
counter to ARC-56 error message, TEAL line, and source path without
requiring a full logic-error string. Closes #367.
Git Commit 88515d2c Branch pull/592/head Document 2/187 ++ 0 --
mitre88 algokit-utils-ts
Merge 5f29ea23c1789918cf8be6596923054e42eb8588 into 100dc5fa507537fffa496e22706c3a6c1e9bca2a
Git Commit 4c9d2c9f Branch pull/591/merge Document 2/91 ++ 0 --
mitre88 algokit-utils-ts
feat: throw helpful error on duplicate transactions in composer
Detect identical transaction IDs within a composed group and fail early
with guidance about cached suggestedParams and how to differentiate
transactions (note, lease, validity window). Closes #366.
Git Commit 5f29ea23 Branch pull/591/head Document 2/91 ++ 0 --
mitre88 algokit-utils-py
Merge 0cbd8776035b0b1bea15d1b65c855a2856c0a57f into d4e2088f738a46819185a6418854b08482bdac33
Git Commit 3b54b522 Branch pull/325/merge Document 2/49 ++ 3 --
mitre88 algokit-utils-py
fix: avoid error transformer app id prefix collisions
AppClient error transformers matched app IDs with a substring check
(`"app=1142" in str(error)`), so a transformer for app 1142 could claim
errors for app 11423 and transform them with the wrong source map.

Match with a digit boundary (`app={id}(?!\d)`) instead.

Closes #296.
Git Commit 0cbd8776 Branch pull/325/head Document 2/49 ++ 3 --
mitre88 algokit-utils-py
Merge 03130d61f22465ff982c95a647d96af70f8553fb into d4e2088f738a46819185a6418854b08482bdac33
Git Commit e78cd3f5 Branch pull/324/merge Document 2/66 ++ 1 --
fix: stringify JS-unsafe integers in AVM simulation traces
Large integers outside Number.MAX_SAFE_INTEGER were written as raw JSON
numbers. The AVM VS Code debugger (js-algorand-sdk v3) loses precision on
those values. Convert them to strings when persisting .trace.avm.json.

Closes #199.
Git Commit 03130d61 Branch pull/324/head Document 2/66 ++ 1 --
Merge 28a94ca1f29f377230fa63d6c0210197b697f04c into 7d2d52615e262b1e35612c8890f0001f480f3758
Git Commit beff2bf1 Branch pull/385/merge Document 13/863 ++ 277 --
mitre88 go-algorand-sdk
Merge cc2b243a3ce4300c785173a7fc1816bcbae3a493 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
Git Commit 06f9a38a Branch pull/831/merge Document 2/62 ++ 16 --
mitre88 go-algorand-sdk
refactor(client): embed HTTPError in error types
Embed HTTPError in BadRequest, InvalidToken, NotFound and InternalError
to avoid duplicating StatusCode/Message fields and Error() methods.

Addresses review feedback on #831.
Git Commit cc2b243a Branch pull/831/head Document 2/12 ++ 32 --
mitre88 go-algorand-sdk
refactor(client): embed HTTPError in error types
Embed HTTPError in BadRequest, InvalidToken, NotFound and InternalError
to avoid duplicating StatusCode/Message fields and Error() methods.

Addresses review feedback on #831.
Git Commit c59ab392 Branch pull/831/head Document 2/12 ++ 32 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@800a96edb3ed236e109ea19f6eab51f036ec108a 🚀
Git Commit d1adf488 Branch gh-pages Document 11/83 ++ 83 --
scholtz-aures wallet
feat: enhance transaction note display with clickable links for transaction IDs
Git Commit 800a96ed Branch master Document 2/43 ++ 1 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@f818365c62bd21d16e760274f9d9657118607351 🚀
Git Commit abb784cb Branch gh-pages Document 12/183 ++ 183 --
scholtz-aures wallet
refactor: Enhance type safety and error handling across store modules
- Updated axios wrapper to enforce stricter parameter types for GET and POST requests.
- Improved type definitions in config, fa2, indexer, publicData, signer, wallet, and wc modules for better clarity and maintainability.
- Introduced a utility function for consistent error message extraction in catch blocks.
- Removed unnecessary any types and replaced them with more specific types where applicable.
- Refactored WalletConnect integration to ensure compatibility with varying versions of dependencies.
- Cleaned up unused code and comments to improve overall code readability.
Git Commit f818365c Branch master Document 55/1,132 ++ 553 --