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

Operation failed: 22:0 + 2, maximum offset value exceeded error while executing a transaction #636

Open
kkovaacs opened this issue Jun 19, 2023 · 1 comment

Comments

@kkovaacs
Copy link

Please see lambdaclass/cairo-vm#1246 for details.

It seems that I'm unable to run this transaction with blockifier -- but it works just fine when using starknet-in-rust:

With blockifier:

2023-06-19T14:04:54.707323Z ERROR execute: pathfinder_rpc::cairo::blockifier: Transaction execution failed error=Transaction validation has failed. source=Error in the called contract (0x002c133a0c1b78b0b16cf787bfeeb6a8978ef26e9d97a993cc7ffce9d192a313):
Error at pc=0:4418:
Operation failed: 22:0 + 2, maximum offset value exceeded
Cairo traceback (most recent call last):
Unknown location (pc=0:1498)
Unknown location (pc=0:3561)
 transaction_hash=0x00AE9AE3059D3D85F2AE7F30EF703838C91BC7AC96B69B0606E05B41EB228946

vs starknet-in-rust:

2023-06-19T14:07:51.896777Z TRACE execute: pathfinder_rpc::cairo::starknet_rs: Transaction execution finished actual_fee=6237633823169988 transaction_hash=0x00AE9AE3059D3D85F2AE7F30EF703838C91BC7AC96B69B0606E05B41EB228946 block_number=82027
@kkovaacs
Copy link
Author

Maybe caused by lambdaclass/cairo-vm#1218 ?

gswirski pushed a commit to reilabs/blockifier that referenced this issue Jun 26, 2024
…ii (starkware-libs#636)

* feat: Added a way to filter entities by component name in torii

* fix: fixed smol bug + added test

* fix: only exact match + additionnal testing

* fix: clippy
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant