starknet-devnet-rs
starknet-devnet-rs copied to clipboard
Refactor state
Now there are 2 properties with similar functionality: state -> (state, historic_state) pending_state -> (state, historic_state)
Needs to be refactored
My impression it that most of the problems we have had with state manipulation is present since #329 and is caused by CachedState not implementing Clone.