-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: adds initial account abstraction implementation * feat: adds the ParaAccount and complete the initial functionality * feat: a working version with ERC721 verification * feat: initialize migration Signed-off-by: GopherJ <[email protected]> * feat: support different recipient address Signed-off-by: GopherJ <[email protected]> * feat: refactor account abstraction to a simple one * feat: remove not needed contracts * feat: remove not needed contracts * chore: adds tests for AA * chore: adds account address to the accountCreated event * chore: adds AA deployment step * chore: adds test for account upgrade * chore: adds values array to executeBatch * fix: aa must belong to user Signed-off-by: GopherJ <[email protected]> * chore: tiny optimization Signed-off-by: GopherJ <[email protected]> * chore: revert unecessary changes Signed-off-by: GopherJ <[email protected]> * chore: adds ERC1271 comp * chore: remove signature encoding for contracts * chore: replace signature checker. * fix: hvmtl supplycap Signed-off-by: GopherJ <[email protected]> * feat: update admin account Signed-off-by: GopherJ <[email protected]> * fix: add missing claimMoonbirds Signed-off-by: GopherJ <[email protected]> * chore: update config Signed-off-by: GopherJ <[email protected]> * chore: add more aggregators Signed-off-by: GopherJ <[email protected]> * chore: add more aggregators Signed-off-by: GopherJ <[email protected]> * chore: fixes owner.code * chore: add missing items Signed-off-by: GopherJ <[email protected]> * chore: improve Signed-off-by: GopherJ <[email protected]> * chore: catch error Signed-off-by: GopherJ <[email protected]> * fix: revert for usdt Signed-off-by: GopherJ <[email protected]> * fix: verification Signed-off-by: GopherJ <[email protected]> * fix: lint Signed-off-by: GopherJ <[email protected]> * chore: revert modification Signed-off-by: GopherJ <[email protected]> * fix: typo Signed-off-by: GopherJ <[email protected]> * feat: support rescueETH Signed-off-by: GopherJ <[email protected]> * fix: partial lint errors Signed-off-by: GopherJ <[email protected]> * chore: add migration audit report Signed-off-by: GopherJ <[email protected]> * chore: rename Signed-off-by: GopherJ <[email protected]> --------- Signed-off-by: GopherJ <[email protected]> Co-authored-by: 0xwalid <[email protected]> Co-authored-by: zhoujia6139 <[email protected]>
- Loading branch information
1 parent
8b3559e
commit 73cbb39
Showing
8 changed files
with
18 additions
and
90 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
This file contains 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 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 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 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 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 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