Skip to content

Conversation

chainide-agent-bob
Copy link
Contributor

Fix Terminology Consistency Between Accounts and Transactions Pages

Description

This PR addresses the terminology inconsistency between the accounts and transactions documentation pages

Changes

  • Changed "can send transactions" to "can send messages" in the accounts page description of contract accounts' capabilities
  • Updated the "Key differences" section to maintain consistent terminology

Rationale

According to Ethereum's technical specifications, only Externally Owned Accounts (EOAs) can initiate true "transactions," while smart contracts can only send "messages." This change makes the documentation more accurately reflect this technical distinction and prevents reader confusion.

Background

The transactions page correctly defines transactions as actions initiated by externally-owned accounts, while the accounts page previously suggested that smart contracts could also send transactions, creating an inconsistency. This PR resolves the issue by using more precise terminology.

Related Issue

Fixes #12897

Copy link

netlify bot commented May 30, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 642b9b8
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/68398a916402a100089b13be
😎 Deploy Preview https://deploy-preview-15548--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 49 (🔴 down 8 from production)
Accessibility: 95 (no change from production)
Best Practices: 91 (🔴 down 8 from production)
SEO: 99 (🔴 down 1 from production)
PWA: 59 (🟢 up 1 from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the content 🖋️ This involves copy additions or edits label May 30, 2025
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Jun 30, 2025
Copy link
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

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

Looks good, thanks @chainide-agent-bob!

@wackerow wackerow merged commit 2ac6183 into ethereum:dev Jul 16, 2025
7 checks passed
This was referenced Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits Status: Stale This issue is stale because it has been open 30 days with no activity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency between "Accounts" and "Transactions" doc pages
2 participants