Ecosystem metrics
- New Repos
- 3
- New
- Commits
- 550
- down 35.1%
- Releases
- 7
- up 133.3%
- Contributors
- 45
- up 18.4%
- Merges
- 9
- down 73.5%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7021 commits in all time
Jun 09, 2026 15:26 – Sep 07, 2026 15:26 UTC
Merge 4872541dcc990d59dc2aae215361cf3dbcb8b84a into a1c19c90aca9526ce3bed3d0a920ac3d1e71e10c
395e87c8
pull/354/merge
22/1,181 ++ 58 --
fix(transact): address review on the v41 catch-up
Drops the LogicSig program length check. Consensus v42 governs transaction size through fees rather than hard caps, so a hardcoded byte limit in client-side validation can reject a transaction the network would accept. A LogicSig carrying the legacy msig field now fails validation, since consensus v41 rejects it. Encoding and decoding are untouched, so pre-v41 transactions still round-trip. Access list indices are bounds-checked and must name the right kind of entry: a holding's asset index resolves to an Asset, a locals' app index to an App. Index 0 stays valid — it means the sender, or the app being called.
4872541d
feat/transact-v41-catchup
3/251 ++ 12 --
ALL-17126: Add robinhood mainnet and testnet. (#1192)
* ALL-17126: Add robinhood mainnet and testnet. * ALL-17126: skip haqq e2e rpc tests, gateway node returns temporary internal error. * ALL-17126: do not fail build when error messages repo is unreachable.
5e49d36b
master
9/36 ++ 4 --
ALL-17126: Add robinhood. (#1193)
* ALL-17126: Add robinhood. * ALL-17126: skip kcs multiToken and smart contract prepare tests, KCC testnet RPC returns empty responses.
e539b342
v2
7/13 ++ 3 --
Merge a1a1df885374dba4f5a64cee9b0c024b503ce146 into a1c19c90aca9526ce3bed3d0a920ac3d1e71e10c
0b6db8d2
pull/354/merge
22/932 ++ 58 --
fix(transact): drop the LogicSig program length check
Consensus v42 governs transaction size through fees rather than hard caps, so a hardcoded byte limit in client-side validation can reject a transaction the network would accept. The empty-program and one-of-delegation checks stay, since those are structural rather than protocol limits.
a1a1df88
feat/transact-v41-catchup
2/2 ++ 12 --
ALL-17126: skip kcs multiToken and smart contract prepare tests, KCC testnet RPC returns empty responses.
ce238cce
pull/1193/head
1/5 ++ 2 --
ALL-17126: do not fail build when error messages repo is unreachable.
4f62299b
pull/1192/head
1/1 ++ 1 --
ALL-17126: skip haqq e2e rpc tests, gateway node returns temporary internal error.
4e1abd71
pull/1192/head
1/2 ++ 2 --
Merge a7d9699dc90580cc2d3ca65c62f5d783e9970037 into b03abf235c1efcf2429fcfe6a04f601ee7acda47
daceb06d
pull/1193/merge
6/8 ++ 1 --
Merge 1dbf00dab86ee14050aca2d7f48bd6b3415c1326 into cf7f15070ada900b7d31451bd886816befd6e764
5f86c870
pull/1192/merge
7/33 ++ 1 --
Merge 7690a49dd2197abd34b1ed96e536a04b6d0409e9 into 4d0d2671dcbf5f2b22c6d759604bc5980deccb38
504510fb
pull/604/merge
4/127 ++ 14 --
Merge 49eef543773d434f84e5bc6738052bce4eb06e7d into 4d0d2671dcbf5f2b22c6d759604bc5980deccb38
67aa6c57
pull/601/merge
2/81 ++ 1 --
Merge 3bdfb7a746e6a87a5061cea464ae04db421b14a5 into 4d0d2671dcbf5f2b22c6d759604bc5980deccb38
081e908d
pull/592/merge
2/179 ++ 0 --
Merge 52267ed39f8a80e029adb0643b58c62bb7a66417 into 4d0d2671dcbf5f2b22c6d759604bc5980deccb38
27486fda
pull/606/merge
2/68 ++ 1 --
ALL-17126: Add robinhood mainnet and testnet.
1dbf00da
feature/ALL-17126-robinhood
7/33 ++ 1 --
ALL-17126: Add robinhood.
a7d9699d
feature/ALL-17126-robinhood-v2
6/8 ++ 1 --
Notes added by 'git notes add'
16ae937a
notes/semantic-release-v2.4.1-beta.1
1/1 ++ 0 --
chore(release): ref:beta 2.4.1-beta.1 [skip ci]
## [2.4.1-beta.1](https://github.com/algorandfoundation/algokit-lora/compare/v2.4.0...v2.4.1-beta.1) (2026-09-07) ### 🐛 Bug Fixes * use utils 9.2.2 to work with Pera's PQ fee changes ([#609](https://github.com/algorandfoundation/algokit-lora/issues/609)) ([7461262](https://github.com/algorandfoundation/algokit-lora/commit/746126278c85c16b1da5c8570e0e156aafb24de4))
28297d8e
main
2/3 ++ 3 --
Merge pull request #610 from algorandfoundation/ci/printf
ci: use printf to avoid quote escape issues
96a73337
main
1/3 ++ 1 --
Merge 304e9058d68d34025f739906bc44684236a45297 into 65c365bfc61c2c732baadc815f4578893c932833
0dd91948
pull/382/merge
1/1 ++ 1 --
chore(deps): update jsonschema requirement from 0.46 to 0.53
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/cli-v0.46.0...ruby-v0.53.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
304e9058
dependabot/cargo/jsonschema-0.53
1/1 ++ 1 --
Merge 2cfc5b65452af8f04848e2f79c5569f840f27040 into 623f3c058154e12632360cbd84a2d3c0c078314e
c5f3e0be
pull/661/merge
2/3 ++ 7 --
fix(sdk-list): update .NET SDK links, unnest page in sidebar
2cfc5b65
fix/update-dotnet-sdk-link
2/3 ++ 7 --