Ecosystem metrics

New Repos
16
New
Commits
496
down 13.7%
Releases
6
down 14.3%
Contributors
46
up 0.0%
Merges
15
up 66.7%

Repository Explorer

7098 commits in all time Jun 16, 2026 16:27 – Sep 14, 2026 16:27 UTC
Steve0x2a algokit-lora
Merge 838ba5882277ed8c5ce3cc95bc9b4a0808fc9290 into 577d53a9c71790e116d9cefbb7f0cd11d7afa089
Git Commit 54ff8ce4 Branch pull/611/merge Document 2/28 ++ 0 --
giuliop go-algorand
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into e8559cc9a0173ca6f9dc28f6913251efed33d625
Git Commit ac923837 Branch pull/6723/merge Document 13/505 ++ 12 --
chore: bump androidx.navigation:navigation-compose from 2.10.0 to 2.10.1 in /DisneyScenicRides (#373)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Git Commit e6b093b3 Branch main Document 1/1 ++ 1 --
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
Bumps androidx.navigation:navigation-compose from 2.10.0 to 2.10.1.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit fd771ca2 Branch pull/373/head Document 1/1 ++ 1 --
github go-algorand
add Go Benchmark (go) benchmark result for 0891c7a54ff62ca55bb1425b25551679f8543bba
Git Commit 5e221c2e Branch gh-pages Document 1/445 ++ 1 --
github go-algorand
add Go Benchmark (go) benchmark result for e8559cc9a0173ca6f9dc28f6913251efed33d625
Git Commit c83c38fc Branch gh-pages Document 1/445 ++ 1 --
cce go-algorand
Merge 49f11e468961430314676ea508ac0ce3bd6ca9e1 into e8559cc9a0173ca6f9dc28f6913251efed33d625
Git Commit 396ce84f Branch pull/6728/merge Document 7/285 ++ 129 --
cce go-algorand
rpcs: use generated msgpack code for txsync and block services (#6729)
Git Commit e8559cc9 Branch master Document 10/510 ++ 15 --
tasosbit go-algorand
config: don't fail restart when stateproof/crash DBs are already in HotDataDir (#6732)
Git Commit 0891c7a5 Branch master Document 2/43 ++ 2 --
Argimirodelpozo puya
Merge f3aa86e8e199581dc952f72c5a1ed07dd81ccb6d into 27751c364229ae3cd0334fe4071e61690b6879e4
Git Commit cf3fd21e Branch pull/751/merge Document 300/219,428 ++ 10,354 --
mrcointreau algokit-lora
Merge 8c0f3b2e2e9ba455827a322afbfa38955e3140c4 into 577d53a9c71790e116d9cefbb7f0cd11d7afa089
Git Commit bba75ed4 Branch pull/615/merge Document 20/370 ++ 4 --
mrcointreau algokit-lora
feat: add 'reject version' field to the transaction wizard and show the appliocation version
Git Commit 8c0f3b2e Branch feat/transaction-wizard-reject-version Document 20/370 ++ 4 --
bwmx intermezzo
Merge 4f163271902aae5def786e9faee522f57a8880f6 into ec6c593a804c81f661cf4c003f17ff964d9cae95
Git Commit fbabfb99 Branch pull/40/merge Document 33/3,324 ++ 147 --
bwmx intermezzo
fix(vault): lift memlock limit so the PQ plugin can start on CI
Vault spawns plugins with VAULT_PLUGIN_MLOCK_ENABLED=true, and the SDK calls
mlockall before the go-plugin handshake. The plugin binary has no
cap_ipc_lock (setcap does not survive the bind mount) and runs as uid 100,
so it is bounded by RLIMIT_MEMLOCK. Docker Desktop defaults that to
unlimited; dockerd on the GitHub Ubuntu runner defaults to 8 MiB, which the
~15 MB static binary exceeds. The plugin exited with "cannot allocate
memory" and Vault reported only the generic "not compiled for this
architecture" error, even though the log showed EM_X86_64 on amd64.

Set ulimits.memlock: -1 on the vault service. No-op on Docker Desktop,
fixes the Initialize Vault step on CI.
Git Commit 4f163271 Branch feat/pq-accounts Document 1/9 ++ 0 --
bwmx intermezzo
fix(vault): build the PQ plugin for the Vault image's architecture
`docker build` without `--platform` produces a binary for the Docker daemon's
default platform, which only coincidentally matched the Vault container on a
dev machine: both followed the host architecture. On CI the two are chosen
independently, and a plugin binary built for a different architecture than the
Vault container dies before the go-plugin handshake, leaving only Vault's
opaque "Failed to read any lines from plugin's stdout" behind a 400 on mount.

Resolve the build platform from the Vault image itself so the binary and the
container that execs it always agree.
Git Commit 12b00886 Branch feat/pq-accounts Document 1/13 ++ 3 --
bwmx intermezzo
fix(wallet): preserve legacy account behavior
Git Commit 76a7ea5e Branch feat/pq-accounts Document 5/18 ++ 57 --
dependabot[bot] tatum-js
Merge aa7dd6490e77edc9c63819ca00bd9cd680620276 into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
Git Commit 279dd0a5 Branch pull/1033/merge Document 1/1 ++ 1 --
tasosbit indexer
Merge 4b4cce4abf1a9c48efb00f74bd5e1b89ddcedea6 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
Git Commit 6a25d62c Branch pull/1701/merge Document 3/132 ++ 0 --
tasosbit indexer
api: fix application logs next-token looping on inner transactions
The logs endpoint sets SkipInnerTransactionConversion, so inner
transactions are returned as their own rows and TxnRow.RootTxn is nil.
TxnRow.Next still built the token from Extra.RootIntra and, when
ascending, added countInner(tr.Txn). Stored inner rows have their nested
inner transactions stripped, so the count was 0 and the token pointed at
the root transaction's intra. The next request selected the same inner
transaction again and produced the same token: on the last page this
repeated forever, on earlier pages it duplicated the last entry.

Next now returns the row's own intra for an inner transaction returned
without its root.
Git Commit 4b4cce4a Branch pull/1701/head Document 3/132 ++ 0 --
tasosbit indexer
Merge 802b410da8bca96aa99f5c88a61247a68f60bd77 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
Git Commit 3cdbf457 Branch pull/1701/merge Document 3/132 ++ 0 --
Tasos Bitsios indexer
api: fix application logs next-token looping on inner transactions
The logs endpoint sets SkipInnerTransactionConversion, so inner
transactions are returned as their own rows and TxnRow.RootTxn is nil.
TxnRow.Next still built the token from Extra.RootIntra and, when
ascending, added countInner(tr.Txn). Stored inner rows have their nested
inner transactions stripped, so the count was 0 and the token pointed at
the root transaction's intra. The next request selected the same inner
transaction again and produced the same token: on the last page this
repeated forever, on earlier pages it duplicated the last entry.

Next now returns the row's own intra for an inner transaction returned
without its root.
Git Commit 802b410d Branch pull/1701/head Document 3/132 ++ 0 --
bwmx intermezzo
Merge 7319d5ba2080c2438ee3798a1230ab6f174df88b into ec6c593a804c81f661cf4c003f17ff964d9cae95
Git Commit 74d5ef15 Branch pull/40/merge Document 33/3,330 ++ 147 --
bwmx intermezzo
fix(vault): lift memlock limit so the PQ plugin can start on CI
Vault spawns plugins with VAULT_PLUGIN_MLOCK_ENABLED=true, and the SDK calls
mlockall before the go-plugin handshake. The plugin binary has no
cap_ipc_lock (setcap does not survive the bind mount) and runs as uid 100,
so it is bounded by RLIMIT_MEMLOCK. Docker Desktop defaults that to
unlimited; dockerd on the GitHub Ubuntu runner defaults to 8 MiB, which the
~15 MB static binary exceeds. The plugin exited with "cannot allocate
memory" and Vault reported only the generic "not compiled for this
architecture" error, even though the log showed EM_X86_64 on amd64.

Set ulimits.memlock: -1 on the vault service. No-op on Docker Desktop,
fixes the Initialize Vault step on CI.

Paths: docker-compose.yml
Git Commit 7319d5ba Branch feat/pq-accounts Document 1/9 ++ 0 --
chore(release): ref:beta 2.5.0-beta.2 [skip ci]
## [2.5.0-beta.2](https://github.com/algorandfoundation/algokit-lora/compare/v2.5.0-beta.1...v2.5.0-beta.2) (2026-09-14)

### 🚀 Features

* add 'lease' field to the transaction wizard ([b860e4a](https://github.com/algorandfoundation/algokit-lora/commit/b860e4a23a355e889484f621d55604a5e0f6d029))
Git Commit 577d53a9 Branch main Document 2/3 ++ 3 --