Ecosystem metrics
- New Repos
- 25
- New
- Commits
- 708
- down 5.7%
- Releases
- 4
- up 0.0%
- Contributors
- 47
- down 19.0%
- Merges
- 28
- up 27.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
11020 commits in all time
May 06, 2026 22:26 – Aug 04, 2026 22:26 UTC
Merge 739348b42680be169640156f10526727c0cf8b74 into da0a0f56530ee6a406a5f4fcbcb7bc7ac373fb71
f39ebbec
pull/376/merge
17/123 ++ 66 --
Merge b91806140e36c9591f0cd2f9d9cf31a417aacc46 into 2b11517b4388beaa626bf284a57af90cd1c36c1e
a565eb31
pull/1115/merge
10/410 ++ 32 --
Merge bdc8b7f4bf2a54dbb9f4e9cc561bf5a73219c6e0 into 40a57d59e32cee150af4e0a9fbf1327939f04a98
2b11517b
pull/1102/merge
27/1,877 ++ 78 --
Deploying to gh-pages from @ scholtz/wallet@0b3947eb144b00dd4b707728660bea1c117e63a2 🚀
214504ae
gh-pages
9/95 ++ 94 --
feat: enhance ARC-60 security and DEX aggregator transaction validation
0b3947eb
master
19/200 ++ 11 --
Add security audit report for AWallet (Biatec Wallet) - commit 7564250
This commit introduces a comprehensive security audit report detailing findings from the audit conducted on August 4, 2026. The report highlights one Critical and one High severity finding related to DEX aggregator swaps and ARC-60 domain binding vulnerabilities, along with additional Medium and Low severity findings. Recommendations for addressing these issues are included, along with a summary of the audit scope, methodology, and dependency review.
213729bc
master
2/349 ++ 20 --
Merge 557294a29d4b924975f191adda38d4ffe1738548 into 88fe542f3a2b6cbe898497cd3321f7bd20a7429b
10b8f705
pull/6692/merge
4/228 ++ 4 --
AVM: check stack depth before bulk constant pushes
pushbytess and pushints only discovered a stack overflow after pushing all of their constants, when the generic post-op depth check ran. Report the same "stack overflow" error up front, before pre-sizing the stack or pushing anything, so these ops fail at the same point as the rest of their immediate validation instead of doing needless work first.
557294a2
pull/6692/head
2/33 ++ 0 --
AVM: accept a trailing empty byte immediate
parseByteImmArgs had an off-by-one that rejected an empty final byte constant ending exactly at the end of the program, so a program ending in `pushbytess ""` failed with "const bytes list ran past end of program" even though the assembler happily emits that encoding. Fix the bounds check, and reproduce the old behavior for programs run under protocols before v13 with rejectTrailingEmptyByteImm, which can simply be deleted once v13 is in effect. Since the bug only caused errors, and programs are checked when placed on chain, no stored program depends on it.
9774f0ea
pull/6692/head
4/75 ++ 2 --
AVM: limit the size of byte constant immediates
Starting at v13, bytecblock and pushbytess check their byte constant immediates against maxStringSize (4096 bytes) at Check and Eval time, so byte constants get the same limit and error reporting as AVM byte values everywhere else. The assembler reports oversized constants for all versions, since such programs cannot run once v13 is in effect.
41a3bf61
pull/6692/head
4/121 ++ 3 --
Merge cde879a6538b112ac317b106124a5152c3a42f01 into c138921bdc81ac772fea570d0f286575b27a0b45
576643f8
pull/176/merge
1/124 ++ 125 --
chore(deps-dev): bump aiohttp from 3.13.5 to 3.14.3
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.13.5 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.13.5...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
cde879a6
dependabot/pip/aiohttp-3.14.3
1/124 ++ 125 --
Merge f68032985c43b48669a25173f57a4a54213e6c04 into 564e5164780b79ae9404e80ca411ff99814b74ca
a95d8b22
pull/596/merge
8/337 ++ 63 --
docs: recommend simulate over the note size constant for fee planning
f6803298
feat/v42
1/6 ++ 5 --
chore(deps-dev): bump aiohttp from 3.13.2 to 3.14.3 in /assets/arc-0062
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
7ca5dd05
pull/471/head
1/132 ++ 125 --
Merge 934069823dd196239fdd0a099a48fc88394c8174 into f83e46c9513beeb52415168fc9ea344dea8a089d
b0239465
pull/470/merge
1/132 ++ 125 --
chore(deps-dev): bump aiohttp from 3.13.2 to 3.14.3 in /assets/arc-0020
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.13.2 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.13.2...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
93406982
dependabot/pip/assets/arc-0020/aiohttp-3.14.3
1/132 ++ 125 --
Merge 7c27e50f2f6c988151da511d4cec2f280ae0b417 into e87f23f05fb139d378e794f68368ee9c3f552c35
47009e55
pull/748/merge
78/16,155 ++ 4,543 --
Merge 6b0663a46b78d965afb9ae5c283d87efba456b08 into fd7b0c81aab2bacc6240b8897330b5db490ef823
be5275a8
pull/400/merge
242/4,668 ++ 141 --