You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use new Entrypoint v0.6 setup with account + account factory contracts (#373)
* Make all top level functions virtual on ContractKit bases
* pkg update
* Make MAX_BPS private in Marketplace plugins
* Add sample AA implementation
* Add design objectives for TWAccount
* Update TWAccountFactory
* Emit event on Account creation
* Update TWAccount
* Fix compile errors
* WIP: TWRouter has everything
* docs update
* delete dummy contract
* Two separate wallets: regular and dynamic
* Create TWDynamicAccount factory
* WIP: TWAccount benchmark tests
* Upgrade to Entrypoint 0.6.0 and update its dependents
* Update UserOperation lib util
* fix benchmark tests for TWAccount
* cleanup test events
* Update createAccount: return instead of revert for used salt
* Fix TWDynamicAccount initialize
* Add receive function to TWAccount
* Update account contracts using new entrypoint
* fix naming in test file
* fix solhint build error
* fix test
* Fix casing
* fix casing again
0 commit comments