You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: