Home Reports Jul 3, 2025
Thursday, July 3, 2025
- Commits
- 47
- pushed this day
- Repositories
- 10
- with activity
- Contributors
- 13
- distinct authors
- Lines changed
- +320,954 −308,130
- additions / deletions
Thursday, July 3, 2025
47 commits were pushed across 10 repos by 13 authors. There were 320,954 additions and 308,130 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
10 repositoriesCommit Log
47 commits · 10 repositories
01:00:24
go-algorand
Build 2401 Data
+1
−1
01:46:25
puya-ts
feat: respect readonly on objects
+49871
−19038
01:46:27
puya-ts
narrow enum literal types
+9
−0
01:46:28
puya-ts
Use original assignment logic to handle itxn types
+180772
−217355
01:46:29
puya-ts
Increase test coverage of assignments
+84
−7
01:46:29
puya-ts
Fix missing arc4 struct names
+3246
−3374
01:46:29
puya-ts
skip single eval on non-destructuring assignments
+34661
−40546
01:46:29
puya-ts
Use a hash of property names and types to create a unique name for anonymous object types
+1760
−2203
01:46:29
puya-ts
Drop code fixes folder from this branch
+0
−117
01:46:29
puya-ts
Use single eval when resolving new expressions from resolved array literal
+2
−2
01:46:30
puya-ts
Add missing builder for .keys() on custom array prototypes
+2619
−197
01:46:30
puya-ts
fix bug for constructing FixedArray without any item
+3448
−1849
01:46:30
puya-ts
remove single eval from array literal
+2
−30
01:46:30
puya-ts
remove copy function from FixedArray stub
+56
−40
01:46:30
puya-ts
Fix ptypes for .entries() on arc4 arrays
+52
−58
01:46:30
puya-ts
allow destructured tuple variables to be used as for of loop variable
+18034
−8378
01:46:30
puya-ts
fix typo in arc4 tuple ptype name value
+7579
−7180
01:48:44
algokit-core
feat: Add support for Asset Freeze transactions
+4974
−2458
01:48:45
algokit-core
feat: add asset freeze transaction functionality to match app call
+372
−250
01:48:45
algokit-core
refactor: formatted files
+67
−54
01:48:45
algokit-core
refactor: updated asset freeze txn to conform to other txns
+62
−43
01:48:46
algokit-core
fix: testing errors
+12
−2
03:12:55
algokit-core
fix: defaultFrozen being kept in for false
+1
−2
06:22:56
puya-ts
ensure element type is statically sized when constructing FixedArray without parameters
+8439
−2915
10:21:05
algorand-js-sdk
added deposit example
+36
−4
10:23:27
algorand-js-sdk
increase opcode budget
+7
−1
10:24:20
algorand-js-sdk
Added deposit example (#89)
+42
−4
10:48:58
algokit-lora
feat: app create/update
+858
−1
11:14:38
algokit-lora
Merge pull request #438 from algorandfoundation/feat/asset-txns-url-params
+1923
−26
11:37:33
algokit-lora
chore: bugs
+15
−4
13:51:36
go-algorand
refactor: use maps.Clone for cleaner map handling
+2
−4
14:56:53
algokit-lora
chore: adjust the build layout and apply some fixes
+69
−125
15:14:40
a-day-in-my-bobalife
chore: log greeting (2025-07-03)
+1
−0
15:33:43
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx
+1
−1
15:38:06
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx from 2.9.0 to 2.9.1 in /DisneyScenicRides (#261)
+1
−1
15:39:10
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx in /DisneyScenicRides
+1
−1
15:43:16
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx from 2.9.0 to 2.9.1 in /DisneyScenicRides (#260)
+1
−1
16:13:25
indexer
Make BoxReference API type consistent with Algod to assist in SDK code generation compatibility.
+236
−237
17:00:48
indexer
Update testresources response to match application-id --> app change.
+1
−1
17:18:27
indexer
API: Make BoxReference API type consistent with Algod to assist in SDK cod… (#1663)
+237
−238
17:21:39
go-algorand-sdk
Regenerate code from specification file
+26
−2
18:11:49
java-algorand-sdk
Regenerate code from specification file
+62
−35
19:21:43
go-algorand
fix linter
+11
−6
19:28:07
BiatecWeb
biatec identity
+127
−6
19:29:15
BiatecWeb
cicd deploy
+1
−1
19:29:15
BiatecWeb
cicd deploy
+2
−2
23:37:59
puya-ts
feat: Move arc4 copy validation to builders
+1171
−1330