Ecosystem metrics
- Commits
- 615
- up 26.0%
- Releases
- 2
- down 66.7%
- Contributors
- 56
- up 21.7%
- Merges
- 11
- down 31.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7255 commits in all time
Jun 23, 2026 15:14 – Sep 21, 2026 15:14 UTC
Merge 43117e7fef4600ca4f85512c6f180518a598383b into 11d0b0894260ed561f087cdfff9432f0e9243fd9
05a01874
pull/660/merge
3/1,035 ++ 0 --
Merge 65e1ea2e5129ac96a72089399ff2cd07cd3ed909 into d2e91ec5f069853886d2f72381dcdfff0bab0dca
bf101258
pull/602/merge
21/367 ++ 51 --
Merge e5d7cdbb351f51519eb9200bd0bfdd4c4329b492 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
641b3fa6
pull/6737/merge
36/502 ++ 11 --
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.
e7f98570
pull/6737/head
35/501 ++ 10 --
Merge 991ee8268a318ea325b1e17445ed3dfc1ff05fb6 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
34b2e323
pull/66/merge
10/1,214 ++ 1,283 --
chore(deps): Update all non-major dependencies
991ee826
renovate/all-non-major-dependencies
10/1,214 ++ 1,283 --
Merge b3706902adecd3c739b257827d675408681671ee into 11d0b0894260ed561f087cdfff9432f0e9243fd9
eefd1407
pull/661/merge
2/9 ++ 8 --
docs(sdk-list): annotate both Unity SDK options
b3706902
fix/update-dotnet-sdk-link
1/6 ++ 1 --
Merge branch 'main' of https://github.com/algorandfoundation/devportal into fix/update-dotnet-sdk-link
Pulled updates
ffc1b988
fix/update-dotnet-sdk-link
10/4,318 ++ 8 --
Merge f7db158302be74b42bfb77c4a98430d217b3159a into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
ddff3beb
pull/197/merge
1/1 ++ 1 --
npm: bump hardhat from 2.29.1 to 3.17.0
Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) from 2.29.1 to 3.17.0. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.17.0/packages/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.17.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f7db1583
dependabot/npm_and_yarn/main/hardhat-3.17.0
1/1 ++ 1 --
Merge db156fd2fad83b79a2edd33a71657c42b8fe788f into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
d755b58f
pull/196/merge
1/1 ++ 1 --
npm: bump dotenv from 16.6.1 to 18.0.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 18.0.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v18.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
db156fd2
dependabot/npm_and_yarn/main/dotenv-18.0.0
1/1 ++ 1 --
Merge 3512a725eb4c20bb797944383dbfdcbf3b242fb6 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
6f0e4e5c
pull/195/merge
1/1 ++ 1 --