Skip to content

Reduce masp events #3824

@grarco

Description

@grarco

Right now, if a transaction contains at least a valid masp transfer, we emit two attributes in the tx event:

  1. masp_tx_block_index to point to the transaction in the block
  2. masp_tx_batch_refs to point to the the section(s) containing the masp data

These two attributes always go together, they are either both present or non of them is. We should try to collapse them into a single attribute.

Also, we should try to see if it is possible to manage this attribute in a batch without the need for ExtendedTxResult.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions