Marco Granelli
Marco Granelli
By emitting an event though we are subject to the limitation of batch events: if more than one masp tx is present in the batch (e.g. relaying of ibc messages),...
See also https://github.com/anoma/namada-indexer/pull/267#discussion_r1945167290 for another small issue with these events being represented in a simple `Vec`: recovering the actual inner tx in the batch that generated the given masp event...
After #4449 the only thing left to do would be to produce the masp events directly in the wasm transaction and have the masp vp validate them. This way we...
Looks good to me except for the compilation issue with wasm tests
> what is the status here? I believe it only needs to be rebased on the latest release
I believe this was implemented in #3459