Skip to content

refactor(#1): move TypedEncoder from libs to lib#48

Open
re1ro wants to merge 1 commit intomainfrom
feature/typed-encoder-step1
Open

refactor(#1): move TypedEncoder from libs to lib#48
re1ro wants to merge 1 commit intomainfrom
feature/typed-encoder-step1

Conversation

@re1ro
Copy link
Collaborator

@re1ro re1ro commented Oct 31, 2025

No description provided.

@re1ro re1ro requested a review from fish-sammy October 31, 2025 12:16
@re1ro re1ro self-assigned this Oct 31, 2025
Copilot AI review requested due to automatic review settings October 31, 2025 12:16
Copy link

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 PR reorganizes the project structure by moving TypedEncoder.sol from src/libs/ to src/lib/ to consolidate library files into a single directory. This aligns with the existing convention where EIP712.sol already resides in src/lib/.

  • Moves TypedEncoder.sol to the standard src/lib/ directory
  • Updates import paths in test files to reflect the new location

Reviewed Changes

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

File Description
src/lib/TypedEncoder.sol New file added containing the TypedEncoder library implementation
test/libs/TypedEncoderHash.t.sol Updated import path from src/libs/ to src/lib/
test/libs/TypedEncoderEncode.t.sol Updated import path from src/libs/ to src/lib/

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@re1ro re1ro changed the title refactor: move TypedEncoder from libs to lib refactor(#1): move TypedEncoder from libs to lib Oct 31, 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