token crates refactor #2484
Labels
modularization
Part of Namada's modularization effort
pre-mainnet
Must happen before mainnet.
refactor / code quality
ConversionState
to token crates (it's in core b/c it's currently being used innamada_storage
) to unblock the next pointmove the core token types into the token crates- not feasible, there are still many other types in core that usetoken::Amount
and/ortoken::DenominatedAmount
namada_state
dep withnamada_storage
(used in shielded token for conversion state)struct MaspParams
into shielded_tokenThe text was updated successfully, but these errors were encountered: