kkrt-labs / kakarot

Kakarot is a zkEVM written in Cairo, leveraging the STARK proof system.

Home Page:https://kakarot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev: remove dead `Account_implementation` storage var

enitrat opened this issue · comments

No longer used in the code now that the proxy pattern has been replaced.

However, it still might have use cases if we want to, for example, be able to update an account's class in case it doesn't match the latest one used by Kakarot. Ideally, we would have a get_class_hash_at syscall for this.

Kept as per #1056