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
Would we need to add entries to the conversion table by default, for new tokens? This may be dangerous, since any number of new tokens can be created - we should think about this. First, though, can you explicate exactly what you mean?
I faced an issue with not being able to query the balance of IbcToken received at the previous epoch.
In query_shielded_balance(), compute_shielded_balance() returned the following MaspAmount as balance.
It is related to not only
IbcToken
but alsoErc20
tokens.When the epoch is updated after receiving a token over IBC, this shielded balance has only the epoch when the token is received.
namada/apps/src/lib/client/rpc.rs
Lines 843 to 846 in c82a0b3
Currently, we update the conversion state only for pre-existing tokens.
namada/core/src/ledger/storage/masp_conversions.rs
Line 217 in c82a0b3
The text was updated successfully, but these errors were encountered: