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

September 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 19

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