Skip to content

moneygram#1589

Closed
its0xRay wants to merge 21 commits into
mainfrom
stagingmoneygram
Closed

moneygram#1589
its0xRay wants to merge 21 commits into
mainfrom
stagingmoneygram

Conversation

@its0xRay

Copy link
Copy Markdown
Collaborator

Problem

Summary of Changes

Fixes #


Change classification (SDLC §2)

  • Critical — auth, secrets/key handling, fund movement, deploy/CI
    security gates, or anything that changes who can do what
  • Standard — production-facing, non-critical (features, API/route
    changes, dependency updates, monitoring/config)
  • Low — no security impact (docs, tests, dev tooling, content)

Security checklist

  • No secrets, tokens, or credentials in source, env files, or CI logs
    (use Doppler / NEXT_PUBLIC_* only for values safe to ship to the
    browser).
  • Input from users or external services is validated before use; no
    dangerouslySetInnerHTML / unsanitized HTML on untrusted input.
  • New or updated dependencies are justified below, and pnpm audit
    passes (no new High/Critical advisories).
  • Errors are handled explicitly — no silent failures on production paths.
  • For Critical changes: a trust-boundary / threat-model note is
    included below, and a second reviewer has been requested.

@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solana-com-media Ready Ready Preview, Comment Jun 22, 2026 1:00pm
5 Skipped Deployments
Project Deployment Actions Updated (UTC)
solana-com Skipped Skipped Jun 22, 2026 1:00pm
solana-com-accelerate Skipped Skipped Jun 22, 2026 1:00pm
solana-com-breakpoint-2 Skipped Skipped Jun 22, 2026 1:00pm
solana-com-docs Skipped Skipped Jun 22, 2026 1:00pm
templates Skipped Skipped Jun 22, 2026 1:00pm

Request Review

@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a new blog post announcing MoneyGram joining the Solana Developer Platform (SDP) as an infrastructure partner and validator, along with 11 new ecosystem link entries covering recent Solana ecosystem news.

  • Blog post (money-gram-joins-solana-developer-platform.mdx): New content-only post with hero image, two executive quotes, and links to SDP resources. The platform.solana.com link uses http:// (flagged in a prior review thread and acknowledged for fixing).
  • Link entries: 11 new MDX frontmatter-only files; most metadata is correct, but solana-summit-apac-scheduled-for-october-6.mdx uses linkType: tweet for a Luma event URL, and two X article links (hylo, rarible) are similarly tagged as tweet rather than article.

Confidence Score: 4/5

Safe to merge after correcting the linkType on the Luma event link; the blog post and remaining link files are straightforward content additions.

The Luma event URL in solana-summit-apac-scheduled-for-october-6.mdx is tagged linkType: tweet, which is factually wrong — the target is an external event page, not a tweet. If the frontend uses this field to drive embed logic, that entry will render incorrectly. Fixing it is a one-line change. All other files are content-only additions with no code paths or security implications.

apps/media/content/links/solana-summit-apac-scheduled-for-october-6.mdx needs its linkType corrected before the content renders as expected.

Important Files Changed

Filename Overview
apps/media/content/posts/money-gram-joins-solana-developer-platform.mdx New blog post announcing MoneyGram joining SDP; the platform.solana.com link uses http:// (already flagged in a prior review thread and acknowledged as worth fixing).
apps/media/content/links/solana-summit-apac-scheduled-for-october-6.mdx New link entry with a Luma event URL incorrectly tagged as linkType: tweet, which will likely break embed rendering.
apps/media/content/links/hylo-introduces-v2-upgrade-to-offer-a-suite-of-leverage-resistant-instruments.mdx New link entry using linkType: tweet for an X long-form article URL, which differs from the tweet embed contract.
apps/media/content/links/rarible-partners-with-collector-crypt-to-bring-real-world-collectibles-onchain.mdx New link entry using linkType: tweet for an X long-form article URL.
apps/media/public/uploads/posts/money-gram-joins-solana-developer-platform/heroImage.png Binary hero image asset for the new blog post; no code concerns.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR #1589 Content Changes] --> B[Blog Post\nmoney-gram-joins-solana-developer-platform.mdx]
    A --> C[11 Link Entries\napps/media/content/links/]

    B --> D[Hero Image\nheroImage.png]
    B --> E[Links to\nplatform.solana.com\nhttp:// ⚠️]

    C --> F[linkType: article\naws-enables-publishers\nmoody-s-credit-ratings]
    C --> G[linkType: tweet\nX status URLs\n✅ Correct]
    C --> H[linkType: tweet ⚠️\nX article URLs\nhylo / rarible]
    C --> I[linkType: tweet ⚠️\nLuma event URL\nsolana-summit-apac]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[PR #1589 Content Changes] --> B[Blog Post\nmoney-gram-joins-solana-developer-platform.mdx]
    A --> C[11 Link Entries\napps/media/content/links/]

    B --> D[Hero Image\nheroImage.png]
    B --> E[Links to\nplatform.solana.com\nhttp:// ⚠️]

    C --> F[linkType: article\naws-enables-publishers\nmoody-s-credit-ratings]
    C --> G[linkType: tweet\nX status URLs\n✅ Correct]
    C --> H[linkType: tweet ⚠️\nX article URLs\nhylo / rarible]
    C --> I[linkType: tweet ⚠️\nLuma event URL\nsolana-summit-apac]
Loading

Reviews (5): Last reviewed commit: "chore(media): auto-format media content" | Re-trigger Greptile

Comment thread apps/media/content/posts/money-gram-joins-solana-developer-platform.mdx Outdated

SDP gives enterprises like MoneyGram a unified, API-based gateway to build on Solana from day one, abstracting away blockchain complexity while connecting directly to Solana's protocol capabilities.

_"MoneyGram has spent the past several years integrating blockchain into our payment infrastructure, and everything we are building now leverages this foundation. Engaging with Solana is the next step in that journey."_ — Anthony Soohoo, MoneyGram Chairman and CEO. _“We believe the future of global money movement will be built on open, interoperable stablecoin rails that anyone, anywhere can access. Building that future requires compliance, regulatory clarity and operational scale. MoneyGram brings all three. We’re helping make blockchain infrastructure a core part of global money movement."_

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Ambiguous second quote attribution — The line contains two separate italicised quote blocks. The first is clearly attributed to Anthony Soohoo (CEO). The second quote — "We believe the future of global money movement…" — has no explicit attribution and is separated only by a full stop, making it read as a continuation of Soohoo's statement. If this is a different speaker (e.g., a Solana Foundation spokesperson), it needs its own attribution dash and name.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs June 20, 2026 11:23 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:25 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate June 20, 2026 11:32 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs June 20, 2026 11:32 Inactive
lagunacarta
lagunacarta previously approved these changes Jun 22, 2026
BriungRi
BriungRi previously approved these changes Jun 22, 2026

@BriungRi BriungRi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamping, but please fix the http scheme comment

lagunacarta and others added 2 commits June 22, 2026 08:57
…tform.mdx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
BriungRi
BriungRi previously approved these changes Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants