Home Reports Sep 22, 2025
Monday, September 22, 2025
- Commits
- 99
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +88,559 −26,869
- additions / deletions
Monday, September 22, 2025
99 commits were pushed across 19 repos by 20 authors. There were 88,559 additions and 26,869 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- go-algorand 3 commits
- algokit-core 28 commits
- algokit-avm-vscode-debugger 1 commit
- algokit-cli 2 commits
- algokit-client-generator-ts 3 commits
- algokit-lora 2 commits
- algokit-subscriber-py 1 commit
- algokit-utils-py 1 commit
- algokit-utils-ts-debug 1 commit
- ARCs 4 commits
- developer-dashboard 2 commits
- devportal 10 commits
- specs 14 commits
- NFT_Marketplace 3 commits
- widgets 1 commit
- starlight-github-loader 3 commits
- solidity-land-registry 2 commits
- a-day-in-my-bobalife 3 commits
- wallet 15 commits
Commit Log
99 commits · 19 repositories
00:05:23
algokit-client-generator-ts
chore(deps-dev): bump @eslint/js from 9.33.0 to 9.36.0
+3
−3
00:05:35
algokit-client-generator-ts
chore(deps-dev): bump rollup from 4.46.2 to 4.52.0
+114
−84
00:06:26
algokit-client-generator-ts
chore(deps-dev): bump typescript-eslint from 8.39.1 to 8.44.0
+61
−61
01:00:28
go-algorand
Build 2483 Data
+1
−1
01:23:40
algokit-subscriber-py
chore(deps-dev): bump ruff from 0.12.9 to 0.13.1
+23
−23
02:28:48
NFT_Marketplace
Enhance button hover effects and visual feedback
+11
−11
02:29:53
NFT_Marketplace
Add client-side validation to search form
+47
−6
02:38:06
NFT_Marketplace
Implement dark mode toggle with theme persistence
+93
−1
03:27:55
algokit-core
comments
+52
−0
04:08:46
algokit-core
refactor transform_transaction_error logic
+95
−111
04:14:43
algokit-utils-ts-debug
chore(deps): bump the all group across 1 directory with 6 updates
+160
−130
06:15:08
starlight-github-loader
Refactored link transformation logic
+7204
−48
06:33:04
algokit-lora
fix(type): implement transaction sender type
+9
−8
07:06:43
solidity-land-registry
npm: bump @types/node from 22.18.6 to 24.5.2
+1
−1
07:06:57
solidity-land-registry
npm: bump merkletreejs from 0.3.11 to 0.6.0
+1
−1
07:31:31
specs
chore: enable link checker
+12
−13
07:31:44
specs
chore: split hard and soft pre-commit checks
+8
−4
07:37:03
specs
Merge pull request #225 from algorandfoundation/mdbook-pandoc
+103
−78
08:09:46
algokit-cli
Fixed invalid link
+2
−2
08:26:06
specs
chore: increase markdownlint coverage
+4
−4
08:26:34
specs
chore: lint
+10
−4
08:27:05
specs
chore: lint and fix broken references
+59
−57
08:33:18
specs
chore: lint
+10
−10
08:33:43
specs
chore: nit
+1
−1
08:34:02
specs
chore: add pdf link
+2
−2
08:37:51
algokit-core
feat: add native TS core packages
+25284
−1761
08:44:45
algokit-core
refactor: wip ensure kebab-case names for generated models in for TS clients
+574
−218
08:46:34
developer-dashboard
Hide ActiveDevs tab and add a search bar
+147
−105
08:53:34
specs
Merge pull request #227 from algorandfoundation/lint
+85
−77
08:53:41
developer-dashboard
Header copy change
+1
−1
09:21:40
algokit-cli
chore(deps): bump the all group across 1 directory with 12 updates
+115
−110
09:34:55
specs
chore: remove html artifacts
+2
−5
09:38:50
specs
chore: rename pdf artifact
+1
−1
09:53:40
algokit-core
fix(app_client): propagate compiled programs across update flows
+79
−80
09:55:55
specs
chore: add the release profile
+2
−0
10:00:27
algokit-core
fix(app_factory): align default handling and client factory API
+132
−26
10:02:14
devportal
Updated Intro to AlgoKit doc to include installation info
+207
−4
10:13:01
algokit-core
refactor(app_factory): simplify factory send/builder create flow
+18
−400
10:21:21
devportal
Updated Intro to AlgoKit doc to include installation info (#355)
+207
−4
10:31:41
algokit-core
refactor: tweak default handling and sender bindings in factory
+33
−53
10:32:06
specs
Merge pull request #228 from algorandfoundation/release-artifacts
+4
−5
10:41:41
algokit-lora
chore(deps-dev): bump vite from 7.0.5 to 7.1.7
+26
−20
11:08:28
devportal
DVP-1131: Refactored nodekit, arcs, and algokit-cli docs
+549
−626
11:09:13
starlight-github-loader
Redesigned link transform logic
+228
−67
11:13:40
devportal
Updated package.json
+190
−223
11:23:31
devportal
Updated package.json
+1
−1
11:25:21
devportal
Updated package.json
+2
−319
11:56:25
devportal
Updated astro config
+1
−0
12:39:10
devportal
Updated package.json
+2
−2
12:45:11
ARCs
update contract.py
+4125
−196
12:46:12
devportal
Fixed invalid link
+1
−2
12:57:19
devportal
Refactored doc imports for nodekit, arcs, and algokit-cli (#356)
+730
−1157
13:12:01
algokit-core
chore: routine regen of oas spec and rust clients for latest 4.3.0 release
+230
−3
13:16:57
algokit-utils-py
chore(deps): bump the all group across 1 directory with 11 updates
+116
−96
13:23:54
ARCs
docs: arc-89 draft
+149
−0
13:33:03
ARCs
docs: add arc links
+6
−5
13:49:16
algokit-core
feat: ffi_uniffi feature for api clients (#261)
+1747
−495
13:49:16
algokit-core
feat: ffi_uniffi feature for api clients (#261)
+1747
−495
13:50:05
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.66 [skip ci]
+1
−1
13:50:05
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.66 [skip ci]
+1
−1
13:56:02
algokit-core
Notes added by 'git notes add'
+1
−0
14:24:31
wallet
Initial plan
+0
−0
14:30:01
algokit-core
refactor: move teal decoding into arc56 contract; refine compile_teal_templates
+73
−100
14:33:04
wallet
Initial assessment and validation of AWallet repository structure
+1
−1
14:33:41
algokit-core
chore: routine regen of oas spec and rust clients for latest 4.3.0 release (#264)
+230
−3
14:33:41
algokit-core
chore: routine regen of oas spec and rust clients for latest 4.3.0 release (#264)
+230
−3
14:34:32
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.67 [skip ci]
+1
−1
14:34:32
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.67 [skip ci]
+1
−1
14:40:08
algokit-core
Notes added by 'git notes add'
+1
−0
14:43:28
wallet
Add comprehensive GitHub Copilot instructions for AWallet development
+196
−0
14:47:02
algokit-core
refactor: ensure abi errors are propagated properly in factory
+10
−14
14:48:55
algokit-core
refactor: rename sender to transaction_sender in factory and client
+4
−4
15:04:33
wallet
Update Node.js version to 22 for Vercel deployment compatibility
+8
−4
15:06:44
wallet
remove virus
+1
−1
15:09:50
wallet
cicd deploy
+1
−1
15:14:58
a-day-in-my-bobalife
chore: log greeting (2025-09-22)
+2
−0
15:15:58
wallet
Update vue.config.js
+1
−1
15:42:23
starlight-github-loader
Updated readme
+480
−442
15:48:34
algokit-core
refactor: pr comments and additional docstrings
+130
−91
15:53:04
go-algorand
crypto: add go-based BatchVerifier implementation (#6440)
+1656
−60
15:58:33
go-algorand
add Go Benchmark (go) benchmark result for c2bb30f15178752fe0e2eb1c2e2e60fc590f184b
+445
−1
16:12:41
algokit-core
chore: apply TS transact tweaks to appease polytest
+103
−98
16:44:28
algokit-core
refactor: adding separate logicerror context for reuse in app factory
+53
−113
16:50:44
ARCs
docs: better examples
+41
−17
17:14:58
a-day-in-my-bobalife
chore: v2025.37.0 (release)
+14
−0
17:15:00
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
18:10:29
wallet
Add comprehensive GitHub Copilot instructions for AWallet development workflow and update Node.js to version 22 (#119)
+203
−3
18:11:21
wallet
Update README.md (#117)
+1
−1
18:13:44
wallet
Update README.md
+2
−4
18:13:46
algokit-core
chore: move to upstream msgpack library
+127
−41
18:15:38
wallet
Initial plan
+0
−0
18:20:08
wallet
Initial plan for Cypress upgrade and test fixes
+4
−0
18:26:58
wallet
Upgrade Cypress to v15.2.0 and add TypeScript support
+444
−235
18:31:37
wallet
Complete Cypress upgrade with documentation and verification
+79
−0
18:53:00
widgets
User widgets app is separated from the main repository
+10402
−0
19:47:31
algokit-core
Merge branch 'main' into feat/utils_ffi
+25508
−16636
20:54:16
wallet
Fix Cypress test reliability and timing issues
+22
−13
21:19:45
algokit-avm-vscode-debugger
chore(deps): bump the all group across 1 directory with 12 updates
+3142
−1757
23:20:24
algokit-core
wip
+112
−0