Ecosystem metrics
- New Repos
- 5
- New
- Commits
- 637
- up 5.8%
- Releases
- 2
- down 50.0%
- Contributors
- 50
- down 2.0%
- Merges
- 12
- down 25.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7381 commits in all time
Jun 26, 2026 14:17 – Sep 24, 2026 14:17 UTC
Merge d49d8e55521ba519eebffe86bcb36b20a5fbb66d into e11b48291dad3517c56f727054fcc42ac7ea4d04
2356bd54
pull/6728/merge
8/330 ++ 107 --
transactions: gate the heartbeat group rule on a consensus flag
d49d8e55
pull/6728/head
7/99 ++ 38 --
Notes added by 'git notes add'
a5dd6bfe
notes/semantic-release-v2.5.0-beta.5
1/1 ++ 0 --
chore(release): ref:beta 2.5.0-beta.5 [skip ci]
## [2.5.0-beta.5](https://github.com/algorandfoundation/algokit-lora/compare/v2.5.0-beta.4...v2.5.0-beta.5) (2026-09-24) ### 🚀 Features * show post quantum signature details on the transaction page ([f0e6605](https://github.com/algorandfoundation/algokit-lora/commit/f0e66052569ab2e4d64ebe6e69012ddef2a69829)) * show the signature type on the account page ([ee48d34](https://github.com/algorandfoundation/algokit-lora/commit/ee48d3418fa1385cfab1e73c28b0c586cc385186))
25917580
main
2/3 ++ 3 --
Merge pull request #616 from algorandfoundation/feat/post-quantum-signatures
feat: post quantum signatures
970b2866
main
22/238 ++ 8 --
Merge f0e66052569ab2e4d64ebe6e69012ddef2a69829 into 5207f34b1312e71a1c0208b863feb0c049c6c807
91ffa612
pull/616/merge
22/238 ++ 8 --
Notes added by 'git notes add'
f333d036
notes/semantic-release-v2.5.0-beta.4
1/1 ++ 0 --
chore(release): ref:beta 2.5.0-beta.4 [skip ci]
## [2.5.0-beta.4](https://github.com/algorandfoundation/algokit-lora/compare/v2.5.0-beta.3...v2.5.0-beta.4) (2026-09-24) ### 🐛 Bug Fixes * **deps:** bump algokit-subscriber to ^3.4.0 to map the reject version of app calls ([5ef85ec](https://github.com/algorandfoundation/algokit-lora/commit/5ef85ec8df04f52183af18d991498b1d358f4484)) * prevent the reject version from being set on application create transactions ([e561d8e](https://github.com/algorandfoundation/algokit-lora/commit/e561d8e77b46d11065ceb3951b514abb666bb8b1)) ### 🚀 Features * add 'reject version' field to the transaction wizard and show the appliocation version ([8c0f3b2](https://github.com/algorandfoundation/algokit-lora/commit/8c0f3b2e2e9ba455827a322afbfa38955e3140c4))
5207f34b
main
2/3 ++ 3 --
Merge pull request #615 from algorandfoundation/feat/transaction-wizard-reject-version
feat: add 'reject version' field to the transaction wizard and show the application version
ebd86e15
main
20/502 ++ 29 --
Notes added by 'git notes add'
55732135
notes/semantic-release-v2.5.0-beta.3
1/1 ++ 0 --
chore(release): ref:beta 2.5.0-beta.3 [skip ci]
## [2.5.0-beta.3](https://github.com/algorandfoundation/algokit-lora/compare/v2.5.0-beta.2...v2.5.0-beta.3) (2026-09-24) ### 🚀 Features * support the v41/v42 block header fields (prev512, txn512, ld, ct) ([f8f1cb7](https://github.com/algorandfoundation/algokit-lora/commit/f8f1cb7315446a55ffd730c1d0f4e7829a2f2a06))
69f925d0
main
2/3 ++ 3 --
Merge pull request #617 from algorandfoundation/feat/block-header-v41-v42-fields
feat: support the v41/v42 block header fields (prev512, txn512, ld, ct)
1d92cae3
main
10/96 ++ 11 --
Merge fa5688de42edfddb5e0beff1e9b4b7bfef81cbd4 into b2c74b11ed84babb65e548e046fa79f81aa11b95
3a9a0bf1
pull/618/merge
1/278 ++ 369 --
docs: rewrite Applications concepts page
fa5688de
docs/app-concepts
1/278 ++ 369 --
Merge 990d46524928e7ca4fa140631f8e4692bc2d12b1 into a7052b35d411df2c88b3e92d4d81d317bd6e4e6d
b461cb29
pull/217/merge
4/17 ++ 4 --
chore: bump version to 1.7.0
990d4652
fix/keep-gitleaks-out-of-package
1/1 ++ 1 --
Merge 8a1c921a41a4eeb5defc24fe5fcccedeef2ada7b into e11b48291dad3517c56f727054fcc42ac7ea4d04
ad5b3960
pull/6723/merge
12/512 ++ 19 --
fix: keep the gitleaks binary out of the published package
The release job downloaded gitleaks into the checkout, and `pnpm publish` packs the working directory. With no `files` list and nothing in .npmignore, 1.7.0-beta.1 and beta.2 shipped the 21 MB gitleaks executable and its 8 MB archive to every consumer, taking the unpacked package from 0.6 MB to 31 MB. Download gitleaks into the runner's temp directory in both workflows, and exclude it in .npmignore as a backstop, along with .gitleaksignore and .githooks, which are repo tooling. The next release drops back to about 0.7 MB unpacked.
9e3c5f63
fix/keep-gitleaks-out-of-package
3/16 ++ 3 --