Gianni Pupazzetto

Results 11 comments of Gianni Pupazzetto

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...

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...

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...

What about CASM's low-level AIR arithmetization schemes and compatibility?

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...

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...

The Stark EC curve may or may not support HD Derivation, depending on the specific implementation of the cryptography. The ability to support HD Derivation depends on how the cryptography...

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...

I 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...

name: Update gh-pages branch run: | git fetch git checkout gh-pages git config --global user.name "eran-test-user" git config --global user.email "[[email protected]](mailto:[email protected])" git add index.html git commit -m "${{ github.run_number }}-${{...