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

Update Account and Paymaster to use Entrypoint v0.8.0 #95

Merged
merged 6 commits into from
Mar 28, 2025

Conversation

Amxx
Copy link
Collaborator

@Amxx Amxx commented Mar 24, 2025

@Amxx Amxx requested a review from a team as a code owner March 24, 2025 19:47
ernestognw
ernestognw previously approved these changes Mar 26, 2025
);
}
}
abstract contract Account is AccountCore, ERC721Holder, ERC1155Holder, ERC7739 {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would consider removing Account whatsoever and just enable ERC721Holder, ERC1155Holder, ERC721 and ERC7739 as toggle features in Wizard.

We can keep this contract until we have the wizard version

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets keep it for now, we can remove it in a further PR.

I would even consider renaming AccountCore to Account at that point

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this will require a lot of mocks changes, so I'd definitelly do it in a separate PR.

@ernestognw ernestognw dismissed their stale review March 26, 2025 03:40

Unintentional approval

@ernestognw ernestognw requested a review from a team March 26, 2025 03:40
@Amxx Amxx merged commit 11b7d48 into master Mar 28, 2025
11 checks passed
@Amxx Amxx deleted the account-abstraction/entrypoint-v0.8.0 branch March 28, 2025 09:13
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