This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Script and Mint transactions are replaced to empty Script transactions #1357
Labels
bug
Something isn't working
Issue
Description
file: packages/fuel-indexer/src/executor.rs,
fn retrieve_blocks_from_node
fuel-indexer/packages/fuel-indexer/src/executor.rs
Line 425 in 1b345b0
Script
andMint
transactions are replaced toTransaction::default()
. By this reason inside my indexer these types of transactions are broken. I checked the commit history and file changes, and decided that this problem did not exist before.Anyway I have a branch which is the expected behavior in my opinion: https://github.com/FuelLabs/fuel-indexer/compare/develop...a-filippo:fuel-indexer:added-script-mint?expand=1
I am attaching an example of log, which shows that both block transactions has
Script
type with empty information.Versions
fuel-indexer
: 0.20.7forc-index
: 0.20.7The text was updated successfully, but these errors were encountered: