This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
call_contract internal server error (0.5.0a0) #425
Labels
Context: coupled
interact with some parts of the codebase
Difficulty: easy
anybody can understand it
Techno: python
Python
Type: bug
Something isn't working
Describe the bug (observed vs expected behavior)
The recent renaming of
contract_address
tosender_address
in the InvokeFunctioncairo-lang
class causes somecall_contract
calls to result in an internal server error.For the payload:
AttributeError: 'InvokeFunction' object has no attribute 'contract_address'
testnet
the result is an expected 500 statusUNINITIALIZED_CONTRACT
errorFor the payload:
UNINITIALIZED_CONTRACT
error for bothdevnet
andtestnet
Not reproducible on alpha-goerli
Devnet version
The text was updated successfully, but these errors were encountered: