-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
caad200
commit ca8429d
Showing
9 changed files
with
102 additions
and
125 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
CreateX_DeployCreate_Public_Test | ||
├── When the initCode creates a valid runtime bytecode | ||
│ ├── When the created runtime bytecode has a non-zero length | ||
│ │ ├── It returns a contract address with a non-zero bytecode length and a potential non-zero ether balance. | ||
│ │ └── It emits the event ContractCreation with the contract address as indexed argument. | ||
│ └── When the created runtime bytecode has a zero length | ||
│ └── It should revert. | ||
└── When the contract creation fails | ||
├── When the initCode successfully creates a runtime bytecode with a non-zero length | ||
│ ├── It returns a contract address with a non-zero bytecode length and a potential non-zero ether balance. | ||
│ └── It emits the event ContractCreation with the contract address as indexed argument. | ||
├── When the initCode successfully creates a runtime bytecode with a zero length | ||
│ └── It should revert. | ||
└── When the initCode fails to deploy a runtime bytecode | ||
└── It should revert. |
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.