You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CrommVardek It's best if you look at the function advance_block in crates/engine/src/test_api.rs and implement set_block_time analog to it. So in your IDE you can look for usages of advance_block and add set_block_time to all these places as well.
IIRC it should just be crates/env/src/engine/off_chain/test_api.rs.
Escalated from this StackExchange question: https://substrate.stackexchange.com/questions/7034/is-it-possible-to-override-ink-envtest-default-block-time.
ToDo
Engine::set_block_time(time: BlockTimestamp)
.The text was updated successfully, but these errors were encountered: