-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from permissivelabs/zerodev/kernel-v2
Zerodev/kernel v2
- Loading branch information
Showing
26 changed files
with
580 additions
and
714 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,6 @@ jobs: | |
|
||
- name: Run tests | ||
run: forge test -vvv | ||
|
||
- name: Check formatting | ||
run: forge fmt --check |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
[submodule "lib/Solidity-RLP"] | ||
path = lib/Solidity-RLP | ||
url = https://github.com/hamdiallam/Solidity-RLP | ||
branch = v2.0.7 | ||
branch = master | ||
[submodule "lib/account-abstraction"] | ||
path = lib/account-abstraction | ||
url = https://github.com/eth-infinitism/account-abstraction | ||
branch = v0.4.0 | ||
branch = ver0.6.0 | ||
[submodule "lib/openzeppelin-contracts"] | ||
path = lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
branch = v4.8.2 | ||
branch = master | ||
[submodule "lib/solidity-bytes-utils"] | ||
path = lib/solidity-bytes-utils | ||
url = https://github.com/GNSPS/solidity-bytes-utils | ||
branch = v0.8.0 | ||
branch = master | ||
[submodule "lib/safe-contracts"] | ||
path = lib/safe-contracts | ||
url = https://github.com/safe-global/safe-contracts | ||
[submodule "lib/zerodev-wallet-kernel"] | ||
path = lib/zerodev-wallet-kernel | ||
url = https://github.com/zerodevapp/zerodev-wallet-kernel | ||
branch = kernel_v2 |
Submodule Solidity-RLP
updated
5 files
+4 −0 | Changelog.md | |
+1 −1 | contracts/Helper.sol | |
+1 −1 | contracts/Migrations.sol | |
+1 −1 | contracts/RLPReader.sol | |
+1 −1 | package.json |
Submodule openzeppelin-contracts
updated
567 files
Submodule safe-contracts
updated
from e870f5 to 4b9c46
Submodule zerodev-wallet-kernel
added at
c5c5e1
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
# Deployments | ||
## Deployments | ||
|
||
| factory | account implementation | fee manager | safe factory | | ||
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | | ||
| 0x499dcb87582897b050fa0579eb0d5fe71ce491b3 | 0x031d104686cde4d7ac2a31831efe36eee888af2c | 0x2ad29cc25d9fb3647b304353a0a609f27afe380b | 0x0c850e3c696871e6b72a410bea7b1c96870e0715 | | ||
## Core | ||
|
||
### PermissiveFactory | ||
|
||
`0x499dcb87582897b050fa0579eb0d5fe71ce491b3` | ||
|
||
### PermissiveAccount | ||
|
||
`0x031d104686cde4d7ac2a31831efe36eee888af2c` | ||
|
||
### FeeManager | ||
|
||
`0x2ad29cc25d9fb3647b304353a0a609f27afe380b` | ||
|
||
## Safe | ||
|
||
### SafeFactory | ||
|
||
`0x0c850e3c696871e6b72a410bea7b1c96870e0715` | ||
|
||
### SafeModule | ||
|
||
`0x536e29988dcdab2d8e2f2d7621eb2eee7393df28` | ||
|
||
## Zerodev | ||
|
||
### PermissiveValidator | ||
|
||
### PermissiveExecutor |
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
Oops, something went wrong.