-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reorganize reader files (#170)
## Description Since it's now only used by new tests. `StorageAccessibleWrapper.sol` can be moved away from `test/src/` (folder which should disappear at some point anyway). Because of this, I also updated Solidity pragmas. I was lenient with the version (`^0.8.0`) because there's no need to enforce restrictive versions for tests. I had to lower the pragmas in tests when I suspected a compiler regression and wanted to test it, and this was avoidably annoying. ## Test Plan CI.
- Loading branch information
Showing
4 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/src/vendor/StorageAccessibleWrapper.sol → test/reader/StorageAccessibleWrapper.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters