Ecosystem metrics
- New Repos
- 6
- New
- Commits
- 564
- up 12.1%
- Releases
- 5
- up 0.0%
- Contributors
- 57
- up 35.7%
- Merges
- 22
- up 266.7%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7104 commits in all time
Jun 17, 2026 20:18 – Sep 15, 2026 20:18 UTC
Deploying to gh-pages from @ scholtz/wallet@d82dfe3371329d22651cf5f012444993a4cb0db1 🚀
a5865552
gh-pages
9/16 ++ 16 --
feat: migrate MongoDB deployments to StatefulSets and update related configurations
d82dfe33
master
5/69 ++ 56 --
Deploying to gh-pages from @ scholtz/wallet@3e023fde5c4010eafdb5d7429c923bd39b27561b 🚀
32ba1e18
gh-pages
9/16 ++ 16 --
feat: add storageClassName to Liquid Auth deployment configurations
3e023fde
master
2/2 ++ 0 --
Deploying to gh-pages from @ scholtz/wallet@5f23c44a7b7f91f95a3ab7d651a616a2c8704e12 🚀
43099e02
gh-pages
9/16 ++ 16 --
Deploying to gh-pages from @ scholtz/wallet@93e5dda86531228ff933f707546a95d8b1e714e4 🚀
c466c05e
gh-pages
9/16 ++ 16 --
docs: update Liquid Auth and deployment secrets documentation for clarity and formatting
5f23c44a
master
2/34 ++ 34 --
feat: enhance Liquid Auth deployment with Redis password management and init containers
93e5dda8
master
7/147 ++ 39 --
add Go Benchmark (go) benchmark result for 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
4dea7b05
gh-pages
1/445 ++ 1 --
Merge pull request #6736 from algorand/relstable5.0.2-remerge
8cd5eb5f
master
14/388 ++ 42 --
Merge 46dac39856dd04923ba8815f6e32e804dbe32abf into 9bc334a8819e21a61e5717e04c07dec184a7c579
847754ef
pull/73/merge
2/204 ++ 330 --
chore(deps): update semantic-release monorepo
46dac398
renovate/major-semantic-release-monorepo
2/204 ++ 330 --
Merge 5b18121b0386fc9be5e1f1e4775bcdc46c6f268b into 9bc334a8819e21a61e5717e04c07dec184a7c579
4e59a3f8
pull/92/merge
2/56 ++ 42 --
chore(deps): update dependency eslint to v10
5b18121b
renovate/major-eslint-monorepo
2/56 ++ 42 --
Merge 1918b05cca666f2c4b5371bc8a5c2523832b4927 into 9bc334a8819e21a61e5717e04c07dec184a7c579
a398efe2
pull/90/merge
2/17 ++ 35 --
chore(deps): update dependency cpy-cli to v7
1918b05c
renovate/cpy-cli-7.x
2/17 ++ 35 --
Merge c640a01da75ab4d992c5874c2a227a50c9bd8a29 into 9bc334a8819e21a61e5717e04c07dec184a7c579
770bf807
pull/100/merge
2/26 ++ 38 --
chore(deps): update dependency vitest to v5 [security]
c640a01d
renovate/npm-vitest-vulnerability
2/26 ++ 38 --
Merge 1fa3ccda3c47b6f5e15260113ca191f20b97e8a4 into e8559cc9a0173ca6f9dc28f6913251efed33d625
a6bcd400
pull/6737/merge
35/501 ++ 10 --
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.
1fa3ccda
pull/6737/head
35/501 ++ 10 --
Merge 2145571475d7a364101c825373b0b509122d29d1 into 27751c364229ae3cd0334fe4071e61690b6879e4
15e1648b
pull/751/merge
300/220,148 ++ 10,342 --
chore: compile all
21455714
fix/dynamic-bool-array-in-box
300/216,144 ++ 10,299 --
fix: correct behavior for bitpacked bool arrays in IR
8b96c1c4
fix/dynamic-bool-array-in-box
2/100 ++ 43 --