NEWTON
Asked
4 months ago
66
views
0
Hello, I am facing an issue with starknet-devnet (v0.3.1)
. I do not manage to run RPC starknet_addInvokeTransaction
with positional parameters; yet it works with pathfinder and other vers like starknet_estimateFee
. It returns int() can't convert non-string with explicit base
. It is working fine on GOERLI. I have document the case on the repo https://github.com/Shard-Labs/starknet-devnet/issues/282. Does anyone have an example of a positional request to starknet_addInvokeTransaction
on devnet that is working? The test inside the testsuite is also using named parameters. Thank you for your help
This question was originally posted on StarkNet Discord
Newton
asked
4 months ago
0
Accepted answer
That is a bug... I've proposed a fix https://github.com/Shard-Labs/starknet-devnet/pull/283 even if I assume you did what you did for a good reason. I will argue that the starknet_addInvokeTransaction
is not compliant with the v0,1 rpc spec the way it is coded right now. Also, sorry to not provide a set of tests but I do not write Python code at all!
This answer was originally posted on StarkNet Discord
Newton
answered
4 months ago
How do I develop against cairo devnet with browser wallets?
Is the Starknet Name Service working or not?
Can anyone explain Pathfinder JSON-RPC InvokeTXNV1?
How do I connect my DAPP to Starknet-devnet using starknetjs?
Do you have any idea on how much is starknetJS request limit?
Cairo/Nile: Testing the proxy upgrade feature, but my tests fail with the error message TypeError: int() can't convert non-string with explicit base.
Is there any issue between using 4.4 and 3.x starknet.js?
Problem with transfering USDC via Starkgate. Can anyone help?
Is there a cheatsheet somewhere will all the most usefull commands
How to divide felt in Cairo Lang using unsigned_div_rem?
Does starknet have name service?
Does Account Abstraction support "Session Keys"?
AssertionError with range_check_ptr_ptr
Cairo: When do you use tempvar and when do you use local