We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Starknet counter example is not running for Devnet-rs and Sepolia networks. (Also decrease counter isn't working)
To Reproduce Steps to reproduce the behavior:
Response from devnet-rs: {"jsonrpc":"2.0","id":0,"error":{"code":40,"message":"Contract error","data":{"revert_error":"Execution failed. Failure reason: 0x4163636f756e743a20696e76616c6964207369676e6174757265 ('Account: invalid signature')."}}}
Expected behavior Gas and fee data response.
Screenshots n/a
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context This error is caused by invalid data sent the network. (for example Goerli instead of Sepolia).
The text was updated successfully, but these errors were encountered:
Hi, please if i can be assigned to this issue.
Sorry, something went wrong.
Sure, thanks a lot.
Closed by #403
devnet0x
No branches or pull requests
Describe the bug
Starknet counter example is not running for Devnet-rs and Sepolia networks. (Also decrease counter isn't working)
To Reproduce
Steps to reproduce the behavior:
{"jsonrpc": "2.0", "method": "starknet_estimateFee", "params": {"request": [{"type": "INVOKE", "max_fee": "0x38d7ea4c68000", "version": "0x1", "signature": ["0x0509a56c92bc15c8e4411b218675a2ddf301725cfc717bbbca170b879a64f6c5", "0x053bd62b798d630db577d98b7c2c4204afef4678e8fe81b6a1319018c1cc34b1"], "nonce": "0x0000000000000000000000000000000000000000000000000000000000000003", "sender_address": "0x068f12c7d61346313d2485935c7d16fb1509219e3be67e1a1cdcfd5bb50cc837", "calldata": ["0x0000000000000000000000000000000000000000000000000000000000000001", "0x0563c9aa366b74d85ff440fa2c6e3554d77d1208c15ad2cfe2fd60bdcdb55d1e", "0x007a44dde9fea32737a5cf3f9683b3235138654aa2d189f6fe44af37a61dc60d", "0x0000000000000000000000000000000000000000000000000000000000000000"]}], "block_id": "latest", "simulation_flags": []}, "id": 0}
Response from devnet-rs:
{"jsonrpc":"2.0","id":0,"error":{"code":40,"message":"Contract error","data":{"revert_error":"Execution failed. Failure reason: 0x4163636f756e743a20696e76616c6964207369676e6174757265 ('Account: invalid signature')."}}}
Expected behavior
Gas and fee data response.
Screenshots
n/a
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This error is caused by invalid data sent the network. (for example Goerli instead of Sepolia).
The text was updated successfully, but these errors were encountered: