Open
Description
Currently, we allow IBC transfers to target znam
addresses. This allows some leakage of information about the identity of the target.
namada/crates/core/src/address.rs
Lines 409 to 425 in 733d6b0
We should modify the TryFrom
to error out if the receiver is a znam1...
address. All MASP IBC shieldings should target the MASP transparent address, instead. The error message should reflect this, suggesting the usage of the MASP address (as opposed to a payment address).