|
Ran
|
Jobs
2
|
Files
42
|
Run time
1min
|
Badge
README BADGES
|
push
github
Creation Code Hash (#1019) # TLDR - Adds the creation code hash in Safe Proxy Factory. ## LLM Description This pull request introduces a new method in the `SafeProxyFactory` contract to enhance functionality by providing the ability to retrieve the creation code hash of a `SafeProxy`. This addition can be used to compute a `SafeProxy` creation address. Enhancements to `SafeProxyFactory`: * [`contracts/proxies/SafeProxyFactory.sol`](diffhunk://#diff-53aac98a0cc90b95181187d9862b4ad6eR38-R45): Added the `proxyCreationCodehash` method, which returns the keccak256 hash of the `SafeProxy` creation code. This method is marked as `public` and `pure`, and it can be used to compute the creation address of a `SafeProxy`. Fixes #994
304 of 336 branches covered (90.48%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
450 of 462 relevant lines covered (97.4%)
109.7 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-Safe - 16222130100.1 | 42 |
93.86 |
GitHub Action Run | |
| 2 | run-SafeL2 - 16222130100.2 | 42 |
94.49 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|