Ecosystem metrics
- New Repos
- 14
- New
- Commits
- 494
- down 13.9%
- Releases
- 5
- down 37.5%
- Contributors
- 47
- down 2.1%
- Merges
- 15
- up 0.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7102 commits in all time
Jun 16, 2026 14:14 – Sep 14, 2026 14:14 UTC
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 --
Merge pull request #614 from algorandfoundation/feat/transaction-wizard-lease
feat: add 'lease' field to the transaction wizard
c5707893
main
27/309 ++ 0 --
Merge 69a964c628c316850d4c341800f9ae9ba0d3feb7 into ec6c593a804c81f661cf4c003f17ff964d9cae95
1471a010
pull/40/merge
33/3,321 ++ 147 --
fix(wallet): preserve legacy account behavior
69a964c6
feat/pq-accounts
5/18 ++ 57 --
Merge 4356fbebf855ae99b96cb600cdf8118b56297d08 into 65c365bfc61c2c732baadc815f4578893c932833
d0e69d14
pull/383/merge
1/1 ++ 1 --
chore(deps): update jsonschema requirement from 0.46 to 0.56
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/cli-v0.46.0...ruby-v0.56.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.56.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
4356fbeb
dependabot/cargo/jsonschema-0.56
1/1 ++ 1 --
Merge 8401ac78d9272865345a33c229c211611ade765b into 3f80455969769b54b0effc691e3cc0c422138c01
b507eeb9
pull/6733/merge
2/40 ++ 25 --
goal: add verbose partkey list output
8401ac78
pull/6733/head
2/40 ++ 25 --
Merge 339bcdd5abaa58060b8fd881b3b930b52e46afa4 into 0efa5540886f64438b9045faa6e4eba73edefa67
cc94a762
pull/319/merge
1/4 ++ 0 --
docs: clarify reference implementation permalinks
339bcdd5
pull/319/head
1/4 ++ 0 --
Merge dc0b103d98c00e7cb67e52210b79ffbf60336374 into 0ccf36b701780a0ab38d04882948975dd9b183ac
90157164
pull/614/merge
27/309 ++ 0 --