This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 292
✨ add state_diff to trace API #1390
Merged
EvolveArt
merged 31 commits into
keep-starknet-strange:main
from
EvolveArt:feat/trace-state-diff
Mar 5, 2024
Merged
✨ add state_diff to trace API #1390
EvolveArt
merged 31 commits into
keep-starknet-strange:main
from
EvolveArt:feat/trace-state-diff
Mar 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tdelabro
suggested changes
Jan 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
execute_txs_and_rollback
should not waste computation during estimate_fee
tdelabro
suggested changes
Jan 23, 2024
…kaioshin into feat/trace-state-diff
tdelabro
suggested changes
Jan 26, 2024
tdelabro
suggested changes
Feb 2, 2024
tdelabro
approved these changes
Feb 14, 2024
tdelabro
approved these changes
Mar 5, 2024
SamrendraS
pushed a commit
to SamrendraS/madara
that referenced
this pull request
Mar 5, 2024
Co-authored-by: Timothée Delabrouille <34384633+tdelabro@users.noreply.github.com>
MrishoLukamba
pushed a commit
to MrishoLukamba/madara
that referenced
this pull request
Mar 6, 2024
Co-authored-by: Timothée Delabrouille <34384633+tdelabro@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the current behavior?
Resolves: #1331
What is the new behavior?
CachedBlockifierStateAdapter
struct that's only being used in the tracing runtime API, it uses the blockifier caching mechanism to output a state diff after each transaction.simulateTransactions
endpoint.Does this introduce a breaking change?
No
Other information