Home Reports Mar 7, 2026
Saturday, March 7, 2026
- Commits
- 77
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 15
- distinct authors
- Lines changed
- +128,488 −91,962
- additions / deletions
Saturday, March 7, 2026
77 commits were pushed across 17 repos by 15 authors. There were 128,488 additions and 91,962 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- go-algorand 4 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- algokit-python-template 6 commits
- algokit-react-frontend-template 4 commits
- algokit-subscriber-py 3 commits
- algokit-typescript-template 9 commits
- algokit-utils-py 3 commits
- devportal 6 commits
- liquid-auth-android 3 commits
- xchain-accounts 1 commit
- vibekit 18 commits
- algorand-mcp 2 commits
- a-day-in-my-bobalife 1 commit
- bitcoinBuyer1_CryptoMaven.xyz 3 commits
- use-wallet 10 commits
- use-wallet-ui 2 commits
Commit Log
77 commits · 17 repositories
00:03:14
go-algorand
add Go Benchmark (go) benchmark result for 7b035664f9d5334bab671fba17215c7317da211a
+445
−1
00:20:13
vibekit
feat: make deployment ready
+152
−26
00:28:53
use-wallet-ui
fix: walletconnect: default inject ethereum mainnet in defaultConfig chains; add metadata.redirect
+49
−9
00:29:16
xchain-accounts
fix: walletconnect: default inject ethereum mainnet in defaultConfig chains; add metadata.redirect
+1
−1
00:40:07
use-wallet
chore: migrate tsup to tsdown and drop CJS output
+766
−531
00:53:38
use-wallet
chore: pin dependency versions and fix publint repository URLs
+91
−91
00:55:15
vibekit
feat: add README for explorer microsite
+22
−0
00:59:03
vibekit
feat: update env var handling
+14
−15
01:00:26
go-algorand
Build 2649 Data
+1
−1
01:00:26
go-algorand
FI from master
+238
−6
01:12:41
vibekit
feat: surface errors
+7
−1
01:52:42
vibekit
feat: generate opengraph images
+467
−5
02:02:46
vibekit
fix: add maxDuration to chat route for Vercel deployments
+2
−0
02:05:17
vibekit
fix: improve loading states and chat message layout
+89
−50
02:09:23
vibekit
fix: replace NFD suggestion with app creation query
+7
−5
02:22:18
vibekit
fix: block header query; make addresses copyable
+91
−43
02:34:02
vibekit
fix: sticky footer, block lookup, system prompt, and responsive UI
+42
−34
02:49:12
vibekit
fix: use Algod instead of Indexer health check for latest round
+78
−6
02:56:10
vibekit
fix: use lightweight block headers instead of full block lookup
+11
−3
03:06:01
vibekit
fix: use nullish() for optional tool params to fix Together AI
+7
−2
03:09:04
vibekit
fix: simplify tools, hardcode block round to isolate hang
+7
−67
03:11:24
vibekit
fix: remove get_network_status, hardcode lookup_block with own schema
+19
−7
03:14:24
vibekit
fix: add get_network_status back as no-op hardcoded response
+10
−0
03:28:26
use-wallet
feat(core): rename `resetNetwork` to `persistNetwork`
+40
−20
03:30:54
vibekit
fix: use @ai-sdk/togetherai provider and migrate to AI SDK v6
+129
−80
03:33:18
vibekit
fix: convert UIMessages to ModelMessages in chat route
+2
−2
04:20:04
algokit-typescript-template
chore: update generated examples with new configurations for ESM compatibility
+93
−109
04:22:31
algokit-typescript-template
chore: merge with latest from decoupling branch to fix conflicts
+6
−12
04:31:59
algokit-typescript-template
chore: add prettierrc and update workflows to use single quotes for consistency
+17
−35
04:46:46
algokit-python-template
chore: add jest as generated template explicit dependency - It was missing but the tests were passing because of peer dep on ts-jest
+1
−0
04:49:57
algokit-python-template
chore: update deploy script to watch for .env changes and hot reload
+1
−1
04:50:16
go-algorand
Merge pull request #1 from jannotti/box-paging
+3661
−1894
04:53:51
algokit-python-template
chore: remove ts-node dependency
+0
−1
05:01:07
algokit-typescript-template
chore: update generated templates
+144
−123
05:15:03
algokit-python-template
chore: re-add ts-node as typescript template dependency because jest needs it
+1
−0
05:20:19
algokit-python-template
chore: update generated templates
+3
−2
05:26:31
use-wallet
feat(core): add wallet adapter capabilities
+485
−8
05:27:08
algokit-typescript-template
chore: remove trailing space from templates that were causing wrong formatting on generated contracts
+4
−4
05:33:08
algokit-typescript-template
chore: change directory from __dirname (CJS) to import.meta.url for better ESM compatibility on generated templates
+2
−1
05:35:23
algokit-typescript-template
chore: update generated templates
+7
−5
05:51:05
use-wallet
feat(examples): use `availableWallets` for network-filtered wallet lists
+41
−14
06:35:17
use-wallet
fix(core): disconnect incompatible wallets on network switch
+231
−11
06:39:00
algorand-mcp
Update
+0
−2
07:17:18
use-wallet
test(e2e): update Playwright tests for v5 example UI
+134
−37
07:49:42
use-wallet
docs: add v4 to v5 migration guide
+476
−1
08:08:25
use-wallet
docs: update GitBook documentation for v5 API
+369
−1069
09:26:46
bitcoinBuyer1_CryptoMaven.xyz
REST: Address + TokenWallet Endpoints by Email
+73
−9
09:42:26
algokit-python-template
feat: enable commiting changelog to github source code
+7
−1
09:43:39
algokit-typescript-template
feat: enable commiting changelog to github source code
+8
−2
09:43:51
algokit-typescript-template
Merge 0ed1ecea064abd76692f824f711dc4b2e90b0934 into 457eafe63a9ea9e888ae4edc07492656906b780c
+190
−211
09:48:24
algokit-react-frontend-template
chore: update template code to generate projects that are ESM compatible
+24
−24
09:48:57
algokit-react-frontend-template
chore: pin algokit utils dependency to latest alpha
+1
−1
10:01:13
algokit-react-frontend-template
chore: update generated templates
+12
−14
10:03:31
algokit-react-frontend-template
chore: remove test playground
+0
−14645
11:16:28
bitcoinBuyer1_CryptoMaven.xyz
Kubernetes/Compose Scripts cleanup
+374
−1240
11:20:06
bitcoinBuyer1_CryptoMaven.xyz
ANGULAR: addresses/tokenWallets get/save to email profile
+139
−76
13:13:53
liquid-auth-android
Merge pull request #25 from algorandfoundation/fix-bouncy-provider-priority
+59
−44
13:22:14
liquid-auth-android
chore(release): [skip ci] Liquid Auth
+7
−0
13:22:14
liquid-auth-android
Notes added by 'git notes add'
+1
−0
15:15:08
a-day-in-my-bobalife
chore: log greeting (2026-03-07)
+1
−0
15:39:36
algokit-utils-py
ci: add devportal docs publishing workflow with static example generation
+4897
−7007
15:46:16
algokit-utils-py
chore: removed old examples astro pages
+0
−271
15:58:04
algokit-utils-py
chore: removed comments
+3
−18
16:05:24
algorand-mcp
Merge 94082bdf5cef26eaacaf7c6501d9865054ab95be into 62a502d4df2a45a3976339c5182379741740e45f
+52
−14
16:48:23
devportal
docs(lib-algokit-utils-ts): imported releasewith devportal integration updates
+49287
−52185
17:17:32
devportal
docs(lib-algokit-utils-py): imported release with devportal integration updates
+44085
−2436
19:27:35
algokit-subscriber-py
ci: add DevPortal publishing pattern
+4720
−7082
19:52:14
algokit-subscriber-py
fix: docs build was failing with incorrect --group docs
+2
−2
19:58:50
algokit-subscriber-py
fix(ci): broken publish docs action
+7
−9
20:04:58
use-wallet
chore(release): 5.0.0-rc.1
+33
−33
20:31:26
devportal
refactor: updated subscriber import config
+21
−80
20:33:56
devportal
docs(lib-algokit-subscriber-ts): imported release with devportal integration updates
+8384
−2191
20:35:20
devportal
docs(lib-algokit-subscriber-py): imported release with devportal integration updates
+7051
−0
21:58:03
devportal
chore(ci): add branch for preview
+2
−0
23:30:17
java-algorand-sdk
Regenerate code from specification file
+362
−19
23:30:52
go-algorand-sdk
Regenerate code from specification file
+189
−9
23:55:39
use-wallet-ui
fix modal popping up after disconnect; fix rainbowkit autowire false warning
+34
−4