Ecosystem metrics

New Repos
8
New
Commits
671
up 16.3%
Releases
3
up 0.0%
Contributors
53
up 8.2%
Merges
14
down 12.5%

Repository Explorer

7413 commits in all time Jun 26, 2026 18:15 – Sep 24, 2026 18:15 UTC
Merge 9a9708da072f45a78633fde2b89eaeec78007a07 into 3840d6f5e8c73e27141c5752d311c54c2efcf892
Git Commit f969d0b0 Branch pull/36/merge Document 7/475 ++ 15 --
feat: refuse a master key that cannot seal or open material
A `masterKey` provider can resolve any value. One that was not an
AES-GCM CryptoKey with both encrypt and decrypt usages failed as an
opaque DOMException or TypeError, and an encrypt-only key did not fail
at all: `put()` sealed material that nothing could open again. Check
the provider's key before anything is sealed or opened.

A key that did not open a record surfaced as the host's bare
OperationError. Map that, and only that, since it is AES-GCM's
authentication failure and cannot tell a wrong key from a damaged
record; the original rides along as the cause. It applies whether or
not a provider is set. The key is resolved outside that catch, so a
provider's own rejection and every other host failure surface as
themselves.

Both raise a KeyStoreError named "UnlockingError", staged for the
UnlockingError class a follow-up moves from react-native-keystore into
keystore-core; `.name` stays stable across that swap.
Git Commit 9a9708da Branch pull/36/head Document 4/157 ++ 8 --
Steve0x2a algokit-lora
Merge 838ba5882277ed8c5ce3cc95bc9b4a0808fc9290 into 682f57e25226d5858da5c639227921c7fe33cdb0
Git Commit 19c147ea Branch pull/611/merge Document 2/28 ++ 0 --
sambitsargam algo-voting
Merge pull request #920 from sambitsargam/dependabot/npm_and_yarn/eslint-tw-10.11.0
build(deps-dev): update eslint requirement from ^10.9.1 to ^10.11.0
Git Commit 59fa531b Branch main Document 1/1 ++ 1 --
Merge 700f9d0dbbb760334d00068a62bd4d8874f97cb6 into 1087975065493144fca95aaa63514ae2a203f7e5
Git Commit d959db2a Branch pull/920/merge Document 1/1 ++ 1 --
sambitsargam algo-voting
Merge pull request #921 from sambitsargam/dependabot/npm_and_yarn/js-base64-tw-3.9.4
build(deps): update js-base64 requirement from ^3.9.3 to ^3.9.4
Git Commit 10879750 Branch main Document 1/1 ++ 1 --
Merge 9cf0330e17a7dd63efebedc861b8fe87949f558f into dd7be47db270b641b07a8abb0bb3995360a8e34f
Git Commit 3924c2fe Branch pull/921/merge Document 1/1 ++ 1 --
iglosiggio puya
chore: (claude) Extend the usage of EditSet
Git Commit 8c55fd21 Branch simplify-block-edits Document 6/33 ++ 42 --
algorandskiy go-algorand
Merge 51d21d51c85feef9fec9913cafb3bad13f0fd562 into e11b48291dad3517c56f727054fcc42ac7ea4d04
Git Commit 4d009f59 Branch pull/6743/merge Document 23/3,315 ++ 213 --
chore: sync stable release 2.5.0 to main [skip ci]
This commit syncs the stable release version back to main branch
to ensure the next beta cycle starts from the correct version base.

Release: 2.5.0
Tag: v2.5.0
Git Commit 682f57e2 Branch main Document 3/19 ++ 3 --
chore(release): ref:stable 2.5.0 [skip ci]
## [2.5.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.4.1...v2.5.0) (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 'lease' field to the transaction wizard ([b860e4a](https://github.com/algorandfoundation/algokit-lora/commit/b860e4a23a355e889484f621d55604a5e0f6d029))
* add 'reject version' field to the transaction wizard and show the appliocation version ([8c0f3b2](https://github.com/algorandfoundation/algokit-lora/commit/8c0f3b2e2e9ba455827a322afbfa38955e3140c4))
* add 'rekey to' field to the transaction wizard ([ed92043](https://github.com/algorandfoundation/algokit-lora/commit/ed92043c746a125590bb3d7ebb7eeff32da05cca))
* 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))
* support the v41/v42 block header fields (prev512, txn512, ld, ct) ([f8f1cb7](https://github.com/algorandfoundation/algokit-lora/commit/f8f1cb7315446a55ffd730c1d0f4e7829a2f2a06))
Git Commit 9fbb071a Branch release Document 3/19 ++ 3 --
algorandskiy go-algorand
Merge 51d21d51c85feef9fec9913cafb3bad13f0fd562 into e11b48291dad3517c56f727054fcc42ac7ea4d04
Git Commit 6c375b43 Branch pull/6743/merge Document 23/3,315 ++ 213 --
algorandskiy go-algorand
remove some redundant tests
Git Commit 51d21d51 Branch pull/6743/head Document 3/89 ++ 249 --
nullun falcon
Merge ef88247076d39bcac53be0831f4db105fae15b9e into 956d9bc0ab8c503e0133259488cd8e0aedc0986d
Git Commit c3b5444c Branch pull/18/merge Document 16/2,524 ++ 52 --
cce go-algorand
Merge f8264e7239ec783d86c00128154131d0234fd658 into e11b48291dad3517c56f727054fcc42ac7ea4d04
Git Commit 5aa30c8c Branch pull/6728/merge Document 8/330 ++ 107 --
jannotti falcon
Chris Peikert code review
Git Commit ef882470 Branch pull/18/head Document 3/84 ++ 4 --
algorandskiy go-algorand
update node.go with better error message
Git Commit 67523fb9 Branch pull/6743/head Document 2/21 ++ 9 --
LoafPickleWW wen-tools
feat: add WenPad UI components, step views, and project context utilities
Git Commit a1fde754 Branch main Document 7/652 ++ 104 --
algorandskiy go-algorand
Merge a65f50118b1708ed424410085d06a789b8ab8f78 into e11b48291dad3517c56f727054fcc42ac7ea4d04
Git Commit 337742b7 Branch pull/6743/merge Document 23/3,430 ++ 180 --
algorandskiy go-algorand
remove algokey migrate
Git Commit a65f5011 Branch pull/6743/head Document 6/4 ++ 431 --
algorandskiy go-algorand
restore v1 and v2 partdb files support
Git Commit 0ab0537a Branch pull/6743/head Document 6/167 ++ 31 --
cce go-algorand
transactions: gate the heartbeat group rule on a consensus flag
Git Commit f8264e72 Branch pull/6728/head Document 7/99 ++ 38 --