Hi all,
Just wanted confirmation regarding provider states.
Pact only calls the next provider state when the previous one successfully returns (no panic or return error) correct?
I.e. provider states are always synchronously executed in the order they were specified in the contract, correct?