Home Reports Sep 9, 2025
Tuesday, September 9, 2025
- Commits
- 69
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 19
- distinct authors
- Lines changed
- +58,966 −74,226
- additions / deletions
Tuesday, September 9, 2025
69 commits were pushed across 18 repos by 19 authors. There were 58,966 additions and 74,226 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 1 commit
- java-algorand-sdk 2 commits
- ledger-app-algorand 3 commits
- py-algorand-sdk 1 commit
- weLend 2 commits
- community 1 commit
- algokit-core 17 commits
- algokit-cli 1 commit
- algokit-lora 5 commits
- algokit-utils-ts 1 commit
- puya 10 commits
- specs 6 commits
- d-asa 2 commits
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 3 commits
- connect 1 commit
- algo-voting 3 commits
- StablecoinWatch 9 commits
Commit Log
69 commits · 18 repositories
01:00:29
go-algorand
Build 2470 Data
+1
−1
01:59:31
StablecoinWatch
fix(fetchers): standardize symbol casing and lowercase network fields
+253
−147
02:22:58
StablecoinWatch
docs: add comprehensive JSDoc documentation across entire codebase
+1320
−238
02:43:04
StablecoinWatch
fix(defillama): exclude non-approved pegged assets and adjust USD price filter\n\nFilter DeFiLlama pegged assets by allowed peg types (defaults to fiat pegs; excludes VAR) to prevent BTC/EUR-pegged assets like Bitcoin from appearing. Apply price sanity only to USD-pegged assets. Add one-time peg-type logging for visibility.\n\n- Add pegType-based filtering and defensive exclusions\n- Limit price range checks to peggedUSD only\n- Update default allowedPegTypes in ApiConfig to common fiat pegs (no VAR)\n- Log unique peg types present in the response for auditing\n\nRefs: #stability, #data-quality
+57
−4
02:46:13
StablecoinWatch
feat(logging): add minimal global logger with single verbose toggle\n\nIntroduce app/logger.js to centralize logging. Allows enabling verbose logs across the app via either LOG_LEVEL=debug or VERBOSE_LOGGING=true. Timestamps and level tags added to console output; debug suppressed unless enabled. Wire logger early in app startup.\n\n- Add app/logger.js (timestamped, leveled output)\n- Respect LOG_LEVEL and VERBOSE_LOGGING env vars\n- Initialize logger in app/app.js at boot\n- Switch DeFiLlama peg-type log to debug to honor the toggle
+75
−0
02:46:32
StablecoinWatch
chore(logging): route peg-type log to debug channel to respect verbose toggle
+3
−8
02:46:50
algokit-lora
chore: use previous package.lock file
+3355
−3340
02:50:39
StablecoinWatch
chore(logging): align legacy DEBUG flag with new verbose toggle\n\nSet global.DEBUG in logger to reflect LOG_LEVEL/VERBOSE_LOGGING so util.js debug gating remains consistent across the app.
+159
−45
02:53:00
StablecoinWatch
docs: add application-wide architecture and per-file overview\n\nProvide comprehensive documentation covering architecture, data flow, configuration, services, fetchers, routes, views, and operational notes.
+280
−0
02:57:31
puya
feat: disable default/automatic output of ARC-32 app spec file.
+8
−2
02:57:31
puya
chore: compile all
+90
−13268
03:01:43
puya
feat: disable default/automatic output of ARC-32 app spec file.
+8
−2
03:01:43
puya
chore: compile all
+90
−13268
03:04:22
algo-voting
Bump @vue/cli-service from 4.5.19 to 5.0.9
+1
−1
03:04:47
algo-voting
Update @typescript-eslint/parser requirement from ^8.40.0 to ^8.43.0
+1
−1
03:05:02
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
03:20:14
StablecoinWatch
perf(fetchers): optimize filtering performance with async batching and pre-compiled patterns
+119
−17
03:33:29
puya
feat: make BoxRef methods directly accessible on Box class
+230
−147
03:35:18
algokit-lora
Merge branch 'main' of https://github.com/algorandfoundation/algokit-lora into feat/arc62-circulating-supply
+10
−10
03:40:07
algokit-lora
Merge branch 'feat/arc62-circulating-supply' of https://github.com/algorandfoundation/algokit-lora into feat/arc62-circulating-supply
+3355
−3340
03:41:22
StablecoinWatch
docs: update documentation for async batching performance optimizations
+35
−1
04:11:59
puya
feat: make BoxRef methods directly accessible on Box class (#550)
+230
−147
04:38:29
algokit-core
wip - map storage
+230
−101
05:13:58
algokit-lora
fix: resolve some build issues
+2
−4
05:46:21
puya
fix: MypyError can be missing line / column info, but these are provided as -1 values, which fail our SourceLocation validations
+2
−2
05:55:27
puya
fix: MypyError can be missing line / column info, but these are provided as -1 values, which fail our SourceLocation validations
+2
−2
06:01:11
algokit-core
wip - app state
+99
−71
06:36:33
puya
refactor: replace deprecated BoxRef with Box[Bytes] and add change log
+11425
−11269
06:49:16
algokit-core
wip - some clean up
+164
−534
07:08:58
algokit-core
wip - fix compile issues
+38
−45
07:55:59
puya
refactor: replace deprecated BoxRef with Box[Bytes] and add change log (#554)
+11425
−11269
09:53:53
connect
build(deps-dev): bump rollup from 2.79.1 to 2.79.2
+4
−3
10:29:16
weLend
Update buyout logic to support premium paid in xUSD and split 50.50 with original debtor
+4390
−4322
10:42:12
algokit-core
make app state accessor better
+67
−62
10:59:03
weLend
buyout work
+13021
−7315
11:02:59
specs
chore: non-normative subfolder
+453
−449
11:50:00
algokit-core
wip - box
+105
−79
12:23:25
algokit-core
box done
+61
−54
12:29:41
specs
chore: non-normative subfolder
+11
−10
12:33:14
specs
Merge pull request #218 from algorandfoundation/non-normative-folders
+464
−459
12:52:41
community
Commit from GitHub Actions (Community Interest Tracker)
+2
−0
12:55:38
specs
docs: protocol update process
+35
−1
13:03:53
ledger-app-algorand
Merge remote-tracking branch 'ledgerhq-algorand/develop' into sync
+0
−0
13:06:33
specs
docs: improve structure and wording
+27
−17
13:40:21
ledger-app-algorand
bump version
+1
−1
14:06:57
ledger-app-algorand
Merge pull request #74 from Zondax/sync
+1
−1
14:19:52
algokit-core
chore: tweak the txn validation and add some missing wiring
+121
−26
14:34:03
py-algorand-sdk
CR fixes
+20
−22
15:14:25
a-day-in-my-bobalife
chore: log greeting (2025-09-09)
+1
−0
15:33:23
specs
Merge pull request #220 from algorandfoundation/protocol-upgrades
+45
−1
15:54:13
algokit-utils-ts
feat: add core transaction validation
+2316
−14
16:19:56
algokit-cli
fix: enables package manager command translation
+361
−8
17:09:33
d-asa
build: artifacts
+8
−8
17:30:40
d-asa
Merge pull request #41 from cusma/dependabot/pip/minor-and-patch-a497afa84e
+77
−77
17:54:33
java-algorand-sdk
Update UseAccess behavior such that callers can use the existing fields and simply enable UseAccess to pass references in the new format.
+359
−946
18:02:01
java-algorand-sdk
Merge branch 'main' into txn-access
+217
−47
18:40:11
algokit-walletsdk-kmp
Copy over working snapshot of wallet-sdk hd account code over to KMP repo
+163
−85
18:44:56
algokit-core
dep: update uniffi to 0.29.4
+73
−59
19:36:39
algokit-walletsdk-kmp
fix: ktlint issues
+14
−8
19:40:57
algokit-walletsdk-kmp
feat: copy over working snapshot of wallet-sdk hd account code over to KMP repo (#20)
+174
−90
21:16:21
algokit-lora
chore(deps-dev): bump vite from 7.0.5 to 7.1.5
+26
−20
22:40:24
algokit-core
fix params_builder
+39
−74
23:15:18
algokit-core
Merge pull request #254 from algorandfoundation/chore/future-creator-tweaks
+394
−143
23:15:18
algokit-core
Merge pull request #254 from algorandfoundation/chore/future-creator-tweaks
+394
−143
23:16:08
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.62 [skip ci]
+1
−1
23:16:08
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.62 [skip ci]
+1
−1
23:22:17
algokit-core
Notes added by 'git notes add'
+1
−0
23:24:44
algokit-core
fix up the app client
+9
−113
23:31:53
algokit-core
Merge branch 'main' into app-client-pat
+2442
−2282