Ecosystem metrics

New Repos
13
New
Commits
857
down 12.8%
Releases
6
down 14.3%
Contributors
46
down 13.2%
Merges
33
down 23.3%

Repository Explorer

6943 commits in all time Jun 04, 2026 15:18 – Sep 02, 2026 15:18 UTC
Merge 42afab0351fe1eb7d67bab95f6f770fc53e168f3 into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
Git Commit 5aeb1ad3 Branch pull/369/merge Document 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>
Git Commit 42afab03 Branch dependabot/gradle/DisneyScenicRides/androidx.navigation-navigation-compose-2.10.0 Document 1/1 ++ 1 --
algorandskiy go-algorand
Merge db63d5df4ca4736b2861961abcc51a543c0ee126 into 7691db9a30ed86ea2affeef4a271858dd963f97b
Git Commit 7cdcb56e Branch pull/6724/merge Document 2/212 ++ 19 --
nullun go-algorand
agreement: skip creating router children that GC would immediately delete
rootRouter.update is called with r=0 by submitTop for every event routed
through the state machine, so once state.Round passes credentialRoundLag
it allocated a roundRouter (500+ bytes) only for the collection pass
three lines later to delete it. Guard the creation with the same
retention predicate the collector uses, in both rootRouter.update and
roundRouter.update.

Behavior after update returns is unchanged: an entry that fails the
predicate was previously created and then deleted within the same call.

BenchmarkRouterUpdate/root drops from 122 ns/op, 512 B/op, 1 alloc/op
to 92 ns/op, 0 B/op, 0 allocs/op.
Git Commit db63d5df Branch pull/6724/head Document 2/8 ++ 5 --
github go-algorand
add Go Benchmark (go) benchmark result for 7691db9a30ed86ea2affeef4a271858dd963f97b
Git Commit 896ad5fa Branch gh-pages Document 1/445 ++ 1 --
algorandskiy go-algorand
Merge 51b6a318e5c3bcd487c921d110e27a46d323f2e7 into 7691db9a30ed86ea2affeef4a271858dd963f97b
Git Commit 82f33f0c Branch pull/6722/merge Document 9/57 ++ 22 --
jannotti go-algorand
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into 7691db9a30ed86ea2affeef4a271858dd963f97b
Git Commit 6015992e Branch pull/6707/merge Document 17/2,342 ++ 60 --
algorandskiy go-algorand
txsync: fix double logging (#6725)
Git Commit 7691db9a Branch master Document 3/54 ++ 67 --
Merge ec1af45377746de0c6ed20233425490bdd4e85df into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
Git Commit 4401711d Branch pull/354/merge Document 1/1 ++ 1 --
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
Bumps org.jlleitschuh.gradle.ktlint from 13.1.0 to 14.2.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit ec1af453 Branch dependabot/gradle/HaveAMagicalDay/org.jlleitschuh.gradle.ktlint-14.2.0 Document 1/1 ++ 1 --
Merge 1be72685f34143f116bbb9294ebc8290bf78d92c into 7fdd08948797fd0e5517f8e7ed0ec0ed65d7fa22
Git Commit af74b831 Branch pull/5/merge Document 2/203 ++ 8 --
Merge bb94c9045d36ead209dc04a008d1b3c40940ac45 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
Git Commit 6318f107 Branch pull/944/merge Document 59/4,215 ++ 156 --
feat: reject extension property collisions and freeze base provider identity
Git Commit 1be72685 Branch pull/5/head Document 2/203 ++ 8 --
mrcointreau algokit-lora
Merge c0c3413506e4dee3542755d4171edcf80c44d23b into 0e26b4b274a282ae273b68b29140379d39803971
Git Commit 4ae939e7 Branch pull/602/merge Document 141/2,476 ++ 2,807 --
joe-p algokit-lora
chore: fixes from claude code review
1. .nsprc — restored expiry-based suppressions

  Converted all entries back to the object form with
active/expiry/notes, expiring 2027-03-01, and re-added the elliptic
advisory (1112030) that had been dropped. The audit
  still passes with no "unused exception" warning, so carrying elliptic
is free and means the file stays complete if the gate is ever tightened
from moderate to low.

  2. block-result.ts:38 — restored proposer?.toString()

  One line, closing the gap between the string type and the Address
instance algosdk actually decodes.

  3. state-delta-mappers.ts:157,173 — corrected "global" → "local" in
asLocalStateDeltaItem
Git Commit c0c34135 Branch chore/v9-revert-and-modernize Document 3/83 ++ 17 --
joe-p algokit-lora
chore: fix react-router-dom patch
Git Commit f13159ed Branch chore/v9-revert-and-modernize Document 1/27 ++ 28 --
joe-p algokit-lora
chore: npm audit
Git Commit 88b3f191 Branch chore/v9-revert-and-modernize Document 4/173 ++ 59 --
nullun go-algorand
agreement: reuse filterProposers credential in proposal votes
Git Commit 5f871f69 Branch pull/6631/head Document 3/69 ++ 6 --
Update src/main/java/com/algorand/algosdk/signer/Ed25519MultisigAlgorandSigner.java
Co-authored-by: mrcointreau <45950216+mrcointreau@users.noreply.github.com>
Git Commit 0bc4439c Branch pull/944/head Document 1/3 ++ 3 --
Update src/main/java/com/algorand/algosdk/signer/Ed25519AlgorandSigner.java
Co-authored-by: mrcointreau <45950216+mrcointreau@users.noreply.github.com>
Git Commit a6d691e9 Branch pull/944/head Document 1/2 ++ 3 --
Update src/test/java/com/algorand/algosdk/crypto/TestPQ.java
Co-authored-by: mrcointreau <45950216+mrcointreau@users.noreply.github.com>
Git Commit bb94c904 Branch pull/944/head Document 1/13 ++ 4 --
cusma specs
Merge a699bd31702b01fbea5c5e36fdccd59bc3015119 into 0efa5540886f64438b9045faa6e4eba73edefa67
Git Commit 09c36d33 Branch pull/311/merge Document 11/433 ++ 351 --
yasincaliskan connect
chore: upgrade walletconnect to 1.0.2 and bump to 1.6.1 (#207)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Git Commit 4b7d97f1 Branch main Document 2/13 ++ 13 --