Home Reports Dec 29, 2025
Monday, December 29, 2025
- Commits
- 54
- pushed this day
- Repositories
- 14
- with activity
- Contributors
- 9
- distinct authors
- Lines changed
- +14,205 −8,263
- additions / deletions
Monday, December 29, 2025
54 commits were pushed across 14 repos by 9 authors. There were 14,205 additions and 8,263 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
14 repositories- go-algorand 1 commit
- algokit-client-generator-py 1 commit
- algokit-client-generator-ts 10 commits
- algokit-lora 2 commits
- algokit-python-template 1 commit
- algokit-subscriber-py 7 commits
- algokit-subscriber-ts 3 commits
- algokit-utils-py 6 commits
- algokit-utils-ts 10 commits
- algokit-utils-ts-debug 2 commits
- ARCs 5 commits
- puya 2 commits
- solidity-land-registry 1 commit
- a-day-in-my-bobalife 3 commits
Commit Log
54 commits · 14 repositories
00:56:49
algokit-utils-ts
chore: pr feedback
+14
−48
01:00:19
go-algorand
Build 2581 Data
+1
−1
01:10:54
algokit-utils-ts
Merge pull request #514 from algorandfoundation/fix/handle-msgpack-b64-bytes
+524
−161
01:19:08
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
01:50:07
algokit-utils-py
fix: allow specifying args on bare create calls
+2
−0
01:50:07
algokit-utils-py
fix: provide better typing on SendAppUpdateTransactionResult
+3
−2
01:50:07
algokit-utils-py
chore: refresh docs
+6
−2
02:34:16
algokit-subscriber-py
chore: update to the latest utils-py version
+7
−7
02:40:31
algokit-client-generator-py
chore: update to the latest utils
+5
−5
02:58:19
algokit-utils-ts
chore: merge decoupling into branch
+2996
−3624
04:01:24
algokit-utils-ts
chore: rename LogicSignature to LogicSigSignature
+23
−23
04:07:42
algokit-client-generator-ts
fix: use original struct name in *FromTuple functions
+33
−4
04:18:07
algokit-client-generator-ts
fix: use original struct name in *FromTuple functions (#245)
+33
−4
04:20:53
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
04:21:44
algokit-utils-ts
chore: simplify accountGetter return type
+43
−73
04:33:40
algokit-utils-ts
Merge pull request #504 from algorandfoundation/decoupling-feat/lsig_lmsig
+290
−187
04:41:51
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
04:49:59
algokit-subscriber-ts
chore: update to the latest utils-ts
+9
−9
04:53:24
algokit-subscriber-ts
Notes added by 'git notes add'
+1
−0
04:53:25
algokit-client-generator-ts
chore: update to the latest utils-ts
+7
−7
04:56:05
algokit-client-generator-ts
fix: bug with storage key type
+51
−1
04:56:07
algokit-client-generator-ts
chore: move bare call first (follow current main behaviour)
+397
−395
04:56:09
algokit-client-generator-ts
build: update semantic release to v25
+1084
−1487
04:56:23
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
05:00:18
algokit-utils-ts-debug
chore: update to the latest utils-ts
+7
−7
05:02:24
algokit-utils-ts-debug
Notes added by 'git notes add'
+1
−0
05:27:27
algokit-python-template
chore: updating to the latest libs
+21
−21
05:36:55
algokit-client-generator-ts
fix: Changes during PR review (#246)
+1532
−1883
05:39:52
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
05:42:26
algokit-lora
chore: update to the latest utils and subscriber
+12
−12
07:17:09
algokit-subscriber-py
refactor: align with TS
+211
−96
07:24:05
algokit-subscriber-py
refactor: align with main
+14
−15
08:05:26
solidity-land-registry
npm: bump chai from 4.5.0 to 6.2.2
+1
−1
10:35:54
algokit-subscriber-py
fix: include asset_config and asset_freeze in asset_id filter
+4
−0
10:38:58
algokit-subscriber-py
refactor: remove redundant assertion on id_ field
+0
−1
11:36:41
algokit-subscriber-py
refactor: remove _arc28_events_to_dict helper function
+10
−18
11:38:42
algokit-utils-py
fix: ensure bare updates work, added test for bare lifecycle methods
+58
−7
11:41:17
algokit-subscriber-py
fix: events filter bug
+8
−9
11:58:13
algokit-subscriber-ts
fix: handle offline keyreg which may not have a transaction data
+63
−63
12:03:05
algokit-utils-py
fix: ensure bare updates work, added test for bare lifecycle methods
+58
−7
12:18:39
ARCs
docs: extended by 89
+2
−0
12:19:11
ARCs
docs: payload sizes notes
+6
−1
12:21:54
algokit-lora
fix: handle when keyreg specific fields are not available, which is possible in offline keyreg transactions
+8
−4
14:59:36
algokit-utils-ts
fix: gracefully handle when a signer is no available
+188
−9
15:15:22
a-day-in-my-bobalife
chore: log greeting (2025-12-29)
+2
−0
16:10:54
algokit-utils-py
fix: gracefully handle when a signer is no available
+229
−10
17:15:39
a-day-in-my-bobalife
chore: v2025.51.0 (release)
+13
−0
17:15:41
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
20:28:18
ARCs
docs: get metadata b64 bytes specs; minor nits
+63
−23
20:56:07
ARCs
docs: nit
+2
−1
22:36:43
puya
[WIP] Hacky implementation of struct methods
+119
−15
22:50:11
puya
[WIP] Simple test
+5835
−0
23:31:37
ARCs
docs: base64url with padding; clarify std vs url base64 details.
+15
−11
23:59:58
algokit-utils-ts
Merge pull request #515 from algorandfoundation/fix/handle-no-signer
+188
−9