Skip to content

blog: publish — How Three Infrastructure Failures Turned a $50M Collateral Swap into $36K#728

Merged
antoinedc merged 1 commit intodevelopfrom
blog/publish-50m-defi-routing-failure
Mar 16, 2026
Merged

blog: publish — How Three Infrastructure Failures Turned a $50M Collateral Swap into $36K#728
antoinedc merged 1 commit intodevelopfrom
blog/publish-50m-defi-routing-failure

Conversation

@antoinedc
Copy link
Copy Markdown
Member

Auto-publish article: 50m-defi-routing-failure

@antoinedc antoinedc merged commit a781038 into develop Mar 16, 2026
2 checks passed
@antoinedc antoinedc deleted the blog/publish-50m-defi-routing-failure branch March 16, 2026 17:35
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 16, 2026

Greptile Summary

This PR publishes a previously drafted blog post — "How Three Infrastructure Failures Turned a $50M Collateral Swap into $36K" — by changing the status field in the Markdown frontmatter from draft to published. It is a single-line, content-only change with no code modifications.

Review checklist:

  • The status: published value matches every other published post in blog/src/content/blog/.
  • Both referenced image assets (50m-defi-routing-failure.png and 50m-defi-routing-failure-og.png) exist under blog/public/images/.
  • The image paths follow the /blog/images/<slug>.png convention used by all other blog posts.
  • The blog directory is fully included in Dockerfile.caddyfile (line 24: COPY blog/ ./), so the new file will be picked up automatically by Docker builds — no Dockerfile changes are needed.
  • No new directories are introduced; the file is placed in the existing blog/src/content/blog/ directory.

Confidence Score: 5/5

  • This PR is safe to merge — it is a trivial one-line frontmatter change with no functional code modifications.
  • The only change is status: draftstatus: published in a Markdown frontmatter. All dependent assets (images) exist, the path convention is consistent, and the blog directory is already included in the Dockerfile. There are no new directories, no code changes, and no risk of regression.
  • No files require special attention.

Important Files Changed

Filename Overview
blog/src/content/blog/50m-defi-routing-failure.md Single-line frontmatter change promoting a blog post from draft to published; image assets exist, path conventions match all other published posts, and the blog directory is correctly included in Dockerfile.caddyfile.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["blog/src/content/blog/50m-defi-routing-failure.md\nstatus: draft"] -->|"PR #728: change status field"| B["status: published"]
    B --> C{Dockerfile.caddyfile\nblog build stage}
    C -->|"COPY blog/ ./"| D["npm run build\n(Astro SSG)"]
    D --> E["dist/ static files"]
    E -->|"COPY --from=blog-build /app/dist /srv/blog"| F["Caddy static file server\n/srv/blog"]
    F --> G["Live at tryethernal.com/blog/50m-defi-routing-failure"]
Loading

Last reviewed commit: 0919850

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.

1 participant