Skip to content

docs: fix grammar in src/ethereum/forks/*/vm/instructions (arithmetic)#2

Merged
danceratopz merged 1 commit into
fix-grammarfrom
claude/grammar-check-instructions-cJLdl
Dec 30, 2025
Merged

docs: fix grammar in src/ethereum/forks/*/vm/instructions (arithmetic)#2
danceratopz merged 1 commit into
fix-grammarfrom
claude/grammar-check-instructions-cJLdl

Conversation

@danceratopz

Copy link
Copy Markdown
Owner
  • Fix verb form inconsistency in mul() docstring: "Multiply...pushes" changed to "Multiplies...pushes" to match neighboring functions
  • Fix missing preposition: "instead b'\x00'" -> "instead of b'\x00'"

🗒️ Description

🔗 Related Issues or PRs

N/A.

✅ Checklist

  • All: Ran fast tox checks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:
    uvx tox -e static
  • All: PR title adheres to the repo standard - it will be used as the squash commit message and should start type(scope):.
  • All: Considered adding an entry to CHANGELOG.md.
  • All: Considered updating the online docs in the ./docs/ directory.
  • All: Set appropriate labels for the changes (only maintainers can apply labels).
  • Tests: Ran mkdocs serve locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.
  • Tests: For PRs implementing a missed test case, update the post-mortem document to add an entry the list.
  • Ported Tests: All converted JSON/YML tests from ethereum/tests or tests/static have been assigned @ported_from marker.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

- Fix verb form inconsistency in mul() docstring: "Multiply...pushes"
  changed to "Multiplies...pushes" to match neighboring functions
- Fix missing preposition: "instead b'\x00'" -> "instead of b'\x00'"
@danceratopz danceratopz merged commit 54fcd85 into fix-grammar Dec 30, 2025
2 of 9 checks passed
@danceratopz danceratopz deleted the claude/grammar-check-instructions-cJLdl branch December 30, 2025 12:42
danceratopz added a commit that referenced this pull request Mar 11, 2026
…arison (ethereum#2407)

* feat: split code for easier testing + add unit test

* test(test-execute): add JSONRPCError fallback path test for nonce sync. (#2)

- Cover the try/except branch in sync_worker_key_nonce() where
  get_account with block_number="latest" raises JSONRPCError and
  the function falls back to "pending".
- The existing parametrized tests only exercise the happy path;
  this completes branch coverage for the extracted function.
- Not parametrized because the nonce-sync logic is already proven
  by the existing cases — this test's concern is the recovery path.

---------

Co-authored-by: danceratopz <danceratopz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants