You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason in testing i have this error (contract is controller)
2024-06-30T12:21:22.857265Z INFO katana::executor::blockifier: Executing transaction. error=transaction validation error: Error in the called contract (0x04086715be10545f4ddb43b7feaf50d4fd4a3d7235185065037877e4b455636d):
Error at pc=0:34910:
Could not reach the end of the program. RunResources has no remaining steps.
Cairo traceback (most recent call last):
so tx is failing, but nonce is increased and keep increasing for each tx request
for some reason in testing i have this error (contract is controller)
so tx is failing, but nonce is increased and keep increasing for each tx request
controller should call getNonce to retrieve nonce before sending tx
after looking katana log, there is calls to getNonce and it return correct value 0
The text was updated successfully, but these errors were encountered: