Home Reports Nov 14, 2025
Friday, November 14, 2025
- Commits
- 87
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 23
- distinct authors
- Lines changed
- +164,107 −39,196
- additions / deletions
Friday, November 14, 2025
87 commits were pushed across 19 repos by 23 authors. There were 164,107 additions and 39,196 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- go-algorand 13 commits
- go-algorand-sdk 1 commit
- indexer 4 commits
- js-algorand-sdk 1 commit
- ledger-app-algorand 4 commits
- msgp 3 commits
- algokit-core 1 commit
- algokit-fullstack-template 3 commits
- algokit-python-template 5 commits
- algokit-typescript-template 2 commits
- algokit-utils-py 2 commits
- algokit-utils-ts 11 commits
- nodekit 1 commit
- puya 4 commits
- algo-intent 15 commits
- algorand-js-sdk 3 commits
- a-day-in-my-bobalife 1 commit
- arcraft 12 commits
- subql-stellar 1 commit
Commit Log
87 commits · 19 repositories
00:04:12
algokit-core
wip: specify arch
+1
−0
01:00:20
go-algorand
Build 2536 Data
+1
−1
01:24:06
algokit-typescript-template
chore: fix banner image
+1
−1
01:28:09
algokit-python-template
chore: fix broken banner image
+1
−1
01:41:06
algokit-typescript-template
Merge pull request #42 from algorandfoundation/update-ts-config
+12
−5
01:49:53
algokit-python-template
chore: remove util dependency to fix audit issue
+3
−409
02:29:10
algokit-python-template
Merge pull request #109 from algorandfoundation/chore/fix-banner
+4
−410
02:31:41
algokit-python-template
chore(deps): bump the all group across 1 directory with 5 updates
+89
−70
02:31:44
algokit-python-template
Merge d032cfc77a9267446ead4c2ed709c3f20c3ceed1 into b0b54f19889eb1403e98242ba0f77089eaaef5f8
+89
−70
02:51:38
algokit-utils-ts
wip
+288
−1322
03:08:46
algo-intent
chore: trigger deployment after restoring commits
+0
−0
03:26:02
algokit-fullstack-template
chore: update templates
+14
−10
03:43:10
puya
feat: handle encoding/decoding sized native bytes to ARC-4 arrays more efficiently, and also optimize len of extract with known size
+103
−1
03:43:10
puya
chore: compile_all
+1379
−1147
03:47:44
puya
feat: handle encoding/decoding sized native bytes to ARC-4 arrays more efficiently, and also optimize len of extract with known size
+103
−1
03:47:44
puya
chore: compile_all
+1379
−1147
05:31:11
algokit-utils-ts
wip - styling fixing everything
+58
−84
06:01:10
algo-intent
Remove Redis queue implementation
+0
−115
06:01:10
algo-intent
Replace Redis queue with in-process message processor and add graceful shutdown
+58
−41
06:01:10
algo-intent
Add in-process message processor to replace Redis queue
+841
−0
06:01:10
algo-intent
Add WhatsApp media download and IPFS upload utilities
+185
−0
06:01:10
algo-intent
Add interactive message type support for button and list replies
+15
−1
06:01:10
algo-intent
Extract interactive button and list reply messages
+13
−0
06:01:10
algo-intent
Add media_id and media_type to IntentParameters for NFT creation
+2
−0
06:01:10
algo-intent
Replace Redis queue with in-process message processor in webhook handler
+10
−17
06:01:10
algo-intent
Remove Redis/BullMQ dependencies and add form-data package
+6
−9
06:01:10
algo-intent
Add NFT and wallet transaction handlers, update explorer URLs to Lora AlgoKit
+504
−8
06:01:10
algo-intent
Remove Redis worker implementation
+0
−317
06:01:10
algo-intent
Add quick replies function and refactor phone number normalization
+97
−42
06:01:10
algo-intent
Remove Redis test script
+0
−44
06:01:20
algo-intent
Update architecture diagram: replace Redis queue with message processor
+1
−1
06:41:03
go-algorand-sdk
chore: fix a large number of spelling issues
+9
−9
07:52:29
algokit-fullstack-template
chore: fix build
+4
−4
08:40:58
algokit-fullstack-template
Merge pull request #52 from algorandfoundation/chore/template-update
+14
−10
11:55:45
ledger-app-algorand
test: add tests for all transaction types
+274
−90
12:07:57
ledger-app-algorand
refactor: correct linting issues
+17
−14
12:28:32
ledger-app-algorand
fix: update p2 value assignment for chunk processing in AlgorandCommandSender
+2
−4
12:31:15
ledger-app-algorand
test: update golden snapshots
+0
−0
13:25:58
nodekit
fix: Bootstrap works without software-properties-common (Debian 13)
+10
−6
14:22:05
algokit-utils-ts
chore: adjusting the block type to align with go-algorand and js-algosdk
+610
−204
14:56:55
algokit-utils-ts
add examples
+112894
−8897
15:14:33
a-day-in-my-bobalife
chore: log greeting (2025-11-14)
+1
−0
15:15:16
algokit-utils-py
chore: remove typed ledger state delta endpoint support to align with ts constraints; Add Missing ParticipationUpdates model
+176
−1133
15:20:32
algokit-utils-py
fix(api): handle unhashable keys in msgpack responses (#216)
+577
−1190
15:29:53
indexer
before-time/after-time optimization for participation queries (#1677)
+33
−12
16:16:55
algokit-utils-ts
Merge remote-tracking branch 'origin/decoupling-algod-compat' into feature/add-algod-polytests
+4103
−2254
16:26:35
go-algorand
better generics, clean up some more
+58
−50
16:29:51
go-algorand
use L for AppLocalState
+1
−1
16:56:03
go-algorand
apply changes from modernize x/tools v0.39.0
+5
−5
17:19:25
msgp
make happier generated code
+8
−8
17:22:23
go-algorand
run make msgp with algorand/msgp#35
+313
−337
17:28:02
go-algorand
fix +build issues and pin modernize to v0.39.0
+1
−24
17:32:57
msgp
CR feedback
+5
−5
17:34:27
msgp
Merge pull request #35 from algorand/modernize
+9
−9
17:35:27
go-algorand
bump msgp gen version
+1
−1
17:47:45
algorand-js-sdk
migrate to algosdk v3 (#98)
+295
−290
17:48:08
algorand-js-sdk
chore(release): version packages
+7
−6
17:48:30
algorand-js-sdk
chore(release): version packages (#99)
+7
−6
17:49:59
go-algorand
CI: apply changes from latest modernize v0.39.0 (#6498)
+319
−366
17:55:23
go-algorand
add Go Benchmark (go) benchmark result for 99c6b1968615a5e73f97dfc6171e09c534ca2498
+445
−1
18:49:54
algokit-utils-ts
feat(tests): add no-parameter endpoint tests with external snapshots
+1390
−34
19:12:41
go-algorand
make ledgerTestHelper
+114
−86
19:49:58
go-algorand
add more methods to ledgerTestBlockBuilder
+107
−92
19:54:00
go-algorand
add endOfBlock and initNextBlockHeader to test helper
+7
−7
20:14:16
indexer
Revert "before-time/after-time optimization for participation queries (#1677)"
+12
−33
20:22:40
arcraft
add: arc62 support
+10730
−7208
20:23:00
arcraft
deploy: 12318691ca941e9d38e6207400e71ce8ab749827
+446
−397
20:32:36
arcraft
add usecase build
+4502
−15
20:35:17
arcraft
Refactor docs-deploy workflow for deployment steps
+22
−10
20:35:40
arcraft
deploy: 91ebdf66ef34e03d48e029853fd9cbbf2a2376dc
+4501
−1
20:38:10
arcraft
add: base url for usecase
+15
−14
20:38:18
arcraft
Merge branch 'main' of github.com:satishccy/arcraft
+22
−10
20:38:44
arcraft
deploy: 9e87f0d3a3be6647253005798d9a269c4fbe3cea
+14
−14
20:40:19
go-algorand
Add `ConnectedPeerStatus` definition to swagger
+19
−0
20:43:13
arcraft
change docs url
+7980
−3038
20:43:38
arcraft
deploy: e823ed4093deec45e1a4cb9e7ace3aa2d9f4640c
+416
−414
21:10:45
arcraft
update usecase frontend hero section
+105
−87
21:11:04
arcraft
deploy: d5623fa99b0d739b75440af4cb47d08f992d68fd
+37
−37
21:25:28
indexer
Revert "before-time/after-time optimization for participation queries (#1677)" (#1682)
+12
−33
22:07:48
algokit-utils-ts
feat(tests): add address-based endpoint tests with external snapshots
+7474
−7288
22:14:56
algokit-utils-ts
feat(tests): add transaction endpoint tests with external snapshots
+72
−16
22:17:47
algokit-utils-ts
feat(tests): add application endpoint test with external snapshots
+101
−8
22:23:25
algokit-utils-ts
feat(tests): add ledger endpoint tests with external snapshots
+41
−16
22:27:38
subql-stellar
Bump js-yaml from 4.1.0 to 4.1.1
+13
−2
22:36:16
algokit-utils-ts
feat(tests): add round-based endpoint tests with external snapshots
+462
−122
22:47:10
indexer
before-time/after-time optimization for participation queries
+14
−4
23:28:23
js-algorand-sdk
Regenerate code from specification file
+24
−0