Home Reports Nov 13, 2025
Thursday, November 13, 2025
- Commits
- 73
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 23
- distinct authors
- Lines changed
- +811,664 −134,456
- additions / deletions
Thursday, November 13, 2025
73 commits were pushed across 18 repos by 23 authors. There were 811,664 additions and 134,456 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 3 commits
- indexer 2 commits
- java-algorand-sdk 1 commit
- ledger-app-algorand 9 commits
- algokit-core 19 commits
- algokit-cli 2 commits
- algokit-lora 2 commits
- algokit-typescript-template 1 commit
- algokit-utils-py 2 commits
- algokit-utils-ts 10 commits
- liquid-auth 3 commits
- liquid-auth-js 1 commit
- puya-ts 3 commits
- xHD-Wallet-API-ts 2 commits
- rosetta-smart-contracts 2 commits
- algo-intent 9 commits
- algorand-js-sdk 1 commit
- a-day-in-my-bobalife 1 commit
Commit Log
73 commits · 18 repositories
00:05:07
algokit-utils-ts
wip - more review
+17
−27
00:14:46
algokit-utils-ts
some more refactor
+21
−37
00:35:31
algokit-utils-ts
another round of review
+22
−24
01:00:21
go-algorand
Build 2535 Data
+1
−1
01:00:21
go-algorand
FI from master
+594
−540
01:27:24
algokit-utils-ts
apply the extra page fix
+39
−10
01:35:13
algokit-utils-ts
delete files from sdk
+0
−947
01:38:40
puya-ts
fix: Remove post install script which is throwing security warnings in pnpm
+0
−35
01:42:25
algokit-utils-ts
review notes
+1
−3
01:47:39
java-algorand-sdk
tests: add resource reordering test
+58
−16
01:55:24
puya-ts
fix: Remove post install script which is throwing security warnings in pnpm
+0
−35
02:05:50
puya-ts
Notes added by 'git notes add'
+1
−0
04:52:38
algokit-cli
feat: updating to use new localnet conduit importer
+151
−366
04:54:10
algokit-utils-ts
wip - remove SDK abi types
+220
−1060
05:38:35
algokit-cli
chore: removing version from the generated algod_config.json so we always use the latest version.
+2
−3
05:50:45
algokit-lora
chore: add DataProvider to txn wizard test
+12
−4
05:52:57
algokit-lora
chore: lint-fix
+1
−1
07:47:24
rosetta-smart-contracts
fix: remove tab indentation in SimpleTransfer.sol
+1
−1
08:35:46
rosetta-smart-contracts
Merge pull request #6 from marfvr/main
+1
−1
09:47:19
ledger-app-algorand
build: add ledger's build workflew
+26
−0
09:47:32
ledger-app-algorand
chore: replace custom workflows with reusable documentation and misspellings checks
+2
−27
09:56:50
ledger-app-algorand
build: update misspellings check configuration to include filename checks and custom source paths
+5
−0
11:37:22
ledger-app-algorand
Merge pull request #6 from blooo-io/build/LDG-766-add-reusable-build-workflow-fix-ci
+33
−27
12:18:15
algokit-utils-ts
chore: adding ledger state delta models and cleaning up block models
+2166
−611
12:28:43
ledger-app-algorand
Merge pull request #2 from blooo-io/develop
+33
−27
12:39:28
liquid-auth
Merge pull request #57 from algorandfoundation/chore/publish-docs
+30
−173
13:23:54
ledger-app-algorand
test: add transaction data and signature verification for Algorand transactions
+167
−48
13:28:11
ledger-app-algorand
chore: comment out unused code
+56
−56
13:42:45
ledger-app-algorand
test: implement signing and verification for Asset Freeze transactions with new helper function
+111
−49
13:57:42
algo-intent
feat(ui): show complete atomic and asset details in chat
+69
−7
13:59:39
algo-intent
feat(wallet): add social signer approval flow
+108
−27
14:00:00
algo-intent
feat(ui): inline approval card and asset intent routing
+317
−17
14:00:30
algo-intent
feat(wallet): route swap signer through enhanced provider
+3
−3
14:00:50
algo-intent
feat(trading): cache asset opt-ins and reuse enhanced signer
+74
−0
14:00:57
algokit-utils-ts
add examples (wip)
+176939
−0
14:01:13
algo-intent
feat(transactions): add social signer support and asset transfer checks
+308
−40
14:01:54
algokit-utils-py
fix(api): handle unhashable keys in msgpack responses
+548
−112
14:06:22
algorand-js-sdk
fix: use duck typing instead of instanceof to distinguish clients
+16
−6
14:26:26
liquid-auth-js
docs: Update installation command for liquid-client
+2
−2
14:58:50
algokit-core
wip: new project dir
+4367
−4874
15:15:02
a-day-in-my-bobalife
chore: log greeting (2025-11-13)
+1
−0
15:15:43
algokit-core
chore: fix script
+32
−32
15:17:30
algo-intent
feat(ui): clean transaction detail cards
+126
−6
15:18:01
algo-intent
feat(ui): shorten asset transfer summaries
+73
−8
15:18:55
algo-intent
refactor(transactions): simplify nft transfer messaging
+56
−16
15:19:29
xHD-Wallet-API-ts
Updated sumo.facade.ts to implement feedback, clearing the top bit from the scalar value prior to calling mod in crypto_scalarmult_ed25519_base_noclamp
+7
−1
15:22:49
xHD-Wallet-API-ts
Whitespace cleanup from prev change
+5
−5
16:03:07
ledger-app-algorand
Merge pull request #54 from algorandfoundation/develop (B2CA-2409)
+5151
−2530
16:42:54
algokit-utils-py
chore: drop txn leases field
+0
−92
17:21:15
liquid-auth
Revert "Updated theme to match liquid-auth branding"
+173
−30
17:36:54
liquid-auth
Merge pull request #58 from algorandfoundation/revert-57-chore/publish-docs
+173
−30
19:15:10
go-algorand
draft of UpdateCommitment change
+837
−52
20:32:05
algokit-utils-ts
feat: added algod tests
+8179
−0
20:56:36
algokit-core
chore: remove TypeScript (#295)
+2
−70419
20:56:36
algokit-core
chore: remove TypeScript (#295)
+2
−45371
21:03:10
algokit-core
chore: rename kotlin to android
+7
−7
21:03:10
algokit-core
ci: kotlin ci
+40
−0
21:03:10
algokit-core
ci: specify ndk
+1
−1
21:03:10
algokit-core
Merge branch 'main' into spike/kotlin
+609489
−6613
21:03:10
algokit-core
ci: only publish on push
+4
−0
21:03:10
algokit-core
chore: rebuild kt
+712
−3
21:03:10
algokit-core
docs: typo
+1
−1
21:03:10
algokit-core
chore: fix merge issues
+3
−3
21:03:10
algokit-core
ci: remove redundant AAR step
+1
−5
21:03:10
algokit-core
ci: use sh -c
+5
−1
21:06:33
algokit-core
ci: add test step
+4
−0
21:18:59
algokit-core
ci: set jdk to 21
+6
−0
21:39:23
algokit-core
ci: ensure JNA can find libs
+8
−0
22:28:28
indexer
prune impossible role filters
+6
−6
22:50:03
algokit-typescript-template
fix: Update tsconfig to use lib ESNext which matches puya-ts repo
+11
−4
23:09:30
indexer
block header role speedup
+13
−2
23:13:52
algokit-core
wip: try android emulator test
+13
−1
23:27:00
algokit-core
wip: specify api level
+1
−0