Get rid of "Events" helper in tests #1045
Labels
effort: low
Easy or tiny task that takes less than a day.
priority: 2
We will do our best to deal with this.
type: test
Adding, updating, or removing tests.
work: clear
Sense-categorize-respond. The relationship between cause and effect is clear.
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
.The text was updated successfully, but these errors were encountered: