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

Implement state diff for starknet_simulateTransactions trace API #1667

Open
greged93 opened this issue Mar 14, 2024 · 0 comments
Open

Implement state diff for starknet_simulateTransactions trace API #1667

greged93 opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request katana This issue is related to Katana

Comments

@greged93
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The state diff computation is for now not executed in the starknet_simulateTransactions.

Describe the solution you'd like
The endpoint starknet_simulateTransactions should return the state diff generated along with the simulation result and fee.
The implementation can take inspiration using the below links related to pathfinder:

@greged93 greged93 added enhancement New feature or request katana This issue is related to Katana labels Mar 14, 2024
@glihm glihm changed the title feat(katana): implement state diff for starknet_simulateTransactions trace API [FEATURE] Implement state diff for starknet_simulateTransactions trace API Jun 19, 2024
@glihm glihm changed the title [FEATURE] Implement state diff for starknet_simulateTransactions trace API Implement state diff for starknet_simulateTransactions trace API Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request katana This issue is related to Katana
Projects
None yet
Development

No branches or pull requests

1 participant