Skip to content
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

fix: ensure failed CREATE2 action is finalized w/ proper frame #10366

Merged
merged 3 commits into from Dec 8, 2023

Conversation

tinker-michaelj
Copy link
Collaborator

@tinker-michaelj tinker-michaelj commented Dec 7, 2023

Description:

Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
iwsimon
iwsimon previously approved these changes Dec 7, 2023
Copy link
Contributor

@iwsimon iwsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

github-actions bot commented Dec 7, 2023

Node: HAPI Test (Crypto) Results

211 tests  ±0   201 ✔️ ±0   20m 18s ⏱️ + 1m 12s
  22 suites ±0     10 💤 ±0 
  22 files   ±0       0 ±0 

Results for commit 24957fa. ± Comparison against base commit 502dd56.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 7, 2023

Node: HAPI Test (Token) Results

189 tests  ±0   189 ✔️ ±0   19m 26s ⏱️ +42s
  13 suites ±0       0 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit 24957fa. ± Comparison against base commit 502dd56.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 7, 2023

Node: Unit Test Results

    2 294 files  ±0      2 294 suites  ±0   48m 25s ⏱️ + 1m 52s
118 434 tests +1  118 400 ✔️ +1  34 💤 ±0  0 ±0 
126 856 runs  +1  126 822 ✔️ +1  34 💤 ±0  0 ±0 

Results for commit 24957fa. ± Comparison against base commit 502dd56.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 7, 2023

Node: HAPI Test (Misc) Results

419 tests  ±0   316 ✔️ ±0   25m 25s ⏱️ -15s
  73 suites ±0   103 💤 ±0 
  73 files   ±0       0 ±0 

Results for commit 24957fa. ± Comparison against base commit 502dd56.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 7, 2023

Node: HAPI Test (Time Consuming) Results

21 tests     9 ✔️  25m 47s ⏱️
  2 suites  12 💤
  2 files      0

Results for commit 24957fa.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (644fd5e) 63.52% compared to head (24957fa) 63.51%.
Report is 11 commits behind head on develop.

Files Patch % Lines
...contracts/execution/traceability/HederaTracer.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop   #10366      +/-   ##
=============================================
- Coverage      63.52%   63.51%   -0.01%     
- Complexity     30990    31008      +18     
=============================================
  Files           3341     3342       +1     
  Lines         134577   134698     +121     
  Branches       13994    14005      +11     
=============================================
+ Hits           85484    85556      +72     
- Misses         45736    45783      +47     
- Partials        3357     3359       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Dec 7, 2023

Node: E2E Test Results

    1 files      1 suites   23m 20s ⏱️
311 tests 311 ✔️ 0 💤 0
333 runs  333 ✔️ 0 💤 0

Results for commit 24957fa.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 7, 2023

Node: HAPI Test (Smart Contract) Results

397 tests   350 ✔️  49m 43s ⏱️
  55 suites    47 💤
  55 files        0

Results for commit 24957fa.

♻️ This comment has been updated with latest results.

Nana-EC
Nana-EC previously approved these changes Dec 7, 2023
Copy link
Contributor

@Nana-EC Nana-EC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
@tinker-michaelj tinker-michaelj dismissed stale reviews from Nana-EC and iwsimon via 24957fa December 7, 2023 21:13
Copy link
Member

@lukelee-sl lukelee-sl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. LGTM.

Copy link

github-actions bot commented Dec 7, 2023

Node: Integration Test Results

279 tests  ±0   279 ✔️ ±0   28m 45s ⏱️ +35s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit 24957fa. ± Comparison against base commit 502dd56.

Copy link
Member

@Neeharika-Sompalli Neeharika-Sompalli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@tinker-michaelj tinker-michaelj merged commit 02cd401 into develop Dec 8, 2023
27 checks passed
@tinker-michaelj tinker-michaelj deleted the 10360-trace-failed-create2 branch December 8, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed CREATE2 needs traceAccountCreationResult() tracer hook implemented in mono-service
6 participants