Home Reports Sep 12, 2025

Friday, September 12, 2025

Commits
107
pushed this day
Repositories
21
with activity
Contributors
21
distinct authors
Lines changed
+365,544 −12,453
additions / deletions

Commit Log

107 commits · 21 repositories

00:13:59 StablecoinWatch ZacheryGlass feat(backend): prioritize DeFiLlama cross-chain supply and enhance platform normalization +466 −72
00:14:15 StablecoinWatch ZacheryGlass feat(frontend): add cross-chain platform UI, helpers, and routes +1288 −277
00:25:15 StablecoinWatch ZacheryGlass feat(frontend): remodel coin detail page to match new platform style +218 −351
00:30:16 StablecoinWatch ZacheryGlass feat(frontend): remodel homepage with modern header and responsive stablecoin table +93 −180
00:33:03 StablecoinWatch ZacheryGlass feat(ui): modernize header and footer to match new design system +122 −209
00:35:59 StablecoinWatch ZacheryGlass feat(ui): restyle status page to align with new design +85 −81
00:36:36 StablecoinWatch ZacheryGlass fix(ui): adjust header logo to rectangular wordmark and remove duplicate title text +2 −3
00:43:46 StablecoinWatch ZacheryGlass feat(ui-home): remove 'Last Updated' summary card from main page +0 −4
00:44:15 StablecoinWatch ZacheryGlass feat(ui-header): remove 'Last Updated' metric from header +1 −6
00:45:44 StablecoinWatch ZacheryGlass style(ui): round header logo corners (6px radius) +1 −1
00:49:45 StablecoinWatch ZacheryGlass feat(ui-copy): rename labels to 'Stablecoins' and 'Blockchains' +24 −24
01:00:27 go-algorand - Build 2473 Data +1 −1
01:26:23 algorand-typescript-testing boblat chore: update dependencies and fix audit vulnerabilities +33 −29
01:47:58 community github-actions[bot] Commit from GitHub Actions (Community Interest Tracker) +0 −1
02:17:02 StablecoinWatch ZacheryGlass feat(config): use mock data in debug and include mock-enabled sources +74 −30
02:17:02 StablecoinWatch ZacheryGlass style(ui): increase top bar height; remove 'Comprehensive' from Blockchains overview +2 −1
02:17:03 StablecoinWatch ZacheryGlass style(ui): enlarge top-right nav buttons and update active/hover/focus styles +10 −8
02:17:03 StablecoinWatch ZacheryGlass docs: add debug mode and mock data instructions +31 −0
02:17:03 StablecoinWatch ZacheryGlass build(tools): add scripts/filter-msg.js for rewriting commit messages to conventional format +28 −0
02:17:03 StablecoinWatch ZacheryGlass style(ui): enlarge header logo and nav buttons for better tap targets +3 −2
04:02:07 docs nullun Merge pull request #1311 from algorandfoundation/automatic-pr-go-algorand-v4.2.1-stable-indexer-3.9.0 +43 −2
04:02:51 docs barnjamin [create-pull-request] automated change +43 −2
04:53:10 AlgoPay Divyanshu9151 Update README.md +31 −2
05:24:35 algokit-lora p2arthur test(optionalSender) add test to confirm that optional sender works +87 −123
05:43:45 algokit-utils-ts PatrickDinh init sender implementation +263 −18
05:46:24 algokit-lora p2arthur test(optionalSender) remove expect cases where sender was required +14 −99
05:57:22 algokit-utils-ts PatrickDinh handle create asset/app +16 −10
06:06:32 algokit-lora p2arthur fix(optionalSender): fix tooltip not showing when hovering optional sender +1 −1
06:07:14 algokit-utils-ts PatrickDinh wip - handle method call +73 −9
06:15:49 starlight-github-loader - Renamed export and updated usage examples +37 −24
06:31:06 ARCs SudoWeezy Add missing / to html link +1 −1
06:38:39 devportal - DVP-1131: Replaced ARCs submodule with github content loader +14908 −17
07:54:23 starlight-github-loader - Updated RootOptions type +14 −2
08:35:23 starlight-github-loader - Implemented content transformer feature +70 −27
08:38:43 devportal - Updated config.ts +31 −19
09:47:10 puya - 5.0.0-rc.10 +2 −2
09:56:26 starlight-github-loader - Updated package.json +18 −4
10:04:47 devportal - Updated astro-github-loader to temporary package for dev purposes +23 −17
10:19:21 algorand-python-testing boblat chore: update puyapy version +4 −4
10:21:13 algorand-mcp emg110 Updates +9 −4
10:23:28 algokit-core joe-p dep: update uniffi to 0.29.4 (#256) +73 −59
10:23:28 algokit-core joe-p dep: update uniffi to 0.29.4 (#256) +73 −59
10:24:27 algorand-python-testing boblat Merge pull request #46 from algorandfoundation/feat/replace-box-ref +671 −72
10:24:49 algorand-typescript-testing boblat Merge pull request #92 from algorandfoundation/feat/native-funcs +310 −208
10:29:30 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
10:30:32 algorand-python-testing - 1.0.0-beta.4 +7 −1
10:31:07 devportal - Updated package.json +39 −0
10:35:17 devportal - Updated workflows +4 −0
10:45:21 devportal - Updated acceptance.yml +4 −0
10:48:38 devportal - Updated workflows +15 −6
10:51:54 devportal - Fixed .prettierignore +1 −1
10:54:18 devportal - Updated config.ts +1 −4
10:58:55 devportal - Updated config.ts +3 −2
11:17:41 devportal - Merge pull request #350 from algorandfoundation/feat/refactor-arc-imports +15031 −69
11:39:43 nodekit - Renamed the combined markdown file for the devportal import +6 −5
11:45:42 nodekit - Merge pull request #175 from algorandfoundation/chore/devportal-content +6 −5
12:21:45 algokit-core joe-p wip: working bool, array segfault +1792 −82
12:29:29 nodekit - Manually renamed consolidated doc file for the dev portal +0 −0
12:58:57 starlight-github-loader - Added include/exclude feature +217 −42
13:04:23 starlight-github-loader - Updated readme files +108 −4
13:06:57 StablecoinWatch ZacheryGlass fix(chains): prevent infinite vertical growth of market share chart by constraining canvas in fixed-height wrapper and enabling proper Chart.js responsive resize +11 −1
13:08:52 StablecoinWatch ZacheryGlass Merge develop/v2 into master for v2 beta +298248 −3843
13:12:30 StablecoinWatch dependabot[bot] build(deps): bump axios from 1.11.0 to 1.12.0 +5 −5
13:16:14 StablecoinWatch dependabot[bot] build(deps): bump axios from 1.11.0 to 1.12.0 (#43) +5 −5
13:23:55 tinyman-py-sdk etzellux add ordering module +1580 −0
13:28:41 tinyman-py-sdk etzellux fix linting +7 −8
13:59:37 starlight-github-loader - Added enhanced caching mechanism +172 −8
14:22:10 algokit-core joe-p wip: simpler ABIValue +339 −2036
14:31:17 StablecoinWatch ZacheryGlass feat(config,status,chains,platforms): enable mock data with DEBUG and show indicator; remove Market Cap; rename Supply Value to Total Stablecoin Value +31 −33
14:31:17 StablecoinWatch ZacheryGlass fix(chains): toggle sort direction on repeated header clicks +12 −13
14:31:17 StablecoinWatch ZacheryGlass feat(platforms,chains): rank chains by Total Stablecoin Value and fix table sorting +42 −25
14:31:17 StablecoinWatch ZacheryGlass fix(status): align layout with site by using common.css and removing extra outer margins +3 −2
14:31:17 StablecoinWatch ZacheryGlass chore: add vs code tasks and launch scripts +191 −1
14:31:17 StablecoinWatch ZacheryGlass feat(chains,platforms)!: remove Diversity feature (button, column, and score) +3 −60
14:31:17 StablecoinWatch ZacheryGlass chore(views): remove donate page and footer link +3 −145
14:31:47 StablecoinWatch ZacheryGlass style(home): match MCap Dominance chip to platforms % of Market styling +10 −1
14:32:59 StablecoinWatch ZacheryGlass refactor(home): rename 'MCap Dominance' column to 'Dominance' +1 −1
14:41:02 StablecoinWatch ZacheryGlass style(theme): remove yellow accents and align UI with indigo/purple palette +12 −12
14:45:38 py-algorand-sdk - CR fixes +3 −3
14:47:35 StablecoinWatch ZacheryGlass fix(aggregation): allocate platform market cap proportionally by per-chain supply\n\nPrevents double counting across chains and fixes ETH header metrics.\n- Compute per-coin total cross-chain supply\n- Allocate each coin’s mcap to platforms by supply share\n- Full mcap if single-platform coin; skip allocation when multi-platform without split to avoid inflation\n\nThis aligns header % on ETH and Total $ on ETH with the chart. +21 −4
14:49:38 py-algorand-sdk - more cr fixes +1 −1
14:51:23 algokit-core joe-p wip: get_bool +118 −59
15:05:23 algokit-core joe-p wip: from_bytes +45 −0
15:05:42 StablecoinWatch ZacheryGlass feat(ui,data): add 'Pegged Asset' column and data wiring\n\n- Extract peg from DeFiLlama pegType (e.g., peggedUSD→USD, peggedXAU→Gold)\n- Merge into aggregated metadata as metadata.peggedAsset\n- Expose via transformer as pegged_asset on Stablecoin model\n- Render new column in home table (after Price, before Market Cap)\n\nCloses #40 +24 −0
15:14:23 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-09-12) +1 −0
15:20:14 algokit-core aorumbayev tests: app client state access tests; +1506 −8
15:27:54 StablecoinWatch ZacheryGlass feat(home): add sortable columns to homepage table\n\n- Make headers clickable with sort toggles\n- Add CSS hover and asc/desc indicators\n- Implement client-side sorting function\n- Provide numeric data-sort keys for accurate sorting\n\nAligns homepage behavior with platforms page. +74 −16
15:29:10 StablecoinWatch ZacheryGlass feat(ui-header,home): clickable header metrics and URL-driven sorting\n\n- Wrap header metric cards in anchors with hover/active/focus states\n- Add aria-labels for accessibility and keyboard navigation\n- Link Market Cap and Volume to home with sort params; ETH tiles to /platforms\n- Home: integrate Pegged Asset column with sortable headers\n- Home: adjust numeric sort indices and honor ?sort=&dir= params +32 −10
15:56:19 py-algorand-sdk algorandskiy types: support txn.Access transaction constructor (#580) +507 −15
15:57:46 StablecoinWatch ZacheryGlass feat(home): add market charts with single toggle + shared legend +252 −56
15:59:53 devportal - Updated config.ts +1 −1
16:00:32 devportal - Merge pull request #351 from algorandfoundation/chore/fix-clear-flag +1 −1
16:01:58 StablecoinWatch ZacheryGlass feat(home): label chart segments directly and remove shared legend\n\n- Add custom Chart.js plugin to draw segment labels (name + %)\n- Remove shared legend; keep built-in legends disabled\n- Label slices >=5% to reduce clutter; tooltips remain\n\nRefs #44 +36 −2
16:03:05 StablecoinWatch ZacheryGlass style(home): match platforms page styling for rank and name\n\n- Add coin-rank chip and coin-name link styles\n- Update # and Name columns to use new styles +17 −2
16:13:00 StablecoinWatch ZacheryGlass feat(home,ui): color-code Pegged Asset column with chip styling\n\n- Render peg as chip matching Dominance style\n- Add color variants for common pegs (USD, EUR, GBP, JPY, CNY, BTC, Gold/XAU, Silver/XAG)\n- Fallback to generic style for unknown pegs\n- Keep sorting intact; adjust numeric column indices +31 −1
16:13:38 StablecoinWatch ZacheryGlass feat(home): add sortable columns to homepage table\n\n- Make headers clickable with sort toggles\n- Add CSS hover and asc/desc indicators\n- Implement client-side sorting function\n- Provide numeric data-sort keys for accurate sorting\n\nAligns homepage behavior with platforms page. +3 −0
16:14:02 StablecoinWatch ZacheryGlass fix(home): resolve rebase artifacts in views/home.ejs and merge chart + pegged styles +0 −1
16:17:04 StablecoinWatch ZacheryGlass chore(ui): pin footer +16 −11
19:25:01 go-algorand cce add gobatchverifier implementation +1615 −40
19:32:30 go-algorand cce fix comment +1 −2
20:07:44 py-algorand-sdk gmalouf bump up version to v2.11.0 +13 −1
20:10:53 java-algorand-sdk gmalouf bump up version to 2.10.0 +17 −2
20:29:43 py-algorand-sdk github-actions[bot] Merge pull request #581 from algorand/release/v2.11.0 +13 −1
20:37:25 java-algorand-sdk github-actions[bot] Merge pull request #867 from algorand/release/2.10.0 +17 −2
20:38:04 java-algorand-sdk github-actions[bot] deploy: aa1ba61f06390112721bf665ec8ec50f6391e381 +10 −10
20:38:38 java-algorand-sdk github-actions[bot] deploy: aa1ba61f06390112721bf665ec8ec50f6391e381 +15835 −3719
22:56:47 abel tasosbit v3 skeleton +8127 −0