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%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7098 commits in all time
Jun 16, 2026 16:27 – Sep 14, 2026 16:27 UTC
Merge 838ba5882277ed8c5ce3cc95bc9b4a0808fc9290 into 577d53a9c71790e116d9cefbb7f0cd11d7afa089
54ff8ce4
pull/611/merge
2/28 ++ 0 --
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into e8559cc9a0173ca6f9dc28f6913251efed33d625
ac923837
pull/6723/merge
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>
e6b093b3
main
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>
fd771ca2
pull/373/head
1/1 ++ 1 --
add Go Benchmark (go) benchmark result for 0891c7a54ff62ca55bb1425b25551679f8543bba
5e221c2e
gh-pages
1/445 ++ 1 --
add Go Benchmark (go) benchmark result for e8559cc9a0173ca6f9dc28f6913251efed33d625
c83c38fc
gh-pages
1/445 ++ 1 --
Merge 49f11e468961430314676ea508ac0ce3bd6ca9e1 into e8559cc9a0173ca6f9dc28f6913251efed33d625
396ce84f
pull/6728/merge
7/285 ++ 129 --
rpcs: use generated msgpack code for txsync and block services (#6729)
e8559cc9
master
10/510 ++ 15 --
config: don't fail restart when stateproof/crash DBs are already in HotDataDir (#6732)
0891c7a5
master
2/43 ++ 2 --
Merge f3aa86e8e199581dc952f72c5a1ed07dd81ccb6d into 27751c364229ae3cd0334fe4071e61690b6879e4
cf3fd21e
pull/751/merge
300/219,428 ++ 10,354 --
Merge 8c0f3b2e2e9ba455827a322afbfa38955e3140c4 into 577d53a9c71790e116d9cefbb7f0cd11d7afa089
bba75ed4
pull/615/merge
20/370 ++ 4 --
feat: add 'reject version' field to the transaction wizard and show the appliocation version
8c0f3b2e
feat/transaction-wizard-reject-version
20/370 ++ 4 --
Merge 4f163271902aae5def786e9faee522f57a8880f6 into ec6c593a804c81f661cf4c003f17ff964d9cae95
fbabfb99
pull/40/merge
33/3,324 ++ 147 --
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.
4f163271
feat/pq-accounts
1/9 ++ 0 --
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.
12b00886
feat/pq-accounts
1/13 ++ 3 --
fix(wallet): preserve legacy account behavior
76a7ea5e
feat/pq-accounts
5/18 ++ 57 --
Merge aa7dd6490e77edc9c63819ca00bd9cd680620276 into 5e49d36b414009b9375d80d000e3ac7cbfe954c0
279dd0a5
pull/1033/merge
1/1 ++ 1 --
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.
4b4cce4a
pull/1701/head
3/132 ++ 0 --
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.
802b410d
pull/1701/head
3/132 ++ 0 --
Merge 7319d5ba2080c2438ee3798a1230ab6f174df88b into ec6c593a804c81f661cf4c003f17ff964d9cae95
74d5ef15
pull/40/merge
33/3,330 ++ 147 --
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
7319d5ba
feat/pq-accounts
1/9 ++ 0 --
Notes added by 'git notes add'
efef4eb5
notes/semantic-release-v2.5.0-beta.2
1/1 ++ 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))
577d53a9
main
2/3 ++ 3 --