Latest Repo Discovered
algo-certify-dApp-nft
Jupyter Notebook
·
No license
Top Contributor of the Month
9271 commits in all time
Dec 31, 2025 12:05 – Mar 31, 2026 12:05 UTC
Merge 656c17b45e30345cca93a07724e70760e4780b25 into e1758d45d226cc5177b16e301394d265cc326569
6c89dc8f
pull/674/merge
2/5 ++ 5 --
fix: scope GVN tables to dominator tree to prevent potential dominance violation
_vn_to_register, _const_vn, and _comparison_exprs were shared globally across the dominator-tree walk. This meant a register-to-register copy in one branch could be replaced with a representative register from a sibling branch (via shared constant VNs), violating SSA dominance.
b2eaaf65
gvn
1/5 ++ 2 --
Merge c3fadf5e7228d0003f531e22bd1d4a29b6a551d1 into 04bb54c18a9859d876122eb6ed6d4baf60ee4904
eba3d193
pull/49/merge
2/1,471 ++ 258 --
chore(deps): update dependency eslint-config-next to v16
c3fadf5e
renovate/major-nextjs-monorepo
2/1,471 ++ 258 --
Merge ba2f956c40ff67657987a88504b45afbe8c3d3f4 into 04bb54c18a9859d876122eb6ed6d4baf60ee4904
6793374c
pull/40/merge
4/2,370 ++ 1,467 --
fix(deps): update all non-major dependencies
ba2f956c
renovate/all-minor-patch
4/2,370 ++ 1,467 --
fix(deps): update all non-major dependencies
38aef0bf
renovate/branches/renovate/all-minor-patch
4/2,370 ++ 1,467 --
Merge 6bab2658a2c732734ad537c6ddf66a53de5b3ba6 into 04bb54c18a9859d876122eb6ed6d4baf60ee4904
14397237
pull/60/merge
2/292 ++ 122 --
fix(deps): update dependency next to v15 [security]
6bab2658
renovate/npm-next-vulnerability
2/292 ++ 122 --
fix(deps): update dependency next to v15 [security]
5f858070
renovate/branches/renovate/npm-next-vulnerability
2/292 ++ 122 --
Merge 1140138d0bba28e70cf06759ff9533d1128c2bcf into 4d26f7687d3ca8a4cb7697f6f3f0a8a989b67f76
d60b3d88
pull/327/merge
1/1 ++ 1 --
Merge e2bf6bbfa354038816d0fdedd6788e22e720ffa1 into aaca7f9a3e34fdf52544e14daba442695789e21f
4a9a8869
pull/62/merge
73/6,404 ++ 1,822 --
fix: do not count GlobalMap and LocalMap in stateTotals
e2bf6bbf
global-local-map-support
1/2 ++ 6 --
Merge 6baa3c8bb7f28d2e7bec8c23d8511f6d9fae4d1a into 4d26f7687d3ca8a4cb7697f6f3f0a8a989b67f76
8894210f
pull/354/merge
1/1 ++ 1 --
Merge a252e98605f5ebeddfefb6a6320436b10545ae88 into 472eb87eaed1ead681ac663ec7790a1f7829462c
4ff020c6
pull/705/merge
300/11,291 ++ 3,851 --
Merge pull request #717 from algorandfoundation/fix/bump-vulnerable-deps
Bump pyjwt and requests to resolve pip-audit CVEs
a252e986
decoupling
3/15 ++ 11 --
Merge pull request #22 from Rashidhmd/cairo/crowdfund
Implementation of Crowdfund use case in Cairo
c8f00818
main
3/244 ++ 1 --
Merge pull request #37 from FoundMarras/main
implementation of simple_transfer use case in leo
2c7cf8d3
main
3/100 ++ 0 --
Don't count global/local state maps towards implicit state totals.
A warning is emitted if these are not explicitly declared when there is a map, but if that warning is ignored, we shouldn't count them towards the state totals. It would mean that inserting the first map value would succeed in testing, but not the second, and it would be better to fail fast.
e1758d45
main
1/2 ++ 2 --
Don't count global/local state maps towards implicit state totals.
A warning is emitted if these are not explicitly declared when there is a map, but if that warning is ignored, we shouldn't count them towards the state totals. It would mean that inserting the first map value would succeed in testing, but not the second, and it would be better to fail fast.
308e1f41
pull/681/head
1/2 ++ 2 --
guard against use-before-def when collapsing trivial phi nodes
When a block has mutually-dependent phi nodes (e.g. from a swap or shift-register pattern in a loop) and is reduced to a single predecessor, collapsing those phis to assignments would produce a use-before-def: a register appears as both target and source in the same parallel copy, but the predecessor that provided the bootstrap values is gone. No current optimization can trigger this — these checks are defense-in-depth so that future changes to the optimizer surface a clear error rather than silently producing incorrect IR.
e1b29258
main
2/27 ++ 0 --
Merge edc9b05eb98ab470ee4b9c8eca3c91ec2434b69e into aaca7f9a3e34fdf52544e14daba442695789e21f
ed2153c0
pull/63/merge
2/15 ++ 12 --