Home Reports Sep 23, 2025
Tuesday, September 23, 2025
- Commits
- 134
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +431,676 −226,868
- additions / deletions
Tuesday, September 23, 2025
134 commits were pushed across 19 repos by 20 authors. There were 431,676 additions and 226,868 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- go-algorand 2 commits
- js-algorand-sdk 11 commits
- revelio 1 commit
- algokit-core 16 commits
- algokit-fullstack-template 1 commit
- algokit-subscriber-ts 1 commit
- algokit-typescript-template 1 commit
- algokit-utils-ts 7 commits
- algorand-typescript-testing 4 commits
- ARCs 10 commits
- devportal 8 commits
- puya 22 commits
- puya-ts 23 commits
- specs 1 commit
- NFT_Marketplace 4 commits
- widgets 13 commits
- starlight-github-loader 2 commits
- a-day-in-my-bobalife 1 commit
- wallet 6 commits
Commit Log
134 commits · 19 repositories
01:00:27
go-algorand
FI from master
+1656
−60
01:00:28
go-algorand
Build 2484 Data
+1
−1
01:18:34
puya
fix:named tuple argument evaluation order (issue #498)
+152
−6
01:19:53
puya
chore: compile_all, lint. Address review comments
+6492
−4487
01:50:17
algokit-typescript-template
fix: configure js and py package managers before bootstrap call to fix
+3
−1
03:06:58
algokit-fullstack-template
chore: update to use latest alpha versions of puya-ts, algorand-typescript and algorand-typescript-testing
+9
−7
03:55:34
algokit-core
chore: pr review fixes
+5
−6
04:05:02
NFT_Marketplace
Optimize NFTCard image loading with lazy and blur-up effect
+64
−59
04:05:17
NFT_Marketplace
Show toast notifications for search errors
+17
−0
04:05:35
NFT_Marketplace
Improve NFTCard TypeScript types and add runtime prop checks
+22
−2
04:05:48
NFT_Marketplace
Add loading spinner to Connect Wallet button
+9
−3
05:00:44
algokit-utils-ts
fix(hazard_symbol): start fixing dual-package hazard symbol
+71
−0
05:29:43
algokit-utils-ts
fix(lint) fix lint errors + new logic for checking instances of the classes
+70
−0
05:32:20
algokit-utils-ts
fix(lint): fix lint errors
+14
−0
05:38:09
puya-ts
refactor: change op method parameters to union of dynamic bytes and fixed sized bytes params
+48
−32
05:38:09
puya-ts
refactor: update signature of `bzero` to `bzero<TLength extends uint64 = uint64>(a: TLength): bytes<TLength>`
+806
−760
05:38:09
puya-ts
fix: return `0x` for `bytes()` and `bzero(n)` for `bytes<n>()`
+861
−180
05:38:30
puya-ts
refactor: Bytes factory methods to always retrun dynamic sized bytes to prevent the return type from changing based on where it is being used
+280
−524
05:38:35
puya-ts
fix: typo
+1
−1
05:44:52
puya-ts
refactor: ensure size and wtype parameters are consistent with each other
+7
−1
05:45:02
puya-ts
fix: accept non-literal uint64 parameters to bzero function
+1039
−446
05:45:02
puya-ts
fix: throw error with fixed sized bytes value is passed to op code expecting a different size
+12
−3
05:45:02
puya-ts
refactor: allow dynamic bytes to be passed to StaticBytes contstructor to prevent size being repeated
+15
−9
05:49:56
algokit-core
Merge pull request #263 from algorandfoundation/feat/add-native-ts-core
+22546
−1656
05:49:56
algokit-core
Merge pull request #263 from algorandfoundation/feat/add-native-ts-core
+25269
−1656
06:07:03
algokit-core
fix encoding + snapshot test
+199
−34
06:08:39
algokit-core
Merge remote-tracking branch 'origin/main' into feat/heartbeat-txn
+27247
−2155
06:20:18
algokit-core
wip - FFI
+3074
−0
06:20:28
algorand-typescript-testing
test: add mock test for falconVerify
+29
−0
07:19:50
revelio
Bump rails from 8.0.1 to 8.0.3
+89
−85
07:20:25
ARCs
docs: arc3 compliance
+10
−6
07:30:34
ARCs
docs: security considerations
+4
−2
07:49:34
ARCs
docs: rationale
+16
−8
07:54:30
ARCs
docs: backward compatibility
+3
−2
08:00:52
puya-ts
Merge pull request #271 from algorandfoundation/fix/empty-bytes
+2829
−1716
08:09:15
puya-ts
refactor: update default avm version to 11
+2692
−2692
08:11:36
puya-ts
Notes added by 'git notes add'
+1
−0
08:23:00
algorand-typescript-testing
refactor: simplify test transformer as Bytes factor method now always return dynamic bytes
+66
−175
09:01:37
algokit-core
refactor: remaining pr comments
+420
−255
09:43:51
puya-ts
Merge pull request #272 from algorandfoundation/update-avm-version
+2692
−2692
09:45:36
algorand-typescript-testing
Merge pull request #95 from algorandfoundation/update-langspec
+184
−15
09:50:33
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:54:16
puya-ts
Notes added by 'git notes add'
+1
−0
09:54:48
starlight-github-loader
Modified types
+26
−7
10:18:43
puya
chore: compile_all, lint. Address review comments
+6492
−4487
10:18:43
puya
fix:named tuple argument evaluation order (issue #498)
+152
−6
10:32:16
algokit-core
feat: app factory (#248)
+6715
−225
10:32:16
algokit-core
feat: app factory (#248)
+6715
−225
10:34:23
puya
refactor: add file_contents to parse_python to allow providing in memory versions of files
+12
−3
10:34:23
puya
fix: include columns in function source locations
+6
−0
10:34:23
puya
refactor: remove shadowed module
+1
−2
10:35:24
puya
feat: puyapy language server
+1509
−13
10:35:24
puya
test: test use as_posix() for test assertion
+2
−2
10:35:24
puya
docs: move all architecture documents to the same folder
+1
−1
10:35:24
puya
build: ensure LSP service is tested on Windows
+31
−3
10:35:24
puya
docs: adds a new document outlining the architecture of the Puya Language Server, describing both Python and TypeScript implementations.
+144
−0
10:35:24
puya
chore: compile all
+3704
−3704
11:06:21
puya
build: ensure LSP service is tested on Windows
+31
−3
11:06:21
puya
fix: include columns in function source locations
+6
−0
11:06:21
puya
docs: move all architecture documents to the same folder
+1
−1
11:06:21
puya
docs: adds a new document outlining the architecture of the Puya Language Server, describing both Python and TypeScript implementations.
+144
−0
11:06:21
puya
feat: puyapy language server
+1509
−13
11:06:21
puya
chore: compile all
+3704
−3704
11:06:21
puya
test: test use as_posix() for test assertion
+2
−2
11:06:21
puya
refactor: remove shadowed module
+1
−2
11:06:21
puya
refactor: add file_contents to parse_python to allow providing in memory versions of files
+12
−3
11:14:06
puya-ts
feat: Code fixes
+467
−32
11:14:07
puya-ts
chore: Fix prettier/eslint ignores
+2
−2
11:14:07
puya-ts
refactor: Make language server code more robust
+684
−497
11:14:07
puya-ts
fix: Revert unintened change to error messsage for unsupported inequality operator
+17
−5
11:14:07
puya-ts
refactor: Remove zod and rxjs dependencies
+52
−41
11:14:07
puya-ts
remove file trigger and aggreate workspace triggers
+15
−11
11:14:07
puya-ts
chore: Improve source locations for various errorsd
+20
−7
11:14:07
puya-ts
feat: Code fix for arc4 clone and replace == with ===
+312
−29
11:14:07
puya-ts
add additional quick fixes for non null assertions
+348
−180
11:18:10
algokit-core
Merge branch 'main' into refactor/sender
+34025
−2347
11:30:23
ARCs
docs: immutable asset metadata
+58
−21
11:33:27
ARCs
nit: encoded asset id as box name
+1
−1
12:46:24
widgets
Main repository imports are mocked in unit-tests
+404
−221
12:51:15
starlight-github-loader
Updated link transform feature
+120
−4
12:54:12
algokit-utils-ts
spike: tree shakeable algorand client
+120
−196
12:57:44
algokit-utils-ts
spike: use InterfaceOf in config
+5
−5
13:00:11
algokit-utils-ts
spike: use partial in config
+5
−5
13:00:38
ARCs
update tests
+600
−243
13:01:36
algokit-utils-ts
spike: rm unused proxy
+1
−27
13:33:53
devportal
DVP-1131: Refactored algokit-utils-ts
+75134
−14696
15:10:22
algokit-core
chore: tmp remove artifacts
+0
−8783
15:11:27
algokit-core
Merge remote-tracking branch 'origin/main' into feat/ts-api-generator
+33962
−2383
15:14:46
a-day-in-my-bobalife
chore: log greeting (2025-09-23)
+1
−0
15:39:41
wallet
Improve Cypress test stability and configuration
+42
−32
15:41:19
devportal
DVP-1131: Refactored algokit-utils-py docs
+9253
−60626
15:44:38
ARCs
docs: general refactoring
+99
−47
15:44:50
devportal
Fixed lint errors
+7462
−7055
15:47:57
ARCs
docs: fix headings
+3
−3
15:48:28
devportal
Fixed workflows
+4
−3
15:51:13
devportal
Fixed lint errors
+335
−332
16:03:22
specs
chore: add docker and docker-compose package-ecosystems
+20
−0
16:04:11
devportal
Refactor AlgoKit Utils doc imports to use new astro-github-loader (#357)
+54760
−45284
16:28:18
ARCs
docs: add arc4 interface
+44
−4
16:33:00
devportal
Merge branch 'main' into fix/docs-decode-global-state
+74837
−46264
16:46:04
wallet
Fix SPA routing for Cypress tests - add browser-sync middleware
+118
−1
17:00:41
js-algorand-sdk
Support using txnAccess in .
+155
−4
17:37:18
js-algorand-sdk
Support for reject-version on application call transactions.
+122
−0
17:42:30
js-algorand-sdk
Support using txnAccess in . (#1003)
+155
−4
17:43:01
js-algorand-sdk
Merge branch 'main' into reject-version-support
+155
−4
17:43:27
widgets
Initial setup for autodoc
+203
−22
17:47:53
algokit-subscriber-ts
feat: mapping through the access field
+2067
−1150
17:52:46
devportal
Fixed typo in nodekit quick start
+1
−1
18:04:48
js-algorand-sdk
Conditionally encode app call fields based on presence of txnAccess.
+20
−11
18:10:16
wallet
Fix Cypress test button click issue - handle password strength indicator overlay
+9
−1
18:30:35
js-algorand-sdk
Revert "Conditionally encode app call fields based on presence of txnAccess."
+11
−20
18:42:01
js-algorand-sdk
Further tighten enforcement of txnAccess vs legacy fields during app call transaction construction.
+5
−4
18:42:14
widgets
Added documentation from docstrings
+85
−117
18:53:14
js-algorand-sdk
Remove redundant variables from makeTxn.ts.
+4
−12
18:59:20
wallet
Fix ARC76 test - implement proper password length and form validation handling
+49
−15
19:06:36
wallet
Fix ARC76 test navigation - use text-based menu navigation for reliability
+7
−9
19:14:38
widgets
Create test.yml
+34
−0
19:23:37
widgets
Added pip install command for development requirements to workflows file
+1
−0
19:42:04
widgets
Merge pull request #1 from asastats/development
+1
−0
19:49:05
widgets
Python requirements merged file moved to root directory
+7
−9
19:50:31
widgets
Merge pull request #2 from asastats/development
+7
−9
19:51:14
widgets
Python requirements merged file moved to root directory
+7
−10
19:52:58
widgets
Merge branch 'main' into development
+0
−0
19:53:07
widgets
Merge pull request #3 from asastats/development
+0
−1
19:59:47
widgets
Date from timestamp uses UTC time
+3
−3
20:01:43
widgets
Merge pull request #4 from asastats/development
+3
−3
20:02:06
algokit-core
chore: remove root artifacts from ts template (will be managed manually)
+0
−71
20:04:44
js-algorand-sdk
Fix address type error.
+1
−1
20:08:45
algokit-core
wip: fixup merge
+359
−224
20:18:04
js-algorand-sdk
Apps: Support for reject-version on application call transactions and txnAccess encoding tweaks (#1004)
+127
−12
20:19:28
js-algorand-sdk
bump up version to v3.5.1
+20
−7
21:06:42
algokit-core
wip: working py tests with new txn fields
+14
−12
21:06:50
algokit-core
wip: foreign ComposerTrait
+24
−9
21:16:34
wallet
chore: update dependencies and improve theme link references
+4744
−3593