Home Reports Oct 28, 2025
Tuesday, October 28, 2025
- Commits
- 78
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +12,538 −10,757
- additions / deletions
Tuesday, October 28, 2025
78 commits were pushed across 15 repos by 20 authors. There were 12,538 additions and 10,757 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 8 commits
- revelio 4 commits
- algokit-lora 6 commits
- algokit-typescript-template 1 commit
- algokit-utils-py 1 commit
- algokit-utils-ts 4 commits
- algorand-typescript-testing 8 commits
- ARCs 2 commits
- puya-ts 21 commits
- specs 4 commits
- wen-tools 13 commits
- best-of-crypto 1 commit
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 3 commits
- subql-stellar 1 commit
Commit Log
78 commits · 15 repositories
00:06:29
puya-ts
refactor: Always use static logger
+6
−7
00:24:17
puya-ts
fix: Restore relative paths in console output
+11
−5
01:00:27
go-algorand
FI from master
+5
−1
01:00:27
go-algorand
Build 2519 Data
+1
−1
02:22:29
subql-stellar
Bump validator from 13.11.0 to 13.15.20
+4
−11
02:37:44
algokit-typescript-template
chore: adding language server enable config
+3
−0
02:56:09
wen-tools
Fix connect button for Pera by disabling CrustAuth
+22
−14
03:31:46
algokit-utils-ts
wip - access list
+368
−282
03:33:50
puya-ts
Merge branch 'main' into alpha
+0
−0
03:55:36
puya-ts
refactor: Log app version on LS startup
+5
−1
03:56:33
puya-ts
refactor: Use pending status instead of empty diagnostics to indicate that a new file version is awaiting diagnostics
+10
−6
03:57:43
puya-ts
refactor: Cache program between typescript builds and use to improve performance of successive builds
+6
−0
04:15:57
puya-ts
refactor: Use abort signal to skip puya analysis on compilations that have already been superseded
+35
−29
04:32:26
algokit-utils-ts
wip - fixing access list tests
+6
−7
04:58:03
wen-tools
Use 0-Algo transaction for Crust authentication
+210
−58
05:00:53
puya-ts
Merge pull request #294 from algorandfoundation/update-alpha
+0
−0
05:07:57
puya-ts
refactor: Log app version on LS startup
+5
−1
05:07:57
puya-ts
refactor: Have compile worker sleep waiting for new item trigger instead of fixed 1 second
+41
−17
05:07:57
puya-ts
refactor: Use abort signal to skip puya analysis on compilations that have already been superseded
+35
−29
05:07:57
puya-ts
fix: Restore relative paths in console output
+11
−5
05:07:57
puya-ts
refactor: Use pending status instead of empty diagnostics to indicate that a new file version is awaiting diagnostics
+10
−6
05:07:57
puya-ts
refactor: Cache program between typescript builds and use to improve performance of successive builds
+6
−0
05:07:57
puya-ts
refactor: Always use static logger
+6
−7
05:20:27
algokit-utils-ts
fix access list encode/decode
+57
−70
05:21:27
puya-ts
Notes added by 'git notes add'
+1
−0
05:42:19
algokit-utils-ts
update snapshots
+8
−10
07:18:58
revelio
Bump tailwindcss-rails from 3.3.0 to 4.4.0
+37
−33
07:19:01
revelio
Merge c698940787ab36ce1b5c3412f7020e212d01479a into 4877fe96c225edd924ccc2bdddc1613098f260a0
+37
−33
07:19:20
revelio
Bump tailwindcss-ruby from 4.0.9 to 4.1.16
+9
−9
07:19:22
revelio
Merge c24537ca4bde21d5534b30263268093c74a9d37b into 4877fe96c225edd924ccc2bdddc1613098f260a0
+9
−9
07:24:33
algorand-typescript-testing
Merge branch 'main' into update-alpha
+110
−1664
07:36:32
wen-tools
Stop asking to authenticate for Crust after auth fails the first time
+16
−4
07:38:44
go-algorand
network: wsnet with p2p backup meshing strategy (#6391)
+776
−190
07:44:44
go-algorand
add Go Benchmark (go) benchmark result for 8e6354c790dd0c5bd8a8c38f17628e758d9cf4d1
+445
−1
07:49:22
puya-ts
refactor: export AbsolutePath for testing repo to create TypeResolver
+2
−1
08:00:00
puya-ts
Merge pull request #295 from algorandfoundation/refactor/absolute-path
+2
−1
08:10:32
puya-ts
Notes added by 'git notes add'
+1
−0
08:16:52
algorand-typescript-testing
feat: update puya-ts dependency versions
+24
−37
08:25:43
algorand-typescript-testing
Merge pull request #103 from algorandfoundation/update-dep
+24
−37
08:30:34
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
08:31:14
algorand-typescript-testing
Merge branch 'main' into update-alpha
+110
−1664
08:56:07
algorand-typescript-testing
Merge pull request #104 from algorandfoundation/update-alpha
+110
−1664
09:00:57
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:01:38
puya-ts
refactor: manually publish production releases from release branch only
+70
−8
09:17:16
specs
Merge branch 'master' into mermaid-filter
+71
−8
09:23:34
algorand-typescript-testing
refactor: manually publish production releases from release branch only
+71
−8
11:28:39
wen-tools
Enable Crust auth for all wallets
+3
−11
11:33:34
wen-tools
Fix Crust Authentication issues (#125)
+216
−52
11:40:43
wen-tools
Revert "Fix Crust Authentication issues (#125)"
+52
−216
11:41:40
wen-tools
Revert "Fix Crust Authentication issues (#125)" (#126)
+52
−216
11:49:53
specs
chore: refactor dockerfile to simplify chromium setup and externalize mmdc wrapper
+10
−29
12:18:43
algokit-lora
wip - new utils
+505
−421
12:26:04
algokit-lora
wip - more
+21
−33
12:38:28
algokit-lora
wip - fixing
+16
−39
13:52:33
specs
pin dockerfile memaid-filter npm package
+1
−1
15:05:25
wen-tools
Move `key` attributes to where they are needed
+11
−15
15:07:40
wen-tools
Disable Crust Auth when connection wallet (again)
+70
−74
15:15:08
a-day-in-my-bobalife
chore: log greeting (2025-10-28)
+1
−0
15:18:48
specs
chore: convert MMD_PATH to environment variable for consistency
+5
−5
15:22:29
wen-tools
Merge branch 'LoafPickleWW:main' into main
+0
−0
15:28:50
wen-tools
Skip Crust authentication when connecting wallet (#127)
+226
−70
16:02:51
algokit-lora
Merge pull request #509 from algorandfoundation/feat/mobile-menu-drawer
+1763
−1691
16:10:00
algokit-lora
chore(release): ref:beta 2.2.0-beta.1 [skip ci]
+5
−5
16:10:01
algokit-lora
Notes added by 'git notes add'
+1
−0
16:59:40
ARCs
docs: use camelcase for events
+19
−19
17:00:35
wen-tools
Fix lint errors
+60
−58
17:21:24
go-algorand
Merge branch 'master' into fix/goal-access-locals
+4483
−1755
17:46:21
ARCs
docs: nit
+3
−3
17:48:33
wen-tools
Fix lint errors (#128)
+60
−58
17:55:25
go-algorand
Update quic-go in tools/block-generator to 0.49.1.
+3
−3
17:55:33
puya-ts
feat: add intro paragraph
+7
−1
18:05:59
algokit-walletsdk-kmp
Added Hindi to Language selector screen
+1658
−18
18:31:21
algokit-walletsdk-kmp
fix: ktlint formatting
+21
−11
18:39:59
algokit-walletsdk-kmp
ci: bump to 3.202504.2
+6
−5
18:52:23
go-algorand
build(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.49.1 (#6464)
+6
−6
18:57:44
go-algorand
add Go Benchmark (go) benchmark result for df2b81e90a0758f5b9b8ff1203dddcef9f6449f9
+445
−1
21:16:27
best-of-crypto
Ajout fichier texte
+8
−0
22:37:19
algokit-utils-py
chore(deps): bump starlette from 0.47.2 to 0.49.1
+3
−3