Greg

Results 302 comments of Greg

Thank you for reporting. I think this might be an issue related to the storage inspection. Will look into it.

> I looked into this little, I believe fvm should be the place for the fix. ( they are already planning parallel pre processing already afaik ) cc @janezpodhostnik do...

I agree. Currently, the flowkit is just replaced in the go.mod for the CLI. Our plan is to extract flowkit like you mentioned, but it will take a bit of...

@sukantoraymond we need to keep it due to backward compatibility.

I was able to reproduce this problem for those transactions. It looks like the transaction includes some values in the events that cause the issue. Will try to provide a...

@bluesign I remember yeah. Will try to include the Cadence team in this.

@SupunS do you maybe have some context around this?

@fyrz the crasher was fixed. The issue you are explaining is coming from the fact that the transaction is probably from previous sporks and can't be accessed. That's not a...

I see. If the transaction is not super old then it might be a problem with CLI. I just assumed because there are two different issues in this issue. Will...

Until then you can even use HTTP API to get that transactions by using ``` https://rest-mainnet.onflow.org/v1/transactions/fd561db7293c156f702617fce43876409c4b44f83c1de5d89008962fd0d30de3 ``` not sure if that helps you tho