-
Notifications
You must be signed in to change notification settings - Fork 172
Fix flashblocks authorship #775
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
Merged
alfonso-op
merged 22 commits into
ethereum-optimism:main
from
krofax:fix-flashblocks-authorship
Sep 19, 2025
Merged
Fix flashblocks authorship #775
alfonso-op
merged 22 commits into
ethereum-optimism:main
from
krofax:fix-flashblocks-authorship
Sep 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 82216a7.
Co-authored-by: Ethnical <Ethnicalnightmare@gmail.com>
Co-authored-by: Ethnical <Ethnicalnightmare@gmail.com>
Co-authored-by: Solar Mithril <mikawamp@gmail.com>
Co-authored-by: Solar Mithril <mikawamp@gmail.com>
Co-authored-by: Solar Mithril <mikawamp@gmail.com>
Co-authored-by: Solar Mithril <mikawamp@gmail.com>
Co-authored-by: Solar Mithril <mikawamp@gmail.com>
- Fix line length violations (MD013) - Remove trailing spaces (MD009) - Convert hard tabs to spaces (MD010) - Fix list marker spacing (MD030) - Reduce lint errors from 176 to 28
- Fix unordered list indentation (MD007) - Remove multiple consecutive blank lines (MD012) - Convert bare URLs to markdown links (MD034) - Fix heading hierarchy (MD001) - Reduce lint errors from 23 to 18
…ly cautious errors
Co-authored-by: Blessing Krofegha <bkrofegha@gmail.com>
Co-authored-by: Blessing Krofegha <bkrofegha@gmail.com>
- Add Flashblocks entry to SUMMARY.md for sidebar navigation - Add technical terms to words.txt: Brotli, disincentivized, doctoc, DOCTOC, ENDIANNESS, protobuf, pubkey, struct, structs - Sort and deduplicate words.txt This applies the necessary fixes from PR ethereum-optimism#754 while preserving the original authorship of dmarz's commits.
- Replace [-*+] with standard markdown bullet points (-) - Fixes markdown linting warnings about potential incomplete links - Improves readability and compliance with markdown standards
- Convert reference-style links with inline URLs to proper inline links - Remove malformed [text][reference](url) syntax - Fix links to ethereum-optimism repository references - Remove extra asterisks from markdown formatting - Resolves markdown linting warnings about incomplete link references
- Add top-level heading '# Flashblocks' to fix MD041 first-line-heading rule - Fix MD029 ordered list prefix issues by properly indenting bullet points under numbered items - Ensure sequential numbering (1, 2, 3, 4, 5, 6, 7) for all ordered lists - Indent all sub-bullet points with 3 spaces to be properly nested under their parent items
- Fix MD051 link fragment issues by updating TOC links to use correct fragment IDs - Fix MD059 descriptive link text by replacing '[here]' with '[flashblocks-websocket-proxy repository]' - All markdown linting errors now resolved (0 errors)
- Remove authors comment section that was causing conflicts - Update TOC entries to use bold formatting for data structure headings - Remove manual 'Table of Contents' header to match doctoc format
- Add new technical terms including Airgap, Basefee, Bootnode, and others - Remove outdated or duplicate entries to streamline the list - Ensure consistent casing and formatting for terms throughout the file
- Add doctoc/DOCTOC for table of contents generation - Add technical terms: struct, structs, protobuf, pubkey - Add Brotli compression algorithm name - Add ENDIANNESS and disincentivized - Sort and deduplicate words.txt for consistency Fixes spelling check failures introduced by doctoc updates
geoknee
approved these changes
Sep 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Tests
Additional context
Metadata