Home Reports Dec 5, 2025

Friday, December 5, 2025

Commits
94
pushed this day
Repositories
10
with activity
Contributors
15
distinct authors
Lines changed
+184,005 −132,906
additions / deletions

December 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 14

Friday, December 5, 2025

94 commits were pushed across 10 repos by 15 authors. There were 184,005 additions and 132,906 deletions.

Stay up to date with the latest insights and developments on AlgoScan

Updated repos

10 repositories

Commit Log

94 commits · 10 repositories

00:46:52 algokit-utils-ts PatrickDinh Remove export common, export address from top level +1 −8
00:48:01 algokit-utils-ts PatrickDinh Merge remote-tracking branch 'origin/decoupling' into re-export +67 −451
00:53:32 algokit-utils-ts PatrickDinh gen clients + docs +431 −190
00:58:36 algokit-utils-py aorumbayev chore: wip aligning with ts account model refinements +832 −101
00:58:51 algokit-utils-py aorumbayev refactor: decouples signing from algokit-algosdk +334 −892
00:58:51 algokit-utils-py aorumbayev refactor: adds MX domain separation for arbitrary bytes signing +168 −34
01:00:16 algokit-utils-py aorumbayev refactor: remove backward compatibility for LogicSigAccount and deprecate TransactionSignerAccount +25 −33
01:00:31 go-algorand - Build 2557 Data +1 −1
01:02:46 algokit-utils-ts PatrickDinh point algokit-polytest back to main +2 −2
01:15:26 algokit-utils-ts PatrickDinh Merge pull request #472 from algorandfoundation/re-export +831 −505
01:19:09 algokit-utils-ts PatrickDinh Merge remote-tracking branch 'origin/decoupling' into transaction-class +818 −885
01:19:32 algokit-utils-ts PatrickDinh code docs +25 −25
01:24:25 algokit-utils-ts joe-p Merge branch 'decoupling' into decoupling-feat/secretless_msig +793 −829
02:16:04 algorand-python-testing boblat chore: refresh test artifacts with puya 5.5.0 +1148 −1582
02:27:26 algorand-python-testing boblat feat: add fixed size variant of bytes as a separate `FixedBytes` type +1189 −108
02:27:29 algorand-python-testing boblat refactor: review feedback +74 −33
02:31:42 txnDuck No-Cash-7970 test(e2e): remove unnecessary tests +0 −29
02:41:23 puya achidlow minor refactoring +19 −29
02:42:12 go-algorand dependabot[bot] build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 +4 −3
02:44:29 go-algorand dependabot[bot] build(deps): bump github.com/sirupsen/logrus in /tools/block-generator +4 −3
02:51:38 go-algorand dependabot[bot] build(deps): bump github.com/sirupsen/logrus in /tools/debug/algodump +4 −3
02:59:54 puya boblat minor refactoring +7 −10
03:12:28 puya boblat chore: compile all +47931 −44881
03:12:28 puya achidlow chore: compile_all +644 −1712
03:12:28 puya boblat feat: optimize `box_get` followed by `extract`|`extract3`|`substring3` as `box_extract` +70 −6
03:12:28 puya boblat refactor: remove special handling of index and slice ops on `<box>.value` +2 −20
03:12:28 puya boblat chore: compile all +9701 −7178
03:12:28 puya boblat feat: optimize `box_get` followed by `len` as `box_len` +86 −34
03:12:28 puya achidlow feat: when creating a box, or writing a constant, cache the length +22 −8
03:12:28 puya boblat chore: compile all +9203 −9847
03:12:28 puya boblat doc: add change log +41 −0
03:12:28 puya boblat refactor: remove special handling for `<box>.bytes` +0 −172
03:12:28 puya boblat test: add tests for `index` and `slice` operations of boxes storing FixedBytes/Bytes > 4k +95 −0
03:12:28 puya boblat chore: compile_all +8819 −9677
03:12:28 puya achidlow minor refactoring +19 −29
03:12:28 puya boblat chore: compile all +38606 −21056
03:12:28 puya boblat minor refactoring +7 −10
03:12:28 puya boblat fix: run `Merge Chained Aggregate Reads` and `Replace Aggregate Box Ops` optimizers at L0 +2 −2
03:12:28 puya boblat chore: compile all +567 −525
03:25:20 puya boblat chore: rename file to be consistent with module naming convention +1 −1
03:25:31 puya boblat chore: compile all +3004 −3007
03:25:31 puya boblat feat: add `stage` and `submit_staged` functions to support submitting dynamic number of inner transactions in a group +440 −14
03:32:05 puya boblat chore: compile all +22701 −0
03:32:05 puya boblat build: bump algorand-python to 3.3.0 +4 −4
05:05:08 puya boblat chore: compile all +3004 −3007
05:05:08 puya boblat build: bump algorand-python to 3.3.0 +4 −4
05:05:08 puya boblat feat: add `stage` and `submit_staged` functions to support submitting dynamic number of inner transactions in a group +440 −14
05:05:08 puya boblat chore: compile all +22701 −0
05:05:08 puya boblat chore: rename file to be consistent with module naming convention +1 −1
05:12:43 algokit-utils-py daniel-makerx chore: refresh docs +16 −86
05:12:43 algokit-utils-py daniel-makerx docs: add documentation to prevent base type docs appearing +8 −0
06:14:03 algokit-utils-ts PatrickDinh TODO +2 −0
06:27:04 algokit-utils-ts PatrickDinh export more +10 −2
06:30:40 wallet dependabot[bot] Bump tar from 7.5.1 to 7.5.2 +40 −6
06:51:02 algokit-utils-ts PatrickDinh convert subsignatures address to public key +64 −53
06:53:32 algokit-utils-ts PatrickDinh doc gen +326 −223
07:28:38 algorand-python-testing boblat test: add test to ensure FixBytes > 4k can be stored in a Box +19 −9
07:33:51 algorand-python-testing boblat Merge pull request #55 from algorandfoundation/feat/fixed-bytes +2390 −1692
07:38:01 algorand-python-testing - 1.2.0-beta.1 +7 −1
07:52:31 algokit-utils-py daniel-makerx chore: refresh docs +4 −4
08:13:36 algokit-utils-py daniel-makerx refactor: move signer protocols to algokit_transact.signer +68 −78
08:13:37 algokit-utils-py daniel-makerx chore: refresh docs +151 −111
08:13:37 algokit-utils-py daniel-makerx refactor: reuse AddressWithSigners in SigningAccount +32 −60
08:42:57 txnDuck No-Cash-7970 feat(app): allow for group transaction data to be stored and retrieved +236 −34
08:53:46 txnDuck No-Cash-7970 fix(grp_compose): fix link for composing new transaction +1 −1
08:54:19 txnDuck No-Cash-7970 chore: upgrade dependencies +139 −139
09:33:36 txnDuck No-Cash-7970 chore(release): bump to v0.15.0 +1 −1
12:52:20 txnDuck No-Cash-7970 build(container): exclude test files from production build +11 −8
12:53:23 txnDuck No-Cash-7970 chore(release): bump to v0.15.1 +1 −1
13:55:37 algokit-utils-ts aorumbayev test: add mock server integration +557 −26
13:55:37 algokit-utils-ts aorumbayev chore: update oas spec branch to point to main +3 −3
13:55:38 algokit-utils-ts aorumbayev chore: add validate-polytest action to ci +28 −13
13:55:54 algokit-utils-ts aorumbayev refactor(testing): address PR review feedback for mock server integration +32 −33
15:01:29 algokit-utils-ts aorumbayev fix: remove obsolete snapshot for commented-out test +0 −10133
15:15:12 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-12-05) +1 −0
16:01:35 rosetta-smart-contracts ale-gll Update anonymous_data/README.md, bet/ethereum/vyper/README.md, bet/README +39 −7
16:02:10 algokit-utils-py daniel-makerx refactor: decoupling abi testing (#228) +272 −166
16:05:10 rosetta-smart-contracts ale-gll Added Auction in Vyper +251 −1
16:06:30 a-day-in-my-bobalife dependabot[bot] chore: bump runtime-livedata from 1.9.3 to 1.10.0 in /DisneyScenicRides +1 −1
16:15:11 go-algorand cce errorcontains and replace tools +720 −0
16:24:11 go-algorand cce test: replace Error assertions with errorcontains.CaptureError +657 −548
17:00:48 go-algorand cce test: use PID-specific output files to avoid contention +5 −2
17:13:55 go-algorand cce upgrade golangci-lint to fix custom command +2 −2
17:25:15 go-algorand cce revive var-naming rule +0 −1
17:54:47 go-algorand cce CI: upgrade golangci-lint to fix custom command (#6510) +2 −3
18:00:16 go-algorand github add Go Benchmark (go) benchmark result for 51cbc6d6f288f7a1748a48eb1ea890caeb5a324f +445 −1
18:06:59 algokit-utils-ts aorumbayev test: enables docker based mock server integration for client tests (#474) +581 −10169
19:53:37 go-algorand cce errorcontains phase 3 tooling +646 −0
19:54:11 algokit-utils-ts joe-p feat!: MultisigAccount and LogicSig with signer interfaces (#465) +1076 −1853
20:24:38 algokit-utils-ts joe-p feat: optional sendingAddress for generateAddressWithSigners +23 −13
20:57:46 algokit-utils-ts joe-p feat!: remove Account class +87 −165
20:58:43 algokit-utils-ts joe-p chore: lint and docs +127 −286
21:21:48 go-algorand gmalouf Bump logrus in block-generator and algodump to 1.8.3. +8 −6
23:29:25 js-algorand-sdk algo-dev-service Regenerate code from specification file +24 −0