Commits
Click on a commit to change the comparison rangefix: correct various typos in documentation and comments
- Fixed "that" to "than" in comparison context
- Corrected "RJUMV" to "RJUMPV"
- Fixed "a address" to "an address"
- Changed "This fields" to "These fields"
- Fixed "have signed" to "has signed"
- Corrected "All function has" to "All functions have"
- Fixed "frm" to "from"
- Clarified "Returns authorization the chain id" to "Returns the chain id from the authorization"
- Fixed "all Ethereum transaction" to "all Ethereum transactions"
- Changed "Use for" to "Used for" for consistency
- Corrected "in requires" to "it requires"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com> chore: remove obsolete RJUMPV comments
RJUMPV is no longer part of the EVM, so removing all related documentation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com> refactor: replace HashSet::new() with HashSet::default()
Standardize HashSet initialization to use default() for consistency.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>