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