namada icon indicating copy to clipboard operation
namada copied to clipboard

token crates refactor

Open tzemanovic opened this issue 1 year ago • 0 comments

  • move inflation from core into token crate
  • find a way to move ConversionState to token crates (it's in core b/c it's currently being used in namada_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::Amount and/or token::DenominatedAmount
  • replace the namada_state dep with namada_storage (used in shielded token for conversion state)
  • move struct MaspParams into shielded_token

tzemanovic avatar Jan 31 '24 13:01 tzemanovic