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]> --------- Signed-off-by: GopherJ <[email protected]> Co-authored-by: 0xwalid <[email protected]> Co-authored-by: zhoujia6139 <[email protected]>
- Loading branch information