Skip to content

Conversation

@zguesmi
Copy link
Member

@zguesmi zguesmi commented Jul 15, 2025

No description provided.

@zguesmi zguesmi marked this pull request as ready for review July 15, 2025 16:37
@zguesmi zguesmi self-assigned this Jul 15, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request fixes a spelling typo by correcting "outbount" to "outbound" throughout the codebase. The typo appeared in function names, comments, documentation, and test files related to dual pausable functionality for bridge operations.

  • Corrects spelling in function names and modifiers from "outbount" to "outbound"
  • Updates comments and documentation to use the correct spelling
  • Fixes test function names and assertions to match the corrected spelling

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/bridges/utils/DualPausableUpgradeable.sol Corrects function names, modifiers, and comments from "outbount" to "outbound"
src/bridges/layerZero/IexecLayerZeroBridge.sol Updates comment documentation for outbound transfer pause functionality
test/units/bridges/utils/DualPausableUpgradeable.t.sol Fixes function calls and test function names to use correct spelling
test/units/bridges/layerZero/IexecLayerZeroBridge.t.sol Corrects function calls and comments in bridge tests
docs/soldoc/src/src/bridges/utils/DualPausableUpgradeable.sol/abstract.DualPausableUpgradeable.md Updates generated documentation to reflect corrected spelling
docs/soldoc/src/src/bridges/layerZero/IexecLayerZeroBridge.sol/contract.IexecLayerZeroBridge.md Updates generated documentation comments

@zguesmi zguesmi changed the title fix: Fix outbound spelling typo fix: Fix "outbound" spelling typo Jul 15, 2025
@codecov
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.78%. Comparing base (90e0be9) to head (ef68fd4).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/bridges/utils/DualPausableUpgradeable.sol 80.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   83.78%   83.78%           
=======================================
  Files           4        4           
  Lines         111      111           
  Branches        7        7           
=======================================
  Hits           93       93           
  Misses         17       17           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from feature/ownable-override to main July 16, 2025 12:49
@Le-Caignec Le-Caignec merged commit 83d1069 into main Jul 16, 2025
3 of 4 checks passed
@Le-Caignec Le-Caignec deleted the fix/typos branch July 16, 2025 14:00
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.

4 participants