Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

dev: impl get_state_updates by re executing transactions #1602

Merged
merged 8 commits into from
May 21, 2024

Conversation

tonypony220
Copy link
Contributor

@tonypony220 tonypony220 commented May 13, 2024

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Feature

What is the current behavior?

getting data from DA

Resolves: #1594

What is the new behavior?

simulating transactions to get state diff

Does this introduce a breaking change?

No

Other information

@tonypony220 tonypony220 marked this pull request as ready for review May 13, 2024 15:30
crates/runtime/src/lib.rs Outdated Show resolved Hide resolved
crates/client/rpc/src/lib.rs Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Outdated Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Outdated Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Outdated Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Outdated Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Outdated Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Outdated Show resolved Hide resolved
starknet-rpc-test/get_state_update.rs Show resolved Hide resolved
@tonypony220 tonypony220 force-pushed the da-cleanup branch 2 times, most recently from 73d9513 to a065c8f Compare May 17, 2024 11:40
@tonypony220 tonypony220 requested a review from tdelabro May 17, 2024 14:24
CHANGELOG.md Outdated Show resolved Hide resolved
@tonypony220 tonypony220 changed the title dev: impl get_state_updates using re_execute_transactions dev: impl get_state_updates by re executing transactions May 21, 2024
@tdelabro tdelabro merged commit 003a0d6 into keep-starknet-strange:main May 21, 2024
15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dev: impl get_state_updates using re_execute_transactions
2 participants