Skip to content

Conversation

@YukiTsuchida
Copy link
Contributor

@YukiTsuchida YukiTsuchida commented Dec 12, 2025

Description

Replaced absolute imports (src/proto/...) with relative paths in CrossStore.sol and ICoordinator.sol.

Motivation

Using absolute paths causes build errors when this repository is installed as a dependency, as the compiler attempts to resolve src from the consumer's project root. This fix eliminates the need for users to configure manual remappings.

@YukiTsuchida YukiTsuchida changed the title Fix import fix: replace absolute imports with relative paths in CrossStore.sol and ICoordinator.sol Dec 12, 2025
@YukiTsuchida YukiTsuchida changed the title fix: replace absolute imports with relative paths in CrossStore.sol and ICoordinator.sol fix: use relative imports in CrossStore.sol and ICoordinator.sol Dec 12, 2025
@github-actions
Copy link

LCOV of commit a7f3a4a during Coverage Report #232

Summary coverage rate:
  lines......: 97.5% (585 of 600 lines)
  functions..: 95.3% (101 of 106 functions)
  branches...: no data found

Files changed coverage rate:
                                         |Lines       |Functions  |Branches    
  Filename                               |Rate     Num|Rate    Num|Rate     Num
  =============================================================================
  src/core/CrossStore.sol                | 100%      3| 0.0%     3|    -      0

Full coverage report

Copy link
Member

@mattsu6666 mattsu6666 left a comment

Choose a reason for hiding this comment

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

LGTM👏

@YukiTsuchida YukiTsuchida merged commit e67f3db into feature/coordinator Dec 12, 2025
5 checks passed
@YukiTsuchida YukiTsuchida mentioned this pull request Dec 12, 2025
@YukiTsuchida YukiTsuchida deleted the fix-import-proto branch January 16, 2026 08:29
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.

3 participants