wormhole/ethereum/forge-test
Csongor Kiss 7f7330ddab Revert "ethereum: fix view error with newer version of forge"
This reverts commit 05cec3d729 (#3059)

The commit was erroneously included in anticipation of a forge version
update, but it actually only generates an error with an outdated
forge-stdlib version.

The old version's `vm.addr` function
(see
ddb69063e4/src/Vm.sol (L15))
has no `pure` modifier, thus any function using it can not be `pure` (or `view`).
The new version (see
66bf4e2c92/src/Vm.sol (L55))
on the other hand does. In fact, with the new version, removing the
modifier produces a warning.
2023-06-13 17:29:04 -04:00
..
relayer Relayer: Ethereum folder Changes for Merging into Main (#3038) 2023-06-13 17:01:43 -04:00
Bridge.t.sol ethereum: change inheritance for BridgeTest 2023-05-17 12:51:26 -05:00
Messages.t.sol ethereum: change inheritance for TestMessages 2023-05-17 12:51:26 -05:00
TokenImplementation.t.sol Revert "ethereum: fix view error with newer version of forge" 2023-06-13 17:29:04 -04:00