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

November 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 24

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