NEWTON
Asked
7 months ago
68
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
7 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
7 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?
Warp Traspiler error: the warp-related package was not found. How do I generate python packages?
ApeWorX: Why do I need to fund a Starknet account before deploying it?
How to protect my contract from reentrancy in Cairo Language / StarkNet?
Do I need to learn cairo to develop on starknet?
Cairo: Expected '__main__.Id' to be a struct. Found: 'future'
How can I read contract memory with starknetjs?
Does Account Abstraction support "Burner Accounts"?