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: rollapp evm on devnet crashing with lastresulthash mismatch #375

Conversation

mtsitrin
Copy link
Contributor

PR Standards

Opening a pull request should be able to meet the following requirements


For Author:

  • Targeted PR against correct branch
  • included the correct type prefix in the PR title
  • Linked to Github issue with discussion and accepted design
  • Targets only one github issue
  • Wrote unit and integration tests
  • All CI checks have passed
  • Added relevant godoc comments

For Reviewer:

  • confirmed the correct type prefix in the PR title
  • Reviewers assigned
  • confirmed all author checklist items have been addressed

After reviewer approval:

  • In case targets main branch, PR should be squashed and merged.
  • In case PR targets a release branch, PR should be rebased.

@mtsitrin mtsitrin requested a review from a team as a code owner June 27, 2023 11:18
@mtsitrin mtsitrin linked an issue Jun 27, 2023 that may be closed by this pull request
@mtsitrin mtsitrin requested a review from omritoptix June 27, 2023 11:18
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #375 (8f17317) into main (1a683ca) will decrease coverage by 0.15%.
The diff coverage is 67.05%.

@@            Coverage Diff             @@
##             main     #375      +/-   ##
==========================================
- Coverage   52.25%   52.10%   -0.15%     
==========================================
  Files          89       89              
  Lines       14197    14242      +45     
==========================================
+ Hits         7418     7421       +3     
- Misses       5745     5781      +36     
- Partials     1034     1040       +6     
Impacted Files Coverage Δ
block/manager.go 69.83% <61.90%> (+0.13%) ⬆️
testutil/types.go 73.96% <66.10%> (-11.75%) ⬇️
state/executor.go 76.01% <100.00%> (+0.30%) ⬆️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mtsitrin mtsitrin merged commit e22c252 into main Jun 27, 2023
4 of 5 checks passed
@mtsitrin mtsitrin deleted the mtsitrin/365-rollapp-evm-on-devnet-crashing-with-lastresulthash-mismatch branch June 27, 2023 14:33
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.

rollapp evm on devnet crashing with LastResultHash mismatch
2 participants