Skip to content
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

Querying L1_HANDLER receipts fail with internal error on v0.13.0. #2085

Closed
xJonathanLEI opened this issue Jun 19, 2024 · 0 comments · Fixed by #2087
Closed

Querying L1_HANDLER receipts fail with internal error on v0.13.0. #2085

xJonathanLEI opened this issue Jun 19, 2024 · 0 comments · Fixed by #2087
Assignees
Labels
bug Something isn't working

Comments

@xJonathanLEI
Copy link
Contributor

xJonathanLEI commented Jun 19, 2024

Looks like there's an issue with receipts in pathfinder v0.13.0. Once upgraded and database migrated, querying any L1_HANDLER receipt results in an internal error with a log on the node as WARN Internal error backtrace=expected Declare transaction.

Querying other types of receipts don't result in error but are currently rejected by starknet-rs tests, which used to be passing with pathfinder v0.12.0. I haven't actually looked into what's causing the test failure on this though.

It's rather easy to repro. Just run this:

starkli receipt --rpc "https://pathfinder.rpc.sepolia.starknet.rs/rpc/v0_7" 0785c2ada3f53fbc66078d47715c27718f92e6e48b96372b36e5197de69b82b5

The URL points to a pathfinder v0.13.0 node on sepolia, unpruned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants