Home Reports Dec 11, 2025
Thursday, December 11, 2025
- Commits
- 68
- pushed this day
- Repositories
- 14
- with activity
- Contributors
- 19
- distinct authors
- Lines changed
- +635,295 −50,733
- additions / deletions
Thursday, December 11, 2025
68 commits were pushed across 14 repos by 19 authors. There were 635,295 additions and 50,733 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
14 repositories- go-algorand 7 commits
- js-algorand-sdk 1 commit
- community 1 commit
- algokit-core 11 commits
- algokit-cli 2 commits
- algokit-subscriber-ts 5 commits
- algokit-utils-py 5 commits
- algokit-utils-ts 23 commits
- puya 2 commits
- puya-ts 3 commits
- specs 1 commit
- a-day-in-my-bobalife 2 commits
- algo-voting 3 commits
- bitcoinBuyer1_CryptoMaven.xyz 2 commits
Commit Log
68 commits · 14 repositories
00:04:18
algokit-utils-py
feat!: align Python API with TypeScript naming conventions
+174
−143
01:00:20
go-algorand
Build 2563 Data
+1
−1
01:09:00
algokit-utils-ts
Ensure isAbiValue function correctly identifies struct objects so that they don't get interpreted as transactions
+173
−533
01:09:29
algokit-utils-ts
Narrow return types on abi array decode function
+2
−2
01:09:50
algokit-utils-ts
Don't omit void type from abi signatures
+1
−2
01:16:02
puya
CONTRIBUTING.md: conventional commits only impact versioning
+1
−1
01:21:35
algokit-utils-ts
Regenerate docs
+44
−44
01:23:49
puya
CONTRIBUTING.md: conventional commits only impact versioning
+1
−1
01:32:30
algokit-utils-ts
Merge branch 'decoupling' into decoupling-alpha
+194
−222
01:33:07
puya-ts
refactor(Language Server): Move analysis over to a worker thread to improve server responsiveness
+461
−153
01:33:07
puya-ts
feat(Language Server): Maintain a dependency graph across compilations so that only files potentially affected by a change are re-compiled rather than re-compiling the whole workspace on each change
+342
−83
01:38:02
algokit-utils-ts
doc gen
+4
−4
01:41:38
algokit-utils-ts
Merge branch 'decoupling' into small-improvements
+195
−223
01:42:00
algokit-utils-ts
PR feedback
+7
−9
01:43:56
puya-ts
Notes added by 'git notes add'
+1
−0
01:45:54
algokit-utils-ts
Merge pull request #482 from algorandfoundation/decoupling-alpha
+101
−63
01:47:21
algokit-utils-ts
Merge pull request #485 from algorandfoundation/client-generator-changes
+216
−577
01:48:24
algokit-utils-ts
Merge remote-tracking branch 'origin/decoupling' into small-improvements
+313
−636
01:49:02
algokit-utils-ts
chore: format
+2
−2
01:53:40
algokit-utils-ts
chore: format + npm i
+3
−20
01:58:35
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
01:59:15
algokit-utils-ts
chore: docs :(
+32
−32
02:08:07
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−1
02:53:44
algokit-utils-ts
Merge pull request #483 from algorandfoundation/small-improvements
+287
−129
03:00:53
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
03:28:33
algokit-utils-ts
fix: update rolldown to export the algo25 path
+1
−0
03:36:07
algokit-utils-ts
Merge pull request #486 from algorandfoundation/decoupling-fix-algo25-path
+1
−0
03:42:45
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
04:09:35
algokit-utils-ts
fix: composer foreign array population logic
+2175
−13
04:43:37
algokit-utils-ts
Merge remote-tracking branch 'origin/decoupling' into fix-abi
+1
−0
04:43:49
algokit-utils-py
feat!: align Python API with TypeScript naming conventions
+174
−143
05:03:09
bitcoinBuyer1_CryptoMaven.xyz
microservice repair
+169
−480
06:03:16
algokit-utils-ts
fix: group is included in composer.rawBuildTransactions
+3
−2
09:47:53
specs
Merge pull request #266 from algorandfoundation/chore/update-shared-theme
+1
−1
09:58:25
algo-voting
Merge pull request #755 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-8.49.0
+70
−70
09:59:43
algo-voting
build(deps-dev): bump @typescript-eslint/eslint-plugin
+161
−163
09:59:55
algo-voting
Merge pull request #754 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.49.0
+161
−163
14:31:49
algokit-cli
chore: migrate from removed macos-13 intel agent to macos-15-intel
+2
−2
14:55:52
algokit-utils-py
fix: align reference type attribute names with wire format using metadata
+137
−127
15:02:06
go-algorand
fix contains
+2
−2
15:13:32
go-algorand
run make tidy
+1
−1
15:15:24
a-day-in-my-bobalife
chore: log greeting (2025-12-11)
+1
−0
15:16:56
algokit-core
Merge branch 'main' into spike/kotlin
+573118
−35651
15:21:55
algokit-core
chore: generate swift and kotlin
+10732
−1417
15:44:49
algokit-utils-py
refactor: align against latest specs with plural num_* keys aligning with transact naming
+774
−774
16:06:20
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle in /DisneyScenicRides
+1
−1
16:23:13
algokit-cli
chore: run puya-ts install test with --ignore-scripts
+9
−3
16:51:51
algokit-subscriber-ts
ci: use main branch of reusable workflows
+3
−6
16:53:32
go-algorand
Make WithAD variadic and use it more pervasively
+29
−44
16:53:49
algokit-subscriber-ts
ci: use main branch of reusable workflows
+3
−1
16:59:29
algokit-subscriber-ts
chore: rename local workflows
+64
−64
17:00:25
algokit-subscriber-ts
chore: rename local workflows
+1
−1
17:02:34
algokit-utils-py
chore: temporarily change branch to point to pr on oas generator with new specs
+1
−1
17:12:39
algokit-subscriber-ts
chore: clean code for a better PR tracking only relevant files
+28
−8285
17:56:44
go-algorand
Chore: Eliminate BlockEvaluator.Transaction (#6515)
+74
−102
18:01:06
go-algorand
Merge remote-tracking branch 'upstream/master' into on-chain-congestion
+75
−103
18:01:59
algokit-core
fix: logs as Vec<u8> instead of String
+4
−61
18:02:01
go-algorand
add Go Benchmark (go) benchmark result for 6ee2e7cb95abd7063421e138c001100d2e262d96
+445
−1
18:11:02
algokit-core
fix: delta values as Vec<u8>
+4
−4
18:17:58
algokit-core
wip: test
+127
−5
18:34:43
algokit-core
wip: t1
+133
−6
20:17:41
algokit-core
feat: use serde_path_to_error
+477
−114
20:20:26
algokit-core
chore: fix typo
+5
−5
21:30:32
bitcoinBuyer1_CryptoMaven.xyz
Neo4j prelim added to microservice
+43530
−4
22:19:20
algokit-core
chore: consolidate DecodingError
+2
−16
22:28:22
algokit-core
chore: rm MsgpackDecodingError
+4
−16
22:38:39
algokit-core
chore: free up more space on runner
+9
−0
23:29:28
js-algorand-sdk
Regenerate code from specification file
+24
−0