Ecosystem metrics

New Repos
11
New
Commits
442
down 51.3%
Releases
4
down 50.0%
Contributors
43
down 2.3%
Merges
10
down 68.8%

Repository Explorer

7001 commits in all time Jun 12, 2026 01:33 – Sep 10, 2026 01:33 UTC
joe-p go-algorand-sdk
chore: code review
Git Commit d57ec13f Branch joe-p/pqsig-support Document 13/255 ++ 112 --
Merge a7327d192784796a8d98d5ffd7b6fc85e0eab738 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
Git Commit 2db351f6 Branch pull/66/merge Document 10/1,245 ++ 1,323 --
chore(deps): Update all non-major dependencies
Git Commit a7327d19 Branch renovate/all-non-major-dependencies Document 10/1,245 ++ 1,323 --
renovate[bot] use-wallet
Merge cdb3b0a6f97e02e4dce7d902ddd24f6bde376fb1 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit d272a771 Branch pull/449/merge Document 1/1,390 ++ 1,338 --
renovate[bot] use-wallet
chore(deps): lock file maintenance
Git Commit cdb3b0a6 Branch renovate/lock-file-maintenance Document 1/1,390 ++ 1,338 --
renovate[bot] use-wallet
Merge cb38a94d1501976ad293aa6b2ad4a92450ec4b2c into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 273ee87d Branch pull/454/merge Document 15/1,412 ++ 967 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit cb38a94d Branch renovate/non-major-dependencies Document 15/1,412 ++ 967 --
renovate[bot] use-wallet
Merge 444674563eaf0a2a6671dfd746823cf477fc0d8f into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
Git Commit 6c57a66f Branch pull/450/merge Document 11/770 ++ 200 --
renovate[bot] use-wallet
chore(deps): update wallet adapter packages
Git Commit 44467456 Branch renovate/wallet-adapter-packages Document 11/770 ++ 200 --
ipaleka frontend
Implemented additional fees in the router for post-quantum accounts
Git Commit c2a8679c Branch main Document 12/172 ++ 25 --
ipaleka frontend
Wallet decodes every transaction that comes back from the wallet before submitting
- and refuses with a sentence instead of letting algod answer with two base32 hashes
Git Commit a0b99dcd Branch main Document 3/186 ++ 17 --
ipaleka frontend
Wallet ddecodes every transaction that comes back from the wallet before submitting
- and refuses with a sentence instead of letting algod answer with two base32 hashes
Git Commit 61d97deb Branch main Document 3/186 ++ 17 --
Merge a3ef14d020106bd75495a80f0b1d6f7edfc5b32f into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit e12e0cf9 Branch pull/23/merge Document 1/4,207 ++ 3,552 --
chore(deps): lock file maintenance
Git Commit a3ef14d0 Branch renovate/lock-file-maintenance Document 1/4,207 ++ 3,552 --
Merge 48cdf513a81f762421ab35db3fd0ff63d9e79a54 into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 81b022ef Branch pull/17/merge Document 4/3,364 ++ 1,957 --
fix(deps): update all non-major dependencies
Git Commit 48cdf513 Branch renovate/all-minor-patch Document 4/3,364 ++ 1,957 --
Merge 7c2d5faed3d93393d591798d0b2fe4a667c22ff7 into b4ca42f9d605dbb9136f99ac09d5f365fc684a68
Git Commit 46d614bb Branch pull/1139/merge Document 1/7 ++ 4 --
Bump baseline-browser-mapping from 2.9.19 to 2.11.21
Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.19 to 2.11.21.
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.19...v2.11.21)

---
updated-dependencies:
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.21
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 7c2d5fae Branch dependabot/npm_and_yarn/baseline-browser-mapping-2.11.21 Document 1/7 ++ 4 --
ipaleka frontend
Bugfix for truncated index page's slogans
Git Commit 4e48493b Branch main Document 5/156 ++ 7 --
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 --