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
Because of that there is no way to test stateful diffs using testnet data.
What we need is to launch a new network, set proof_sampling_number=1, upload several contracts, simulate user interaction and collect proofs(thus state_diffs).
The result of this issue: a list of consecutive state_diffs and possibly a final storage state.
The text was updated successfully, but these errors were encountered:
Now on testnet we have proof sampling, which means we prove only 1/N batches. Because of that we have:
Because of that there is no way to test stateful diffs using testnet data.
What we need is to launch a new network, set
proof_sampling_number=1
, upload several contracts, simulate user interaction and collect proofs(thus state_diffs).The result of this issue: a list of consecutive state_diffs and possibly a final storage state.
The text was updated successfully, but these errors were encountered: