starknet-devnet-rs icon indicating copy to clipboard operation
starknet-devnet-rs copied to clipboard

Refactor state

Open marioiordanov opened this issue 1 year ago • 1 comments

Now there are 2 properties with similar functionality: state -> (state, historic_state) pending_state -> (state, historic_state)

Needs to be refactored

marioiordanov avatar Jun 06 '24 11:06 marioiordanov

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.

FabijanC avatar Jun 19 '24 15:06 FabijanC