Ecosystem metrics

New Repos
5
New
Commits
703
down 25.9%
Releases
8
up 166.7%
Contributors
48
up 9.1%
Merges
17
down 59.5%

Repository Explorer

7047 commits in all time Jun 06, 2026 20:33 – Sep 04, 2026 20:33 UTC
Merge fb2a68337faa6bb8be9dfe2ebc5010435fd1a2ee into 9bc334a8819e21a61e5717e04c07dec184a7c579
Git Commit 6e06406a Branch pull/92/merge Document 2/56 ++ 42 --
chore(deps): update dependency eslint to v10
Git Commit fb2a6833 Branch renovate/major-eslint-monorepo Document 2/56 ++ 42 --
Merge 6c70afcdfc58ef1e89116dcd0d6e8da5cdcf117f into 0f211bf113f6199f1eaf28fa1f1ba2de3c0409b0
Git Commit 9b94a425 Branch pull/401/merge Document 18/559 ++ 221 --
Merge dde7454e36a7ead9e430c3ed2a3eca57d7169c32 into 3490087555c5b7e99454cd97b620bd61c1393e15
Git Commit 790c093d Branch pull/6726/merge Document 2/19 ++ 14 --
fix TestP2PMetainfoExchange
Git Commit dde7454e Branch pull/6726/head Document 1/3 ++ 4 --
algorandskiy go-algorand
tests: fix kmd handle expiration in e2e-subs tests
Git Commit ea5dff28 Branch pull/6726/head Document 1/16 ++ 10 --
joe-p go-algorand-sdk
chore: various fixes from review and empty signer
Git Commit 3d4955fc Branch joe-p/pqsig-support Document 13/216 ++ 35 --
giuliop go-algorand
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into 3490087555c5b7e99454cd97b620bd61c1393e15
Git Commit 07726e88 Branch pull/6723/merge Document 13/505 ++ 12 --
Merge ae89231374ef1a57d01ae418cc0ed6a4492e64a1 into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 5d4b8202 Branch pull/17/merge Document 4/3,364 ++ 1,955 --
fix(deps): update all non-major dependencies
Git Commit ae892313 Branch renovate/all-minor-patch Document 4/3,364 ++ 1,955 --
nullun go-algorand
Merge 5f871f694a25575dd74a867139ea128924bbd8f7 into 3490087555c5b7e99454cd97b620bd61c1393e15
Git Commit 86e72acb Branch pull/6631/merge Document 5/619 ++ 14 --
jannotti go-algorand
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into 3490087555c5b7e99454cd97b620bd61c1393e15
Git Commit 096a44e9 Branch pull/6703/merge Document 49/2,826 ++ 950 --
Merge e464b05112646daaa94a94e417ba692f9f72c0e6 into 4bb8bde04aa890c23cdd067bd167c1f0375a632d
Git Commit 62e307ed Branch pull/318/merge Document 45/4,741 ++ 1,231 --
Merge pull request #330 from algorandfoundation/fix/docs-staging-links
docs: fix links to archived pre-reorg pages
Git Commit e464b051 Branch docs-staging Document 4/12 ++ 17 --
github go-algorand
add Go Benchmark (go) benchmark result for 3490087555c5b7e99454cd97b620bd61c1393e15
Git Commit 46403e8e Branch gh-pages Document 1/445 ++ 1 --
jannotti go-algorand
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into 3490087555c5b7e99454cd97b620bd61c1393e15
Git Commit b2cceef2 Branch pull/6707/merge Document 17/2,342 ++ 60 --
algorandskiy go-algorand
agreement: delete old router.Children entries in-place (#6724)
Co-authored-by: nullun <git@nullun.com>
Co-authored-by: cce <51567+cce@users.noreply.github.com>
Git Commit 34900875 Branch master Document 3/223 ++ 19 --
nullun falcon
Merge c9b466b773e7c7116775876bf36971019da26579 into 956d9bc0ab8c503e0133259488cd8e0aedc0986d
Git Commit 6706ca9b Branch pull/19/merge Document 14/2,201 ++ 56 --
meetthosar devportal
Merge 02b4e9a81f9040aaa8746548efa85b22333d456f into 623f3c058154e12632360cbd84a2d3c0c078314e
Git Commit ac4e129d Branch pull/660/merge Document 3/1,013 ++ 0 --
meetthosar devportal
docs: add Intermezzo concepts and API reference pages
Git Commit 02b4e9a8 Branch additional-resources-intermezzo Document 3/1,013 ++ 0 --
nullun falcon
Reject malformed deterministic public key headers
falcon_det{1024,512}_pubkey_coeffs skipped the first byte of the key and
decoded the remaining bytes without ever looking at it, so a buffer whose
header byte is wrong (a key for a different logn, or bytes that are not a
Falcon public key at all) was unpacked as though it were valid, returning 0
and a coefficient vector that does not correspond to any det key. The
verify entry points do not have this gap: they go through falcon_verify,
which checks the header before touching the rest of the key. Check the
byte here the same way and return FALCON_ERR_FORMAT, which the header's
"non-zero error code if pubkey is invalid" contract already promises.
Git Commit 2d833e8c Branch pull/19/head Document 3/9 ++ 0 --
nullun falcon
Link only required deterministic variants
deterministic1024.o and deterministic512.o were in the shared OBJ list, so
every binary linked both, including test_falcon and speed, which use
neither, and each KAT driver, which uses only its own variant. Give each
test_deterministic<n> binary its own deterministic<n>.o prerequisite and
keep the generic objects in OBJ, so a binary pulls in only the variant it
exercises. The objects still have their own rules and "clean" still
removes them.
Git Commit c9b466b7 Branch pull/19/head Document 1/6 ++ 6 --
nullun falcon
Merge 03f7403ffd04de08a987a7eb591fdd9b633e8b32 into 956d9bc0ab8c503e0133259488cd8e0aedc0986d
Git Commit 8ff507ca Branch pull/18/merge Document 14/2,089 ++ 49 --