I have different tests that require me to test for scenarios in the future. The best way to accomplish this is by mocking the timestamp() call used by the Fuel node.
Something like the Fuel equivalent of evm_increaseTime and evm_mine? Does this exist? If not, any alternative suggestions?
well aware of this. my question was more geared toward if there was a way of “fooling” the local Fuel node into advancing time specifically to test time-dependent functions.