Skip to content

Conversation

@pankajjagtapp
Copy link
Contributor

@pankajjagtapp pankajjagtapp commented Oct 30, 2025

Note

Massive style/formatting pass across contracts, interfaces, libraries, and tests (compact signatures, import/order cleanup, normalized literals) with no functional logic changes.

  • Overall:
    • Extensive Solidity code formatting and import reordering across contracts, interfaces, libraries, and tests for consistency (single-line signatures, normalized spacing, reordered imports).
    • Numeric literals normalized with separators (e.g., 10_000) and minor style cleanups in assertions, events, and comments.
  • Interfaces/Libraries:
    • Consolidated function signatures to single lines; reordered and grouped imports; no API changes in behavior.
  • Contracts (e.g., WithdrawRequestNFT, WeETHWithdrawAdapter, AddressProvider, EtherFiViewer, EtherFiRateLimiter):
    • Minor stylistic refactors (constructor/signature compacting, underscore numeric literals, inline struct literals); no functional logic changes.
  • Tests:
    • Updated literals, timestamps, blocks, and hex constants to new formatting; minor expectation/message and warp/roll adjustments; added/standardized helper utilities.
  • No business logic added; changes are beautification and consistency oriented across the codebase.

Written by Cursor Bugbot for commit 77a5f3e. This will update automatically on new commits. Configure here.

@pankajjagtapp pankajjagtapp self-assigned this Oct 30, 2025
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