Skip to content
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

Open
wants to merge 19 commits into
base: feature/downgrade-solc
Choose a base branch
from

Conversation

highskore
Copy link
Contributor

@highskore highskore commented Nov 12, 2024

solves #158 to make #160 work

@highskore highskore changed the title [WIP] refactor: remove account dependecies [WIP] refactor: remove account dependencies Nov 12, 2024
@highskore highskore marked this pull request as draft November 12, 2024 10:54
@highskore highskore changed the title [WIP] refactor: remove account dependencies refactor: remove account dependencies Nov 14, 2024
@highskore
Copy link
Contributor Author

highskore commented Nov 14, 2024

@kopy-kat a few issues:

  • Registry dependency is ^0.8.24
  • Seems like memory allocation for < 0.8.26 is not the best so SIMULATE=true doens't work on CI (works locally tho)

@highskore highskore marked this pull request as ready for review November 14, 2024 15:47
@kopy-kat
Copy link
Member

Should we remove registry dep too?

@highskore
Copy link
Contributor Author

highskore commented Nov 14, 2024

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 ?

@kopy-kat
Copy link
Member

Yeah that’s mid, maybe we remove the 7579 impl too - but yeah maybe we need to stay higher than 0.8.24

@highskore
Copy link
Contributor Author

highskore commented Nov 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants