Home Reports Aug 26, 2025
Tuesday, August 26, 2025
- Commits
- 126
- pushed this day
- Repositories
- 15
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +66,990 −37,714
- additions / deletions
Tuesday, August 26, 2025
126 commits were pushed across 15 repos by 24 authors. There were 66,990 additions and 37,714 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
15 repositories- go-algorand 16 commits
- go-algorand-sdk 2 commits
- ledger-app-algorand 1 commit
- weLend 2 commits
- community 1 commit
- algokit-lora 57 commits
- algo-models 2 commits
- intermezzo 2 commits
- specs 18 commits
- xHD-Wallet-API-ts 8 commits
- BlockEstate 7 commits
- algorand-js-sdk 1 commit
- a-day-in-my-bobalife 1 commit
- algo-voting 3 commits
- subql-stellar 5 commits
Commit Log
126 commits · 15 repositories
00:44:42
subql-stellar
Fix tests
+13
−9
00:46:07
intermezzo
chore: update README with note on accessing OpenAPI JSON
+2
−0
01:00:26
go-algorand
Build 2456 Data
+1
−1
01:00:26
go-algorand
FI from master
+7725
−591
01:01:48
go-algorand
fix TestStateProofLogging
+6
−0
01:43:08
go-algorand
tests: increase wait timeout in TestTotalWeightChanges (#6420)
+1
−1
01:47:14
go-algorand
add Go Benchmark (go) benchmark result for 286955500814d800d6a073eddd23df9daa5173a3
+445
−1
01:53:18
subql-stellar
Update stellar sdk, fix event cursors (#138)
+61
−35
01:54:19
subql-stellar
[SKIP CI] Prerelease
+11
−6
01:58:49
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−0
02:06:41
subql-stellar
[release] 20250826
+21
−208
02:16:49
subql-stellar
[release] 20250826 (#139)
+21
−208
06:53:46
specs
Merge pull request #123 from algorandfoundation/abft-state-machine
+166
−139
06:56:44
specs
chore: include license
+4
−1
06:57:33
specs
Merge remote-tracking branch 'origin/master' into auto-includes
+10
−1
07:01:17
specs
chore: bump AVM version
+1
−1
07:04:48
specs
Merge pull request #205 from algorandfoundation/auto-includes
+2887
−579
07:10:59
specs
docs: update player state
+22
−3
07:22:56
specs
Merge remote-tracking branch 'origin/develop' into abft-latex
+3053
−718
07:32:58
specs
Revert "chore: include auto-generated files"
+579
−2887
07:35:36
specs
Merge pull request #207 from algorandfoundation/revert-205-auto-includes
+579
−2887
07:51:19
specs
Revert "Revert "chore: include auto-generated files""
+2887
−579
07:51:45
specs
Merge pull request #208 from algorandfoundation/revert-207-revert-205-auto-includes
+2887
−579
07:56:13
specs
Merge remote-tracking branch 'origin/develop' into abft-latex
+0
−0
08:15:36
intermezzo
Merge pull request #17 from gabrielkuettel/master
+2
−0
09:33:30
weLend
feat: Enhance Orbital Lending contract to support market base asset ID
+5056
−4565
12:40:21
specs
Merge pull request #197 from nullun/workflow/only-deploy-local-branches
+2
−0
12:56:35
algorand-js-sdk
Added algorand ecosystem pools on testnet
+51
−1
13:47:17
ledger-app-algorand
Fix/arbitrary sign display (#72)
+7
−4
14:27:20
go-algorand
tests: fix TestStateProofLogging (#6421)
+6
−0
14:30:29
go-algorand
add Go Benchmark (go) benchmark result for f293437a12ec311293114e33da63be4a636a29bd
+445
−1
15:04:57
BlockEstate
Update index.html
+3
−2
15:05:43
BlockEstate
Update index.html
+0
−0
15:05:59
BlockEstate
Update index.html
+1
−2
15:06:15
BlockEstate
Update index.html
+0
−1
15:07:00
BlockEstate
Update script.js
+0
−1
15:07:17
BlockEstate
Update script.js
+0
−1
15:07:32
BlockEstate
Update script.js
+0
−1
15:14:27
a-day-in-my-bobalife
chore: log greeting (2025-08-26)
+1
−0
15:45:15
specs
chore: modular include
+285
−270
16:13:29
specs
chore: auto subfolder
+59
−34
16:21:37
go-algorand
Consensus version v41 upgrade.
+46
−27
16:23:07
specs
Merge pull request #209 from algorandfoundation/auto-include-update
+348
−308
16:28:10
specs
docs: nit
+2
−2
16:49:32
go-algorand
update broken test for current
+4
−4
16:57:09
algokit-lora
Revert "Merge pull request #422 from algorandfoundation/algokit-core"
+6
−34
17:01:26
specs
docs: move updates to separate pr
+20
−41
17:06:16
algokit-lora
chore: update ak utils to latest version
+5
−5
17:37:45
go-algorand
CI: remove t.Parallel() from TestAbsentTracking (#6415)
+0
−1
17:38:31
go-algorand
Consensus: Consensus version v41 upgrade. (#6422)
+50
−31
17:42:58
go-algorand
add Go Benchmark (go) benchmark result for efcac3ff7e420c15c045b9450df0ff02f3c9fc2e
+445
−1
17:43:49
go-algorand
add Go Benchmark (go) benchmark result for 26d04e5c39b5202d23435a59ebca00f889e0b3e5
+445
−1
17:57:53
xHD-Wallet-API-ts
Replaced libsodium deps with @noble deps and updated sumo.ts to be a facade interface to new functionality. Updated and added tests.
+845
−200
18:06:25
xHD-Wallet-API-ts
Updated @noble deps to v2, fixed outsanding dep vulnerabilities with yarn-audit-fix
+451
−614
18:51:43
xHD-Wallet-API-ts
Replaced bip39 library with @scure/bip39, reorganized dependencies vs devDependencies
+289
−248
18:54:18
xHD-Wallet-API-ts
Removed 2 unused orphaned dependencies
+1
−3
18:56:22
xHD-Wallet-API-ts
Updated tsconfig.json to exclude .spec.ts unit test files from build output
+2
−1
18:59:42
go-algorand
Update the Version, BuildNumber, genesistimestamp.data
+2
−0
19:08:06
weLend
repayment udpates
+12792
−6577
19:34:12
algokit-lora
revert: ak utils future (#489)
+6
−34
19:35:29
algokit-lora
chore(deps-dev): bump happy-dom from 15.11.6 to 18.0.1
+15
−31
19:41:43
algokit-lora
chore(release): ref:beta 2.0.9-beta.4 [skip ci]
+5
−5
19:41:44
algokit-lora
Notes added by 'git notes add'
+1
−0
19:44:53
algokit-lora
[chore:package] update package.json to use algokit-utils 9.1.2 public version
+3216
−3240
19:44:54
algokit-lora
[chore:rm] remove console.log()
+0
−1
19:44:54
algokit-lora
[add:asset_standard] add arc62 asset standard to asset standard enum
+2
−1
19:44:54
algokit-lora
[add:asset_mock] add AR62 mock asset to asset-result.ts to be used in tests
+21
−0
19:44:54
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
19:44:54
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
19:44:54
algokit-lora
[upd:isArc62] Update isArc62() to check for 'application-id' inside 'arc-62' metadata property
+6
−2
19:44:54
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
19:44:55
algokit-lora
[add:display_data] add data display for arc62 circulating supply
+3
−0
19:44:55
algokit-lora
[add:arc62-metadata] add metadata normalization for arc62 to asset metadata
+9
−1
19:44:55
algokit-lora
[add:integration_test] start integration test to check if asset page correctly display arc62 data
+105
−2
19:44:55
algokit-lora
[add:metadata_fetch_arc62] start implementing arc62 metadata fetching that will soon get circulating supply from onchain
+13
−2
19:44:55
algokit-lora
[sync] Align local branch with latest changes from main
+7
−0
19:44:55
algokit-lora
[upd:imports] update imports to use isArc62() instead of hasArc62Property() naming
+5
−5
19:44:56
algokit-lora
[upd:arc62_metadata_display] update arc62 metadata display in asset details to use parsed json to show separate dt+dd
+32
−4
19:44:56
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
19:44:56
algokit-lora
[upd:fundedDiscovery] update abstract function executeFundedDiscoveryApplicationCall to enable unnamed resources when simulating + update usage
+2
−20
19:44:56
algokit-lora
[rm:deps] remove unused dependencies from arc62 implementation
+1
−1
19:44:56
algokit-lora
[upd:executeFundedDiscoveryApplicationCall] update executeFundedDiscoveryApplicationCall() to receive appCallArgs array as argument
+17
−12
19:44:56
algokit-lora
[add:arc62_metadata] add arc62 metadata builder to include circulating supply
+8
−4
19:44:56
algokit-lora
[rm:deps] remove unused dependencies from arc62 implementation
+1
−12
19:44:57
algokit-lora
[add:comment] add comment to better document testing issues
+6
−1
19:44:57
algokit-lora
[refactor:test] refactor unit tests for arc62 checker into its own test file
+56
−28
19:44:57
algokit-lora
[add:arc62_burnedSupply] add function to get and parse arc62 burned supply
+22
−2
19:44:57
algokit-lora
[add:arc62_properties] add burned supply and reserveSupply to arc62 asset metadata
+10
−2
19:44:57
algokit-lora
[upd:arc62_metadata_type] update arc62 metadata type to include burnedSupply and reserveSupply
+1
−1
19:44:57
algokit-lora
[refactor:funded_discovery]refactor executeFundedDiscovery into its own utils file
+64
−75
19:44:57
algokit-lora
[add:labels] add labels for cSupply, burnedSupply and reserve supply
+4
−1
19:44:58
algokit-lora
[add:unit_tests] add onchain-query unit test
+1
−2
19:44:58
algokit-lora
[add:arc2] add support for arc62 assets created using arc2 standards
+22
−22
19:44:58
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+42
−34
19:44:58
algokit-lora
[add:test] add basic test for funded onchain query
+38
−0
19:44:58
algokit-lora
[fix:null_dt_error] fix <DescriptionList> null error
+26
−15
19:44:59
algokit-lora
refactor(arc62) add arc62 metadata to the arc3 metadata type + fix any type inference
+4
−13
19:44:59
algokit-lora
refactor(arc62_utils) refactor asset details to use parsed arc62 metadata from a function - remove type casting
+26
−49
19:44:59
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+11
−12
19:44:59
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+12
−1
19:44:59
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+1
−1
19:44:59
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+13
−13
19:44:59
algokit-lora
[fix:lint_errors] fix lint errors for arc62 implementation
+47
−55
19:45:00
algokit-lora
fix (walletProviders) fix wallet providers to utilize missing liquid w3-wallet
+2
−0
19:45:00
algokit-lora
chore(remove_unused) remove unused algosdk and algorandClient that were causing linting errors in the CD
+2
−2
19:45:00
algokit-lora
fix(form component) fix formAction param to receive the same shape the form returns - fix error
+1
−1
19:45:00
algokit-lora
chore (packages) update algokit utils version
+86
−1018
19:45:00
algokit-lora
chore(package.json) add override to package json to override the version of algokit-utils to use future
+2
−1
19:45:01
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
19:45:01
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
19:45:01
algokit-lora
test (arc62) add test to check circulating supply of arc 62 asset in the user interface
+30
−4
19:45:01
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
19:45:02
algokit-lora
refactor (execute_funded_discovery) refactor execute funded discovery to use localnet dispenser when localnet is selected in the UI
+2
−9
20:02:17
algokit-lora
chore: regenerated package-lock to fix inconsistencies
+2203
−4522
20:05:28
go-algorand
Merge pull request #6423 from Algo-devops-service/relbeta4.3.0
+15410
−3833
20:06:28
go-algorand
remove unused noopMeshPubSubFilteredCreator
+2
−13
20:23:55
algo-models
Merge 0c1124a62151fd80b4d033b8d6cf39dc23730cf5 into a07ef669fc88a78e4aa1f156d399889cff94016e
+11
−1
20:23:55
algo-models
Merge cb11d4921121828c580057c1b006d3a8bd758538 into a07ef669fc88a78e4aa1f156d399889cff94016e
+617
−523
20:25:24
xHD-Wallet-API-ts
Updated tsconfig settings to explicitly exclude .spec.ts files from build output but include otherwise for unit test runs
+7
−3
20:25:44
xHD-Wallet-API-ts
Rebuilt yarn.lock from scratch
+1240
−1418
20:26:26
go-algorand-sdk
Sync types for consensus v41 with go-algorand.
+42
−11
21:17:42
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
21:19:45
algo-voting
Update @typescript-eslint/parser requirement from ^8.40.0 to ^8.41.0
+1
−1
21:29:26
xHD-Wallet-API-ts
Removed 'new' instantiation operator from Error calls, removed superfluous try/catch/throw from sumo.facade.ts to eliminate unneccesary error encapsulation and potential loss of stacktrace details, applied formatting to sumo.facade.ts
+174
−186
23:19:52
go-algorand-sdk
Merge pull request #743 from algorand/gmalouf/consensusv41-types
+42
−11
23:27:50
algo-voting
Update @vue/compiler-sfc requirement from ^3.5.19 to ^3.5.20
+1
−1