Ecosystem metrics

New Repos
12
down 52.0%
Commits
990
up 29.4%
Releases
12
up 140.0%
Contributors
60
up 27.7%
Merges
18
down 14.3%

Repository Explorer

10594 commits in all time May 15, 2026 12:37 – Aug 13, 2026 12:37 UTC
PhearZero nodekit
Merge pull request #186 from nullun/fix/brew-tap-trust
fix: trust Homebrew tap before install/upgrade
Git Commit c64f88aa Branch main Document 1/23 ++ 0 --
yasincaliskan connect
Merge 0b9b1f7b96ca888ce9de51388522b0ffeff1b276 into ce7e081d5e7796d44bbfa79e0fe0350598ae814c
Git Commit 505a5a19 Branch pull/205/merge Document 4/58 ++ 17 --
yasincaliskan connect
fix: label data-signing failures as SIGN_DATA instead of SIGN_TRANSACTIONS
Git Commit 0b9b1f7b Branch yasincaliskan/PERA-4866 Document 4/58 ++ 17 --
yasincaliskan connect
Merge c3943f4811003219d22ec23e880f3b5a94c5fbcf into ce7e081d5e7796d44bbfa79e0fe0350598ae814c
Git Commit ab1bedb3 Branch pull/204/merge Document 3/152 ++ 10 --
yasincaliskan connect
fix: wake Pera via same-tab navigation so iOS Safari keeps the dApp page intact
Git Commit c3943f48 Branch yasincaliskan/PERA-4876 Document 3/152 ++ 10 --
Merge 794a8b3e3241235f9179230d00eec984faab046c into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 67a982e1 Branch pull/32/merge Document 2/346 ++ 520 --
chore(deps): update commitlint monorepo to v21
Git Commit 794a8b3e Branch renovate/major-commitlint-monorepo Document 2/346 ++ 520 --
nullun nodekit
Merge bf1df4303b2a2581e22900620ec4aa8a661f2d89 into 63d48d5dcc27972efe9c1bfcbf68acf15a2234cc
Git Commit 2e328b39 Branch pull/186/merge Document 1/23 ++ 0 --
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 --