Ecosystem metrics

New Repos
3
down 88.0%
Commits
992
up 31.0%
Releases
12
up 140.0%
Contributors
59
up 25.5%
Merges
17
down 22.7%

Repository Explorer

10589 commits in all time May 15, 2026 11:21 – Aug 13, 2026 11:21 UTC
nullun nodekit
fix: include error in brew trust debug log
Git Commit bf1df430 Branch pull/186/head Document 1/1 ++ 1 --
nullun nodekit
Merge 8d0fe5492490e16b009bbc8cb964873d422f44c2 into 63d48d5dcc27972efe9c1bfcbf68acf15a2234cc
Git Commit d256a091 Branch pull/186/merge Document 1/23 ++ 0 --
nullun nodekit
fix: trust Homebrew tap before uninstall
brew uninstall also loads the formula, so it hits the same
UntrustedTapError on Homebrew 6 when the tap is untrusted.
Git Commit 8d0fe549 Branch pull/186/head Document 1/1 ++ 0 --
nullun nodekit
Merge 525df29b81943820d5d98a5a4f9237ec633e840a into 63d48d5dcc27972efe9c1bfcbf68acf15a2234cc
Git Commit 3aab84eb Branch pull/186/merge Document 1/22 ++ 0 --
nullun nodekit
fix: trust Homebrew tap before install/upgrade
Homebrew 6.0 refuses to load formulae from taps that have not been
explicitly trusted. Run 'brew trust algorandfoundation/node' before
installing or upgrading algorand. The command is best-effort since
'brew trust' only exists from Homebrew 5.1.15 onward.
Git Commit 525df29b Branch pull/186/head Document 1/22 ++ 0 --
nullun specs
Merge 21a7f33f6b43907aec420bdfe40396fc1b866162 into b45e348a2810a366b9ae118e30779e855c9aadd0
Git Commit cefb2e8a Branch pull/314/merge Document 10/89 ++ 74 --
nullun specs
docs: refresh appendix block fields from review fixes
Regenerated from the go-algorand PR 6690 review changes: genesis
blocks start their txn counter at 1000, and the block fields no
longer describe the zero values returned for blocks that predate
their enabling upgrade.
Git Commit 21a7f33f Branch pull/314/head Document 1/5 ++ 5 --
nullun go-algorand
Merge b3a2fcab66d4311f87b34debbccbf4a6ed8091e7 into 8d7f8f778c8668bb5162fad3179bbb4cbb1082bb
Git Commit 7a9d7399 Branch pull/6690/merge Document 39/2,216 ++ 3,884 --
Merge 2130c2fd0826b5e8b15d16979455b15a4a5e8a19 into f63cce5c51a360d3f8d685268de440430347b5cb
Git Commit bbb0a15e Branch pull/596/merge Document 8/345 ++ 63 --
Merge 9130a0c70e4d4613a2f2ecdd57f5741635cd2308 into 95d55a9b81145fcbc0a09023680b96b684f57b64
Git Commit f63cce5c Branch pull/595/merge Document 36/2,629 ++ 67 --
refactor: rename *TransactionSigner callback signers to *AlgorandSigner
Git Commit 9130a0c7 Branch feat/pq Document 7/82 ++ 88 --
nullun go-algorand
Doc: Note that booleans behave like null at json_ref extraction
The Special Values section listed booleans and null separately, which
read as though they differ at extraction. They do not: extracting a
key whose value is true, false, or null errors whatever return type
is requested. Booleans are never readable as JSONString letters or
JSONUint64 0 and 1. Merge the bullets, and add the missing extraction
coverage to TestOpJSONRef for all three values across all three return
types.
Git Commit b3a2fcab Branch pull/6690/head Document 2/34 ++ 3 --
nullun go-algorand
Doc: Drop the historical-zero notes from the block fields
BlkProposer, BlkFeesCollected, BlkBranch512, and BlkSha512TxnCommitment
described the zero values returned for blocks that predate their
enabling upgrade. Per review, the docs describe the behavior of the
current protocol, and these transition notes were not applied
consistently across fields anyway.
Git Commit 34bcedd6 Branch pull/6690/head Document 7/20 ++ 20 --
nullun go-algorand
Doc: Say genesis blocks start their txn counter at 1000
Every current consensus version sets the genesis TxnCounter to 1000,
so document that rather than the historical 0 alternative. Per review,
the docs describe the behavior of the current protocol.
Git Commit 7b80c667 Branch pull/6690/head Document 7/7 ++ 7 --
nullun go-algorand
opdoc: Drop the redundant uint64 conversion on docVersion
An untyped constant converts implicitly everywhere docVersion is
used.
Git Commit 555c208b Branch pull/6690/head Document 1/1 ++ 1 --
refactor: move is_ed25519_point out of encoding into ed25519_check module
Git Commit 80bd179a Branch feat/pq Document 3/47 ++ 41 --
Merge 01870c035bbff5fb3297c2f37a06e9fc424381d9 into c89215d7048708c6f19274cb813911144da93eaa
Git Commit 481b43ea Branch pull/836/merge Document 40/1,616 ++ 607 --
feat: Add an extensible signer API for falcon
Git Commit 01870c03 Branch extensible-signing-api Document 19/491 ++ 232 --
Argimirodelpozo puya
Merge e410c21c4b3b0a65238bebbfdfed6f4d950f35f4 into 1562a6f3ee4aaf0b23028855b9fce143ce229f2d
Git Commit 3f398e8b Branch pull/744/merge Document 300/21,385 ++ 155 --
chore(release): keystore [skip ci]
# [keystore@1.0.0-canary.23](https://github.com/algorandfoundation/wallet-provider-extensions/compare/keystore@1.0.0-canary.22...keystore@1.0.0-canary.23) (2026-08-13)

### Features

* extractable keys and seeds ([b78f0f8](https://github.com/algorandfoundation/wallet-provider-extensions/commit/b78f0f8a0acc0d3c895ae9155f56ddb4ca6f0a55))
Git Commit be0aa215 Branch main Document 2/7 ++ 1 --
chore(release): identities-extension [skip ci]
# [identities-extension@1.0.0-canary.5](https://github.com/algorandfoundation/wallet-provider-extensions/compare/identities-extension@1.0.0-canary.4...identities-extension@1.0.0-canary.5) (2026-08-13)

### Features

* extractable keys and seeds ([b78f0f8](https://github.com/algorandfoundation/wallet-provider-extensions/commit/b78f0f8a0acc0d3c895ae9155f56ddb4ca6f0a55))
Git Commit 39b000dd Branch main Document 2/7 ++ 1 --
chore(release): accounts-keystore-extension [skip ci]
# [accounts-keystore-extension@1.0.0-canary.10](https://github.com/algorandfoundation/wallet-provider-extensions/compare/accounts-keystore-extension@1.0.0-canary.9...accounts-keystore-extension@1.0.0-canary.10) (2026-08-13)

### Features

* extractable keys and seeds ([b78f0f8](https://github.com/algorandfoundation/wallet-provider-extensions/commit/b78f0f8a0acc0d3c895ae9155f56ddb4ca6f0a55))
Git Commit 7c538e5a Branch main Document 2/7 ++ 1 --