Skip to content

Eth send raw transaction conditional - #3523

Open
anegg0 wants to merge 5 commits into
masterfrom
eth-send-raw-transaction-conditional
Open

Eth send raw transaction conditional#3523
anegg0 wants to merge 5 commits into
masterfrom
eth-send-raw-transaction-conditional

Conversation

@anegg0

@anegg0 anegg0 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Description

New reference page for eth_sendRawTransactionConditional, plus two diagrams. rpc-methods.mdx now links to it instead of duplicating a table, and sidebars.js gains the entry.

Document type

  • Gentle introduction
  • Quickstart
  • How-to
  • Concept
  • FAQ
  • Troubleshooting
  • Reference
  • Third-party content
  • Codebase changes
  • Not applicable

Checklist

  • I have read the CONTRIBUTE.md guidelines
  • My changes follow the style conventions outlined in CONTRIBUTE.md
  • I have used sentence-case for titles and headers
  • I have used descriptive link text (not "here" or "this")
  • I have separated procedural from conceptual content where appropriate
  • I have tested my changes locally with yarn start or yarn build
  • My code follows the existing code style and conventions
  • I have added/updated frontmatter for new documents
  • I have checked for broken links
  • I have verified that my changes don't break the build
  • Third-party docs only: Do you agree to the third-party content policy outlined within CONTRIBUTE.md?
    • Yes
    • Not applicable

Additional Notes

Also fixes two pre-existing site-wide layout bugs found while testing the page:

  • VanillaAdmonition did not support type="caution", so those admonitions rendered with no style, title, or icon on 26 pages. Added the type and a .caution class.
  • The desktop table of contents wrapped below the article when a code line was wider than the column. Flex items default to min-width: auto, so min-content overrode the column's max-width. Added min-width: 0 to the article column and the main container.

The layout fixes are in shared files (src/css/custom.scss, src/components/VanillaAdmonition/) and change rendering on every page, not just this one. Verified in the browser at 1600px, 1280px, and 390px: the table of contents returns to the right rail, page-level horizontal scrolling is gone, rpc-methods renders identically to before, and full-bleed tables are unaffected. configure-dac.mdx, the worst pre-existing case, is also fixed.

Local verification covered yarn start and yarn typecheck; a full yarn build has not been run, so CI is the gate for link checking.

@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
arbitrum-docs Ready Ready Preview Aug 12, 2026 4:35pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant