Ecosystem metrics

New Repos
1,871
New
Commits
489
down 5.2%
Releases
9
down 10.0%
Contributors
44
down 15.4%
Merges
19
up 0.0%

Repository Explorer

4625 commits in all time May 25, 2026 09:53 – Aug 23, 2026 09:53 UTC
Argimirodelpozo puya
chore: compile all
Git Commit 93d8a65f Branch fix/3-consecutive-write-bug Document 82/5,066 ++ 853 --
Merge a44073e93d49d7ce81ce97868c3093feae0a3d55 into 0734df3843359f6dd31e4e0ad9574bc52caa1695
Git Commit 129636a3 Branch pull/392/merge Document 18/1,692 ++ 1,256 --
github-actions[bot] wallet
cicd deploy 1.2026.08.22-main [skip ci]
Git Commit 4f5f3f7f Branch master Document 1/1 ++ 1 --
ipaleka frontend
Implemented address page's design 2/3 toolbar
Git Commit 9ed961fc Branch undefined Document 24/4,285 ++ 20 --
Merge 137b1b912ae3dd24ea0557a60737f55d25cb7654 into 189855d43cba5d20e66248693d74332052ccb08e
Git Commit 5c923247 Branch pull/589/merge Document 1/1 ++ 1 --
algolog py-algorand-sdk
Merge d57284877c3a8d1ddd0d521048b9583641f01332 into 189855d43cba5d20e66248693d74332052ccb08e
Git Commit 8c5227b4 Branch pull/556/merge Document 2/8 ++ 0 --
Merge 5207ed19377de3e0cafb6b5a38cb8dc0ceee6295 into 189855d43cba5d20e66248693d74332052ccb08e
Git Commit bf361535 Branch pull/594/merge Document 2/152 ++ 2 --
mitre88 go-algorand-sdk
fix: omit empty API token header on algod/indexer clients
Public nodes can disable API auth. Always setting X-Algo-API-Token to an
empty string caused those requests to fail. Only send the header when
both the header name and token are non-empty.

Fixes #653.
Git Commit 21119cf1 Branch pull/844/head Document 2/44 ++ 2 --
fix: cap simulate allowMoreLogging at 64KB and 1024 log calls
Closes algorandfoundation/algorand-typescript-testing#145
Git Commit 8f1f2396 Branch pull/146/head Document 5/84 ++ 6 --
mitre88 algokit-utils-ts
fix: error on unresolved TMPL_ vars before TEAL compile
Fail locally with the leftover token names instead of sending
unsubstituted TMPL_* integers to algod (ParseUint invalid syntax).

Closes #424.
Git Commit 52267ed3 Branch pull/606/head Document 2/68 ++ 1 --
Merge d3193d1a5edd614f5b444c2555208a233f4f07a0 into fb8247d1111a5c618a32185104e0b6efd00c0f77
Git Commit 40171846 Branch pull/605/merge Document 4/115 ++ 32 --
Merge 36767576b1a61ffaeed06c1b54b5f3de9b738216 into cc0ee91490bd2df1d3cba57ea344bee3c3ea9b75
Git Commit 3a1ac294 Branch pull/72/merge Document 2/35 ++ 8 --
mitre88 algokit-utils-ts
Merge 7690a49dd2197abd34b1ed96e536a04b6d0409e9 into fb8247d1111a5c618a32185104e0b6efd00c0f77
Git Commit a631cac2 Branch pull/604/merge Document 4/127 ++ 14 --
mitre88 algokit-utils-ts
fix: encode ARC56 structs in ABI field order, not JS key order
Closes algorandfoundation/algokit-utils-ts#574
Git Commit 7690a49d Branch pull/604/head Document 4/127 ++ 14 --
fix links to moved algorand-typescript and algokit-cli docs
Git Commit 46e189ff Branch security-guide Document 1/2 ++ 2 --
gabrielkuettel devportal
Merge ac9031d02886986b1dfa0dbedff34f691d8b7ff0 into 2cd175e0f03d678500f57d454d1d11f789b996f3
Git Commit 223d4516 Branch undefined Document 300/236,448 ++ 98,940 --
gabrielkuettel devportal
fix: give the algod/indexer/kmd landing pages actual content
Git Commit 71cf7569 Branch fix/rest-api-landing-pages Document 7/15,608 ++ 7 --
JBScaled devportal
Merge 0bda9686615731b5a54bc71d7bda3b70a4ce1cb3 into 84512ce4df87afbffd64d5d797c89419cb7e9fc5
Git Commit 6bcc0e0c Branch undefined Document 1/15 ++ 9 --
ipaleka frontend
Initial setup for the retake on address page design 2 and 3
Git Commit 9155f051 Branch undefined Document 54/10,696 ++ 5,262 --
lempira algokit-core
feat(transact): logic signature support
A logic signature authorizes a transaction with a program instead of a key. The
program either owns its own account, whose address is the hash of the program, or
is delegated by an account that signs it and spends from its own balance.

SignedTransaction gains an lsig field, so a logicsig-signed transaction now
survives a decode and re-encode instead of silently losing its authorization.

Delegation targets lmsig. Consensus v41 rejects the legacy msig field on a
LogicSig, because it hashed the bare program under the same domain separator a
single-key delegation uses, letting a member's subsignature be lifted out and
replayed as their own personal delegation. lmsig binds the multisig account
address into the signed bytes. The msig field is kept so historical transactions
decode, but nothing produces it.

The block template declared its own opaque lsig field beside the flattened
SignedTransaction, which would have shadowed the real one. Removed there and
added to both generator constructors; algod_client/tests/models.rs pins that a
logic signature reaches the flattened type, and lives outside src/ so it survives
regeneration.

The escrow address test uses the known program and address pair from the
js-algorand-sdk suite rather than a locally computed value.
Git Commit 43331ae9 Branch feat/transact-v41-catchup Document 18/414 ++ 19 --