Ecosystem metrics

New Repos
5
New
Commits
553
up 9.9%
Releases
5
up 0.0%
Contributors
56
up 33.3%
Merges
21
up 250.0%

Repository Explorer

7015 commits in all time Jun 17, 2026 18:32 – Sep 15, 2026 18:32 UTC
jannotti go-algorand
Merge 1fa3ccda3c47b6f5e15260113ca191f20b97e8a4 into e8559cc9a0173ca6f9dc28f6913251efed33d625
Git Commit a6bcd400 Branch pull/6737/merge Document 35/501 ++ 10 --
jannotti go-algorand
Disallow logicsig args that are not read
LogicSig args are not signed so any relay can append args to a
transaction in flight. The program cannot detect it: it can prove that
at least N args exist, never that at most N do.

That is harmless while args are free. Once they are priced, and
combined with a refundable fee, padding would start consuming the
sender's extra fees.

Under the new RequireLogicSigArgAccess consensus parameter, a LogicSig may
carry no argument it did not read: none above the highest index it read,
and none below that index unless the argument is empty. Empty holes remain
legal, so goal tealsign's padding keeps working.

opArgN records reads in a bitmask on EvalContext, and logicSigVerify
checks it -- this is a rule about a transaction, not about what a program
means, so it sits beside the other transaction-level LogicSig rules.
Git Commit 1fa3ccda Branch pull/6737/head Document 35/501 ++ 10 --
Argimirodelpozo puya
Merge 2145571475d7a364101c825373b0b509122d29d1 into 27751c364229ae3cd0334fe4071e61690b6879e4
Git Commit 15e1648b Branch pull/751/merge Document 300/220,148 ++ 10,342 --
Argimirodelpozo puya
chore: compile all
Git Commit 21455714 Branch fix/dynamic-bool-array-in-box Document 300/216,144 ++ 10,299 --
Argimirodelpozo puya
fix: correct behavior for bitpacked bool arrays in IR
Git Commit 8b96c1c4 Branch fix/dynamic-bool-array-in-box Document 2/100 ++ 43 --
Argimirodelpozo puya
chore: changelog
Git Commit ee24c841 Branch fix/dynamic-bool-array-in-box Document 1/4 ++ 0 --
Argimirodelpozo puya
test: add test for bitpacked dynamic array as a struct field inside of a box
Git Commit 22deeed7 Branch fix/dynamic-bool-array-in-box Document 2/76 ++ 0 --
Merge 76471475873c80be0d5bfc38475f56e8e65e18cc into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 35876e72 Branch pull/23/merge Document 1/4,209 ++ 3,554 --
chore(deps): lock file maintenance
Git Commit 76471475 Branch renovate/lock-file-maintenance Document 1/4,209 ++ 3,554 --
Merge 8660676e760a35b7e9e3a9f3bbf38881a3053e13 into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 2af3b85f Branch pull/17/merge Document 4/3,364 ++ 1,957 --
fix(deps): update all non-major dependencies
Git Commit 8660676e Branch renovate/all-minor-patch Document 4/3,364 ++ 1,957 --
onetechnical go-algorand
Merge 288e1997e3929db6450dab164c61b8116b47cf94 into e8559cc9a0173ca6f9dc28f6913251efed33d625
Git Commit 3027fe45 Branch pull/6736/merge Document 14/388 ++ 42 --
onetechnical go-algorand
Merge branch 'rel/stable' into relstable5.0.2-remerge
Git Commit 288e1997 Branch relstable5.0.2-remerge Document 14/388 ++ 42 --
Argimirodelpozo puya
Merge cb3a7e30456c130cfd7d79474ffc75cc75c2885d into 27751c364229ae3cd0334fe4071e61690b6879e4
Git Commit 51e47158 Branch pull/751/merge Document 300/220,149 ++ 10,343 --
Merge 8cd587b0449180598372f06cf62f8c8b45f737c7 into 26f1819a4b88761fbc3250257016705c690f5a6c
Git Commit 5bf81bd4 Branch pull/192/merge Document 1/2 ++ 0 --
verixiaapps best-of-crypto
Merge d9ae5db6875bb08172b776202b876c1a45f96961 into 902ffb5e8667ec279c6d4480bddef9e97b614e36
Git Commit 6afd5e97 Branch pull/172/merge Document 1/2 ++ 0 --
Merge 818751d40801358c7cd5364d0f424ef4afb7ed5a into 26f1819a4b88761fbc3250257016705c690f5a6c
Git Commit 4235fdf0 Branch pull/192/merge Document 1/2 ++ 0 --
verixiaapps best-of-crypto
Add HostDeFi token-safety scanner
Git Commit d9ae5db6 Branch pull/172/head Document 1/2 ++ 0 --
Argimirodelpozo puya
chore: compile all
Git Commit cb3a7e30 Branch fix/dynamic-bool-array-in-box Document 300/216,144 ++ 10,299 --
Argimirodelpozo puya
chore: changelog
Git Commit bc3d7b89 Branch fix/dynamic-bool-array-in-box Document 1/4 ++ 0 --
Argimirodelpozo puya
test: add test for bitpacked dynamic array as a struct field inside of a box
Git Commit 36882fdb Branch fix/dynamic-bool-array-in-box Document 2/76 ++ 0 --