Open dorranh opened 2 years ago
The call to sealContract is not currently instrumented in our tests, which means that we won't see reports of its gas costs. We should add support for this in our end to end tests.
sealContract
Ah, yes, indeed! Expect this to be the most expensive of all though, since internally it calls touch and pokes all helper contracts :sweat_smile:
touch
The call to
sealContract
is not currently instrumented in our tests, which means that we won't see reports of its gas costs. We should add support for this in our end to end tests.