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

September 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 17

Commit Log

139 commits · 15 repositories

00:16:40 go-algorand cce Apply suggestions from code review +1 −1
00:26:12 StablecoinWatch ZacheryGlass 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 boblat feat: update langspec to v4.3.0 +9677 −27
02:18:15 go-algorand cce add test and vectors based on go/src/crypto/ed25519/ed25519vectors_test.go +57 −0
02:39:53 go-algorand cce CR fixes +13 −12
02:46:00 go-algorand cce CR fixes +1 −5
02:51:32 algorand-typescript-testing boblat Merge pull request #94 from algorandfoundation/refactor/rename-interpret-as-arc4 +240 −214
02:52:47 puya-ts boblat Merge pull request #269 from algorandfoundation/feat/update-langspec +9677 −27
02:56:21 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
02:58:01 StablecoinWatch ZacheryGlass refactor(config): implement modular API configuration architecture +2866 −695
02:58:01 go-algorand cce CR fixes +27 −32
03:03:03 puya-ts semantic-release-bot Notes added by 'git notes add' +1 −0
03:20:13 puya-ts-demo boblat refactor: migrate contracts to puya-ts 1.0 +22476 −20793
03:23:01 puya-ts-demo boblat Merge pull request #25 from algorandfoundation/refactor/update-dep +22476 −20793
03:23:47 algokit-utils-ts PatrickDinh refactor: extract into shared methods +110 −148
03:28:14 puya-ts-demo boblat feat: add tealscript merkle example as base for migration +6206 −4
03:33:36 puya-ts-demo boblat migrate merkle contract from tealscript to puya-ts +3254 −626
03:36:09 puya-ts-demo boblat Merge pull request #23 from algorandfoundation/feat/merkle +8833 −3
03:36:12 algokit-utils-ts PatrickDinh add sendParams +61 −52
04:04:11 algokit-utils-ts PatrickDinh add asset manager +273 −0
04:10:32 algokit-utils-ts PatrickDinh done +31 −4
04:13:09 algokit-utils-ts PatrickDinh fix ctor +4 −17
04:30:08 algokit-utils-ts PatrickDinh comments +169 −0
05:46:19 algokit-utils-ts PatrickDinh remove try catch +21 −29
06:19:18 algorand-python-testing boblat feat: update langspec to 4.3.0 +935 −185
06:30:53 algorand-python-testing boblat 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 p2arthur fix(build): fix build errors +3 −4
07:07:47 algokit-lora p2arthur test signed commit +0 −0
07:19:01 algokit-lora p2arthur [chore:package] update package.json to use algokit-utils 9.1.2 public version +3216 −3240
07:19:12 algokit-lora p2arthur [add:asset_standard] add arc62 asset standard to asset standard enum +2 −1
07:19:31 algokit-lora p2arthur [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 p2arthur [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 p2arthur [add:asset_mock] add AR62 mock asset to asset-result.ts to be used in tests +21 −0
07:19:36 algokit-lora p2arthur [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 p2arthur [chore:rm] remove console.log() +0 −1
07:19:42 algokit-lora p2arthur [upd:isArc62] Update isArc62() to check for 'application-id' inside 'arc-62' metadata property +6 −2
07:19:44 algokit-lora p2arthur [upd:imports] update imports to use isArc62() instead of hasArc62Property() naming +5 −5
07:19:45 algokit-lora p2arthur [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 p2arthur [fix:null_dt_error] fix <DescriptionList> null error +26 −15
07:20:09 algokit-lora p2arthur [add:test] add basic test for funded onchain query +38 −0
07:20:10 algokit-lora p2arthur [add:unit_tests] add onchain-query unit test +1 −2
07:20:11 algokit-lora p2arthur [add:arc2] add support for arc62 assets created using arc2 standards +22 −22
07:20:12 algokit-lora p2arthur [fix:lint_errors] fix lint errors for arc62 implementation +42 −34
07:20:13 algokit-lora p2arthur [fix:lint_errors] fix lint errors for arc62 implementation +11 −12
07:20:13 algokit-lora p2arthur [fix:lint_errors] fix lint errors for arc62 implementation +13 −13
07:20:14 algokit-lora p2arthur [fix:lint_errors] fix lint errors for arc62 implementation +47 −55
07:20:15 algokit-lora p2arthur [fix:lint_errors] fix lint errors for arc62 implementation +1 −1
07:20:15 algokit-lora p2arthur [fix:lint_errors] fix lint errors for arc62 implementation +12 −1
07:25:45 algokit-lora p2arthur refactor(arc62_utils) refactor asset details to use parsed arc62 metadata from a function - remove type casting +26 −49
07:25:55 algokit-lora p2arthur refactor(arc62_utils) refactor asset details to use parsed arc62 metadata from a function - remove type casting +0 −0
07:26:50 algokit-lora p2arthur refactor(arc62) add arc62 metadata to the arc3 metadata type + fix any type inference +4 −13
07:26:55 algokit-lora p2arthur chore (packages) update algokit utils version +86 −1018
07:26:57 algokit-lora p2arthur 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 p2arthur chore(remove_unused) remove unused algosdk and algorandClient that were causing linting errors in the CD +2 −2
07:27:01 algokit-lora p2arthur fix(form component) fix formAction param to receive the same shape the form returns - fix error +1 −1
07:27:03 algokit-lora p2arthur fix (walletProviders) fix wallet providers to utilize missing liquid w3-wallet +2 −0
07:27:05 algokit-lora p2arthur 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 p2arthur 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 p2arthur test (arc62) add test to check circulating supply of arc 62 asset in the user interface +30 −4
07:27:14 algokit-lora p2arthur 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 p2arthur 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 lempira chore: regenerated package-lock to fix inconsistencies +2203 −4522
07:27:19 algokit-lora p2arthur fix(types): fixed type errors pointed in the CI pipeline +6188 −2928
07:27:20 algokit-lora p2arthur fix(wallet_provider) remove liquid as provider to fix pipeline error +1 −1
07:27:21 algokit-lora p2arthur Update src/features/transactions/mappers/arc-2.ts +0 −1
07:27:22 algokit-lora p2arthur 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 p2arthur fix(review): fix code with reviews from the PR +21 −15
07:27:23 algokit-lora neilcampbell chore: use previous package.lock file +3355 −3340
07:27:24 algokit-lora neilcampbell fix: resolve some build issues +2 −4
07:27:25 algokit-lora p2arthur 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 p2arthur Merge branch 'main' of https://github.com/algorandfoundation/algokit-lora into feat/arc62-circulating-supply +10 −10
07:27:26 algokit-lora p2arthur refactor(jotai_arc62): refactor arc62 to use jotai + remove burned supply +56 −104
07:28:38 algokit-lora p2arthur fix(conflict) fix conflict while rebasing to sign +0 −1
07:28:40 algokit-lora p2arthur fix(test): fix arc62 test to expect correct data +6 −6
07:28:42 algokit-lora p2arthur fix(test): fix arc62 test to expect correct data +1 −1
07:28:43 algokit-lora p2arthur fix(test): remove onchain query test as it was commented +0 −36
07:28:45 algokit-lora p2arthur fix(linter): remove unused import +0 −1
07:28:48 algokit-lora p2arthur fix(testnetAddress): fix testnet address for funded discovery +1 −1
07:28:53 algokit-lora p2arthur fix(wallet_name): fix wallet name to use TESTNET_FEESINK instead +1 −1
07:28:54 algokit-lora p2arthur test signed commit +0 −0
07:28:54 algokit-lora p2arthur fix(build): fix build error +1 −1
08:17:32 algorand-typescript-testing boblat feat: update langspec to v4.3.0 +155 −15
08:23:57 algokit-core aorumbayev Merge remote-tracking branch 'origin/main' into feat/app-factory +1411 −1403
08:34:28 go-algorand giuliop readme: update developer portal url +1 −1
10:02:34 specs cusma fix: file name +0 −0
10:31:09 specs cusma Merge pull request #221 from algorandfoundation/ci-cd +200 −138
10:43:00 specs cusma chore: bump action versions +8 −8
10:46:17 specs cusma Merge pull request #222 from algorandfoundation/bump-ci-cd +8 −8
11:01:06 specs cusma chore: rename artifacts +6 −6
11:03:15 specs cusma test +1 −1
11:06:35 specs cusma Merge pull request #223 from algorandfoundation/fix-release +7 −7
12:55:51 specs cusma ci: skip ci on release +8 −15
14:27:47 specs cusma ci: edit draft release +9 −15
14:33:42 specs cusma ci: test +1 −1
14:38:06 specs cusma ci: test +1 −1
14:59:17 algo-voting sambitsargam Merge pull request #702 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.44.0 +1 −1
15:06:05 specs cusma ci: dispatchable workflow +26 −28
15:06:37 a-day-in-my-bobalife dependabot[bot] chore: bump lifecycle-livedata-ktx in /DisneyScenicRides +1 −1
15:10:46 a-day-in-my-bobalife dependabot[bot] 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 michaeltchuang chore: log greeting (2025-09-18) +1 −0
15:20:17 algokit-core aorumbayev chore: merge conflicts wip +1058 −809
15:22:48 algo-voting sambitsargam feat(walletconnect): add WalletConnect provider initialization and wallet connection functions +38677 −1
15:40:40 specs cusma ci: include short sha in artifacts name +7 −7
15:52:46 js-algorand-sdk gmalouf bump up version to v3.5.0 +26 −7
16:00:26 algokit-lora p2arthur Merge branch 'backup/feat/arc62-circulating-supply' into feat/arc62-circulating-supply +1 −0
16:03:20 algokit-lora p2arthur fix(rebase) rebase with latest refinement and approved changes +187 −150
16:03:53 specs cusma Merge pull request #224 from algorandfoundation/release-workflow +33 −48
16:14:34 js-algorand-sdk github-actions[bot] Merge pull request #1001 from algorand/release/v3.5.0 +26 −7
16:29:34 algokit-utils-py neilcampbell fix: allow simulating with empty signatures like TS supports +77 −11
18:32:12 go-algorand cce use [32]byte for hasSmallOrder and isCanonicalPoint +15 −23
18:38:59 go-algorand cce update ed25519ConsensusVerifySingle for [32]byte +4 −4
19:16:14 go-algorand - hybrid mesh: delay p2p backup +4 −1
19:23:30 weLend xxiled-plastic-cat liquidation work +22761 −10046
22:35:16 StablecoinWatch ZacheryGlass feat(ui): add fiat-only stablecoin filter toggle +210 −70
22:36:00 StablecoinWatch ZacheryGlass fix(config): enable mock data mode in debug configuration +3 −1
22:41:28 StablecoinWatch ZacheryGlass fix(fetchers): ensure mock data mode works in debug environment +75 −6
23:52:16 StablecoinWatch ZacheryGlass feat(ui): implement comprehensive client-side filtering system +1634 −116
23:53:25 algokit-core PatrickDinh wip +211 −779