Ecosystem metrics
- New Repos
- 4
- New
- Commits
- 888
- down 1.0%
- Releases
- 7
- up 75.0%
- Contributors
- 44
- down 20.0%
- Merges
- 32
- down 17.9%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6997 commits in all time
Jun 04, 2026 21:44 – Sep 02, 2026 21:44 UTC
Merge 8894186f0d3a8f3ec68b606e5ec475e3aa94bcf2 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
0d8b68cd
pull/66/merge
10/1,219 ++ 1,300 --
chore(deps): Update all non-major dependencies
8894186f
renovate/all-non-major-dependencies
10/1,219 ++ 1,300 --
2.2: propagate range conditions across join equalities in the planner hook
PostgreSQL derives equalities through equivalence classes but never
inequalities. For the indexer's transaction pages
FROM txn t JOIN block_header h ON t.round = h.round
WHERE t.round >= $1 ORDER BY t.round, t.intra LIMIT n
nothing tells the planner that h.round >= $1, so a plan that drives the
join from block_header scans that index from its first key and probes txn
for every round below $1. With an accurate n_distinct on round that plan
is the cheapest LIMIT plan on paper and the slowest one in practice
(6-12 s instead of 1-3 ms on a 3.7B-row table).
ineq_propagation.c adds, before planning, every column OP value condition
(OP one of <, <=, >=, >) to all columns joined to it with = of the same
type and operator family in the WHERE clause or an inner join. Only
conditions that hold for every output row are used and produced (nothing
at or below the nullable side of an outer join), so results never change.
The value side must be safe to evaluate twice; uncorrelated sub-selects
become a second init plan. GUC pg_algorand.propagate_inequalities.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BAkGJyPG5VRajhBwFRPiQ2
b386e114
main
10/909 ++ 4 --
feat(agent): /group — the atomic-swap receipt, compact rows on one poster
An indexer search by group id, final once visible: five enriched rows, the rest counted. The URL carries base64url (plain base64 accepted) — a raw group id's slash can't ride in a path segment. Claude-Session: https://claude.ai/code/session_01HSTYunMrd3nHfxWVNJGssA
8e42dff3
main
6/186 ++ 2 --
Merge 17518856a0c23126bfae87aef887ad1abd7133e4 into 0f211bf113f6199f1eaf28fa1f1ba2de3c0409b0
c5fef02e
pull/401/merge
12/314 ++ 46 --
0.8.8 + build on publish
0.8.7 shipped a stale dist: dist/ is gitignored and there was no prepublish build step, so npm published whatever build happened to be in the working directory (a Feb 11 build). The published 0.8.7 tarball is byte-identical to 0.8.6 apart from the version string, so the cache transaction sweeper from 393c571 never reached consumers. Add prepublishOnly so the package is always rebuilt from source before publishing, and bump to 0.8.8 (npm forbids republishing 0.8.7). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
a466d826
main
1/3 ++ 2 --
Merge b22b5aba0918d651293237dd21b6025ad7272003 into 2535dcaf5bfdd85c66e8efa6451466d9cd740e04
8c70ddd2
pull/369/merge
1/1 ++ 1 --
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
Bumps androidx.navigation:navigation-compose from 2.9.8 to 2.10.0. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-compose dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b22b5aba
dependabot/gradle/DisneyScenicRides/androidx.navigation-navigation-compose-2.10.0
1/1 ++ 1 --
SuperChat functionality integrated
17518856
pull/401/head
12/314 ++ 46 --
fix(cache): sweep finished fake-indexeddb transactions on Node
fake-indexeddb's Database.transactions array is append-only: finished transactions are never removed, so long-lived Node processes retain ~5-7KB per cache operation until restart and rescan the growing array on every operation. This is the root cause of the daily memory sawtooth on allo staging (diagnosed 2026-09-02; unfixed upstream as of 6.2.5). Add a 10s sweeper interval, active only when the IndexedDB shim is in use, that drops finished transactions from the array. Safe because every upstream reader filters on transaction state. Verified: 500 saves leave 502 retained transactions before, 0 after the sweep, with all rows still queryable. Interim mitigation until the cache gets a proper Node backend (bounded Map/LRU instead of the IndexedDB shim). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
393c5719
main
1/31 ++ 1 --
Merge 4817c22c1d1188f4c584bf4356cd10fb671a64cb into 361d3066ffaca4241991cc6563403417bf562ecf
94abbeee
pull/23/merge
1/4,204 ++ 3,549 --
chore(deps): lock file maintenance
4817c22c
renovate/lock-file-maintenance
1/4,204 ++ 3,549 --
Merge ef990e5c7012958dc20c4c300486adfa7d0f6104 into 361d3066ffaca4241991cc6563403417bf562ecf
abda817f
pull/32/merge
2/346 ++ 520 --
chore(deps): update commitlint monorepo to v21
ef990e5c
renovate/major-commitlint-monorepo
2/346 ++ 520 --
Merge cb3db386959881526305d0b78db584e6fe172373 into 361d3066ffaca4241991cc6563403417bf562ecf
2a994c8d
pull/17/merge
4/3,364 ++ 1,955 --
fix(deps): update all non-major dependencies
cb3db386
renovate/all-minor-patch
4/3,364 ++ 1,955 --
chore: sync stable release 2.4.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.4.0 Tag: v2.4.0
0ac12488
main
3/9 ++ 3 --
Notes added by 'git notes add'
31060f9f
notes/semantic-release-v2.4.0
1/1 ++ 0 --
chore(release): ref:stable 2.4.0 [skip ci]
## [2.4.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.3.3...v2.4.0) (2026-09-02) ### 🚀 Features * support arc-89 ([#582](https://github.com/algorandfoundation/algokit-lora/issues/582)) ([4c1f16f](https://github.com/algorandfoundation/algokit-lora/commit/4c1f16fb1f9c8ad002b4a68e6795363218c64c01))
d686376f
release
3/9 ++ 3 --
chore: promote main (i.e. staging) to production
This promotion merges tested changes from main branch to release for production release.
d5b58eaf
release
149/3,323 ++ 3,081 --
Merge 3ac006a17e004cf8ba3cebbb1e6061dcd3ff6185 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
9bf9a3f5
pull/944/merge
59/4,214 ++ 156 --
Notes added by 'git notes add'
06c3c9ad
notes/semantic-release-v2.4.0-beta.3
1/1 ++ 0 --
chore(release): ref:beta 2.4.0-beta.3 [skip ci]
## [2.4.0-beta.3](https://github.com/algorandfoundation/algokit-lora/compare/v2.4.0-beta.2...v2.4.0-beta.3) (2026-09-02)
6455a850
main
2/3 ++ 3 --