Ecosystem metrics

Commits
444
down 50.3%
Releases
3
down 62.5%
Contributors
43
down 4.4%
Merges
10
down 68.8%

Repository Explorer

6986 commits in all time Jun 11, 2026 20:30 – Sep 09, 2026 20:30 UTC
cce go-algorand
Merge 7b9cb4d538708f72d6ee3d9c3d8fa569e973f366 into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit a4eee268 Branch pull/6729/merge Document 10/510 ++ 15 --
cce go-algorand
rpcs: use generated msgpack codec for PreEncodedBlockCert
PreEncodedBlockCert was msgp:ignore'd and encoded with protocol.EncodeReflect, so the block service and the ws fetcher both built block responses through reflection. Switch its codec.Raw fields to msgp.Raw and generate the codec.

The _struct codec:"" tag keeps both fields unconditional, matching EncodedBlockCert, which is what the fetching side decodes these bytes into. Verified byte-identical to the previous reflection encoding over randomized block and certificate pairs, including the empty-field case.

Note that go-codec does not treat msgp.Raw as verbatim msgpack, so every encoder of this type has to move together; protocol.EncodingTest skips randomized comparison for msgp.Raw for the same reason.
Git Commit 7b9cb4d5 Branch pull/6729/head Document 6/206 ++ 10 --
cce go-algorand
txsync: use generated msgpack encoder
TxService encoded its response with protocol.EncodeReflect while the client side already decodes through the generated txSyncResponse decoder. Encode through the same named type so both ends go through msgp, and have getFilteredTxns return it directly.

The wire format is unchanged: TestRandomizedEncodingtxSyncResponse already requires EncodeMsgp and EncodeReflect to agree byte for byte, and the empty response the serve side actually sends is now pinned in the test.
Git Commit 1edb8499 Branch pull/6729/head Document 3/24 ++ 22 --
cce go-algorand
Merge 9d073cc0ffa01bae0adca282a68e14985fa11c4f into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit 280bd9fb Branch pull/6729/merge Document 5/300 ++ 3 --
cce go-algorand
txsync: use generated msgpack decoder
Git Commit 9d073cc0 Branch pull/6729/head Document 5/300 ++ 3 --
cce go-algorand
Merge b141c6941c10c6ba7afe41d9106d3fa83db0883f into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit 3b5a0338 Branch pull/6718/merge Document 3/256 ++ 16 --
jannotti go-algorand
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit 687f49e7 Branch pull/6707/merge Document 17/2,342 ++ 60 --
giuliop go-algorand
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit fb174955 Branch pull/6723/merge Document 13/505 ++ 12 --
cce go-algorand
Merge 49f11e468961430314676ea508ac0ce3bd6ca9e1 into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit 8f5f0bc8 Branch pull/6728/merge Document 7/285 ++ 129 --
cce go-algorand
transactions: reject group duplicates, remove obsolete screens
Reject duplicate transaction IDs in checkTxnGroupID and check every group
before evalTxValidator consults the verified transaction cache. The cache
is keyed by transaction ID, so group commitments and distinct IDs must be
validated before lookup. Duplicate detection reuses the existing hashes.

Remove screens covered by WellFormed and the overly strict ban on
heartbeats in resource groups. Verify now calls CheckTxnGroupID directly;
the proposal filter retains state-proof screening.
Git Commit 49f11e46 Branch pull/6728/head Document 7/285 ++ 129 --
Merge 8e7e5b8483d3966304e667502176eb190d30a7c0 into 9e1a3ac8312a3de1703e34c59b57cbc4fffe1dec
Git Commit 7e337bfc Branch pull/176/merge Document 5/131 ++ 56 --
feat: support algosdk 3.7 pq signatures and v42 heartbeat discount
Git Commit 8e7e5b84 Branch feat/pq-v42-support Document 5/131 ++ 56 --
feat: support algosdk 3.7 pq signatures and v42 heartbeat discount
Git Commit 9a73b738 Branch feat/pq-v42-support Document 4/63 ++ 56 --
Ganainmtech devportal
Merge pull request #613 from algorandfoundation/security-guide
Security guide
Git Commit 098098e5 Branch main Document 3/4,249 ++ 0 --
Ganainmtech devportal
Merge upstream/main into security-guide (picks up D2 --tala CI fix from #663)
Git Commit 4c6ee479 Branch main Document 9/46 ++ 39 --
jannotti go-algorand
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit 945a4ac8 Branch pull/6703/merge Document 49/2,826 ++ 950 --
github go-algorand
add Go Benchmark (go) benchmark result for 3f80455969769b54b0effc691e3cc0c422138c01
Git Commit bafba734 Branch gh-pages Document 1/445 ++ 1 --
algorandskiy go-algorand
tests: fix more recent CI flaky tests (#6727)
Git Commit 3f804559 Branch master Document 7/36 ++ 36 --
meetthosar devportal
Merge 43117e7fef4600ca4f85512c6f180518a598383b into 9bb08fa7a306a2b2284b47fb2cb3c3650a46241a
Git Commit f8f3da46 Branch pull/660/merge Document 3/1,035 ++ 0 --
Merge pull request #12 from algorand-devrel/x402-skills-fixes
docs(x402): align skill files with @x402/* 2.25 and x402-avm 2.0.2 APIs
Git Commit 12acef71 Branch main Document 38/1,567 ++ 1,573 --
algorandskiy go-algorand
Merge 9e20861140326328adc62d99c991164efc3497d9 into cf3c69ab1f669a6554e13411a86d71757f8e2170
Git Commit 8aac7e19 Branch pull/6727/merge Document 7/36 ++ 36 --
tasosbit nodekit
Merge 0406606800d1809fe7d75492aec2b06cd5ea4412 into 789016626930e7a9cf8438bbee9edc6621026add
Git Commit cf5edbe0 Branch pull/192/merge Document 21/487 ++ 316 --
tasosbit nodekit
Fix condition to check window for underflow
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Git Commit 04066068 Branch fix/track-latest-algod-spec Document 1/1 ++ 1 --