-
Notifications
You must be signed in to change notification settings - Fork 111
[blogs] Buffered Signatures #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A new blog post "Reducing Block Time (and Resource Usage) with Buffered Signatures" is added under docs/blogs/
. It introduces buffered signature verification, explains handling invalid signatures, and shows performance improvements.
- Adds full HTML for a new blog entry with meta tags, content, images, and styling.
- Introduces images and captions illustrating concepts (gossip models, buffering, bisection).
- Integrates Cloudflare beacon script and shared JavaScript.
<meta property="twitter:site" content="@commonwarexyz" /> | ||
<meta property="twitter:creator" content="@_patrickogrady" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="../style.css"> |
Copilot
AI
May 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider adding a <link rel="canonical" href="https://commonware.xyz/blogs/buffered-signatures.html" />
in the <head>
for SEO and to prevent duplicate‐content issues.
Copilot uses AI. Check for mistakes.
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #1005 +/- ##
=======================================
Coverage 90.79% 90.79%
=======================================
Files 190 190
Lines 52632 52632
=======================================
Hits 47789 47789
Misses 4843 4843 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
No description provided.