argentlabs / argent-contracts-starknet

Argent accounts for Starknet
https://www.argent.xyz
GNU General Public License v3.0
168 stars 64 forks source link

cairo-lang 0.8.1 support #35

Closed lsbyerley closed 2 years ago

lsbyerley commented 2 years ago

Seeing some module import errors in ./test/argent_account.py on cairo-lang 0.8.1

https://github.com/argentlabs/argent-contracts-starknet/blob/develop/test/argent_account.py

ImportError: cannot import name 'BlockInfo' from 'starkware.starknet.business_logic.state'

juniset commented 2 years ago

Thanks! I believe with 0.8.1 BlockInfo has been moved to starkware.starknet.business_logic.state.state.

juniset commented 2 years ago

Should be fixed by #36 .

juniset commented 2 years ago

Closed by #36

lsbyerley commented 2 years ago

@juniset awesome thanks! i'll check it out soon