namada
namada copied to clipboard
token crates refactor
- move inflation from core into token crate
- find a way to move
ConversionStateto token crates (it's in core b/c it's currently being used innamada_storage) to unblock the next point - ~~move the core token types into the token crates~~ - not feasible, there are still many other types in core that use
token::Amountand/ortoken::DenominatedAmount - replace the
namada_statedep withnamada_storage(used in shielded token for conversion state) - move
struct MaspParamsinto shielded_token