-
Notifications
You must be signed in to change notification settings - Fork 18
Update submodules and remove files that migrated to the vanilla repo #176
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
base: master
Are you sure you want to change the base?
Conversation
80a5a78
to
7ea3da9
Compare
We can't merge this until the documentation in vanilla is available. Also, we need to remove the documentation that we migrated to vanilla and make sure all references go to vanilla instead |
Do we get documentation with the RC, or only with final releases? |
We get it with the RC afaik. |
@@ -4,10 +4,6 @@ NOTE: This document is better viewed at https://docs.openzeppelin.com/community- | |||
|
|||
This directory includes contracts to build accounts for ERC-4337. These include: | |||
|
|||
* {Account}: An ERC-4337 smart account implementation that includes the core logic to process user operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor & pretty out-of-scope:
NOTE: This document is better viewed at https://docs.openzeppelin.com/community-contracts/proxy |
to be updated in
https://docs.openzeppelin.com/community-contracts/access
.
clear: `$clear(uint256)`, // `$clear_EnumerableSetExtended_${name}(uint256)` when more types are added | ||
length: `$length(uint256)`, // `$length_EnumerableSetExtended_${name}(uint256)` when more types are added | ||
at: `$at(uint256,uint256)`, // `$at_EnumerableSetExtended_${name}(uint256,uint256)` when more types are added | ||
values: `$values(uint256)`, // `$values_EnumerableSetExtended_${name}(uint256)` when more types are added | ||
valuesPage: `$values(uint256,uint256,uint256)`, // `$values_EnumerableSetExtended_${name}(uint256,uint256,uint256)` when more types are added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need these?
This is quite big !
ERC20Mock.sol
& co (in favor of$ERC20.sol
)contracts/interfaces/IERC7786.sol
(^0.8.0 -> ^0.8.4).github/actions/setup/action.yml
(migration to node 22.x)Removed files