Home Reports Aug 22, 2025

Friday, August 22, 2025

Commits
101
pushed this day
Repositories
17
with activity
Contributors
19
distinct authors
Lines changed
+35,957 −18,947
additions / deletions

August 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 18

Commit Log

101 commits · 17 repositories

01:00:23 go-algorand - FI from master +33 −14
01:00:23 go-algorand - Build 2452 Data +1 −1
01:49:46 algokit-subscriber-py lempira fix: updated ci-cd to conditionally publish to pypi +1 −0
01:59:24 algokit-subscriber-py lempira fix: updated ci-cd to conditionally publish to pypi (#68) +1 −0
02:08:52 algokit-subscriber-py - 1.0.1-beta.2 +1 −1
02:18:53 algokit-subscriber-py - 1.0.1 +1 −1
02:21:12 txnDuck No-Cash-7970 chore: upgrade dependencies +1133 −1261
02:27:21 use-wallet - docs(gitbook): Add warning about user interaction requirement for signing +8 −14
02:29:37 txnDuck No-Cash-7970 docs(installation): correct placeholder path in portable package instructions +2 −2
02:30:10 algokit-subscriber-py dependabot[bot] chore(deps-dev): bump ruff from 0.12.8 to 0.12.9 +22 −21
02:30:52 algokit-subscriber-py lempira chore: change cd step title +1 −1
02:53:10 algokit-subscriber-py lempira chore(deps-dev): bump ruff from 0.12.8 to 0.12.9 (#64) +23 −22
02:54:43 algokit-subscriber-py dependabot[bot] chore(deps-dev): bump poethepoet from 0.36.0 to 0.37.0 +6 −6
03:06:43 devportal gabrielkuettel remove plus sign +5 −5
03:36:36 subql-stellar dependabot[bot] Bump sha.js from 2.4.11 to 2.4.12 +130 −12
03:36:57 algokit-lora dependabot[bot] chore(deps-dev): bump sha.js from 2.4.11 to 2.4.12 +12 −5
03:48:17 algokit-client-generator-ts dependabot[bot] chore(deps-dev): bump typescript-eslint from 8.39.0 to 8.39.1 (#213) +61 −61
03:48:35 algo-voting dependabot[bot] Update js-base64 requirement from ^3.7.7 to ^3.7.8 +1 −1
03:49:11 algokit-client-generator-ts dependabot[bot] chore(deps-dev): bump tsx from 4.20.3 to 4.20.4 (#212) +3 −3
03:49:36 algo-voting dependabot[bot] Update @typescript-eslint/eslint-plugin requirement +1 −1
03:49:52 algokit-client-generator-ts dependabot[bot] chore(deps): bump chalk from 5.5.0 to 5.6.0 (#211) +3 −3
03:50:27 algokit-client-generator-ts dependabot[bot] chore(deps-dev): bump @eslint/js from 9.32.0 to 9.33.0 (#210) +3 −3
03:54:30 algokit-client-generator-ts semantic-release-bot Notes added by 'git notes add' +1 −0
04:43:12 DiscordTickers AdamT20054 Update README.md +4 −1
04:43:31 DiscordTickers AdamT20054 Update README.md +5 −5
04:44:20 DiscordTickers AdamT20054 Update README.md +4 −3
04:44:35 DiscordTickers AdamT20054 Update README.md +0 −1
04:46:53 DiscordTickers AdamT20054 Update README.md +5 −4
04:47:11 DiscordTickers AdamT20054 Update README.md +2 −2
05:20:48 xGov pbennett Update wallet address +1 −1
05:36:23 puya daniel-makerx perf: use visitor for constant propagation +33 −14
05:36:23 puya daniel-makerx perf: use a dictionary for RegisterReadCollector +3 −3
05:36:24 puya daniel-makerx refactor: emit_teal before assemble_program +1 −1
05:36:24 puya daniel-makerx perf: cache common lookups in MIR builder and use tuple over list where possible +80 −60
05:36:24 puya daniel-makerx perf: don't used VLA to determine variables requiring f-stack allocation +24 −3
05:36:24 puya daniel-makerx perf: reduce usage of IRMutator +42 −7
05:36:24 puya daniel-makerx perf: improve IR VLA by reverse iteration, constructing fewer objects, and using more efficient types +49 −33
05:36:24 puya daniel-makerx chore: update changelog +1 −0
05:36:24 puya daniel-makerx chore: compile all +237 −237
05:36:24 puya daniel-makerx perf: collect errors as they are logged +23 −15
05:36:24 puya daniel-makerx perf: improve MIR VLA by reverse iteration, constructing fewer objects, and using more efficient types +70 −34
05:36:24 puya daniel-makerx perf: don't look for box optimizations unless appropriate ops are present +38 −11
05:36:24 puya daniel-makerx perf: improve RCE by only visiting blocks once +53 −49
05:36:24 puya daniel-makerx perf: improve MIR copy_usage_pairs with a simplified stack height calculation +147 −10
05:36:24 puya daniel-makerx chore: compile all +0 −1
06:07:14 algokit-core neilcampbell chore: pr feedback +30 −30
07:01:30 algokit-core neilcampbell feat: add app deployer support (#239) +3097 −75
07:01:30 algokit-core neilcampbell feat: add app deployer support (#239) +3097 −75
07:04:59 algokit-core semantic-release-bot Notes added by 'git notes add' +1 −0
07:05:51 algokit-core engineering-ci[bot] chore(python/algokit_transact): bump version to 1.0.0-alpha.53 [skip ci] +1 −1
07:05:51 algokit-core engineering-ci[bot] chore(python/algokit_transact): bump version to 1.0.0-alpha.53 [skip ci] +1 −1
07:10:48 algokit-core semantic-release-bot Notes added by 'git notes add' +1 −0
08:38:35 puya achidlow refactor: simplify IR VLA +10 −19
08:38:35 puya achidlow remove unnecessary copy() +1 −1
08:38:35 puya achidlow perf: precompute param indexes && block names +31 −40
08:38:35 puya achidlow IR vs MIR VLA consistency +32 −31
08:38:35 puya daniel-makerx perf: improve RCEVisitor by not cloning intrinsic +8 −1
08:38:35 puya achidlow perf: minor optimisations of l-stack builder +43 −25
08:38:35 puya achidlow compute dominator tree for RCE and do a depth-first traversal to reduce set intersections +85 −108
08:38:35 puya achidlow improve source locations for box-aggregate combining +226 −396
08:38:35 puya achidlow perf/refactor: simplify constant propagation and reduce phi visitation +28 −47
08:38:35 puya achidlow perf/refactor: make ir.models.BasicBlock.all_ops return a list instead of a generator +10 −8
09:07:30 xGov SudoWeezy Merge pull request #251 from pbennett/patch-2 +1 −1
09:08:10 xGov lambda-sf Merge 59a9967e55cdac400353268540e49dc5e8c157c3 into d703dd48183448ebade008f4a1594310a7b5902d +0 −0
09:46:38 puya achidlow perf: precompute param indexes && block names +31 −40
09:46:38 puya achidlow refactor: simplify IR VLA +10 −19
09:46:38 puya achidlow improve source locations for box-aggregate combining +226 −396
09:46:38 puya daniel-makerx perf: improve IR build speed by using pickle to clone program +12 −3
09:46:38 puya daniel-makerx perf: improve RCEVisitor by not cloning intrinsic +8 −1
09:46:38 puya daniel-makerx perf: cache common lookups in MIR builder and use tuple over list where possible +80 −60
09:46:38 puya achidlow IR vs MIR VLA consistency +32 −31
09:46:38 puya achidlow compute dominator tree for RCE and do a depth-first traversal to reduce set intersections +85 −108
09:46:38 puya achidlow perf/refactor: simplify constant propagation and reduce phi visitation +28 −47
09:46:38 puya daniel-makerx perf: use a dictionary for RegisterReadCollector +3 −3
09:46:38 puya achidlow perf: minor optimisations of l-stack builder +43 −25
09:46:38 puya daniel-makerx chore: compile all +0 −1
09:46:38 puya daniel-makerx perf: improve IR VLA by reverse iteration, constructing fewer objects, and using more efficient types +49 −33
09:46:38 puya daniel-makerx chore: compile all +237 −237
09:46:38 puya achidlow perf/refactor: make ir.models.BasicBlock.all_ops return a list instead of a generator +10 −8
09:46:38 puya daniel-makerx perf: collect errors as they are logged +23 −15
09:46:38 puya daniel-makerx perf: don't look for box optimizations unless appropriate ops are present +38 −11
09:46:38 puya daniel-makerx refactor: emit_teal before assemble_program +1 −1
09:46:38 puya daniel-makerx chore: update changelog +1 −0
09:46:38 puya daniel-makerx perf: improve MIR VLA by reverse iteration, constructing fewer objects, and using more efficient types +70 −34
09:46:38 puya achidlow remove unnecessary copy() +1 −1
09:46:38 puya daniel-makerx perf: use visitor for constant propagation +33 −14
09:46:38 puya daniel-makerx perf: improve MIR copy_usage_pairs with a simplified stack height calculation +147 −10
09:46:38 puya daniel-makerx perf: improve RCE by only visiting blocks once +53 −49
09:46:38 puya daniel-makerx perf: reduce usage of IRMutator +42 −7
09:46:38 puya daniel-makerx perf: don't used VLA to determine variables requiring f-stack allocation +24 −3
10:07:38 go-algorand nullun tests: Cover all asset wellFormed errors +182 −0
10:31:30 go-algorand nullun tests: add e2e 0-axfer tests +24 −0
11:14:04 weLend xxiled-plastic-cat New lazy interest with indexing +12521 −10239
12:43:11 algokit-core joe-p wip: working up until reqwes, TODO: py http client +8613 −34
13:08:52 gridworks jessicamillar Merge pull request #322 from thegridelectric/dev +2 −2
13:10:10 gridworks jessicamillar small typing fix +2 −2
13:16:23 gridworks jessicamillar small eye roll +2 −2
13:17:08 gridworks jessicamillar Merge pull request #323 from thegridelectric/dev +2 −2
13:17:36 gridworks jessicamillar fix pre-commit +1 −1
15:14:22 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-08-22) +1 −0
15:59:43 devportal-code-examples gabrielkuettel Merge pull request #57 from algorandfoundation/update-deps +4342 −4716