Home Reports Nov 5, 2025
Wednesday, November 5, 2025
- Commits
- 77
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 25
- distinct authors
- Lines changed
- +131,363 −104,766
- additions / deletions
Wednesday, November 5, 2025
77 commits were pushed across 15 repos by 25 authors. There were 131,363 additions and 104,766 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 19 commits
- js-algorand-sdk 1 commit
- weLend 3 commits
- algokit-lora 11 commits
- algokit-utils-py 3 commits
- algokit-utils-ts 10 commits
- algorand-typescript-testing 2 commits
- ARCs 3 commits
- devportal 1 commit
- puya-ts 2 commits
- xHD-Wallet-API-kt 1 commit
- algo-intent 18 commits
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 1 commit
- txnDuck 1 commit
Commit Log
77 commits · 15 repositories
01:00:20
go-algorand
Build 2527 Data
+1
−1
01:00:20
go-algorand
FI from master
+3
−3
01:33:40
algorand-typescript-testing
Merge pull request #108 from algorandfoundation/fix/decorator-abicall
+106
−7
02:28:05
puya-ts
fix: Normalise document uris across the language server to resolve diagnostic responsiveness in webstorm
+89
−27
02:38:27
puya-ts
Notes added by 'git notes add'
+1
−0
03:15:58
algokit-utils-ts
fix access list decoding bug
+60
−13
04:02:26
algokit-utils-ts
review and comments
+1
−4
04:02:36
algokit-utils-ts
more review
+50
−114
05:19:28
algokit-utils-ts
fix tests
+82
−68
05:22:03
algokit-utils-ts
remove unnecessary conversion
+1
−1
05:28:13
algokit-utils-ts
remove comment
+1
−2
05:41:29
algokit-utils-ts
Merge branch 'feat/transact-integration' into composer-integration
+594
−589
05:54:28
algokit-utils-py
refactor: removal of legacy v2 code and tests
+134
−7969
06:44:42
algo-intent
Add whatsapp-bot/.gitignore
+39
−0
06:45:09
algo-intent
Add whatsapp-bot/package.json
+40
−0
06:45:09
algo-intent
Add whatsapp-bot/README.md
+130
−0
06:45:10
algo-intent
Add whatsapp-bot/src/index.ts
+128
−0
06:45:10
algo-intent
Add whatsapp-bot/src/queue/queue.ts
+115
−0
06:45:10
algo-intent
Add whatsapp-bot/src/intent/types.ts
+33
−0
06:45:10
algo-intent
Add whatsapp-bot/src/algorand/algorandClient.ts
+155
−0
06:45:10
algo-intent
Add whatsapp-bot/src/intent/engine.ts
+287
−0
06:45:11
algo-intent
Add whatsapp-bot/src/types/whatsapp.ts
+134
−0
06:45:11
algo-intent
Add whatsapp-bot/src/wallet/walletManager.ts
+196
−0
06:45:11
algo-intent
Add whatsapp-bot/src/scripts/get-wallet.ts
+38
−0
06:45:11
algo-intent
Add whatsapp-bot/src/transaction/executor.ts
+328
−0
06:45:11
algo-intent
Add whatsapp-bot/src/queue/worker.ts
+317
−0
06:45:11
algo-intent
Add whatsapp-bot/src/scripts/test-redis.ts
+44
−0
06:45:12
algo-intent
Add whatsapp-bot/src/webhook/webhook.ts
+103
−0
06:45:12
algo-intent
Add whatsapp-bot/src/whatsapp/sender.ts
+77
−0
06:45:12
algo-intent
Add whatsapp-bot/src/webhook/extractMessage.ts
+109
−0
06:45:12
algo-intent
Add whatsapp-bot/tsconfig.json
+21
−0
06:52:41
algokit-utils-ts
handle empty locals in access list
+40
−7
08:47:07
txnDuck
chore: upgrade dependencies
+1305
−1161
09:03:50
ARCs
Update arc-0090.md
+43
−2
09:07:32
ARCs
Fix linting
+5
−4
09:23:49
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
10:49:59
algokit-utils-ts
Merge branch 'feat/transact-integration' into composer-integration
+40
−7
14:07:33
devportal
feat/liquid-auth Draft complete
+90
−0
15:14:40
a-day-in-my-bobalife
chore: log greeting (2025-11-05)
+1
−0
15:35:21
algokit-lora
Merge pull request #515 from algorandfoundation/fix/avmbytes-template-params
+56
−24
15:42:30
algokit-lora
chore(release): ref:beta 2.2.1-beta.2 [skip ci]
+5
−5
15:42:31
algokit-lora
Notes added by 'git notes add'
+1
−0
15:44:05
algokit-lora
chore(deps-dev): bump vite from 7.1.7 to 7.1.12
+5
−5
15:45:01
ARCs
feat: upgraded to puya-ts 1.0.1 & fixed a registration bug with the escrow factory
+85554
−63604
16:14:27
algokit-utils-py
refactor: decoupling dependencies on algosdk's indexer and kmd clients
+84
−50
16:36:03
algokit-utils-py
refactor: ensuring auto encoding/decoding of byte fields in generators ( further aligning with rs and ts variants )
+789
−115
18:12:24
algokit-lora
feature: added circle usdc faucet link to testnet dispenser
+19
−2
18:34:26
algokit-walletsdk-kmp
Add Show Address screen implemented
+457
−144
18:49:57
go-algorand
network: don't send VP in MOI messages if unsupposrted by remote peer
+103
−4
18:56:56
go-algorand
simplify
+7
−11
19:06:42
go-algorand
further simplify
+17
−21
19:12:18
go-algorand
make even shorter
+2
−7
19:19:38
go-algorand
fix tests
+80
−36
19:30:27
go-algorand
update partitiontest
+1
−0
19:30:58
go-algorand
Final? CR
+9
−9
19:54:55
go-algorand
TotalAppLen is what matters
+1
−1
19:55:42
weLend
asa testing
+1859
−9
19:58:04
go-algorand
don't grab the lock for VP filtering
+11
−8
20:04:29
go-algorand
even smaller diff
+9
−10
20:50:19
xHD-Wallet-API-kt
Merge pull request #51 from algorandfoundation/fix/bump-dependencies
+48
−46
20:53:03
go-algorand
Txn: Allow epp and schema change (#6446)
+2531
−1571
21:00:24
go-algorand
add Go Benchmark (go) benchmark result for 7a4f38aee24535cef56c7bd9095db61629d5dc00
+445
−1
21:03:19
go-algorand
network: don't send VP in MOI messages if unsupported by remote peer (#6484)
+133
−0
21:03:42
go-algorand
Bump buildnumber.dat
+1
−1
21:04:38
go-algorand
network: don't send VP in MOI messages if unsupported by remote peer (#6484)
+133
−0
21:08:00
go-algorand
add Go Benchmark (go) benchmark result for 19a679f22d7ab88457857d8aef01fd493b9c7dfe
+445
−1
21:13:23
algokit-lora
fix(mobile): fix few reviews on previous comment
+51
−33
21:20:51
go-algorand
Merge pull request #6485 from onetechnical/relbeta4.4.1
+134
−1
22:23:28
weLend
Updated tests and fixed up methods with correct decorators
+13205
−13358
22:32:36
algokit-lora
chore(deps-dev): bump vite from 7.1.7 to 7.1.12 (#510)
+5
−5
22:40:18
algokit-lora
chore(release): ref:beta 2.2.1-beta.3 [skip ci]
+5
−5
22:40:19
algokit-lora
Notes added by 'git notes add'
+1
−0
22:52:55
algokit-lora
Merge branch 'main' into fix/mobile-components
+63
−31
22:53:17
weLend
Additional validation on mbr
+20081
−15611
22:57:57
algokit-lora
fix(package_lock) sync msw package to use latest from a day ago
+6
−6
23:29:26
js-algorand-sdk
Regenerate code from specification file
+24
−0
23:56:36
algokit-utils-ts
PR feedback
+41
−52