Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StateDiff: collect consecutive state_diffs #1238

Open
Tracked by #1237
kpp opened this issue Sep 27, 2024 · 1 comment
Open
Tracked by #1237

StateDiff: collect consecutive state_diffs #1238

kpp opened this issue Sep 27, 2024 · 1 comment
Milestone

Comments

@kpp
Copy link
Contributor

kpp commented Sep 27, 2024

Now on testnet we have proof sampling, which means we prove only 1/N batches. Because of that we have:

[ ] [ ] [ ] [ ] [ proof ] [ ] [ ] [ ] [ ] [ ] [ proof ] ...

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.

@kpp kpp mentioned this issue Sep 27, 2024
9 tasks
@eyusufatik
Copy link
Member

this is going to be solved on testnet by #1477

@eyusufatik eyusufatik added this to the Fork 1 milestone Nov 18, 2024
@eyusufatik eyusufatik modified the milestones: Fork 1, Mainnet Must Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants