Ecosystem metrics
- New Repos
- 5
- New
- Commits
- 549
- down 35.6%
- Releases
- 7
- up 133.3%
- Contributors
- 44
- up 12.8%
- Merges
- 8
- down 77.1%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7029 commits in all time
Jun 09, 2026 18:16 – Sep 07, 2026 18:16 UTC
Merge 838ba5882277ed8c5ce3cc95bc9b4a0808fc9290 into 28297d8e7c02000a4d8c8feac64fbaf47b6eb4f2
fdb46898
pull/611/merge
2/28 ++ 0 --
Merge 4281b01e262a0c9009452be4c9e2701e6418a233 into 8602e0430cdc499f3bc1cecc5abe4aa31f4aee44
ba65c4ed
pull/172/merge
86/9,668 ++ 8,189 --
chore: bump fast-uri to 3.1.6 to fix audit advisories
4281b01e
chore/restore_v3
1/3 ++ 3 --
docs: fix USDC amount formatting in example to show fractional values
45e16f17
chore/restore_v3
2/4 ++ 4 --
docs: pin USDC example to MainNet to match the hard-coded asset id
b54dfab9
chore/restore_v3
2/3 ++ 2 --
docs: await pollOnce in cron/lambda examples
c6019215
chore/restore_v3
3/3 ++ 3 --
docs: fix off-by-one in statusAfterBlock wait example
0bbce7c1
chore/restore_v3
1/3 ++ 1 --
docs: fix uint64 typo in method signature filter example
0daf6bba
chore/restore_v3
1/1 ++ 1 --
feat: transact v41 catchup (#354)
Co-authored-by: David Rojas <lempira@users.noreply.github.com>
ae593f70
main
22/1,181 ++ 58 --
Merge ffac0536e8784597f8fec2841c5eb01714b950bd into eae5ea37b3bfc63243c1cbeb1181fad2e289e3a8
5cbc96da
pull/404/merge
3/20 ++ 19 --
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 --
chore: restore algokit-utils/types/indexer external in rollup config
299152a6
chore/restore_v3
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 --