Home Reports Feb 10, 2026
Tuesday, February 10, 2026
- Commits
- 147
- pushed this day
- Repositories
- 23
- with activity
- Contributors
- 29
- distinct authors
- Lines changed
- +237,930 −107,609
- additions / deletions
Tuesday, February 10, 2026
147 commits were pushed across 23 repos by 29 authors. There were 237,930 additions and 107,609 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
23 repositories- go-algorand 21 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- ledger-app-algorand 7 commits
- algokit-lora 9 commits
- algokit-subscriber-py 6 commits
- algokit-subscriber-ts 5 commits
- algokit-typescript-template 2 commits
- algokit-utils-py 5 commits
- algokit-utils-ts 12 commits
- ARCs 1 commit
- devportal 41 commits
- gGov 1 commit
- puya 4 commits
- puya-ts 13 commits
- wallet-provider-extensions 1 commit
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 5 commits
- algo-voting 4 commits
- AlgorandKMDServer 1 commit
- wallet 3 commits
- algorandSupplyChain 2 commits
- genAcct_genTxn 1 commit
Commit Log
147 commits · 23 repositories
00:10:40
algokit-subscriber-ts
chore: update reusable workflow reference
+3
−3
00:14:17
algokit-subscriber-ts
chore: update eslint version to run with latest pnpm
+4
−0
00:22:00
algokit-subscriber-ts
fix: add prisma generate script to check-types
+1
−1
00:26:34
devportal
chore(deps-dev): bump typescript-eslint in the linting group
+130
−34
00:26:52
devportal
chore(deps-dev): bump @types/node in the typescript group
+71
−71
00:34:12
algokit-subscriber-ts
fix: fix default audit script to use pnpm
+1
−1
01:00:21
go-algorand
Build 2624 Data
+1
−1
01:16:56
ARCs
Merge ba0dacaba6bbea94d221409997ca90b4e08d93ea into 431993c4396aa06f7e82542d9ac4775b7445d0cf
+256
−85
02:59:57
gGov
delegator: voteInternal, voteExternal
+35646
−5700
03:14:33
algo-voting
build(deps-dev): bump @vue/compiler-sfc from 3.5.27 to 3.5.28
+154
−38
03:14:40
algo-voting
build(deps): bump vue from 3.5.27 to 3.5.28
+136
−136
03:15:02
algo-voting
build(deps-dev): bump @typescript-eslint/parser from 8.53.1 to 8.55.0
+70
−70
03:15:14
algo-voting
build(deps-dev): bump @typescript-eslint/eslint-plugin
+229
−229
04:07:49
puya
docs: update docstring of `size_of` stating only static size types work
+4
−3
04:07:49
puya
docs: add change log
+42
−0
04:07:49
puya
refactor: do not require mapping to arc4 type to validate encoding
+6
−17
04:07:49
puya
chore: compile all
+128
−83
04:10:38
algokit-walletsdk-kmp
feat: add in service modules
+1359
−0
05:26:35
algokit-walletsdk-kmp
feat: show popup from service
+382
−23
05:34:27
algokit-subscriber-ts
ci: remove pr workflow trigger on push
+2
−5
05:37:18
algokit-walletsdk-kmp
refactor: fix ktlint issues
+26
−10
07:34:59
devportal
Added python/ts icons
+4
−0
07:46:27
devportal
Replace text language badges with SVG icon badges
+120
−93
07:49:59
devportal
Lint errors
+27
−6
08:03:21
devportal
Replace native select pickers with custom styled dropdowns in library sidebar
+313
−173
08:26:55
wallet
Merge branch 'scholtz:master' into master
+62106
−38274
09:03:30
algokit-subscriber-py
Migrate CI workflows to algokit-shared-config reusable workflow (#89)
+18
−87
09:10:20
algokit-subscriber-py
fix: correct shared-config repo url to algorandfoundation/algokit-shared-config
+2
−2
09:32:38
devportal
Added icon
+1
−0
09:39:04
devportal
Add REST API icon badge using rest.svg
+5
−1
09:39:40
devportal
chore: apply lint formatting to LibraryDocsSidebar
+7
−2
09:55:45
puya-ts
fix: don't allow intersection types
+10
−43
10:06:14
devportal
added logos
+22
−0
10:07:17
devportal
added logos
+2
−3
10:14:45
devportal
added logos
+10
−0
10:18:36
algokit-utils-ts
refactor(crypto): move hash API from common to crypto
+28
−15
10:21:44
devportal
Use per-library logos in header for library pages
+19
−4
10:26:04
devportal
Lint errors
+5
−2
10:26:57
algokit-utils-ts
chore: extra exports for aiding avm and avm vscode extensions decoupling (#531)
+86
−18
10:34:46
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
10:42:59
devportal
Replace colored dots and text headings with library logos on docs index
+30
−47
10:55:22
devportal
Use text heading for REST APIs card (no logo yet)
+1
−2
11:12:46
ledger-app-algorand
test: add a test for app tx with al and apaa
+20
−0
11:13:01
ledger-app-algorand
refactor: reorganize access list and reject version handling in parser implementation
+31
−32
11:14:00
ledger-app-algorand
chore: improve comments
+72
−131
11:14:33
ledger-app-algorand
chore: bump app version (patch)
+1
−1
11:19:28
ledger-app-algorand
test: generate golden snapshots
+0
−0
11:19:47
ledger-app-algorand
chore: improve comments in test_sign_cmd.py
+626
−626
11:20:10
ledger-app-algorand
style: format C codebase
+3
−3
12:04:36
devportal
Align language icons immediately after library name in picker
+0
−1
12:06:45
algokit-utils-py
chore: replace run.sh with standalone uv project for examples
+733
−261
12:18:46
algokit-utils-py
chore: remove algokit-examples from root project dependencies
+1
−19
12:29:24
algokit-utils-py
chore: ignore low-severity pip path traversal (GHSA-6vgw-5pg2-w6jp) in pip-audit
+2
−2
12:43:32
algokit-utils-py
chore: remove redundant run-example.sh wrapper script
+0
−57
12:59:52
algorandSupplyChain
Merge 1edd233a468b2401e58869505ce8120642a6ff6c into f0c626deb7bc5fa2a57db89122ea83e2b8e7992c
+10356
−7300
13:33:45
genAcct_genTxn
Merge c83e527b74bd3c89a183f2359b4bcbc795e23e7a into 62cccd45503e15a93031a5cdda2ba8cc68a21cf4
+19135
−12139
14:15:01
devportal
Add Kapa AI chat panel with slide-out UI
+1023
−66
14:18:50
algokit-subscriber-py
Fix: correct shared-config repo URL in CI workflows (#90)
+2
−2
14:26:13
algokit-subscriber-py
fix: add missing v prefix to python-semantic-release action tag
+3
−3
14:37:25
devportal
Fixed lint errors
+100
−102
14:45:28
algorandSupplyChain
Merge 680780777556d64cda75cb44cababc507de0afe6 into f0c626deb7bc5fa2a57db89122ea83e2b8e7992c
+10348
−7303
14:55:36
devportal
feat: switch to custom Kapa AI chat panel
+6
−19
15:11:42
devportal
Add AI chat trigger to default header pages
+26
−2
15:15:45
devportal
Add debug logging for INTEGRATION_ID env var
+5
−0
15:18:09
algokit-utils-py
Merge pull request #262 from algorandfoundation/updated-examples
+37508
−2
15:18:48
devportal
Fix Prettier formatting in AIChatPanel
+4
−1
15:22:24
algokit-subscriber-py
Fix: add v prefix to python-semantic-release action tag (#91)
+3
−3
15:25:50
algokit-subscriber-py
2.0.0-alpha.2
+1
−1
15:29:14
devportal
Trigger rebuild for env var fix
+0
−0
15:35:15
a-day-in-my-bobalife
chore: log greeting (2026-02-10)
+1
−0
15:43:51
devportal
Add build-time debug for env var and TypeScript declaration
+2
−1
15:44:44
go-algorand
Bump Version, Remove buildnumber.dat and genesistimestamp.dat files.
+1
−3
15:44:44
go-algorand
Merge remote-tracking branch 'origin/rel/stable' into relstable4.5.1-remerge
+2
−0
15:50:18
devportal
Fix shell syntax error in prebuild script
+1
−1
15:55:13
devportal
Add PUBLIC_KAPA_INTEGRATION_ID to build workflow
+1
−0
15:58:35
devportal
Trigger CI with new secret
+0
−0
16:10:15
AlgorandKMDServer
cicd update from 4.4.1 to 4.5.1
+84
−3
16:16:11
devportal
Add tslib dependency for Kapa SDK
+9
−53
16:30:03
puya-ts
Improve error messages for intersection types
+2
−2
16:30:03
puya-ts
Allow the compiler to flatten intersection types
+5
−2
16:30:04
puya-ts
When stringifying object types use the type symbol if possible
+37
−43
16:30:04
puya-ts
feat: Validate storage uses for box/boxmap and global/local state expressions
+37
−28
16:30:04
puya-ts
Add a validation for overlapping intersections
+20
−0
16:30:04
puya-ts
Limit intersection types to non-abi-exposed places
+22
−12
16:30:04
puya-ts
test: Add test for still-unimplemented error messages for inline global/local/box/boxmap definitions
+31
−3
16:30:04
puya-ts
test: Add an expected_output test for all the possible ways to serialize an intersection-typed tuple
+49
−34
16:30:05
puya-ts
fix: Remove circular dependency
+17
−21
16:33:22
puya-ts
fix: Rethrow non-PuyaErrors when processing storage definitions
+2
−0
17:00:03
go-algorand
build: add golangci-lint format into make fmt (#6549)
+108
−70
17:04:54
go-algorand
Merge pull request #6553 from Algo-devops-service/relstable4.5.1-remerge
+1
−1
17:05:37
go-algorand
add Go Benchmark (go) benchmark result for 74a6d9bca013d0c835e310394f5494aa2cbbe13a
+445
−1
17:09:26
go-algorand
add Go Benchmark (go) benchmark result for c80fa40149d62f775bc7a9dbe68c0080b73d9471
+445
−1
17:10:21
devportal
Add PUBLIC_KAPA_INTEGRATION_ID to deploy workflow
+1
−0
17:34:50
puya-ts
chore: Rename abiSafe to runtimeOnly
+30
−25
17:42:07
devportal
Add syntax highlighting to AI chat with Catppuccin theme
+198
−14
17:46:45
devportal
Add icon
+1
−0
17:55:04
devportal
Add deep thinking toggle to AI chat panel
+56
−2
17:59:32
wallet-provider-extensions
feat(key-store): Reflective Keystore
+1806
−1599
18:14:59
algokit-walletsdk-kmp
Bug: Serializable error issue fixed
+19
−10
18:16:46
devportal
Reduce font size and list indentation in AI chat responses
+19
−3
18:23:58
algokit-utils-ts
fix: preserve bare specifiers for subpath and undeclared external imports in rolldown build
+9
−2
18:25:10
devportal
Fix overlapping close and reset buttons in chat header
+1
−1
18:39:34
go-algorand
Update app pagination endpoint to handle apps where the account is the creator but has no local state. This handling is consistent with how assets are handled.
+3
−2
18:42:59
devportal
Position Ask AI button next to search box on homepage
+2
−2
18:49:46
wallet
Update hu.json
+392
−392
19:04:32
wallet
Update hu.json
+376
−376
19:05:05
go-algorand
tests: fix TestCatchpointAfterTxns by flushing trackers before catchpoint
+3
−0
19:05:05
go-algorand
fix clearing GLOBAL_TEST_ALGO_DIR
+1
−1
19:05:06
go-algorand
give more time to startup in setupWebsocketNetworkABwithLogger
+1
−0
19:05:06
go-algorand
fix race condition when a context is canceled on purpose
+5
−0
19:05:33
algokit-utils-ts
docs: add v10 migration guide
+883
−0
19:20:15
algokit-utils-ts
Merge pull request #541 from algorandfoundation/docs/migration-v9-to-v10
+883
−0
19:30:46
devportal
Fix Ask AI button position on homepage
+6
−2
19:32:13
devportal
Match Ask AI button height to search trigger
+1
−1
19:36:35
devportal
Use orange color for active deep thinking icon
+2
−2
19:48:08
go-algorand
Merge remote-tracking branch 'upstream/master' into onlinecirculation-api
+45712
−28339
19:49:14
go-algorand
Fix TestExactAccountChunk
+5
−0
19:52:50
devportal
Fix Ask AI button position on content pages
+15
−19
19:58:09
devportal
Update deep thinking icon active color to teal
+1
−1
20:12:55
puya-ts
refactor: Move intersection flattening logic to `IntersectionPType.fromTypes`
+46
−12
20:13:22
go-algorand
Update online-circulation description
+1
−1
20:25:07
algokit-walletsdk-kmp
fix: lint errors
+42
−30
20:34:28
go-algorand
regenerate swagger generated
+1323
−1321
21:19:01
go-algorand
add online-money description
+1153
−1148
21:21:42
go-algorand
fix TestGetSupply
+1
−1
21:38:15
algokit-utils-ts
feat: add network manager for time and round management
+454
−41
21:38:22
algokit-utils-ts
chore: PR feedback
+43
−17
21:41:08
algokit-utils-ts
chore: docs
+343
−0
21:48:27
algokit-utils-ts
chore: deleted unused docs
+0
−343
22:01:56
algokit-lora
Auto populate address in the fund page (#555)
+157
−8
22:02:51
go-algorand
crypto: address PR review feedback
+15
−16
22:04:30
algokit-typescript-template
Merge pull request #44 from algorandfoundation/chore/update-utils-imports
+6
−6
22:04:33
algokit-typescript-template
Merge c227bc0f5e90ef229333c06f4911ce799518bfde into 457eafe63a9ea9e888ae4edc07492656906b780c
+15
−21
22:06:07
go-algorand
lint: extend forbidigo to catch a.Error() on assertion objects
+4
−0
22:12:48
algokit-lora
fix: updated nsprc id
+1
−1
22:15:14
go-algorand
tests: use assertion object style consistently
+122
−122
22:17:29
algokit-utils-ts
Merge pull request #534 from algorandfoundation/feat/time-management
+480
−41
22:19:13
algokit-lora
fix: updated nsprc id (#563)
+1
−1
22:24:50
algokit-lora
chore(release): ref:beta 2.3.1-beta.1 [skip ci]
+3
−3
22:24:51
algokit-lora
Notes added by 'git notes add'
+1
−0
22:25:33
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
22:28:03
algokit-lora
chore: promote main (i.e. staging) to production
+437
−28
22:33:45
algokit-lora
chore(release): ref:stable 2.3.1 [skip ci]
+9
−3
22:33:46
algokit-lora
Notes added by 'git notes add'
+1
−0
22:34:40
algokit-lora
chore: sync stable release 2.3.1 to main [skip ci]
+9
−3
23:32:40
java-algorand-sdk
Regenerate code from specification file
+14
−4
23:33:37
go-algorand-sdk
Regenerate code from specification file
+18
−8