Home Reports Nov 6, 2025
Thursday, November 6, 2025
- Commits
- 86
- pushed this day
- Repositories
- 16
- with activity
- Contributors
- 22
- distinct authors
- Lines changed
- +69,313 −15,850
- additions / deletions
Thursday, November 6, 2025
86 commits were pushed across 16 repos by 22 authors. There were 69,313 additions and 15,850 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
16 repositories- go-algorand 11 commits
- js-algorand-sdk 1 commit
- weLend 3 commits
- algokit-lora 1 commit
- algokit-utils-py 2 commits
- algokit-utils-ts 15 commits
- algorand-typescript-testing 1 commit
- devportal 12 commits
- docs 2 commits
- nodekit 4 commits
- puya-ts 4 commits
- xHD-Wallet-API-kt 3 commits
- a-day-in-my-bobalife 3 commits
- algokit-walletsdk-kmp 12 commits
- txnDuck 4 commits
- algo-voting 8 commits
Commit Log
86 commits · 16 repositories
00:23:05
txnDuck
test(e2e): fix some finicky tests
+129
−100
00:23:27
algokit-utils-ts
Merge branch 'feat/transact-integration' into composer-integration
+41
−52
00:30:04
txnDuck
chore: remove some unneeded resolutions in the `package.json` file
+1
−3
00:31:54
algokit-utils-ts
fix types
+135
−135
01:00:21
go-algorand
Build 2528 Data
+1
−1
01:00:21
go-algorand
FI from master
+2664
−1571
01:10:17
algokit-utils-ts
reject version
+18
−6
01:15:36
txnDuck
chore: upgrade dependencies
+21
−21
01:21:53
txnDuck
chore: downgrade Playwright from v1.56.1 to v1.55.1
+16
−15
01:27:12
devportal
feat/LiquidAuth added SEO guidelines
+32
−32
02:34:03
algokit-utils-ts
access list for method call
+37
−16
02:38:49
algokit-walletsdk-kmp
refactor: use different library from android screenshot
+185
−38
02:39:48
algokit-walletsdk-kmp
Merge branch 'main' into walletsdk-143
+147
−90
02:43:22
algokit-walletsdk-kmp
docs: update copy
+3
−5
02:44:50
algokit-walletsdk-kmp
docs: update copy some more
+0
−10
02:56:49
algokit-walletsdk-kmp
ci: add in compose UI screenshot setup (#156)
+179
−7
02:57:48
algokit-walletsdk-kmp
Merge branch 'main' into walletsdk-140
+179
−7
03:04:01
algo-voting
build(deps-dev): bump @vue/compiler-sfc from 3.5.22 to 3.5.23
+164
−48
03:04:13
algo-voting
build(deps): bump vue from 3.5.22 to 3.5.23
+144
−144
03:37:06
algokit-walletsdk-kmp
docs: change copy
+16
−9
03:38:53
algokit-walletsdk-kmp
docs: fix copy
+2
−2
03:46:22
algokit-walletsdk-kmp
feat: add show address screen (#158)
+471
−151
03:57:12
algokit-utils-ts
Merge pull request #449 from algorandfoundation/feat/transact-integration
+27735
−2988
04:25:10
algokit-utils-py
chore: extra point in migration notes md
+7
−1
04:25:31
algokit-utils-ts
feat: add indexer and kmd client generation support
+545
−246
04:25:31
algokit-utils-ts
feat: add algod generator
+18843
−1
04:25:31
algokit-utils-ts
fix: correct some algod client issues
+182
−192
04:26:46
algokit-utils-ts
feat: add algod support for sendRawTransaction
+113
−56
04:26:49
algokit-utils-ts
chore: move body outside of params
+58
−81
04:26:49
algokit-utils-ts
chore: remmove requestOptions generation
+147
−325
04:28:24
algokit-utils-ts
fix: correct some more algod handlings
+185
−31
04:28:27
algokit-utils-ts
fix: more api client generator adjustments
+454
−376
04:31:41
algokit-utils-ts
fix: additional algod fixes
+421
−1231
06:51:43
algokit-walletsdk-kmp
feat: add in walletsdk.init() for demo app
+165
−25
07:08:45
algokit-utils-ts
wip - remove atc
+105
−2197
08:20:35
algorand-typescript-testing
fix: clone should return same value even if properties are in different order
+32
−8
09:29:08
weLend
testing for 0 flux
+6
−2
09:47:59
weLend
fixes for a number of low issues flagged by almanax
+3486
−3352
10:00:50
nodekit
chore: fix comments
+2
−2
10:24:01
weLend
final updates
+625
−625
11:16:42
devportal
Added custom PageTitle component
+93
−2
11:36:12
devportal
Added custom PageTitle component (#393)
+93
−2
11:43:07
devportal
Merge remote-tracking branch 'origin/main' into feat/liquid-auth
+93
−2
11:47:26
devportal
Added liquidauth logo to guide
+14
−0
12:12:34
devportal
Added algokit title image to "Intro to AlgoKit" guide
+10
−0
12:48:52
algokit-lora
feature: added circle usdc faucet link to testnet dispenser (#518)
+19
−2
13:17:41
devportal
Fixed invalid link on liquid-auth guide
+1
−1
13:40:28
nodekit
chore: Replace individual file with generic settings.json file
+79
−24
14:09:52
nodekit
Update ui/modals/hybrid/model.go
+1
−1
14:45:04
xHD-Wallet-API-kt
Merge pull request #52 from algorandfoundation/main
+48
−46
14:47:26
xHD-Wallet-API-kt
chore(release): 1.2.1
+1
−1
14:47:44
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
15:08:13
go-algorand
update roundtrip.Check with more features and use in a bunch of places
+409
−43
15:13:56
go-algorand
fix lint
+16
−1
15:14:54
a-day-in-my-bobalife
chore: log greeting (2025-11-06)
+1
−0
15:35:44
devportal
feat/liquid-auth Intro page (#392)
+114
−0
16:06:44
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx in /DisneyScenicRides
+1
−1
16:06:51
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx
+1
−1
17:15:26
nodekit
Apply suggestions from code review
+10
−4
17:24:47
algo-voting
Merge pull request #737 from sambitsargam/dependabot/npm_and_yarn/vue-3.5.23
+144
−144
17:26:01
algo-voting
build(deps-dev): bump eslint from 9.39.0 to 9.39.1
+16
−16
17:27:39
algo-voting
Merge branch 'main' into dependabot/npm_and_yarn/vue/compiler-sfc-3.5.23
+87
−87
17:27:50
algo-voting
Merge pull request #736 from sambitsargam/dependabot/npm_and_yarn/vue/compiler-sfc-3.5.23
+126
−10
17:28:11
algo-voting
Merge pull request #735 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.46.3
+229
−229
17:28:47
algo-voting
Merge pull request #734 from sambitsargam/dependabot/npm_and_yarn/eslint-9.39.1
+16
−16
17:37:05
devportal
Removed superfluous heading
+0
−2
17:38:41
devportal
Merge branch 'main' into feat/liquid-auth
+0
−0
18:39:16
puya-ts
fix: Bug introduced by uri normalisation when normalising uris that are under the current working directory
+7
−7
18:40:42
docs
[create-pull-request] automated change
+3
−3
18:40:44
docs
Merge d6505185908be57b3574e5f2f7a146c1910cdd55 into c5c5baeb554807bd521628e5216633f1c6758c8c
+3
−3
18:52:47
puya-ts
fix: Bug introduced by uri normalisation when normalising uris that are under the current working directory
+7
−7
18:58:18
puya-ts
feat: Add generic version of itxnCompose.begin and next, plus methodSelector helper which works with type only imports
+6212
−794
19:03:02
puya-ts
Notes added by 'git notes add'
+1
−0
19:07:57
devportal
Fixed padding issue on landing page
+1
−1
19:29:55
go-algorand
fix tests
+1
−3
20:44:36
go-algorand
rerun algodump go mod tidy
+17
−25
21:16:24
devportal
Liquid Auth guide update (#395)
+1
−3
21:36:36
algokit-utils-py
test: added algod client account endpoint test
+78
−0
21:47:32
go-algorand
incorporate NearZero in roundtrip
+74
−54
21:50:26
go-algorand
use any
+9
−15
21:52:07
algokit-walletsdk-kmp
fix: change legacy copy to non post-quantum
+211
−30
22:08:51
algokit-walletsdk-kmp
fix: change legacy copy to non post-quantum (#163)
+211
−30
22:09:41
go-algorand
network: vote compression benchmarks and tooling (#6467)
+2688
−36
22:13:42
go-algorand
fix failing test
+1
−1
22:14:59
go-algorand
add Go Benchmark (go) benchmark result for f2da11f8ae455f8008db9b55bbd318fc5bd4c4c2
+445
−1
23:28:03
js-algorand-sdk
Regenerate code from specification file
+24
−0