V3 transaction metadata introduced a new structure for events and return values. Without parsing it, Prism misses data from any transaction that uses the V3 format.
- Add a match arm for
TransactionResultMeta::V3 in the metadata parser
- Extract events, return value, and fee details from the V3 structure
Expectations: Transactions with V3 metadata produce the same quality of output as V1/V2, with no fields silently dropped.
V3 transaction metadata introduced a new structure for events and return values. Without parsing it, Prism misses data from any transaction that uses the V3 format.
TransactionResultMeta::V3in the metadata parserExpectations: Transactions with V3 metadata produce the same quality of output as V1/V2, with no fields silently dropped.