Home Reports Jul 29, 2025
Tuesday, July 29, 2025
- Commits
- 86
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 17
- distinct authors
- Lines changed
- +96,586 −106,230
- additions / deletions
Tuesday, July 29, 2025
86 commits were pushed across 18 repos by 17 authors. There were 96,586 additions and 106,230 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 4 commits
- algokit-core 10 commits
- algokit-avm-vscode-debugger 1 commit
- algokit-cli 1 commit
- algokit-lora 1 commit
- algokit-subscriber-ts 3 commits
- algokit-templates 6 commits
- algokit-utils-py 4 commits
- algokit-utils-ts-debug 1 commit
- algorand-typescript-testing 1 commit
- homebrew-tap 2 commits
- puya 11 commits
- puya-ts 6 commits
- reti 5 commits
- specs 26 commits
- d-asa 2 commits
- a-day-in-my-bobalife 1 commit
- JS-SDK 1 commit
Commit Log
86 commits · 18 repositories
01:00:26
go-algorand
Build 2428 Data
+1
−1
01:13:16
algokit-templates
feat: added versioning
+109
−8
01:15:05
algokit-templates
fix: added versioning to pyproject
+30
−0
02:09:24
algokit-cli
2.8.0
+12
−1
07:07:53
homebrew-tap
Updating algokit to 2.8.0
+3
−3
07:12:49
homebrew-tap
Updating algokit to 2.8.0
+3
−3
08:22:59
algokit-core
feat: wip core fee coverage
+1668
−337
08:22:59
algokit-core
feat: wip core fee coverage
+1668
−337
08:25:15
puya
fix: prevent phi node replacement during copy propagation if the phi register is involved in an equivalence set
+49
−6
08:33:06
puya
fix: prevent phi node replacement during copy propagation if the phi register is involved in an equivalence set
+49
−6
08:37:45
puya
feat: optimize `substring3 [b, start, len(b)]` into `extract start 0 [b]` when possible
+69
−22
08:37:45
puya
chore: compile all
+43029
−30628
08:43:01
puya
feat: optimize `substring3 [b, start, len(b)]` into `extract start 0 [b]` when possible
+69
−22
08:43:01
puya
chore: compile all
+43029
−30628
08:47:36
puya-ts
don't pretty print AWST JSON files by default, only for user-requested output
+4
−3
08:55:54
puya
5.0.0-rc.3
+1
−1
09:02:09
specs
chore: duplicate ledger
+0
−0
09:02:13
specs
chore: restore ledger
+370
−0
09:02:22
specs
merge: split ledger
+370
−0
09:28:59
specs
docs: ledger apply data
+76
−429
09:29:27
specs
chore: restore ledger
+281
−0
09:29:27
specs
chore: duplicate ledger
+0
−0
09:29:36
specs
merge: split ledger
+281
−0
09:44:06
puya-ts
chore: update approvals
+1159
−12700
09:44:06
puya-ts
chore: npm audit fix
+98
−92
09:44:06
puya-ts
omit SingleEvaluation.wtype when serializing, it's ignored by puya
+2
−0
10:16:51
specs
docs: ledger application semantics
+232
−462
10:17:58
specs
chore: duplicate ledger
+0
−0
10:17:58
specs
chore: restore ledger
+157
−0
10:18:05
specs
merge: split ledger
+157
−0
10:20:57
specs
docs: add links
+8
−5
10:37:40
specs
docs: ledger block field subsections
+52
−14
10:38:41
specs
docs: add link
+2
−2
10:43:33
specs
docs: ledger heartbeat semantics
+30
−166
11:36:49
algokit-templates
chore: commented out code for testing
+23
−22
11:48:24
puya
feat: add option to puya to load AWST JSON from a zip file
+10
−1
11:48:25
puya
zip AWST JSON in from_awst/native_array test case, both to reduce size (currently 1.1MB) and to test out the load-from-zip feature
+33
−14215
13:21:14
algokit-lora
chore: fix the desktop release permission failure
+4
−0
13:25:49
go-algorand
Add '--txid' flag for display TxID with 'goal clerk inspect'
+9
−1
13:34:01
puya
feat: add option to puya to load AWST JSON from a zip file
+10
−1
13:34:01
puya
zip AWST JSON in from_awst/native_array test case, both to reduce size (currently 1.1MB) and to test out the load-from-zip feature
+33
−14215
13:51:43
algorand-typescript-testing
ci: use bot token for release workflow
+9
−1
13:52:37
algokit-utils-ts-debug
ci: use bot token for release workflow
+18
−3
13:52:58
algokit-templates
ci: use bot token for release workflow
+20
−2
13:59:04
algokit-avm-vscode-debugger
ci: use bot token for release workflow
+100
−92
13:59:39
puya-ts
ci: use bot token for release workflow
+26
−5
14:08:51
puya-ts
chore: updates eslint to the latest version to resolve npm audit issue
+98
−105
14:23:37
specs
chore: duplicate ledger
+0
−0
14:23:42
specs
chore: restore ledger
+137
−0
14:23:57
specs
merge: split ledger
+137
−0
14:56:30
algokit-core
wip!: sized errors instead of box dyn errors
+35
−45
15:15:04
a-day-in-my-bobalife
chore: log greeting (2025-07-29)
+1
−0
15:20:02
JS-SDK
Up algosdk version
+2
−2
15:33:13
algokit-templates
fix: allowed zero versioning to disable major releases
+18
−3
15:33:20
algokit-core
chore: remove unnecessary cloning
+2
−2
15:36:27
algokit-core
chore: use a constant for signature length
+2
−2
15:37:21
algokit-core
chore: EmptySigner -> EmptyKeyPairSigner
+7
−7
15:38:20
algokit-core
chore: TestAccount -> TestKeyPairAccount
+19
−19
15:39:05
algokit-templates
chore: removed comments and renamed workflows
+3
−19
15:41:40
specs
docs: ledger validation
+149
−214
16:29:11
specs
chore: duplicate ledger
+0
−0
16:29:14
specs
chore: restore ledger
+48
−0
16:29:20
specs
merge: split ledger
+48
−0
16:51:18
d-asa
Merge pull request #40 from cusma/dependabot/pip/aiohttp-3.12.14
+108
−107
16:54:46
d-asa
chore(deps): bump the minor-and-patch group across 1 directory with 6 updates
+69
−69
17:23:44
algokit-core
feat: adding an emptymultisigsigner
+96
−4
17:32:13
specs
docs: ledger distribution rewards (legacy)
+43
−37
17:32:18
specs
docs: ledger
+5
−48
17:34:42
algokit-core
chore: simplify fee coverage code
+441
−475
17:34:42
algokit-core
chore: simplify fee coverage code
+441
−475
17:43:04
specs
docs: nit
+2
−2
17:43:17
specs
docs: fix tex-macros
+3
−3
19:22:07
algokit-subscriber-ts
[remove:checkout_step] remove extra checkout step from the beginning of the pipeline
+0
−4
19:23:05
algokit-subscriber-ts
[add:step] add step to generate bot token to be used in the production release
+18
−4
20:18:52
go-algorand
update diagcfg to properly pass globalDir to ReadTelemetryConfigOrDefault
+16
−6
20:44:10
algokit-utils-py
feat: error transformers feature parity with utils-ts
+1122
−49
20:47:47
algokit-utils-py
chore: pip audit update for starlette
+6
−5
20:48:36
go-algorand
Update cmd/diagcfg/telemetry.go
+1
−1
20:55:42
algokit-utils-py
ci: run check docs on 3.12
+40
−10
21:47:50
algokit-utils-py
chore: remove logging
+11
−14
22:39:16
reti
feat(ui): add onboarding call to managed service features
+9
−0
22:40:58
algokit-subscriber-ts
[rm:permissions] remove permissions usage from both prod_release and release workflows
+0
−7
22:44:43
reti
Merge branch 'dev' into feat/w3wallet
+0
−0
22:58:52
reti
feat(ui): update use-wallet library & add w3wallet (#394)
+34
−29
22:59:32
reti
feat(ui): add onboarding call to managed service features (#395)
+9
−0
23:08:42
reti
Merge pull request #396 from algorandfoundation/dev
+43
−29