Gianni Pupazzetto
Gianni Pupazzetto
think that your GitHub Actions workflow aims to run benchmarks and update a GitHub Pages branch (gh-pages). However, there is no explicit step for generating an index.html file or updating...
Update the extension or the library that manages the Starknet provider to a version that supports the RPC operation. Version (v4) is deprecated and not suitable for the RPC call....
Check if all the variables you are using in your StarkNet registration code are properly initialized before they are used. Look for instances where a variable might be used before...
There is an issue with the Protostar CLI when trying to interact with the default Cairo 1 smart contract. The error indicates that the Proxy resolver does not currently support...
the error message indicates that some of the required hints used by bootloaders are missing. the hints in question are: %builtins output pedersen range_check ecdsa bitwise ec_op keccak poseidon you...
The docstring example was indeed incomplete, and I appreciate your keen observation. I've updated it to include the deploy_execution_info argument in the instantiation example, ensuring a more accurate and comprehensive...
Yes, you can use the StarkEx library with Java! StarkEx is a protocol for scalable and secure off-chain computation. While the library might be initially designed with a specific language...
You can try updating the API Specification: Open the starknet_api_openrpc.json file at line 3597 and add the necessary details for the contract error. You should update the "CONTRACT_ERROR" section to...
To interact with the StarkWare network for depositing and withdrawing funds, refer to the documentation provided at https://docs.starkware.co/starkex-v3/starkex-deep-dive/smart-contracts-1/public-interactions. Find contract addresses for deposit and withdrawal functionalities, and look for code...
What about CASM's low-level AIR arithmetization schemes and compatibility?