kkrt-labs / kakarot-ssj

Kakarot zkEVM - rewrite in the latest version of Cairo
https://www.kakarot.org
MIT License
137 stars 81 forks source link

feat: use `get_starknet_address` #928

Closed enitrat closed 1 month ago

enitrat commented 1 month ago

We introduced in KakarotZero a get_evm_address entrypoint that reads the address registry, and if no entry, computes the evm address.

Use it throughout the codebase instead of compute_starknet_address.

adrianvrj commented 1 month ago

hey @enitrat do you need help with this one?