Home Reports Sep 18, 2025
Thursday, September 18, 2025
- Commits
- 139
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 18
- distinct authors
- Lines changed
- +174,650 −76,706
- additions / deletions
Thursday, September 18, 2025
139 commits were pushed across 15 repos by 18 authors. There were 174,650 additions and 76,706 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 11 commits
- js-algorand-sdk 2 commits
- weLend 1 commit
- algokit-core 3 commits
- algokit-lora 75 commits
- algokit-utils-py 1 commit
- algokit-utils-ts 7 commits
- algorand-python-testing 3 commits
- algorand-typescript-testing 3 commits
- puya-ts 3 commits
- puya-ts-demo 5 commits
- specs 14 commits
- a-day-in-my-bobalife 3 commits
- algo-voting 2 commits
- StablecoinWatch 6 commits
Commit Log
139 commits · 15 repositories
00:16:40
go-algorand
Apply suggestions from code review
+1
−1
00:26:12
StablecoinWatch
fix(classification): resolve PeggedAsset conflicts for XSGD and DJED
+28
−3
01:00:24
go-algorand
FI from master
+52
−90
01:00:25
go-algorand
Build 2479 Data
+1
−1
01:30:04
puya-ts
feat: update langspec to v4.3.0
+9677
−27
02:18:15
go-algorand
add test and vectors based on go/src/crypto/ed25519/ed25519vectors_test.go
+57
−0
02:39:53
go-algorand
CR fixes
+13
−12
02:46:00
go-algorand
CR fixes
+1
−5
02:51:32
algorand-typescript-testing
Merge pull request #94 from algorandfoundation/refactor/rename-interpret-as-arc4
+240
−214
02:52:47
puya-ts
Merge pull request #269 from algorandfoundation/feat/update-langspec
+9677
−27
02:56:21
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
02:58:01
StablecoinWatch
refactor(config): implement modular API configuration architecture
+2866
−695
02:58:01
go-algorand
CR fixes
+27
−32
03:03:03
puya-ts
Notes added by 'git notes add'
+1
−0
03:20:13
puya-ts-demo
refactor: migrate contracts to puya-ts 1.0
+22476
−20793
03:23:01
puya-ts-demo
Merge pull request #25 from algorandfoundation/refactor/update-dep
+22476
−20793
03:23:47
algokit-utils-ts
refactor: extract into shared methods
+110
−148
03:28:14
puya-ts-demo
feat: add tealscript merkle example as base for migration
+6206
−4
03:33:36
puya-ts-demo
migrate merkle contract from tealscript to puya-ts
+3254
−626
03:36:09
puya-ts-demo
Merge pull request #23 from algorandfoundation/feat/merkle
+8833
−3
03:36:12
algokit-utils-ts
add sendParams
+61
−52
04:04:11
algokit-utils-ts
add asset manager
+273
−0
04:10:32
algokit-utils-ts
done
+31
−4
04:13:09
algokit-utils-ts
fix ctor
+4
−17
04:30:08
algokit-utils-ts
comments
+169
−0
05:46:19
algokit-utils-ts
remove try catch
+21
−29
06:19:18
algorand-python-testing
feat: update langspec to 4.3.0
+935
−185
06:30:53
algorand-python-testing
Merge pull request #48 from algorandfoundation/update-langspec
+935
−185
06:37:18
algorand-python-testing
1.0.0-beta.6
+7
−1
07:06:45
algokit-lora
fix(build): fix build errors
+3
−4
07:07:47
algokit-lora
test signed commit
+0
−0
07:19:01
algokit-lora
[chore:package] update package.json to use algokit-utils 9.1.2 public version
+3216
−3240
07:19:12
algokit-lora
[add:asset_standard] add arc62 asset standard to asset standard enum
+2
−1
07:19:31
algokit-lora
[add:arc_62_utils] add function to check if asset follows the arc62 arc spec + start placeholder for the function to get asset circulating supply from application id
+13
−0
07:19:34
algokit-lora
[upd:asset_mapper] update asset mapper to use arc62 utils to check if asset follows the arc62 spec + implement conditional to push arc62 to standardsUsed list
+9
−0
07:19:35
algokit-lora
[add:asset_mock] add AR62 mock asset to asset-result.ts to be used in tests
+21
−0
07:19:36
algokit-lora
[add:unit-test] add posisitive and negative tests to check if an asset follows the arc62 through arc3 application-id property using the hasAc62Property() function
+30
−0
07:19:37
algokit-lora
[chore:rm] remove console.log()
+0
−1
07:19:42
algokit-lora
[upd:isArc62] Update isArc62() to check for 'application-id' inside 'arc-62' metadata property
+6
−2
07:19:44
algokit-lora
[upd:imports] update imports to use isArc62() instead of hasArc62Property() naming
+5
−5
07:19:45
algokit-lora
[sync] Align local branch with latest changes from main
+7
−0
07:19:46
algokit-lora
[add:integration_test] start integration test to check if asset page correctly display arc62 data
+105
−2
07:19:48
algokit-lora
[add:arc62-metadata] add metadata normalization for arc62 to asset metadata
+9
−1
07:19:49
algokit-lora
[add:display_data] add data display for arc62 circulating supply
+3
−0
07:19:50
algokit-lora
[add:metadata_fetch_arc62] start implementing arc62 metadata fetching that will soon get circulating supply from onchain
+13
−2
07:19:52
algokit-lora
[add:feature] add funded account application discovery to get ARC62 circulating supply + implement generic function to execute funded onchain application discovery + add application call references population
+103
−4
07:19:53
algokit-lora
[add:arc62_metadata] add arc62 metadata builder to include circulating supply
+8
−4
07:19:54
algokit-lora
[upd:executeFundedDiscoveryApplicationCall] update executeFundedDiscoveryApplicationCall() to receive appCallArgs array as argument
+17
−12
07:19:56
algokit-lora
[upd:fundedDiscovery] update abstract function executeFundedDiscoveryApplicationCall to enable unnamed resources when simulating + update usage
+2
−20
07:19:57
algokit-lora
[rm:deps] remove unused dependencies from arc62 implementation
+1
−12
07:19:58
algokit-lora
[rm:deps] remove unused dependencies from arc62 implementation
+1
−1
07:19:59
algokit-lora
[upd:arc62_metadata_display] update arc62 metadata display in asset details to use parsed json to show separate dt+dd
+32
−4
07:20:00
algokit-lora
[add:labels] add labels for cSupply, burnedSupply and reserve supply
+4
−1
07:20:01
algokit-lora
[add:arc62_properties] add burned supply and reserveSupply to arc62 asset metadata
+10
−2
07:20:02
algokit-lora
[upd:arc62_metadata_type] update arc62 metadata type to include burnedSupply and reserveSupply
+1
−1
07:20:03
algokit-lora
[add:arc62_burnedSupply] add function to get and parse arc62 burned supply
+22
−2
07:20:04
algokit-lora
[refactor:funded_discovery]refactor executeFundedDiscovery into its own utils file
+64
−75
07:20:05
algokit-lora
[refactor:test] refactor unit tests for arc62 checker into its own test file
+56
−28
07:20:06
algokit-lora
[add:comment] add comment to better document testing issues
+6
−1
07:20:07
algokit-lora
[fix:null_dt_error] fix <DescriptionList> null error
+26
−15
07:20:09
algokit-lora
[add:test] add basic test for funded onchain query
+38
−0
07:20:10
algokit-lora
[add:unit_tests] add onchain-query unit test
+1
−2
07:20:11
algokit-lora
[add:arc2] add support for arc62 assets created using arc2 standards
+22
−22
07:20:12
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+42
−34
07:20:13
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+11
−12
07:20:13
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+13
−13
07:20:14
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+47
−55
07:20:15
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+1
−1
07:20:15
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+12
−1
07:25:45
algokit-lora
refactor(arc62_utils) refactor asset details to use parsed arc62 metadata from a function - remove type casting
+26
−49
07:25:55
algokit-lora
refactor(arc62_utils) refactor asset details to use parsed arc62 metadata from a function - remove type casting
+0
−0
07:26:50
algokit-lora
refactor(arc62) add arc62 metadata to the arc3 metadata type + fix any type inference
+4
−13
07:26:55
algokit-lora
chore (packages) update algokit utils version
+86
−1018
07:26:57
algokit-lora
chore(package.json) add override to package json to override the version of algokit-utils to use future
+2
−1
07:26:59
algokit-lora
chore(remove_unused) remove unused algosdk and algorandClient that were causing linting errors in the CD
+2
−2
07:27:01
algokit-lora
fix(form component) fix formAction param to receive the same shape the form returns - fix error
+1
−1
07:27:03
algokit-lora
fix (walletProviders) fix wallet providers to utilize missing liquid w3-wallet
+2
−0
07:27:05
algokit-lora
test (arc62_integration) cleanup arc62 integration test to remove the dependency of executeFundedDiscoveryApplicationCall due to it requiring a different approach to mock the app call
+0
−23
07:27:10
algokit-lora
chore (env-FEE_SINK_ADDRESS) update fee sink address implementation in the funded discovery to use an environment variable with uppercase formatting
+4
−4
07:27:12
algokit-lora
test (arc62) add test to check circulating supply of arc 62 asset in the user interface
+30
−4
07:27:14
algokit-lora
feat (network-aware_funded_discovery) implement network awareness to the funded discovery method so it automatically uses localnet funded wallet to query the blockchain
+20
−5
07:27:15
algokit-lora
refactor (execute_funded_discovery) refactor execute funded discovery to use localnet dispenser when localnet is selected in the UI
+2
−9
07:27:17
algokit-lora
chore: regenerated package-lock to fix inconsistencies
+2203
−4522
07:27:19
algokit-lora
fix(types): fixed type errors pointed in the CI pipeline
+6188
−2928
07:27:20
algokit-lora
fix(wallet_provider) remove liquid as provider to fix pipeline error
+1
−1
07:27:21
algokit-lora
Update src/features/transactions/mappers/arc-2.ts
+0
−1
07:27:22
algokit-lora
Merge branch 'feat/arc62-circulating-supply' of https://github.com/algorandfoundation/algokit-lora into feat/arc62-circulating-supply
+0
−1
07:27:22
algokit-lora
fix(review): fix code with reviews from the PR
+21
−15
07:27:23
algokit-lora
chore: use previous package.lock file
+3355
−3340
07:27:24
algokit-lora
fix: resolve some build issues
+2
−4
07:27:25
algokit-lora
Merge branch 'feat/arc62-circulating-supply' of https://github.com/algorandfoundation/algokit-lora into feat/arc62-circulating-supply
+3355
−3340
07:27:25
algokit-lora
Merge branch 'main' of https://github.com/algorandfoundation/algokit-lora into feat/arc62-circulating-supply
+10
−10
07:27:26
algokit-lora
refactor(jotai_arc62): refactor arc62 to use jotai + remove burned supply
+56
−104
07:28:38
algokit-lora
fix(conflict) fix conflict while rebasing to sign
+0
−1
07:28:40
algokit-lora
fix(test): fix arc62 test to expect correct data
+6
−6
07:28:42
algokit-lora
fix(test): fix arc62 test to expect correct data
+1
−1
07:28:43
algokit-lora
fix(test): remove onchain query test as it was commented
+0
−36
07:28:45
algokit-lora
fix(linter): remove unused import
+0
−1
07:28:48
algokit-lora
fix(testnetAddress): fix testnet address for funded discovery
+1
−1
07:28:53
algokit-lora
fix(wallet_name): fix wallet name to use TESTNET_FEESINK instead
+1
−1
07:28:54
algokit-lora
test signed commit
+0
−0
07:28:54
algokit-lora
fix(build): fix build error
+1
−1
08:17:32
algorand-typescript-testing
feat: update langspec to v4.3.0
+155
−15
08:23:57
algokit-core
Merge remote-tracking branch 'origin/main' into feat/app-factory
+1411
−1403
08:34:28
go-algorand
readme: update developer portal url
+1
−1
10:02:34
specs
fix: file name
+0
−0
10:31:09
specs
Merge pull request #221 from algorandfoundation/ci-cd
+200
−138
10:43:00
specs
chore: bump action versions
+8
−8
10:46:17
specs
Merge pull request #222 from algorandfoundation/bump-ci-cd
+8
−8
11:01:06
specs
chore: rename artifacts
+6
−6
11:03:15
specs
test
+1
−1
11:06:35
specs
Merge pull request #223 from algorandfoundation/fix-release
+7
−7
12:55:51
specs
ci: skip ci on release
+8
−15
14:27:47
specs
ci: edit draft release
+9
−15
14:33:42
specs
ci: test
+1
−1
14:38:06
specs
ci: test
+1
−1
14:59:17
algo-voting
Merge pull request #702 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.44.0
+1
−1
15:06:05
specs
ci: dispatchable workflow
+26
−28
15:06:37
a-day-in-my-bobalife
chore: bump lifecycle-livedata-ktx in /DisneyScenicRides
+1
−1
15:10:46
a-day-in-my-bobalife
chore: bump lifecycle-livedata-ktx from 2.9.3 to 2.9.4 in /DisneyScenicRides (#293)
+1
−1
15:14:34
a-day-in-my-bobalife
chore: log greeting (2025-09-18)
+1
−0
15:20:17
algokit-core
chore: merge conflicts wip
+1058
−809
15:22:48
algo-voting
feat(walletconnect): add WalletConnect provider initialization and wallet connection functions
+38677
−1
15:40:40
specs
ci: include short sha in artifacts name
+7
−7
15:52:46
js-algorand-sdk
bump up version to v3.5.0
+26
−7
16:00:26
algokit-lora
Merge branch 'backup/feat/arc62-circulating-supply' into feat/arc62-circulating-supply
+1
−0
16:03:20
algokit-lora
fix(rebase) rebase with latest refinement and approved changes
+187
−150
16:03:53
specs
Merge pull request #224 from algorandfoundation/release-workflow
+33
−48
16:14:34
js-algorand-sdk
Merge pull request #1001 from algorand/release/v3.5.0
+26
−7
16:29:34
algokit-utils-py
fix: allow simulating with empty signatures like TS supports
+77
−11
18:32:12
go-algorand
use [32]byte for hasSmallOrder and isCanonicalPoint
+15
−23
18:38:59
go-algorand
update ed25519ConsensusVerifySingle for [32]byte
+4
−4
19:16:14
go-algorand
hybrid mesh: delay p2p backup
+4
−1
19:23:30
weLend
liquidation work
+22761
−10046
22:35:16
StablecoinWatch
feat(ui): add fiat-only stablecoin filter toggle
+210
−70
22:36:00
StablecoinWatch
fix(config): enable mock data mode in debug configuration
+3
−1
22:41:28
StablecoinWatch
fix(fetchers): ensure mock data mode works in debug environment
+75
−6
23:52:16
StablecoinWatch
feat(ui): implement comprehensive client-side filtering system
+1634
−116
23:53:25
algokit-core
wip
+211
−779