Home Reports Oct 23, 2025
Thursday, October 23, 2025
- Commits
- 115
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +117,686 −47,959
- additions / deletions
Thursday, October 23, 2025
115 commits were pushed across 17 repos by 20 authors. There were 117,686 additions and 47,959 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- conduit 3 commits
- go-algorand 20 commits
- go-algorand-sdk 4 commits
- indexer 4 commits
- sandbox 2 commits
- algokit-lora 4 commits
- algokit-utils-py 3 commits
- algokit-utils-ts 26 commits
- algorand-typescript-testing 5 commits
- devportal 7 commits
- liquid-auth 6 commits
- puya 2 commits
- puya-ts 7 commits
- specs 3 commits
- folks-router 7 commits
- a-day-in-my-bobalife 6 commits
- algokit-walletsdk-kmp 6 commits
Commit Log
115 commits · 17 repositories
00:07:58
algokit-walletsdk-kmp
feat: add in helpful network status bar (#115)
+97
−1
00:23:39
algokit-utils-ts
update sdk + check types done
+1444
−381
01:00:28
go-algorand
Build 2514 Data
+1
−1
01:22:11
go-algorand
fix linter
+46
−17
01:26:10
algokit-utils-ts
chore: npm audit fix (#447)
+18
−14
01:26:34
algokit-utils-ts
copy all core packages + rolldown
+58314
−54
01:31:46
go-algorand
fix missing partitiontest warnings
+16
−0
01:34:27
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
01:34:55
algokit-utils-ts
delete sdk.algod
+227
−10976
01:39:39
algokit-lora
fix(reviews) fix code based on reviews from the PR
+213
−16
01:43:35
conduit
Support Go 1.25 and golangci-lint 2.5.
+109
−101
01:50:51
algokit-utils-ts
wip - replacing algod_client
+96
−62
02:31:10
indexer
Use setup-go action version that handles resolving Go version from toolchain command.
+8
−8
02:31:40
conduit
Bump to setup-go v6.
+4
−4
02:41:38
algokit-utils-ts
wip - fixing after replacing algod client
+133
−498
02:44:45
puya-ts
refactor: use newScope as AlgorandFixture.beforeEach has been deprecated
+16
−8
02:45:01
indexer
We should not have to explicitly install linter in the ci-pr.yml.
+0
−2
02:50:25
indexer
Remove no longer needed install of golangci-lint in ci-nightly.yml.
+0
−2
02:56:40
go-algorand
fix gosec warnings
+8
−110
02:58:04
go-algorand
update scripts/buildtools/versions
+1
−1
03:00:51
algokit-utils-ts
wip - replace txn and signedTxn
+667
−1486
03:10:40
algorand-typescript-testing
refactor: create new scope in beforeAll | beforeEach as part of creating TestFixture
+72
−137
03:15:13
algokit-utils-ts
wip - fix makeTxn and group
+197
−88
03:20:48
algokit-utils-ts
wip - refactor up to signer, next will be composer
+142
−74
03:25:55
algokit-utils-ts
wip - refactor composer
+197
−139
03:29:57
algokit-utils-ts
wip - transaction and kmd client
+33
−14
03:34:38
algokit-utils-ts
wip - replace block
+20
−1283
03:38:31
go-algorand
fix gosec error
+29
−2
03:44:40
algokit-utils-ts
wip - phase 3 fix up transaction
+35
−20
03:44:55
algokit-utils-ts
remove state delta
+0
−1717
04:04:00
algokit-utils-ts
wip - fix tsconfig for package resolution
+84
−106
04:10:10
algokit-utils-ts
wip - fix error in sdk
+179
−211
04:18:56
algokit-utils-ts
fix all errors in sdk
+120
−118
04:29:40
algokit-utils-ts
wip - fix errors elsewhere
+24
−24
04:40:48
algokit-utils-ts
delete utils - wrongly copied
+0
−5713
04:52:23
algokit-utils-ts
wip - fix transactions, introduced temp SignedTransaction type
+45
−50
05:08:36
algokit-utils-ts
wip - fix transaction
+81
−75
05:28:58
algokit-utils-ts
wip - fix types
+76
−68
05:34:16
puya-ts
fix: Bundle vscode-* dependencies as they are cjs and need to be transpiled
+25
−2
05:46:05
puya-ts
fix: Bundle vscode-* dependencies as they are cjs and need to be transpiled
+25
−2
06:09:47
puya-ts
Notes added by 'git notes add'
+1
−0
06:18:31
algorand-typescript-testing
refactor: update test fixture factory methods to take options object
+145
−66
06:20:07
algorand-typescript-testing
fix audit vulnerability
+3
−3
06:43:47
algokit-utils-ts
wip - typing errors
+13
−45
06:47:45
puya-ts
refactor: update test fixture factory methods to take options object
+233
−131
06:59:51
puya-ts
Merge pull request #285 from algorandfoundation/refactor/tests
+242
−132
07:00:04
algorand-typescript-testing
Merge pull request #101 from algorandfoundation/refactor/tests
+192
−178
07:05:21
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
07:09:07
puya
add test case for empty string as name
+6
−2
07:10:21
puya-ts
Notes added by 'git notes add'
+1
−0
07:35:47
puya
feat: add valiation for abi method names overwritten by name property of abimethod decorator
+106
−0
07:51:52
algokit-lora
fix(cursor_pointer) fixed cursor pointer on buttons as global class
+8
−1
07:56:30
devportal
Merge branch 'main' into main-dist
+11335
−8124
08:06:36
devportal
chore: update Node.js to v20 and downgrade octokit
+3
−3
08:11:04
devportal
chore: update pnpm lockfile for octokit downgrade
+2
−272
08:11:41
algokit-lora
chore(build): replace rimraf dependency with native fs.rmSync since build env omits devDependencies
+1
−1
08:22:20
devportal
Chore: Update Node.js to v20 and downgrade octokit (#381)
+5
−275
08:39:41
devportal
Chore: Migrate from deprecated pages-action to wrangler-action
+3
−5
09:22:36
liquid-auth
Revert Astro/Tailwind upgrade that broke production site
+3663
−4722
09:38:25
liquid-auth
Merge pull request #51 from algorandfoundation/revert/astro-upgrade
+3663
−4722
09:43:46
liquid-auth
Merge branch 'chore/integrate-gtm' into chore/integrate-analytics
+57
−0
10:02:53
liquid-auth
Added missing named slots to overridden PageFrame component
+3
−1
10:59:46
algokit-utils-ts
wip - fix
+118
−99
12:35:28
go-algorand
clean up linter exclusions list
+33
−73
12:37:10
algokit-utils-py
chore: revert simulate based ARC56 error message handling logic (#204)
+50
−103
12:37:28
devportal
Chore: Migrate from deprecated pages-action to wrangler-action (#383)
+3
−5
13:10:05
go-algorand
simplify staticcheck config
+12
−18
13:15:51
devportal
Updated astro-github-loader package and deps
+194
−194
13:24:50
specs
fix: missing fonts
+9
−3
13:28:16
go-algorand
clean up golangci.yml more
+22
−28
14:02:22
go-algorand
CI: migrate to golangci-lint v2 (#6473)
+373
−555
14:09:07
go-algorand
add Go Benchmark (go) benchmark result for efffb9d138f17f282b3a7fd0cf9b5d42fac23d9f
+445
−1
14:13:19
specs
chore: handle curl error
+1
−1
14:29:00
folks-router
new version of Folks Router with custom fee earner
+102
−62
14:29:43
folks-router
Version Packages
+7
−6
14:31:00
folks-router
Version Packages (#40)
+7
−6
14:47:28
algokit-utils-py
chore: migrate root to uv set skeleton for packages
+1804
−2954
15:06:31
a-day-in-my-bobalife
chore: bump ui from 1.9.3 to 1.9.4 in /DisneyScenicRides
+1
−1
15:06:37
a-day-in-my-bobalife
chore: bump runtime-livedata from 1.9.3 to 1.9.4 in /DisneyScenicRides
+1
−1
15:06:41
a-day-in-my-bobalife
chore: bump foundation from 1.9.3 to 1.9.4 in /DisneyScenicRides
+1
−1
15:07:46
a-day-in-my-bobalife
chore: bump org.jetbrains.kotlin.jvm in /HaveAMagicalDay
+1
−1
15:09:16
a-day-in-my-bobalife
chore: bump kotlin from 2.2.20 to 2.2.21 in /DisneyScenicRides
+1
−1
15:15:01
a-day-in-my-bobalife
chore: log greeting (2025-10-23)
+1
−0
15:15:11
specs
Merge pull request #258 from algorandfoundation/fix/missing-fonts
+9
−3
15:56:24
liquid-auth
Updated documentation readme
+181
−28
16:15:12
folks-router
fix incorrect sender check
+8
−3
16:20:38
folks-router
fix incorrect sender check (#41)
+8
−3
16:21:10
folks-router
Version Packages
+7
−6
16:22:05
folks-router
Version Packages (#42)
+7
−6
16:41:49
algokit-utils-py
chore: initial transact
+27096
−2
16:42:05
go-algorand
fix dupword
+40
−31
16:51:23
go-algorand
fix more historical dupword issues before new-from-rev
+19
−19
17:02:39
go-algorand
preserve nextNext
+1
−1
17:16:36
go-algorand
enable misspell linter on test code
+33
−34
17:24:56
go-algorand
use reviewdog with specific golangci-lint commit
+34
−12
17:56:59
go-algorand
Update data/pools/transactionPool_test.go
+1
−1
18:03:28
algokit-lora
chore(eslint): implement eslint-tailwind-beta to work with tailwind v4
+332
−327
18:06:05
conduit
build: use Go 1.25 (#191)
+112
−104
18:39:59
go-algorand
fix flaky e2e multisig tests
+4
−2
19:27:20
go-algorand
CI: add dupword linter and fix issues (#6474)
+126
−96
19:33:11
go-algorand
add Go Benchmark (go) benchmark result for 00063c8f6e593f06a0f9043e410ab902f7f992d1
+445
−1
19:50:56
liquid-auth
fixed paths for `trailingSlash: 'never'`
+19
−18
20:06:05
go-algorand-sdk
Update test/steps_test.go
+1
−1
20:06:52
go-algorand-sdk
Update .golangci.yml
+0
−6
20:22:34
go-algorand-sdk
CR feedback.
+11
−12
20:58:06
algokit-walletsdk-kmp
Send money from one algo account account to another functionality added (Hardcoded Value)
+1802
−16
21:44:46
go-algorand-sdk
Don't enforce removal of embedded type names.
+23
−21
21:47:18
sandbox
Bump Golang version 1.25 for Conduit.
+1
−1
21:48:18
sandbox
Bump Golang version 1.25 for Conduit. (#213)
+1
−1
22:08:16
indexer
Allow embedded type names, and revert changes that removed them.
+23
−17
23:15:02
algokit-utils-ts
wip fix types
+59
−59
23:30:56
algokit-walletsdk-kmp
feat: move sender, receiver, and amount to params
+589
−177
23:32:36
algokit-walletsdk-kmp
Merge branch 'main' into walletsdk-89
+512
−52
23:47:29
algokit-walletsdk-kmp
feat: add in send icon
+27
−1
23:49:44
algokit-walletsdk-kmp
fix: ktlint formatting
+480
−517