Closed lsbyerley closed 2 years ago
Seeing some module import errors in ./test/argent_account.py on cairo-lang 0.8.1
./test/argent_account.py
https://github.com/argentlabs/argent-contracts-starknet/blob/develop/test/argent_account.py
ImportError: cannot import name 'BlockInfo' from 'starkware.starknet.business_logic.state'
Thanks! I believe with 0.8.1 BlockInfo has been moved to starkware.starknet.business_logic.state.state.
BlockInfo
starkware.starknet.business_logic.state.state
Should be fixed by #36 .
Closed by #36
@juniset awesome thanks! i'll check it out soon
Seeing some module import errors in
./test/argent_account.py
on cairo-lang 0.8.1https://github.com/argentlabs/argent-contracts-starknet/blob/develop/test/argent_account.py
ImportError: cannot import name 'BlockInfo' from 'starkware.starknet.business_logic.state'