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%

Repository Explorer

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