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%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
10665 commits in all time
May 12, 2026 05:33 – Aug 10, 2026 05:33 UTC
Merge 2258bb0d299106c40febcdff1c13a7b928cab202 into 84500e48392d09973c1e1c7d69aa92a1ede27241
13fc0938
pull/896/merge
1/1 ++ 1 --
Merge b6edcb97943bb44ecafca13dd69e0786f716711c into 84500e48392d09973c1e1c7d69aa92a1ede27241
18ce38f3
pull/897/merge
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>
b6edcb97
dependabot/npm_and_yarn/vue/compiler-sfc-tw-3.5.41
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>
2258bb0d
dependabot/npm_and_yarn/core-js-tw-3.50.0
1/1 ++ 1 --
Merge c59ab39277ab2f8e5db697c351bba550baa871b7 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
1319ea88
pull/831/merge
2/62 ++ 16 --
Merge 88515d2c548df990e2ca853dee1e1ed5f7fbe4d1 into 100dc5fa507537fffa496e22706c3a6c1e9bca2a
a99ccdcc
pull/592/merge
2/187 ++ 0 --
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.
88515d2c
pull/592/head
2/187 ++ 0 --
Merge 5f29ea23c1789918cf8be6596923054e42eb8588 into 100dc5fa507537fffa496e22706c3a6c1e9bca2a
4c9d2c9f
pull/591/merge
2/91 ++ 0 --
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.
5f29ea23
pull/591/head
2/91 ++ 0 --
Merge 0cbd8776035b0b1bea15d1b65c855a2856c0a57f into d4e2088f738a46819185a6418854b08482bdac33
3b54b522
pull/325/merge
2/49 ++ 3 --
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.
0cbd8776
pull/325/head
2/49 ++ 3 --
Merge 03130d61f22465ff982c95a647d96af70f8553fb into d4e2088f738a46819185a6418854b08482bdac33
e78cd3f5
pull/324/merge
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.
03130d61
pull/324/head
2/66 ++ 1 --
Merge 28a94ca1f29f377230fa63d6c0210197b697f04c into 7d2d52615e262b1e35612c8890f0001f480f3758
beff2bf1
pull/385/merge
13/863 ++ 277 --
checkBalancesAndNavigateToDebugTool added
28a94ca1
pull/385/head
6/376 ++ 96 --
Merge cc2b243a3ce4300c785173a7fc1816bcbae3a493 into 967fcacfacdf0b3c91efdcc5239ef0360acb99cf
06f9a38a
pull/831/merge
2/62 ++ 16 --
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.
cc2b243a
pull/831/head
2/12 ++ 32 --
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.
c59ab392
pull/831/head
2/12 ++ 32 --
ANGULAR: Tickers on Header & visualize
a7f1ebd3
master
10/232 ++ 112 --
Deploying to gh-pages from @ scholtz/wallet@800a96edb3ed236e109ea19f6eab51f036ec108a 🚀
d1adf488
gh-pages
11/83 ++ 83 --
feat: enhance transaction note display with clickable links for transaction IDs
800a96ed
master
2/43 ++ 1 --
Deploying to gh-pages from @ scholtz/wallet@f818365c62bd21d16e760274f9d9657118607351 🚀
abb784cb
gh-pages
12/183 ++ 183 --
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.
f818365c
master
55/1,132 ++ 553 --