Home Reports Oct 10, 2025
Friday, October 10, 2025
- Commits
- 65
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +153,061 −129,495
- additions / deletions
Friday, October 10, 2025
65 commits were pushed across 15 repos by 24 authors. There were 153,061 additions and 129,495 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 7 commits
- algokit-core 19 commits
- algokit-lora 1 commit
- ARCs 3 commits
- devportal 2 commits
- nodekit 7 commits
- puya-ts 2 commits
- reti 4 commits
- awesome-algorand 1 commit
- CryptoDeepTools 1 commit
- a-day-in-my-bobalife 3 commits
- algokit-walletsdk-kmp 9 commits
- algorand-go-mobile-sdk 1 commit
- algo-voting 3 commits
- tinyman-js-sdk 2 commits
Commit Log
65 commits · 15 repositories
00:07:03
algokit-walletsdk-kmp
refactor: clean up folders (#68)
+333
−301
00:27:06
algokit-core
wip
+42
−73592
00:27:23
algokit-core
Merge tag 'python/algokit_transact@1.0.0-alpha.76' into feat/account-manager
+84
−80
01:00:29
go-algorand
Build 2501 Data
+1
−1
02:11:04
algorand-go-mobile-sdk
Update go algorand sdk version
+6
−18
03:04:06
algo-voting
build(deps): bump core-js from 3.45.1 to 3.46.0
+8
−8
03:37:14
algokit-walletsdk-kmp
fix: create falcon24 account in onboarding screen for iOS
+76
−37
03:37:14
algokit-walletsdk-kmp
fix: create falcon account on onboarding type screen for android
+17
−38
03:37:14
algokit-walletsdk-kmp
fix: HD public key utility function
+41
−27
03:37:15
algokit-walletsdk-kmp
fix: private key generation for iOS HD accounts
+44
−56
03:45:38
algokit-core
wip - complete kmd_account_manager and account_manager
+129
−88
03:45:51
algokit-core
oops, missed 1 file
+1
−0
03:45:52
algokit-walletsdk-kmp
fix: refactor and fix public/private key generation for iOS hd accounts (#69)
+126
−106
03:51:15
algokit-core
regen
+73539
−0
03:56:54
algokit-core
clippy
+5
−3
04:31:21
algokit-core
make cargo check happy
+23
−23
04:50:00
algokit-core
wip
+4
−6
05:58:23
devportal
update AVM docs
+82
−43
06:35:49
algo-voting
Merge pull request #720 from sambitsargam/dependabot/npm_and_yarn/core-js-3.46.0
+8
−8
06:36:00
algo-voting
Merge pull request #718 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.46.0
+161
−161
06:38:16
devportal
update protocol params with max TEAL version, access list params with explanatory note, and app version param
+31
−23
10:24:11
algokit-core
feat: adds typed block endpoint models; minor fixes in generators; fixes to nodely endpoints (#274)
+2404
−46
10:24:11
algokit-core
feat: adds typed block endpoint models; minor fixes in generators; fixes to nodely endpoints (#274)
+2404
−46
10:25:03
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.77 [skip ci]
+1
−1
10:25:03
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.77 [skip ci]
+1
−1
10:31:51
algokit-core
Notes added by 'git notes add'
+1
−0
11:04:39
tinyman-js-sdk
Merge branch 'main' into feat/split-router
+3
−2
11:06:08
tinyman-js-sdk
Bump up the app version
+3
−3
11:08:20
algokit-core
Merge branch 'main' into feat/account-manager
+2405
−47
11:16:35
algokit-core
consolidate mnemonic
+6
−742
11:48:41
algokit-core
wip - test dispenser
+80
−0
12:28:24
algokit-core
wip: uniffi 0.30
+87
−140
12:34:36
algokit-core
Merge branch 'main' into feat/algod_client_ffi_crate
+3111
−147
13:41:29
algokit-core
chore: wip network, client, asset manager tweaks
+618
−178
14:17:26
nodekit
chore: Update IsRunning() and IsInitialized() calls to take a path argument
+69
−38
14:21:35
nodekit
fix: bootstrap and debug now work with a given data directory
+4
−4
14:25:56
nodekit
chore: Simplify GetDataDir priority: env -> -d -> default
+19
−23
14:28:53
nodekit
fix: Identify data directory by genesis.json rather than algod.token
+10
−9
14:34:50
nodekit
fix: paths are used correctly regardless of a trailing / or not
+6
−6
14:36:24
nodekit
fix: FindPathToFile will now correctly look for the file
+4
−3
14:51:00
nodekit
feat: configure algod now lets you enable/disable hybrid mode
+222
−7
15:14:52
a-day-in-my-bobalife
chore: log greeting (2025-10-10)
+1
−0
15:20:26
ARCs
docs: major update after first dev council feedback
+1056
−249
15:35:26
go-algorand
config: add EnableBatchVerification option (#6454)
+159
−3
15:41:07
go-algorand
add Go Benchmark (go) benchmark result for 21e1adfb9a2fd350f558b3699e5e9ef1a8dad9db
+445
−1
16:12:59
go-algorand
CR feedback: centralize rest function usage.
+6
−13
17:53:02
a-day-in-my-bobalife
ci: update workflow due to new github org
+5
−5
17:53:09
go-algorand
Revert max fee change in shared/pingpong/config.go.
+1
−1
17:55:39
a-day-in-my-bobalife
chore: bump com.google.android.material:material in /DisneyScenicRides
+1
−1
18:25:27
awesome-algorand
Add AlgoNodeRewards to "Nodes & Consensus Participation"
+1
−1
18:36:22
algokit-walletsdk-kmp
Add KeyReg offline call for Android
+1640
−76
18:50:50
algokit-walletsdk-kmp
Merge remote-tracking branch 'origin/walletsdk-main' into walletsdk-41
+2186
−698
19:22:13
go-algorand
TEAL: Fix panic when checking macro names containing non-ASCII runes (#6461)
+2
−1
19:26:42
go-algorand
add Go Benchmark (go) benchmark result for 0740b18b39e97e74ac184a523376f5c359dac244
+445
−1
19:27:44
reti
feat(ui): add security headers to Vercel configuration
+15
−0
19:39:11
reti
fix(ui): increase default validity window for Algorand client
+1
−1
19:47:34
reti
chore: release v1.4.1
+3
−3
19:50:49
reti
Merge pull request #402 from algorandfoundation/dev
+19
−4
19:58:32
algokit-walletsdk-kmp
Add KeyReg offline call for Android
+46
−42
20:50:48
puya-ts
fix: Wait for compiler loop to complete before shutting down and ignore change events when stopping
+21
−6
20:57:26
puya-ts
test: Don't dispose of listener in listerner handler
+2
−2
21:04:42
ARCs
wip: escrow locking, executions, fix for plugin change admin & fix for escrow registry
+58405
−50185
21:08:43
CryptoDeepTools
Add files via upload
+79
−0
21:34:48
ARCs
wip: fixing tests
+2288
−2109
23:55:59
algokit-lora
chore(deps-dev): bump happy-dom from 15.11.6 to 20.0.0
+15
−31