forked from zerodevapp/kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: pull and merge changes from ZeroDev's upstream v2.1 #1
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
Conversation
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
Collaborator
0xca11
commented
Sep 18, 2023
- Fix/stake factory (Fix/stake factory zerodevapp/kernel#7)
- Feat/multi owned ecdsa (Feat/multi owned ecdsa zerodevapp/kernel#8)
- ERC721 actions renamed to token actions and added erc20, erc1155 (ERC721 actions renamed to token actions and added erc20, erc1155 zerodevapp/kernel#10)
- Feat/killswitch (Feat/killswitch zerodevapp/kernel#11)
- udpated the killswitch action (Test/killswitch zerodevapp/kernel#12)
- fix: return value on temp kernel (fix: return value on temp kernel zerodevapp/kernel#13)
- deploy script
- Update audit report to include session keys
- deployed to optimism, polygon, arbitrum
- V2.1 (V2.1 zerodevapp/kernel#25)
- Add audit report
- Update audit report to latest version
- V2.1 typed primitives (V2.1 typed primitives zerodevapp/kernel#26)
- Deploy/v2.1 (Deploy/v2.1 zerodevapp/kernel#28)
- Deploy/v2.1 (Deploy/v2.1 zerodevapp/kernel#29)
- added stake functionality to factory
- added stake factory to follow the storage access rule for associated storage
- renamed to TempKernel
- deploy script
- changed script a bit
- renamed to TempKernel
- forge fmt
- removed console.sol
- removed staker and renamed actions to executor
- deployed with deterministic deployment
- script done for session key
- using simple trick to adapt the storage access rule
- feat: added a new SessionKeyOwnedKernelFactory
- fix: SessionKeyOwnedKernel owner data for account creation
- refactor: expect digest passed to be a hashed typed data already
- Revert "refactor: expect digest passed to be a hashed typed data already"
- refactor: validate signed typed data and signed eth messages
- feat: pull and merge changes from ZeroDev's upstream v2.1
* added stake functionality to factory * added task for testing userOp with stackUp * added setting for hardhat * added stake factory to follow the storage access rule for associated storage * renamed to TempKernel * deploy script * changed script a bit * renamed to TempKernel * forge fmt * removed console.sol * removed staker and renamed actions to executor * test fixes and callcode test * deployed with deterministic deployment * validator not accessing the 2 dimensional mapping * script done for session key * using simple trick to adapt the storage access rule * Feat/session key owned (zerodevapp#6) * session key owned validator * named variable for mapping * deployed to goerli
* removed typescript deployments * fix : kernel helper * added multi ecdsa kernel factory * only owner
* v4.0.0-beta.10 * v4.0.0-beta.11 * v4.0.0-beta.12 * changed killswitch validator to plugin * v4.0.0-beta.13
* v4.0.0-beta.10 * updator draft * removed temp kernel * create account 142873 * added validCaller * forge fmt * small touch on comments * validCaller changed * test for external call * renamed modifier * removed callcode test * forge fmt * added snapshot * custom errors * using gas() for prepay * removed unused copy * payable for gas optimization * using solady for optimization * forge fmt * cache storage for optimization * admin less erc 1967 optimization * unchecked blocks * validator to payable * using constant for gas optimization * removed return * via-ir for optimization * change in order of ecdsa validator to lower the gas cost * squeezing gas * more squeezing * removed exec * kernel helper in yul * more optimization * updated aa dependency * V2.1 optimize (zerodevapp#20) * factory merged with erc1967 minimal factory * Kernel Storage to abstract the initData setting * only one factory to decrease deployment gas * test cleanup to properly structure the test * removing killswitch test too * KernelLite PoC * files for setting a proper gas report * using memory directly to reduce gas * changed order for validator to reduce gas cost * optimize only * remove kernel lite gas report * internal functions for erc1967factory * change kernel sig order for validUntil and validAfter (zerodevapp#21) * forge fmt * fix: parsing typo and mode(1) * V2.1 session key (zerodevapp#22) * session Key debug done * foundry viaIr setting enabled * forge fmt * V2.1 stake factory (zerodevapp#23) * gas optimization by using memory for validateUserOp * optimization with calldata parsing * stake for factory * stake factory * report * fmt * removed unused file * session key now filters the operation * fix: using proper bytes for parsing operation * script for deploying kernel/kernel factory for v2.1 * script for deploying session key * deployed to all testnet * kilswitch (zerodevapp#24)
* typed primitives for validation data * forge fmt * added test for proxy * fix: return address when proxy is deployed * forge fmt * cleaned up the test, should deal with weird gas limit afterward * removed comments
* deploy kernel/sessionkey on mumbai * fix:check proxy deployment first and try deploy * deployed new factory * deployed on mumbai, goerli * deployed to testnets * seprate stake * deployed to polygon * deployed and staked on mainnets
* deploy kernel/sessionkey on mumbai * fix:check proxy deployment first and try deploy * deployed new factory * deployed on mumbai, goerli * deployed to testnets * seprate stake * deployed to polygon * deployed and staked on mainnets * deployed on bsc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.