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%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6943 commits in all time
Jun 04, 2026 15:18 – Sep 02, 2026 15:18 UTC
Merge 42afab0351fe1eb7d67bab95f6f770fc53e168f3 into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
5aeb1ad3
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>
42afab03
dependabot/gradle/DisneyScenicRides/androidx.navigation-navigation-compose-2.10.0
1/1 ++ 1 --
Merge db63d5df4ca4736b2861961abcc51a543c0ee126 into 7691db9a30ed86ea2affeef4a271858dd963f97b
7cdcb56e
pull/6724/merge
2/212 ++ 19 --
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.
db63d5df
pull/6724/head
2/8 ++ 5 --
add Go Benchmark (go) benchmark result for 7691db9a30ed86ea2affeef4a271858dd963f97b
896ad5fa
gh-pages
1/445 ++ 1 --
Merge 51b6a318e5c3bcd487c921d110e27a46d323f2e7 into 7691db9a30ed86ea2affeef4a271858dd963f97b
82f33f0c
pull/6722/merge
9/57 ++ 22 --
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into 7691db9a30ed86ea2affeef4a271858dd963f97b
6015992e
pull/6707/merge
17/2,342 ++ 60 --
Merge ec1af45377746de0c6ed20233425490bdd4e85df into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
4401711d
pull/354/merge
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>
ec1af453
dependabot/gradle/HaveAMagicalDay/org.jlleitschuh.gradle.ktlint-14.2.0
1/1 ++ 1 --
Merge 1be72685f34143f116bbb9294ebc8290bf78d92c into 7fdd08948797fd0e5517f8e7ed0ec0ed65d7fa22
af74b831
pull/5/merge
2/203 ++ 8 --
Merge bb94c9045d36ead209dc04a008d1b3c40940ac45 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
6318f107
pull/944/merge
59/4,215 ++ 156 --
feat: reject extension property collisions and freeze base provider identity
1be72685
pull/5/head
2/203 ++ 8 --
Merge c0c3413506e4dee3542755d4171edcf80c44d23b into 0e26b4b274a282ae273b68b29140379d39803971
4ae939e7
pull/602/merge
141/2,476 ++ 2,807 --
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
c0c34135
chore/v9-revert-and-modernize
3/83 ++ 17 --
chore: fix react-router-dom patch
f13159ed
chore/v9-revert-and-modernize
1/27 ++ 28 --
agreement: reuse filterProposers credential in proposal votes
5f871f69
pull/6631/head
3/69 ++ 6 --
feat: add PQ signature support
ae6c364d
pull/944/head
32/2,208 ++ 9 --
Update src/main/java/com/algorand/algosdk/signer/Ed25519MultisigAlgorandSigner.java
Co-authored-by: mrcointreau <45950216+mrcointreau@users.noreply.github.com>
0bc4439c
pull/944/head
1/3 ++ 3 --
Update src/main/java/com/algorand/algosdk/signer/Ed25519AlgorandSigner.java
Co-authored-by: mrcointreau <45950216+mrcointreau@users.noreply.github.com>
a6d691e9
pull/944/head
1/2 ++ 3 --
feat: add ed25519 callback based signers
c02198ec
pull/944/head
5/781 ++ 6 --
Update src/test/java/com/algorand/algosdk/crypto/TestPQ.java
Co-authored-by: mrcointreau <45950216+mrcointreau@users.noreply.github.com>
bb94c904
pull/944/head
1/13 ++ 4 --
chore: upgrade walletconnect to 1.0.2 and bump to 1.6.1 (#207)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
4b7d97f1
main
2/13 ++ 13 --