Home Reports Jul 22, 2025
Tuesday, July 22, 2025
- Commits
- 77
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 20
- distinct authors
- Lines changed
- +524,074 −304,742
- additions / deletions
Tuesday, July 22, 2025
77 commits were pushed across 17 repos by 20 authors. There were 524,074 additions and 304,742 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- go-algorand 5 commits
- indexer 4 commits
- revelio 2 commits
- community 1 commit
- algokit-core 11 commits
- algokit-avm-vscode-debugger 1 commit
- algokit-cli 3 commits
- algokit-client-generator-py 1 commit
- algokit-lora 2 commits
- algokit-utils-ts 9 commits
- algorand-typescript-testing 1 commit
- liquid-auth-ios 7 commits
- puya 9 commits
- puya-ts 8 commits
- reti 6 commits
- a-day-in-my-bobalife 1 commit
- txnDuck 6 commits
Commit Log
77 commits · 17 repositories
00:01:23
algokit-core
create regex consts
+37
−19
00:16:23
algokit-core
format test cases
+161
−41
00:19:58
algokit-core
clean up comments
+0
−12
00:26:33
algokit-core
docs
+51
−3
00:37:17
algokit-core
more docs
+7
−4
01:00:23
go-algorand
Build 2420 Data
+1
−1
02:30:02
txnDuck
docs(i18n): make tiny change to description of commom.yml files
+2
−2
03:06:37
go-algorand
assert MigrationResults
+53
−5
03:50:34
txnDuck
docs(dev): update names of the scopes for transaction group-related commits
+4
−4
03:51:02
txnDuck
feat(grp_presets): add empty "Transaction Group Presets" page
+100
−0
04:14:21
algokit-lora
build: generate and use engineering-ci bot token
+14
−7
04:17:13
txnDuck
feat(app): enable KMD to be configured through environment variables in a .env.* file
+15
−1
04:32:54
algokit-client-generator-py
build: update GitHub Actions to generate bot token for deployment
+9
−2
04:45:59
algokit-utils-ts
fix: correct box decoding of uint values < 64 bits
+84
−42
04:55:48
algokit-lora
fix: npm audit
+234
−294
05:03:18
algokit-utils-ts
chore: fix audit issues
+270
−328
05:23:23
puya
docs: add ADR for reference aliasing change
+98
−0
05:40:48
algokit-utils-ts
chore: extend tests
+75
−72
05:51:19
puya
docs: add additional considerations and chosen solutions
+65
−1
05:53:06
algokit-utils-ts
fix: correct box decoding of uint values < 53 bits (#421)
+426
−439
05:58:19
algokit-utils-ts
chore(deps): bump the all group across 1 directory with 17 updates
+1039
−1062
06:01:06
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
06:05:37
puya
docs: add ADR for reference aliasing change (#497)
+162
−0
06:05:57
puya
docs: add section about API Array type names
+34
−0
06:05:57
puya
docs: updated puya-ts 1.0 ADR with decisions
+7
−7
06:05:57
puya
docs: document to discuss proposed PuyaTS 1.0 changes
+449
−0
06:05:57
puya
update puya-ts 1.0 example of native mutable struct
+7
−8
06:10:24
algokit-utils-ts
Merge main into release
+1559
−442
06:10:26
algokit-utils-ts
Merge release into main
+0
−0
06:15:44
puya
docs: document to discuss proposed PuyaTS 1.0 changes (#456)
+482
−0
06:17:12
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
06:38:32
algorand-typescript-testing
chore: fix audit issues
+253
−459
08:04:57
liquid-auth-ios
feat: remove liquid auth implementation
+395
−707
08:07:44
algokit-core
chore: clippy warnings
+2
−2
08:07:44
algokit-core
chore: refining names of method arg types
+46
−117
08:07:44
algokit-core
feat: adds ABI method parsing and signature utilities
+884
−0
08:21:11
liquid-auth-ios
fix: make methods public
+10
−10
08:34:23
puya
chore: update mypy to v1.17.0
+28248
−14808
08:46:54
liquid-auth-ios
fix: make public
+2
−2
08:51:22
liquid-auth-ios
fix: make public
+6
−6
09:41:34
algokit-avm-vscode-debugger
chore(deps): bump form-data from 4.0.2 to 4.0.4
+4
−3
09:51:03
revelio
Bump brakeman from 7.0.0 to 7.1.0
+1
−1
09:51:05
revelio
Merge 7df042c09c664eb6fb81e2bfd53ff5dc64650f10 into 4877fe96c225edd924ccc2bdddc1613098f260a0
+1
−1
09:52:40
algokit-cli
chore: warn user that poetry v1.x is not entirely compatible with AlgoKit
+18
−0
09:56:46
algokit-core
chore: pr suggestions
+198
−150
10:30:42
algokit-cli
chore: update expected console logs
+181
−0
10:45:28
algokit-cli
chore: accounting in tests for the additional subprocess call
+31
−10
11:42:19
liquid-auth-ios
docs: fix README
+29
−53
12:08:06
algokit-core
refactor: ABI method parsing and representation
+222
−529
12:22:31
algokit-core
feat: ABI method signature parsing (#212)
+558
−4
12:57:14
community
Commit from GitHub Actions (Community Interest Tracker)
+2
−0
14:14:32
indexer
Update boxes.json fixture to reflect next-token fix.
+13
−19
14:25:26
liquid-auth-ios
chore: remove tests
+0
−574
14:27:36
liquid-auth-ios
chore: tests
+0
−105
15:15:02
a-day-in-my-bobalife
chore: log greeting (2025-07-22)
+1
−0
17:09:10
indexer
Additional safety checks and test fixes.
+33
−11
17:16:32
puya-ts
docs: Reword array docs and add note about clone requirement
+15
−5
17:17:50
puya-ts
docs: Update names for arc4 numeric types
+2
−2
17:25:40
puya-ts
chore: Update deps
+289
−289
17:34:05
puya-ts
docs: Add docs for FixedArray type
+10
−0
17:34:13
go-algorand
Update node_exporter binaries, and add arm64
+0
−0
19:36:45
go-algorand
remove unnecessary version assignment
+0
−1
19:47:54
go-algorand
clean up code
+26
−29
20:24:24
reti
feat(ui): add institutional support page with service tiers
+397
−4
20:33:27
reti
chore(ui): exclude routeTree.gen.ts from prettier formatting
+2
−0
20:33:43
indexer
Address CR feedback, enforce application box max / default limits that had been previously ignored.
+52
−58
20:42:19
reti
feat(ui): add institutional support page with service tiers (#392)
+399
−4
20:46:49
reti
Merge branch 'dev' into patch-1
+76938
−74736
21:01:49
indexer
Apply box default limits in .
+2
−0
22:08:06
txnDuck
refactor(lib): remove deprecated algokit functions used to process transaction data
+44
−63
22:11:09
puya-ts
chore: Remove commented out code
+0
−2
22:11:46
txnDuck
chore: remove @algorandfoundation/algokit-utils because it is unused
+0
−13
22:25:18
puya-ts
feat: Introduce native mutable arrays and objects
+406567
−207878
22:28:19
reti
docs(gitbook): fix typo in Staking Pools
+1
−1
22:33:59
reti
Merge pull request #393 from algorandfoundation/dev
+399
−4
22:38:19
puya-ts
Notes added by 'git notes add'
+1
−0
23:55:46
puya-ts
fix: Handle unions of gtxn references and TransactionTypes
+2345
−1286