tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Instrument call to sealContract in end to end tests #313

Open dorranh opened 2 years ago

dorranh commented 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.

gkaracha commented 2 years ago

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: