0xSpaceShard / starknet-devnet-rs

A local testnet for Starknet... in Rust
https://0xspaceshard.github.io/starknet-devnet-rs/
MIT License
106 stars 61 forks source link

Refactor state #484

Open marioiordanov opened 4 months ago

marioiordanov commented 4 months ago

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

Needs to be refactored

FabijanC commented 3 months ago

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.