Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

fix: update MessageOut data parsing due to API change #1313

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

deekerno
Copy link
Contributor

Description

Due to a change in how the data field in a MessageOut receipt is formed, our type ID and data parsing did not cover each case. This PR adjusts the parsing to check for a None value as well as an empty byte array as well.

Testing steps

On develop: Clear database, build any indexer (fuel-explorer is probably best) and run indexer on internal beta-4 test network. You should see a failure at or near block 364788.

On this branch: Repeat above steps. You should see no failure.

@deekerno deekerno added the bug Something isn't working label Aug 30, 2023
@deekerno deekerno self-assigned this Aug 30, 2023
@deekerno deekerno marked this pull request as ready for review August 30, 2023 15:32
@deekerno deekerno requested review from ra0x3 and lostman as code owners August 30, 2023 15:32
Copy link
Contributor

@ra0x3 ra0x3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 🏅

@deekerno deekerno merged commit 68cf538 into develop Aug 30, 2023
@deekerno deekerno deleted the deekerno/reintroduce-messageout-fix branch August 30, 2023 15:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants