software-mansion / protostar

Protostar is a toolchain for developing and testing Starknet contracts
https://docs.swmansion.com/protostar/
MIT License
247 stars 48 forks source link

feat: Proxy resolver does not currently support Cairo1 ABIs Error #2073 #2198

Open Cevedale opened 9 months ago

Cevedale commented 9 months ago

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 Cairo1 ABIs. Check the Protostar documentation and release notes for any information regarding support for Cairo1 ABIs. The issue might be a known limitation, and there could be instructions or workarounds provided in the documentation. If there is no immediate solution, consider using an earlier version of Cairo-lang that might be compatible with the Proxy resolver. However, be cautious about potential side effects and ensure that this is a viable temporary workaround. If Protostar CLI continues to pose challenges, consider alternative methods for interacting with the smart contract, such as using other CLI tools or interacting directly with the smart contract on the testnet.