-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Car files don't contain Metadata of transactions #129
Comments
How do i know if this it is an error and not supposed to happen?
and if we take a look at that tx in solana explorer we can clearly see that this tranaction contains both inner instructions and LUT that are both stored in metadata of transaction yet no Metadata from car file
|
More info about what I'm trying to do: |
Here is a non failed transaction example (I mean it still doesn't have metadata but it succeeded as you can see in solana explorer)
This one is parsed a little bit, I just devided meta from tx for the sake of readability |
Sorry I am a bit confused. In the example with tx_signature |
Yes it does contain metadata but EDIT: specified it in main issue |
if I run following code:
for transaction with signature: 2T5DUh6D7XqQZDCH5xr4iWuTNijQMVaqsW2M7mkfaFHJooNouwd3M5A5VTWoDDDgegiEveWfoxM7ZfCNQkRjVGS2 |
Some new info: |
Confirmed. Looking for root cause. |
I've downloaded car file using tool provided in repo, created index for that file and validated index.
And some transactions doesn't seem to conatin
Data
field in its Metadata when they clearly shouldExamples (tx_signatures):
2mLw3iS91aiSfd1a3j5nsfePv2VeVyqpv9RghCd4NqWPey5M2s33RHtzervBYW6UV7RUaTJx4WQeA7MPB3gWe6gC
solana explorer link
3HSEKYnB6PyDBBsZuyzE4R1ZFK5oDYLJbiSbvCXa3zgvj3H65X8Yh19bv9kaPaLqsnx4TBb2ZniCCRm7crhnd8NM
solana explorer link
Why is that hapening?
Commented that examples with more details for that issue.
The text was updated successfully, but these errors were encountered: