namada
namada copied to clipboard
state crate refactor
- unify names in the
namada_stateas its usages (struct Statewas previouslyStorage, but we still have e.g.WlStoragethat wraps theState,WriteLogAndStorage[and its methods],TempWlStorage, insideShell, etc.) - make the
Stateinternal to the crate, from the outside it should only be accessed via what's currently calledWlStorage- again, the names are confusing)