Home Reports Dec 22, 2025

Monday, December 22, 2025

Commits
99
pushed this day
Repositories
17
with activity
Contributors
17
distinct authors
Lines changed
+27,791 −416,210
additions / deletions

December 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 16

Commit Log

99 commits · 17 repositories

00:16:34 algokit-utils-ts PatrickDinh Merge pull request #500 from algorandfoundation/app-arg-encoding +186 −197
00:24:17 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
00:28:54 algokit-lora PatrickDinh chore: upgrade to alpha 11 +6 −5
00:44:23 reti d13co fix unstable reference from index causing re renders +2 −1
00:52:54 algokit-lora PatrickDinh fix: check-types +98 −102
01:00:25 go-algorand - Build 2574 Data +1 −1
01:03:46 algokit-subscriber-ts PatrickDinh fix: check-types +48 −42
01:05:06 algokit-subscriber-ts PatrickDinh fix: tests +135 −15
01:11:19 algokit-lora PatrickDinh fix: test +1 −1
01:13:03 ARCs cusma docs: empty metadata specification +33 −7
01:17:24 algokit-lora PatrickDinh fix: tests +4 −4
01:21:56 algokit-utils-ts neilcampbell Merge pull request #503 from algorandfoundation/chore/further-block-tweaks +107 −93
01:26:55 algokit-lora PatrickDinh chore: wip - review +3 −191
01:29:19 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
01:37:13 algokit-utils-ts neilcampbell Merge pull request #505 from algorandfoundation/decoupling-debug-changes +636 −703
01:48:25 algokit-utils-ts neilcampbell chore: fix docs +9 −9
01:48:37 puya daniel-makerx wip +317 −20
01:56:09 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
02:08:00 algokit-utils-ts-debug neilcampbell feat!: Updating to the latest utils and removing the dependency on algosdk +44 −106
02:13:04 ARCs cusma docs: minor enhancements +18 −6
02:59:53 ARCs cusma docs: testnet app id v0.2.0; app spec link +3 −2
03:12:32 algokit-utils-ts-debug neilcampbell Merge pull request #57 from algorandfoundation/decoupling-utils-update +4964 −7647
03:14:33 algokit-subscriber-ts PatrickDinh fix: support node 20 +4 −4
03:38:39 algokit-lora PatrickDinh chore: wip - review +10 −16
03:53:55 algokit-lora PatrickDinh chore : wip - review +28 −88
04:10:21 algokit-lora PatrickDinh chore: wip - review +14 −23
04:10:45 algokit-utils-py daniel-makerx refactor: simplify _coerce_bytes +4 −12
04:12:16 algokit-utils-py daniel-makerx chore: refresh clients +24 −27
04:27:49 algokit-utils-ts neilcampbell feat: change where txn validation happens +80 −45
04:42:51 algokit-lora PatrickDinh chore: wip - review +60 −75
04:46:58 algokit-subscriber-ts PatrickDinh fix: support node 20 (#140) +4 −4
04:50:03 algokit-subscriber-ts semantic-release-bot Notes added by 'git notes add' +1 −0
05:05:50 algokit-utils-ts neilcampbell chore: fix docs +70 −70
05:09:58 devportal larkiny docs: Import updated documentation +146 −5522
05:25:04 algokit-utils-py daniel-makerx fix: remove attempted coercion of state map keys from base64 to bytes +28 −28
05:26:09 algokit-lora PatrickDinh chore: wip - review +58 −75
05:34:31 algokit-utils-py daniel-makerx chore: refresh snapshots +9 −3
05:43:24 algokit-lora PatrickDinh chore: wip - review +38 −29
06:08:37 puya boblat do not use mypy.visitor.NodeVisitor in docs generation script +14 −26
06:08:37 puya achidlow replace mypy visitors with direct dispatch to avoid inheritance +403 −361
06:08:37 puya achidlow go back to parsing mypy messages the hard way since ErrorFormatter throws on attempting to inherit +89 −36
06:11:42 puya achidlow remove vendored mypy and make it a dependency instead +80 −188794
06:19:02 algokit-lora PatrickDinh chore: reviewed (1st) round +24 −133
06:43:38 algokit-utils-py daniel-makerx fix: move transaction validation to composer send, this enables historical transactions (with different validation criteria) to be encoded +35 −22
06:58:12 puya achidlow replace mypy visitors with direct dispatch to avoid inheritance +403 −361
06:58:12 puya achidlow go back to parsing mypy messages the hard way since ErrorFormatter throws on attempting to inherit +89 −36
06:58:12 puya boblat do not use mypy.visitor.NodeVisitor in docs generation script +14 −26
06:58:12 puya achidlow remove vendored mypy and make it a dependency instead +80 −188794
08:04:57 solidity-land-registry dependabot[bot] npm: bump @types/node from 22.19.3 to 25.0.3 +1 −1
08:05:14 solidity-land-registry dependabot[bot] npm: bump solhint from 5.2.0 to 6.0.2 +1 −1
09:12:39 algokit-utils-py daniel-makerx fix: raise error when calculating tx_id and genesis hash is None +24 −0
09:33:03 algokit-utils-py daniel-makerx fix: make block fields consistent with utils-ts and algosdk +68 −66
11:27:52 reti d13co reti-ghost-sdk 0.1.3 +9 −6
11:28:32 reti d13co Merge c96665ddf8b81da9742039ec56586dc12e8ef50b into a8210fca292f60f410bd06dc2114d6b6e25b7fd0 +740 −580
12:48:26 algokit-utils-ts neilcampbell chore: validate signed transaction on when gathering signatures in the composer +72 −69
12:57:40 algokit-utils-ts neilcampbell Merge pull request #506 from algorandfoundation/decoupling-dont-validate-on-encode +155 −117
13:05:05 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
13:54:37 algokit-utils-py daniel-makerx refactor: move transaction validation to occur during building and signing +28 −28
13:59:22 wallet scholtz feat: update transaction parameter naming for consistency and clarity in asset and key registration transactions +48 −32
14:01:32 algokit-utils-py daniel-makerx refactor: simplify _coerce_bytes +4 −12
14:01:32 algokit-utils-py daniel-makerx chore: refresh clients +24 −27
14:01:32 algokit-utils-py daniel-makerx fix: move transaction validation to composer send, this enables historical transactions (with different validation criteria) to be encoded +35 −22
14:01:32 algokit-utils-py daniel-makerx fix: raise error when calculating tx_id and genesis hash is None +24 −0
14:01:32 algokit-utils-py daniel-makerx fix: rename bytes field to all consistently use bytes_ +4 −4
14:01:32 algokit-utils-py daniel-makerx fix: make block fields consistent with utils-ts and algosdk +68 −66
14:01:32 algokit-utils-py daniel-makerx chore: refresh snapshots +9 −3
14:01:32 algokit-utils-py daniel-makerx fix: remove attempted coercion of state map keys from base64 to bytes +28 −28
14:01:32 algokit-utils-py daniel-makerx refactor: move transaction validation to occur during building and signing +28 −28
14:07:38 algokit-utils-ts dependabot[bot] chore(deps): bump the all group across 1 directory with 15 updates +586 −379
14:11:03 algokit-subscriber-py daniel-makerx feat!: updated to use algokit-utils-py 5.0 types. +7532 −13000
14:11:03 algokit-subscriber-py daniel-makerx build: change dependency from sdk to algokit-utils-py 5.0 alpha +360 −258
15:15:20 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-12-22) +2 −0
15:22:58 algokit-utils-ts neilcampbell fix: correct upgradeVote field on block +2 −2
15:32:31 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
16:22:38 algokit-subscriber-ts neilcampbell chore: update to the latest utils +47 −51
16:35:37 algokit-utils-ts-debug neilcampbell build: setup alpha build pipeline +9 −2
16:39:36 algokit-utils-ts-debug neilcampbell chore: perform some dependency maintenance +2691 −3587
16:41:25 algokit-utils-ts-debug neilcampbell chore: update from jest to vitest +2108 −3860
16:45:25 ledger-app-algorand reffiek refactor: change display title for access list +7 −7
16:55:17 ledger-app-algorand reffiek refactor: update application structure to remove 'foreign' prefix from boxes and apps +14 −14
16:57:11 algokit-utils-ts-debug neilcampbell chore: updating to the latest utils +8 −8
17:03:58 ledger-app-algorand reffiek fix: enforce maximum map size of 2 in parser functions +12 −0
17:10:26 ledger-app-algorand reffiek refactor: simplify key matching in parser functions using switch-case +27 −16
17:15:40 a-day-in-my-bobalife michaeltchuang chore: v2025.50.0 (release) +13 −0
17:15:42 a-day-in-my-bobalife michaeltchuang Notes added by 'git notes add' +1 −0
17:27:27 ARCs cusma docs: testnet app id v0.3.0 +1 −1
17:30:18 ledger-app-algorand reffiek refactor: reorganize display logic for application fields in parser implementation +8 −16
17:59:33 algokit-walletsdk-kmp mithiraj95 liquidAuth setup. +3069 −3
18:03:46 ledger-app-algorand reffiek refactor: reduce access list memory footprint with on-demand element retrieval +65 −29
18:14:09 algokit-walletsdk-kmp mithiraj95 liquidAuth setup. +3 −3
19:58:12 ARCs cusma docs: split reversible and irreversible flags; add deprecated by field +132 −72
20:43:21 ARCs cusma docs: specify migrate metadata method +29 −8
20:43:59 algokit-utils-ts lempira fix: kmd check-types +6 −6
20:52:13 algokit-utils-ts lempira Merge pull request #498 from algorandfoundation/feature/add-kmd-tests +1236 −6
21:00:25 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
22:16:24 CryptoDeepTools Ikonic1z420 Refactor and clean up priv_addr.py +2 −1
22:46:43 algokit-subscriber-ts PatrickDinh chore: import SearchForTransactionsCriteria from indexer +3 −5
23:02:17 algokit-subscriber-ts PatrickDinh chore: rename indexer to utilsIndexer to avoid clashing +8 −8
23:41:05 algokit-lora PatrickDinh chore: wip - fix up TODO +10 −16