Home Reports Jul 15, 2025
Tuesday, July 15, 2025
- Commits
- 59
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +74,673 −53,956
- additions / deletions
Tuesday, July 15, 2025
59 commits were pushed across 18 repos by 21 authors. There were 74,673 additions and 53,956 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 11 commits
- community 1 commit
- algokit-core 16 commits
- algokit-fullstack-template 1 commit
- algokit-lora 2 commits
- algokit-python-template 2 commits
- algokit-templates 1 commit
- algokit-typescript-template 2 commits
- algorand-python-testing 4 commits
- algorand-typescript-testing 1 commit
- ARCs 1 commit
- liquid-auth-ios 5 commits
- puya-ts 2 commits
- specs 3 commits
- AlgorandPython 1 commit
- d-asa 1 commit
- a-day-in-my-bobalife 1 commit
- algo-voting 4 commits
Commit Log
59 commits · 18 repositories
00:39:40
algokit-core
Merge pull request #167 from algorandfoundation/feat/add-asset-freeze-txn
+5338
−1912
00:39:40
algokit-core
Merge pull request #167 from algorandfoundation/feat/add-asset-freeze-txn
+5338
−1912
00:43:34
algokit-core
Notes added by 'git notes add'
+1
−0
00:50:10
algokit-core
Merge branch 'main' into feat/abi-types
+5338
−1912
01:00:26
go-algorand
Build 2413 Data
+1
−1
01:21:21
algokit-core
implement uint
+28
−28
02:29:00
algo-voting
Merge pull request #661 from sambitsargam/dependabot/npm_and_yarn/eslint-tw-9.31.0
+1
−1
02:29:14
algo-voting
Merge pull request #660 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.36.0
+1
−1
02:29:29
algo-voting
Merge pull request #657 from sambitsargam/dependabot/npm_and_yarn/core-js-tw-3.44.0
+1
−1
02:32:32
AlgorandPython
Initial push: vanity address generator and wallet analysis tools
+701
−0
03:54:12
puya-ts
fix: ensure match and assertMatch evaluate the entire test condition for semantic compatibility
+30976
−39148
05:10:30
puya-ts
fix assertMatch function to return void
+2
−3
05:28:33
algokit-core
wip - refactor + support more types
+214
−111
05:57:10
algokit-core
wip
+1
−1
06:11:10
algorand-typescript-testing
fix assert match implementation to compare array lengths
+17
−12
06:18:07
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
06:40:49
algokit-core
wip - encoding tuple
+21
−1
06:59:39
algorand-python-testing
feat: support storing tuples in state
+12841
−806
07:21:59
algokit-core
chore: additional pr refinements
+23
−42
08:08:05
algokit-core
chore: additional pr refinements
+5
−9
08:23:57
liquid-auth-ios
chore: make format & lint
+2038
−795
09:00:51
ARCs
Update arc-0086.md
+1
−1
09:48:44
algorand-python-testing
lint: prefer isinstance(typ, type) over inspect.isclass
+3
−5
09:48:44
algorand-python-testing
refactor: align state proxies with stubs and remove typing.cast
+6
−6
09:48:44
algorand-python-testing
refactor: add specific _DynamicBytesTypeInfo
+12
−9
09:53:07
d-asa
chore(deps-dev): bump aiohttp from 3.12.13 to 3.12.14
+108
−107
10:17:09
liquid-auth-ios
Merge branch 'main' into refactor-into-library
+873
−0
10:18:54
liquid-auth-ios
chore: lint and format
+89
−26
10:35:32
liquid-auth-ios
ci: improves
+39
−78
10:55:28
specs
docs: new transaction template
+332
−153
10:55:44
specs
fix: add missing tex-macros
+34
−4
11:42:50
algokit-core
add placeholders for types
+6
−1
11:44:33
algokit-core
fix: support transaction signer in the composer
+556
−465
11:44:33
algokit-core
fix: support transaction signer in the composer
+556
−465
11:55:35
algokit-core
Merge pull request #197 from algorandfoundation/fix/txn-signer
+556
−465
11:55:35
algokit-core
Merge pull request #197 from algorandfoundation/fix/txn-signer
+556
−465
11:59:26
algokit-core
Notes added by 'git notes add'
+1
−0
12:55:55
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−0
14:22:16
algokit-python-template
fix: make localnet default without mnemonic prompt when running deploy
+48
−14
14:40:56
algokit-typescript-template
fix: make localnet default without mnemonic prompt when running deploy
+28
−6
15:14:55
a-day-in-my-bobalife
chore: log greeting (2025-07-15)
+1
−0
15:24:52
go-algorand
Fix mac universal build after GOBIN refactoring
+15
−2
15:37:05
specs
docs: new transaction template
+128
−98
15:37:46
go-algorand
Spaces to tabs
+2
−2
15:41:01
algokit-templates
fix: make localnet default without mnemonic prompt when running deploy
+48
−14
15:52:56
algokit-python-template
Merge pull request #100 from algorandfoundation/fix/adjust-default-deploy-settings
+48
−14
15:53:13
algokit-typescript-template
Merge pull request #37 from algorandfoundation/fix/adjust-default-deploy-settings
+28
−6
16:17:47
algokit-fullstack-template
chore: regen fullstack to incorporate other template changes
+47
−27
16:26:17
go-algorand
Merge remote-tracking branch 'upstream/master' into pavel/ws-relays
+1573
−1407
16:26:31
go-algorand
Tiny PR made while reading through prefetch code
+8
−10
18:14:07
go-algorand
network: do not use telemetry id for p2p nets
+2
−2
18:29:14
go-algorand
Ops: Bump ubuntu and centos versions for building and testing (#6378)
+154
−764
18:35:34
go-algorand
add Go Benchmark (go) benchmark result for 0a48a1d052d8d9e63b13e3b763d5ea3fef2f2901
+445
−1
18:35:37
algokit-lora
refactor: release config ts to conditionally update changelog only on release branch
+79
−11
18:42:22
algokit-lora
Add versioning (#452)
+3684
−1328
20:15:40
go-algorand
fix flakiness in TestLedgerBlockHeaders UpgradeState check
+9
−1
21:03:09
go-algorand
test: fix flaky TestLedgerBlockHeaders UpgradeState check (#6382)
+9
−1
21:07:44
go-algorand
add Go Benchmark (go) benchmark result for 343d3dd1ccdd06bd06acede00484997f3906a8cb
+445
−1
23:00:13
liquid-auth-ios
ci: adds test
+1256
−1300