Closed PaulRBerg closed 1 month ago
Starting Solidity v0.8.21, events can be emitted from interface files.
So we can get rid of the Events.t.sol file and duplicated events there and instead import the interface files from src.
Events.t.sol
src
Starting Solidity v0.8.21, events can be emitted from interface files.
So we can get rid of the
Events.t.sol
file and duplicated events there and instead import the interface files fromsrc
.