Home Reports Jul 24, 2025
Thursday, July 24, 2025
- Commits
- 103
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +705,021 −535,829
- additions / deletions
Thursday, July 24, 2025
103 commits were pushed across 15 repos by 21 authors. There were 705,021 additions and 535,829 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 4 commits
- revelio 1 commit
- algokit-core 21 commits
- algokit-client-generator-py 2 commits
- algokit-lora 3 commits
- algo-models 3 commits
- algorand-typescript-testing 7 commits
- puya 40 commits
- puya-ts 3 commits
- specs 9 commits
- xHD-Wallet-API-swift 6 commits
- AlgoPlonk 1 commit
- a-day-in-my-bobalife 1 commit
- txnDuck 1 commit
- subql-stellar 1 commit
Commit Log
103 commits · 15 repositories
00:49:08
algokit-lora
Merge pull request #468 from algorandfoundation/chore/vite-v7
+390
−254
00:50:29
algokit-lora
chore(deps): bump msw from 2.6.5 to 2.10.4
+13
−10
01:00:26
go-algorand
Build 2423 Data
+1
−1
01:51:17
txnDuck
perf(usability): improve wording of asset creation settings
+24
−24
01:59:22
puya
chore: update mypy to v1.17.0
+28248
−14808
02:35:57
puya
feat: added a PuyaPy CLI option and `@abimethod` argument `resource_encoding` that controls how resource types (algopy.Asset, algopy.Application and algopy.Account) are handled in the ABI router.
+117046
−90935
02:41:12
puya
feat: added a PuyaPy CLI option and `@abimethod` argument `resource_encoding` that controls how resource types (algopy.Asset, algopy.Application and algopy.Account) are handled in the ABI router.
+117046
−90935
02:52:58
puya
5.0.0-rc.2
+1
−1
03:45:44
algorand-typescript-testing
upgrade vitest and @vitest/coverage-v8 to match with vite version
+272
−200
04:49:47
subql-stellar
Update to stellar sdk 14 prerelease in prep for protocol 23
+85
−100
06:05:18
algorand-typescript-testing
upgrade algorand-typescript version and rename UintN, UFixedNxM
+1529
−1647
07:02:45
puya-ts
fix: treat fixed sized bytes type as statically sized
+2584
−2369
07:18:21
revelio
Bump solid_queue from 1.1.3 to 1.2.1
+32
−30
08:27:14
puya
chore: compile_all
+26886
−15703
08:27:14
puya
make box deletion part of BoxWrite
+11
−8
08:27:14
puya
feat: support reading dynamic arrays from boxes larger than 4096
+45
−11
08:27:14
puya
tests: add test for a box with a dynamic array of fixed elements
+21
−0
08:27:14
puya
tests: remove TODO
+1
−5
08:27:14
puya
refactor: move HasHighLevelOps into _utils
+51
−34
08:27:14
puya
tests: add test for a box with a dynamic array of fixed elements
+93
−4
08:27:14
puya
add ir.ArrayLength
+82
−22
08:27:14
puya
tests: add test case for iteration of a large fixed array
+37
−0
08:27:14
puya
tests: capture indirect box extract and replace in a test
+11
−0
08:27:14
puya
refactor: add overrides
+2
−0
08:27:15
puya
feat: add optimization for extract_uint* and constant bytes
+3
−2
08:27:15
puya
chore: compile all
+1417
−1680
08:27:15
puya
refactor: add box_extract_u16 OpFactory method
+8
−0
08:27:15
puya
refactor: move stack size exceeded warning to MIR builder phase so avoid warning about ops that are eliminated during IR optimizations
+7
−4
08:27:15
puya
chore: compile all
+169872
−137248
08:27:15
puya
build: add change log
+41
−0
08:27:16
puya
refactor: update merge_chained_aggregate_reads to look through redundant `ByteEncode` nodes
+22
−6
08:27:16
puya
feat: consider encode and decode operations for dead code elimination
+2
−0
08:27:16
puya
chore: compile all
+65279
−35299
08:27:16
puya
refactor: handle dynamic array and box optimization when array is in a struct
+113
−21
08:27:16
puya
test: supported nested dynamic reads as long as the element being read is fixed size
+48
−35
08:27:16
puya
feat: optimize repeated box_extract and box_len ops
+11
−14
08:27:16
puya
chore: compile all
+52394
−46082
08:27:16
puya
chore: compile all
+44120
−30411
08:27:16
puya
tests: add dynamic array in a struct test case
+160
−0
08:27:16
puya
test: expanded box_storage test case to cover a struct with multiple dynamic arrays
+43
−19
08:27:17
puya
chore: compile all
+29420
−34229
08:27:17
puya
punch through of redundant decodes no longer required
+7
−33
08:27:17
puya
tests: add execution test for nested dynamic
+26
−4
08:27:17
puya
don't construct redundant encode/decode nodes
+54
−13
08:27:17
puya
refactor + don't invalidate state cache on box_create
+19
−18
08:27:17
puya
supress mypy error in .test file
+1
−5
08:27:17
puya
chore: compile all
+84
−84
08:27:18
puya
include length header in offset for dynamic reads
+6
−4
08:27:18
puya
chore: compile all
+20800
−16026
08:27:54
algokit-core
chore: aligns rust edition in all crates to 2024
+7
−7
08:35:54
algo-models
Merge pull request #33 from algorandfoundation/dev-test-commands-optimize
+6815
−4
08:36:34
algo-models
chore(release): 1.0.0-canary.5 [skip ci]
+8
−1
08:36:35
algo-models
Notes added by 'git notes add'
+1
−0
08:37:16
specs
docs: summary reorg
+12
−14
08:37:46
algokit-core
chore: cargo fmt with 2024 edition rules
+260
−176
08:42:00
specs
chore: duplicate ledger
+0
−0
08:42:00
specs
chore: restore ledger
+521
−0
08:42:09
specs
merge: split ledger
+521
−0
08:58:06
algorand-typescript-testing
chore: npm audit fix (#82)
+562
−672
09:02:56
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:25:49
algorand-typescript-testing
chore: migrate from npm-run-all to npm-run-all2
+92
−1667
09:30:58
algorand-typescript-testing
Merge pull request #81 from algorandfoundation/chore/deprecate-npm-run-all
+92
−1667
09:35:53
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:37:19
algokit-core
chore: add pre-commit support
+59
−0
09:39:43
algokit-core
chore: update docs/book/contributing/contributing_guide.md
+1
−1
09:39:56
algokit-core
chore: update docs/book/contributing/contributing_guide.md
+1
−1
09:47:09
specs
docs: ledger transaction sequences and tails
+133
−589
09:52:37
specs
chore: duplicate ledger
+0
−0
09:52:38
specs
chore: restore ledger
+454
−0
09:52:50
specs
merge: split ledger
+454
−0
11:03:51
specs
docs: ledger apply data
+83
−507
12:22:59
algokit-core
chore: adds pre-commit hooks for code quality (#215)
+59
−0
12:22:59
algokit-core
chore: adds pre-commit hooks for code quality (#215)
+59
−0
12:26:50
algokit-core
Notes added by 'git notes add'
+1
−0
12:28:15
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.34 [skip ci]
+1
−1
12:28:15
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.34 [skip ci]
+1
−1
12:35:29
algokit-core
Notes added by 'git notes add'
+1
−0
12:36:19
algokit-core
chore: aligning all crates to use 2024 edition (#214)
+267
−183
12:36:19
algokit-core
chore: aligning all crates to use 2024 edition (#214)
+267
−183
12:40:18
algokit-core
Notes added by 'git notes add'
+1
−0
12:41:40
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.35 [skip ci]
+1
−1
12:41:40
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.35 [skip ci]
+1
−1
12:45:14
AlgoPlonk
feat: dusk ceremony for bls12-381
+368
−1
12:46:55
algokit-client-generator-py
2.2.0
+7
−1
12:47:10
algokit-core
Notes added by 'git notes add'
+1
−0
12:49:34
xHD-Wallet-API-swift
fix: signData
+397
−197
13:47:21
go-algorand
Merge pull request #6389 from Algo-devops-service/relbeta4.2.0
+9934
−8912
15:14:42
a-day-in-my-bobalife
chore: log greeting (2025-07-24)
+1
−0
15:32:51
algokit-client-generator-py
Merge pull request #75 from algorandfoundation/dependabot/pip/minor-and-patch-e6bd8fcbf5
+102
−87
15:40:20
xHD-Wallet-API-swift
chore: add debug info
+24
−0
16:27:18
puya-ts
fix: treat fixed sized bytes type as statically sized
+2584
−2369
16:39:55
puya-ts
Notes added by 'git notes add'
+1
−0
16:41:02
xHD-Wallet-API-swift
chore: test diff
+64
−25
17:11:56
algokit-core
fix: adds text/plain support for request bodies
+89
−63
17:11:56
algokit-core
fix: adds text/plain support for request bodies
+89
−63
17:18:51
algokit-core
ci: adds workflow to sync API OpenAPI spec
+65
−0
17:18:51
algokit-core
ci: adds workflow to sync API OpenAPI spec
+65
−0
17:40:56
xHD-Wallet-API-swift
chore: debug
+52
−3
18:23:53
xHD-Wallet-API-swift
chore: remove accidentally included files
+0
−53
18:36:45
xHD-Wallet-API-swift
fix: fix
+1
−0
18:38:50
go-algorand
CI: run PR tests on release PRs (#6390)
+2
−1
18:44:07
go-algorand
add Go Benchmark (go) benchmark result for 03d24da2a46dd19d7517d6acea0cdc3197786e40
+445
−1
20:22:59
algokit-lora
feat: add WalletConnect support for non-LocalNet networks
+1525
−39