Ecosystem metrics
- New Repos
- 4
- New
- Commits
- 441
- down 51.1%
- Releases
- 4
- down 50.0%
- Contributors
- 43
- down 2.3%
- Merges
- 10
- down 68.8%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6992 commits in all time
Jun 11, 2026 22:27 – Sep 09, 2026 22:27 UTC
Merge a3ef14d020106bd75495a80f0b1d6f7edfc5b32f into 361d3066ffaca4241991cc6563403417bf562ecf
e12e0cf9
pull/23/merge
1/4,207 ++ 3,552 --
chore(deps): lock file maintenance
a3ef14d0
renovate/lock-file-maintenance
1/4,207 ++ 3,552 --
Merge 48cdf513a81f762421ab35db3fd0ff63d9e79a54 into 361d3066ffaca4241991cc6563403417bf562ecf
81b022ef
pull/17/merge
4/3,364 ++ 1,957 --
fix(deps): update all non-major dependencies
48cdf513
renovate/all-minor-patch
4/3,364 ++ 1,957 --
Merge 7c2d5faed3d93393d591798d0b2fe4a667c22ff7 into b4ca42f9d605dbb9136f99ac09d5f365fc684a68
46d614bb
pull/1139/merge
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>
7c2d5fae
dependabot/npm_and_yarn/baseline-browser-mapping-2.11.21
1/7 ++ 4 --
Merge 7b9cb4d538708f72d6ee3d9c3d8fa569e973f366 into 3f80455969769b54b0effc691e3cc0c422138c01
a4eee268
pull/6729/merge
10/510 ++ 15 --
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.
7b9cb4d5
pull/6729/head
6/206 ++ 10 --
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.
1edb8499
pull/6729/head
3/24 ++ 22 --
Merge 9d073cc0ffa01bae0adca282a68e14985fa11c4f into 3f80455969769b54b0effc691e3cc0c422138c01
280bd9fb
pull/6729/merge
5/300 ++ 3 --
Merge b141c6941c10c6ba7afe41d9106d3fa83db0883f into 3f80455969769b54b0effc691e3cc0c422138c01
3b5a0338
pull/6718/merge
3/256 ++ 16 --
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into 3f80455969769b54b0effc691e3cc0c422138c01
687f49e7
pull/6707/merge
17/2,342 ++ 60 --
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into 3f80455969769b54b0effc691e3cc0c422138c01
fb174955
pull/6723/merge
13/505 ++ 12 --
Merge 49f11e468961430314676ea508ac0ce3bd6ca9e1 into 3f80455969769b54b0effc691e3cc0c422138c01
8f5f0bc8
pull/6728/merge
7/285 ++ 129 --
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.
49f11e46
pull/6728/head
7/285 ++ 129 --
Merge 8e7e5b8483d3966304e667502176eb190d30a7c0 into 9e1a3ac8312a3de1703e34c59b57cbc4fffe1dec
7e337bfc
pull/176/merge
5/131 ++ 56 --
feat: support algosdk 3.7 pq signatures and v42 heartbeat discount
8e7e5b84
feat/pq-v42-support
5/131 ++ 56 --
feat: support algosdk 3.7 pq signatures and v42 heartbeat discount
9a73b738
feat/pq-v42-support
4/63 ++ 56 --