ethereum-optimism / smock

[Optimism] Solidity mock contracts in JavaScript
73 stars 15 forks source link

Correctly make assertions about storage slots #33

Closed smartcontracts closed 3 years ago

smartcontracts commented 3 years ago

Description The .every here was... completely broken. It doesn't work like this at all. Whoops! This will now correctly check storage slots. We didn't catch this because it seems like no one was really using the feature.