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