In TransactionSummary computation logic, all addresses are not checked if owned by user, even though all info is available for it: https://github.com/penumbra-zone/penumbra/blob/main/crates/core/transaction/src/view.rs#L128
Web apps call this code in WebAssembly to calculate TransactionSummary and, it is safe to say, expect the AddressView proto to be decoded in the protocol.
In TransactionSummary computation logic, all addresses are not checked if owned by user, even though all info is available for it: https://github.com/penumbra-zone/penumbra/blob/main/crates/core/transaction/src/view.rs#L128
Web apps call this code in WebAssembly to calculate TransactionSummary and, it is safe to say, expect the AddressView proto to be decoded in the protocol.