-
Notifications
You must be signed in to change notification settings - Fork 171
Update migrated imports from community to vanilla contracts #609
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
Merged
Merged
Changes from 31 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
8ff9c6a
Update migrated imports from community to vanilla contracts
ernestognw d91e95f
Use ERC20Bridgeable from Contracts 5.4.0
ericglau 8aaf3fe
Update Hardhat package to use Contracts 5.4.0
ericglau 97ac202
Avoid immutable for token bridge address
ericglau 52e8788
Add changeset
ericglau e8c07e9
Update changeset
ericglau 003e509
Update doc links, remove experimental
ericglau 0909c7f
Merge remote-tracking branch 'upstream/chore/release-5.4' into contra…
ericglau 7ec131a
Update imports, types
ericglau b18904f
Merge remote-tracking branch 'upstream/master' into chore/release-5.4
ericglau bbd308c
Merge branch 'master' into chore/release-5.4
ernestognw d1df618
Minimize changes
ernestognw f27b285
Use constructors instead of initializers for signers
ernestognw 7bf5e16
Add upgradeability
ernestognw 03dcb36
up
ernestognw e928a95
Remove experimental
ernestognw 3a7fc32
Update snapshots
ernestognw 47b8d6e
up
ernestognw ef0c60a
Add changeset
ernestognw 34b594b
Add more changesets
ernestognw 2579170
up
ernestognw f76ae21
up
ernestognw 21385f5
Update tests
ernestognw dbc1108
up
ernestognw 57e390e
format
ernestognw 9b90959
up
ernestognw 40c043d
Fix solidity compile test workflow, add upgradeable to account compil…
ericglau 81a267b
Merge remote-tracking branch 'upstream/master' into chore/release-5.4
ericglau bfa9574
Fix some compilation issues
ernestognw 77744e0
Fix initializable
ernestognw c7abb24
Update snapshots
ernestognw fd4aab9
Add missing modifier
ernestognw 0213855
Remove experimental from AI prompts
ericglau 888f36a
Fix detection of upgradeable option in Hardhat/Foundry, add account t…
ericglau 66bcc96
Omit upgrades plugins for upgradeable Account
ericglau b1a362a
Fix compile error
ericglau efa2420
Merge branch 'master' into chore/release-5.4
ericglau 39c0486
Show erc7702 upgrade errors as red tooltips
ericglau 3d0680e
Use reactivity to disable erc7702 upgradeable in UI
ericglau e862916
Format
ernestognw b2c858c
Remove redundant error check for upgradeable section
ericglau 912ad47
Fix formatting
ericglau 8b15bf4
Merge remote-tracking branch 'upstream/chore/release-5.4' into chore/…
ericglau 5d9d2fc
Refactor Initializable import logic for clarity
ericglau e0452c4
Use upgradeable import for UUPSUpgradeable
ericglau b2db161
Update snapshots
ericglau 46a18eb
Revert generate sources to use parents
ericglau 88ff42f
Fix oz-upgrades-unsafe-allow tag and add comments to constructors
ernestognw d873a79
Fix constructors for upgradeable accounts without signer
ernestognw cd769af
up
ernestognw 14b1e1b
Update snapshots
ernestognw 825e89f
Merge branch 'master' into chore/release-5.4
ericglau 281cdeb
Add check for consistency
ericglau 3bd7a19
Use oz-upgrades-unsafe-allow-reachable, update snapshots
ericglau b9d3740
Lint
ericglau 7656f32
Bump community contracts version
ericglau c8e260d
Update snapshots
ericglau a44081a
add constructor or initializer for ERC7579 accounts that don't have a…
Amxx 64af729
makeUpgradeable helper
Amxx bbba3ad
fix lint
Amxx 102afdf
Add type check
ericglau e3f45b2
Add note for helper fn
ericglau 1b243e5
Use posix to ensure forward slashes
ericglau 5b1bd5a
Merge branch 'master' into chore/release-5.4
ericglau e031954
Update snapshots
ernestognw 4375257
Add changeset for common
ericglau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@openzeppelin/wizard': minor | ||
'@openzeppelin/contracts-mcp': minor | ||
--- | ||
|
||
Add constructors for `SignerECDSA`, `SignerP256`, `SignerRSA`, `SignerERC7702`, `SignerERC7913`, `MultiSignerERC7913` and `MultiSignerERC7913Weighted` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@openzeppelin/wizard': minor | ||
'@openzeppelin/contracts-mcp': minor | ||
--- | ||
|
||
Enable upgradeability for `AccountERC7579`, `AccountERC7579Hooked`, `SignerECDSA`, `SignerP256`, `SignerRSA`, `SignerERC7702`, `SignerERC7913` and `MultiSignerERC7913` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@openzeppelin/wizard': minor | ||
'@openzeppelin/contracts-mcp': minor | ||
--- | ||
|
||
**Breaking change**: Use `Account`, `AccountERC7579`, `AccountERC7579Hooked`, `ERC7812`, `ERC7739Utils`, `ERC7913Utils`, `AbstractSigner`, `SignerECDSA`, `SignerP256`, `SignerRSA`, `SignerERC7702`, `SignerERC7913`, `MultiSignerERC7913`, and `MultiSignerERC7913Weighted` from OpenZeppelin Contracts 5.4.0 instead of Community Contracts | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.