Ecosystem metrics
- New Repos
- 5
- New
- Commits
- 633
- up 29.7%
- Releases
- 2
- down 66.7%
- Contributors
- 55
- up 17.0%
- Merges
- 11
- down 31.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7276 commits in all time
Jun 23, 2026 19:26 – Sep 21, 2026 19:26 UTC
Merge 37b61201e3fcb31dd62e3b77f492d9f8c7f4f3d3 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
74dd1d2d
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.
37b61201
pull/6737/head
36/502 ++ 11 --
Merge 4d6bc4f69fd79b70973af05587eedae7b7466c5e into 13a5e07cca4517890dbedc99da961e21271778b1
b102b95f
pull/414/merge
99/13,577 ++ 2,089 --
STREAM_TIMEOUT increase to 10 sec
4d6bc4f6
pull/414/head
1/2 ++ 2 --
Merge 49f11e468961430314676ea508ac0ce3bd6ca9e1 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
733939a8
pull/6728/merge
7/285 ++ 129 --
Merge 01ad2e0a03d0f6935a732397654025462e08b597 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
a97ad113
pull/6730/merge
1/3 ++ 3 --
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
3a0b37ba
pull/6723/merge
13/505 ++ 12 --
Merge 89d41a93a30acecdac038adf842653d3f5ef7fb7 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
8e3bf8c8
pull/6567/merge
16/1,647 ++ 22 --
Merge b6e36d117a6e3f005b6b4061d73fef98b07ea0f1 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
e914bb45
pull/6735/merge
16/650 ++ 504 --
Merge 505e75762087072c03e7319cdff10f449353f3b3 into 1f4ad10fd780a66a043e15b2e692079aede69b6a
7144c73f
pull/6743/merge
23/3,378 ++ 249 --
Merge d60b10a1aa2630d0309c9535356d797339289d4b into 1f4ad10fd780a66a043e15b2e692079aede69b6a
317418fb
pull/6742/merge
2/23 ++ 21 --
Merge f4c1612e0bbc511c840f8dda419c17c0041cc08d into 1f4ad10fd780a66a043e15b2e692079aede69b6a
58c8869d
pull/6744/merge
3/144 ++ 2 --
Merge b0988f7e2b03e1af4e3ef2f5b826d0f85b192df0 into 13a5e07cca4517890dbedc99da961e21271778b1
c2d6ac0b
pull/414/merge
99/13,575 ++ 2,087 --
Merge b5a0d51d849afff6d06e005378d4d8ced9697e4c into 1f4ad10fd780a66a043e15b2e692079aede69b6a
21a81b48
pull/6741/merge
28/1,168 ++ 109 --
Merge 399f42e843f89c8b55fc335f58f8f8d69981c24c into 1f4ad10fd780a66a043e15b2e692079aede69b6a
906b676b
pull/6707/merge
17/2,342 ++ 60 --
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 --