fix: Add helpers and HAPI tests for code delegations with type 4 transactions#23269
fix: Add helpers and HAPI tests for code delegations with type 4 transactions#23269stoyanov-st wants to merge 3 commits intofeature/hedera-evm-pectra-supportfrom
Conversation
Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## feature/hedera-evm-pectra-support #23269 +/- ##
====================================================================
Coverage ? 76.22%
Complexity ? 23591
====================================================================
Files ? 2537
Lines ? 94258
Branches ? 10059
====================================================================
Hits ? 71848
Misses ? 18745
Partials ? 3665
🚀 New features to boost your workflow:
|
Signed-off-by: Lukasz Gasior <lukasz.gasior@swirldslabs.com>
| return this; | ||
| } | ||
|
|
||
| public HapiGetAccountInfo hasNoDelegationAddress() { |
There was a problem hiding this comment.
We're missing an assertion for this case.
Description:
Includes helper methods and HAPI tests including type 4 ethereum transactions
Related issue(s):
Fixes #23047
Notes for reviewer:
Checklist