Home Reports Sep 4, 2025
Thursday, September 4, 2025
- Commits
- 93
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +59,440 −31,187
- additions / deletions
Thursday, September 4, 2025
93 commits were pushed across 18 repos by 24 authors. There were 59,440 additions and 31,187 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 21 commits
- java-algorand-sdk 1 commit
- js-algorand-sdk 2 commits
- py-algorand-sdk 3 commits
- community 2 commits
- algokit-core 23 commits
- algokit-cli 2 commits
- algokit-lora 1 commit
- algokit-utils-ts 2 commits
- algorand-typescript-testing 5 commits
- ARCs 8 commits
- did-algo 4 commits
- puya 4 commits
- puya-ts 4 commits
- specs 3 commits
- xHD-Wallet-API-ts 1 commit
- a-day-in-my-bobalife 3 commits
- StablecoinWatch 4 commits
Commit Log
93 commits · 18 repositories
00:01:20
StablecoinWatch
chore: ignore .github and remove ad-hoc issue/PR body files from repo
+3
−244
00:04:55
StablecoinWatch
fix(ui): header metrics, ETH totals, Platforms link, donate images, coin logo fallback
+523
−16
00:15:58
algokit-utils-ts
revert + test struct encode + decode
+191
−722
00:27:54
algokit-utils-ts
PR review
+41
−33
00:56:42
algokit-cli
chore(deps): bump the all group across 1 directory with 8 updates
+96
−90
01:00:25
go-algorand
Build 2465 Data
+1
−1
01:00:25
go-algorand
FI from master
+2
−2
01:04:55
StablecoinWatch
chore(env): add dotenv support and .env.example; update README instructions
+27
−115
01:07:58
StablecoinWatch
chore(env): add dotenv support and .env.example
+27
−115
01:09:42
py-algorand-sdk
support txn.Access transaction constructor
+248
−24
01:48:48
community
Commit from GitHub Actions (Community Interest Tracker)
+2
−2
02:46:28
algokit-core
feat: added asset freeze to ak-utils ffi
+159
−8
02:46:32
algokit-core
feat: add asset transfer transactions to utils FFI
+577
−2
02:46:32
algokit-core
feat: add asset freeze and key registration to utils FFI
+474
−2
02:46:32
algokit-core
feat: add asset config transactions to utils FFI
+761
−0
03:20:44
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle in /DisneyScenicRides
+1
−1
03:21:51
puya-ts
Merge pull request #256 from algorandfoundation/ci/node_matrix
+73
−49
03:23:32
a-day-in-my-bobalife
chore: bump com.android.tools.build:gradle from 8.12.2 to 8.13.0 in /DisneyScenicRides (#283)
+1
−1
03:54:55
algokit-lora
fix(lint): fix lint errors and warning
+26
−34
04:30:35
puya-ts
fix: rename artifact folders to not have node version as package root for semantic release is set without node version
+9
−4
05:08:31
algokit-cli
chore: ensure bootstrap tests only write config to temp dir
+28
−10
05:27:53
puya-ts
Merge pull request #263 from algorandfoundation/fix/package-root
+9
−4
05:32:42
algokit-core
chore: add test for double nested app call (#246)
+161
−2
05:32:42
algokit-core
chore: add test for double nested app call (#246)
+161
−2
05:36:21
algokit-core
Notes added by 'git notes add'
+1
−0
05:37:18
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.58 [skip ci]
+1
−1
05:37:18
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.58 [skip ci]
+1
−1
05:38:15
puya-ts
Notes added by 'git notes add'
+1
−0
05:42:47
algokit-core
Notes added by 'git notes add'
+1
−0
05:45:39
algorand-typescript-testing
chore: update puya-ts dependencies
+11
−12
05:57:02
algorand-typescript-testing
docs: update docs for abiCall signature change
+3
−2
06:53:28
algorand-typescript-testing
add tests for circular reference
+104
−13
06:58:20
algorand-typescript-testing
Merge pull request #91 from algorandfoundation/feat/feedback-features
+306
−110
07:02:59
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
08:50:57
puya
perf: only use TrivialPhiRemover during SSA construction, instead performing direct simplification during predecessor removal
+34
−32
08:50:57
puya
chore: compile_all
+779
−921
10:11:13
ARCs
Update extended-by URI scheme
+2
−1
10:27:15
ARCs
Create arc-0088.md
+167
−0
10:29:47
ARCs
ARC1400 - Security Token
+140
−0
10:32:24
ARCs
ARC-1410 - Partitioned Token Balances
+170
−0
10:33:43
ARCs
ARC-1594 - Core Security Token Operations
+113
−0
10:35:11
ARCs
ARC-1643 - Security Token Document Registry
+86
−0
10:36:25
ARCs
ARC-1644 - Controller Operations for Security Tokens
+137
−0
11:09:15
ARCs
Update arc 86 to final
+1
−2
11:53:11
go-algorand
allow arrays to be marked ":b64"
+102
−21
12:28:28
puya
chore: compile_all
+779
−921
12:28:28
puya
perf: only use TrivialPhiRemover during SSA construction, instead performing direct simplification during predecessor removal
+34
−32
12:35:40
go-algorand
run modernize -category=slicescontains -fix -test ./...
+15
−32
12:38:46
go-algorand
run modernize -category=minmax -fix -test ./...
+42
−145
12:41:58
go-algorand
run modernize -category=fmtappendf -fix -test ./...
+45
−45
12:45:17
go-algorand
run modernize -category=mapsloop -fix -test ./...
+42
−84
12:47:12
go-algorand
run modernize sortslice and stringscutprefix
+4
−4
12:47:24
community
Commit from GitHub Actions (Community Interest Tracker)
+0
−1
12:51:16
algokit-core
Merge branch 'main' into feat/remove_wasm_bindgen
+13841
−14178
12:58:39
go-algorand
run modernize -category=rangeint -fix -test ./...
+901
−901
13:01:10
did-algo
chore: add deprecation warning to old resolver
+1
−0
13:03:16
algokit-core
feat: remove wasm_bindgen (#244)
+174
−1470
13:03:16
algokit-core
feat: remove wasm_bindgen (#244)
+174
−1470
13:04:07
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.59 [skip ci]
+1
−1
13:04:07
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.59 [skip ci]
+1
−1
13:08:20
go-algorand
fix issue
+3
−3
13:10:10
algokit-core
Notes added by 'git notes add'
+1
−0
13:45:11
go-algorand
run second pass of minmax
+2
−8
13:48:52
did-algo
Merge pull request #113 from algorandfoundation/chore/add_contract
+26686
−6752
13:54:41
did-algo
Merge pull request #116 from algorandfoundation/feat/resolver
+917
−5
13:56:59
did-algo
docs: update README
+9
−3
14:03:11
specs
chore: add pre-commit hooks
+60
−0
14:03:22
specs
chore: configure markdownlint
+19
−0
14:04:16
specs
chore: apply markdownlint and trim trailing whitespace
+478
−426
15:14:27
a-day-in-my-bobalife
chore: log greeting (2025-09-04)
+1
−0
15:34:45
algokit-core
feat: app client and initial batch of tests transpiled from py
+4959
−18
15:34:46
algokit-core
chore: fix merge conflicts against main; refine common fixture usage
+141
−159
15:34:46
algokit-core
chore: minor comments
+2
−0
15:34:46
algokit-core
feat: config singleton and event emitter
+266
−7
15:34:47
algokit-core
refactor: addressing pr comments
+610
−687
15:34:47
algokit-core
chore: pr comments
+57
−192
16:16:27
go-algorand
sha512 opcodes, and access to more header stuff
+61
−8
16:18:16
algokit-core
refactor: add native struct support to abi crate; refine abi handling in app client; more tests
+1238
−652
18:24:00
go-algorand
test case
+12
−0
18:47:21
js-algorand-sdk
Bump tmp from 0.2.3 to 0.2.4 (#995)
+4
−3
18:55:00
java-algorand-sdk
Regenerate code from specification file (#864)
+231
−3
19:02:17
py-algorand-sdk
fix linter
+82
−34
20:12:49
py-algorand-sdk
add txn test
+141
−0
20:21:07
go-algorand
tests: expect tests for pingpong (#6427)
+249
−114
20:25:33
go-algorand
add Go Benchmark (go) benchmark result for 585b8d2f5aa0c43f4d9344eb96d7366a300525c5
+445
−1
22:29:04
xHD-Wallet-API-ts
Updated sumo.facade.ts to remove redundant parameter validation in favor of @noble library functionality
+55
−176
23:26:00
js-algorand-sdk
Regenerate code from specification file
+423
−5
23:50:39
go-algorand
lint: run modernize slicescontains,sortslice,stringscutprefix (#6433)
+19
−36
23:51:33
go-algorand
Update catchup/service.go
+1
−1
23:53:42
go-algorand
Update data/transactions/logic/eval.go
+4
−5
23:53:53
go-algorand
Update ledger/txtail.go
+2
−3
23:55:45
go-algorand
add Go Benchmark (go) benchmark result for 704f50123051a2fa2ddabf53418897888b0cb428
+445
−1
23:59:09
go-algorand
run make fmt
+1
−1