Ecosystem metrics
- New Repos
- 4
- New
- Commits
- 625
- up 29.9%
- Releases
- 2
- down 66.7%
- Contributors
- 56
- up 21.7%
- Merges
- 11
- down 31.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7260 commits in all time
Jun 23, 2026 17:32 – Sep 21, 2026 17:32 UTC
add Go Benchmark (go) benchmark result for 1f4ad10fd780a66a043e15b2e692079aede69b6a
0208afa3
gh-pages
1/445 ++ 1 --
Merge 57d5c726730ace182448e6184dd4e4c77d154632 into ea20967dd14b384fd1ca67690604925baac7d3dd
3154c007
pull/6738/merge
21/764 ++ 196 --
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
ea20967d
pull/6703/merge
49/2,826 ++ 950 --
Merge 4884700e237d5fd32124be7da14dc16d445c7460 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
384e0b7e
pull/6740/merge
10/396 ++ 78 --
CICD: Use UCRT binaries in Windows build test (#6745)
1f4ad10f
master
1/1 ++ 1 --
Merge 35167574c10a596902d9457c310c5d1c1c6ae1c5 into dd1fed50cdc18a699a994b25a1d4bdb11b902553
b4e58e7e
pull/72/merge
2/36 ++ 0 --
fix: reject non-sender transaction signing addresses
35167574
pull/72/head
2/36 ++ 0 --
Merge 99a5e574fd8f2075b5e6368970c81ca709bb4527 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
bf3876bb
pull/6745/merge
1/1 ++ 1 --
Merge 71cf7569c529ad182f6af772d273649d0accff71 into 11d0b0894260ed561f087cdfff9432f0e9243fd9
0c110dec
pull/653/merge
7/15,608 ++ 7 --
Merge 43117e7fef4600ca4f85512c6f180518a598383b into 11d0b0894260ed561f087cdfff9432f0e9243fd9
05a01874
pull/660/merge
3/1,035 ++ 0 --
Remove package update and swap jq packages, as the other one doesn't exist anymore
460cc351
pull/6745/head
1/1 ++ 2 --
Merge 65e1ea2e5129ac96a72089399ff2cd07cd3ed909 into d2e91ec5f069853886d2f72381dcdfff0bab0dca
bf101258
pull/602/merge
21/367 ++ 51 --
Merge e5d7cdbb351f51519eb9200bd0bfdd4c4329b492 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
641b3fa6
pull/6737/merge
36/502 ++ 11 --
Disallow logicsig args that are not read
LogicSig args are not signed so any relay can append args to a transaction in flight. The program cannot detect it: it can prove that at least N args exist, never that at most N do. That is harmless while args are free. Once they are priced, and combined with a refundable fee, padding would start consuming the sender's extra fees. Under the new RequireLogicSigArgAccess consensus parameter, a LogicSig may carry no argument it did not read: none above the highest index it read, and none below that index unless the argument is empty. Empty holes remain legal, so goal tealsign's padding keeps working. opArgN records reads in a bitmask on EvalContext, and logicSigVerify checks it -- this is a rule about a transaction, not about what a program means, so it sits beside the other transaction-level LogicSig rules.
e7f98570
pull/6737/head
35/501 ++ 10 --
Merge 991ee8268a318ea325b1e17445ed3dfc1ff05fb6 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
34b2e323
pull/66/merge
10/1,214 ++ 1,283 --
chore(deps): Update all non-major dependencies
991ee826
renovate/all-non-major-dependencies
10/1,214 ++ 1,283 --