Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin solc version in foundry.toml #68

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

Schwartz10
Copy link
Contributor

@Schwartz10 Schwartz10 commented Oct 28, 2024

For whatever reason, when running solidity 0.8.20, we get a visibility error in the tests:

Error (9582): Member "FaultRecord" not found or not visible after argument-dependent lookup in type(contract SimplePDPService).
   --> test/SimplePDPService.t.sol:188:14:
    |
188 |         emit SimplePDPService.FaultRecord(SimplePDPService.FaultType.LATE, 3);
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@ZenGround0 ZenGround0 merged commit 5342e81 into FilOzone:main Oct 28, 2024
1 check passed
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