-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove account dependencies #161
base: feature/downgrade-solc
Are you sure you want to change the base?
refactor: remove account dependencies #161
Conversation
@kopy-kat a few issues:
|
Should we remove registry dep too? |
done but the 7702 compatibility change added to 7579 ref requries ^0.8.24 for tstore too (we can precompile this tho), but the 4337 repo is ^0.8.23 too maybe lets just keep it >=0.8.24 <0.9.0 ? |
Yeah that’s mid, maybe we remove the 7579 impl too - but yeah maybe we need to stay higher than 0.8.24 |
7579 ref is removed, bumped solc to 0.8.24 >= All in all this pr removes the kernel, safe7579, 7579ref and registry dependecies |
solves #158 to make #160 work