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

Use blockifier's TransactionExecutor API #2402

Open
kkovaacs opened this issue Nov 22, 2024 · 0 comments
Open

Use blockifier's TransactionExecutor API #2402

kkovaacs opened this issue Nov 22, 2024 · 0 comments

Comments

@kkovaacs
Copy link
Contributor

Stateful compression of state diffs requires some post-processing steps done after executing a block of transactions. Ideally we would convert our current code using lower-level APIs (estimate, simulate and trace) to use the TransactionExecutor API that already implements this change.

Note: the last time we checked TransactionExecutor had some API deficiencies so that estimate and simulate could not be properly implemented: skip_validate and skip_fee_charge cannot be implemented through the TransactionExecutor API.

@kkovaacs kkovaacs added this to the Starknet 0.13.4 milestone Nov 22, 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

1 participant