Skip to content

Conversation

@rakibhossain72
Copy link

Fixes #????

PR Checklist

  • Tests
  • Documentation
  • Changeset entry (run npx changeset add)

@rakibhossain72 rakibhossain72 requested a review from a team as a code owner October 17, 2025 19:10
@changeset-bot
Copy link

changeset-bot bot commented Oct 17, 2025

⚠️ No Changeset found

Latest commit: d807e78

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 17, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This PR consists primarily of code formatting and documentation adjustments across the codebase. Changes include repositioning parameter labels and inline comments in function signatures, normalizing code style by adding braces around single-statement conditional blocks, and minor whitespace adjustments. Additionally, the PR introduces two new utility libraries: Bytecode for bytecode manipulation operations, and SSTORE2 for storing data as contract bytecode. Several mock contracts receive new event and error declarations to support additional test scenarios.

Possibly related PRs

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1cf1377 and d807e78.

📒 Files selected for processing (28)
  • contracts/account/Account.sol (1 hunks)
  • contracts/account/extensions/draft-AccountERC7579.sol (2 hunks)
  • contracts/account/extensions/draft-ERC7821.sol (2 hunks)
  • contracts/account/utils/draft-ERC7579Utils.sol (2 hunks)
  • contracts/governance/extensions/GovernorTimelockCompound.sol (1 hunks)
  • contracts/interfaces/draft-IERC7786.sol (1 hunks)
  • contracts/mocks/AuthorityMock.sol (4 hunks)
  • contracts/mocks/ERC3156FlashBorrowerMock.sol (1 hunks)
  • contracts/mocks/account/modules/ERC7579Mock.sol (1 hunks)
  • contracts/mocks/compound/CompTimelock.sol (0 hunks)
  • contracts/mocks/token/ERC1155ReceiverMock.sol (1 hunks)
  • contracts/mocks/token/ERC1363ReceiverMock.sol (1 hunks)
  • contracts/mocks/token/ERC1363SpenderMock.sol (1 hunks)
  • contracts/mocks/token/ERC20BridgeableMock.sol (1 hunks)
  • contracts/mocks/token/ERC721ReceiverMock.sol (1 hunks)
  • contracts/mocks/utils/cryptography/ERC7739Mock.sol (1 hunks)
  • contracts/utils/Bytecode.sol (1 hunks)
  • contracts/utils/Memory.sol (1 hunks)
  • contracts/utils/RLP.sol (4 hunks)
  • contracts/utils/SSTORE2.sol (1 hunks)
  • contracts/utils/Strings.sol (2 hunks)
  • contracts/utils/cryptography/MessageHashUtils.sol (3 hunks)
  • contracts/utils/cryptography/WebAuthn.sol (2 hunks)
  • contracts/utils/cryptography/signers/SignerERC7913.sol (0 hunks)
  • contracts/utils/draft-InteroperableAddress.sol (2 hunks)
  • test/utils/Arrays.t.sol (1 hunks)
  • test/utils/Bytes.t.sol (4 hunks)
  • test/utils/structs/Accumulators.t.sol (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rakibhossain72 rakibhossain72 deleted the feature/add-sstore2-library branch October 22, 2025 17:40
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.

1 participant