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: fixed bug where health event from settlement layer were ignored #385

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

omritoptix
Copy link
Contributor

@omritoptix omritoptix commented Jun 29, 2023

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.

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

codecov bot commented Jun 29, 2023

Codecov Report

Merging #385 (4fbb30a) into main (a6e92dc) will increase coverage by 0.31%.
The diff coverage is 48.53%.

@@            Coverage Diff             @@
##             main     #385      +/-   ##
==========================================
+ Coverage   52.17%   52.49%   +0.31%     
==========================================
  Files          90       92       +2     
  Lines       14259    14332      +73     
==========================================
+ Hits         7440     7523      +83     
+ Misses       5778     5740      -38     
- Partials     1041     1069      +28     
Impacted Files Coverage Δ
block/manager.go 69.55% <ø> (-0.28%) ⬇️
settlement/config.go 0.00% <0.00%> (ø)
settlement/settlement.go 78.57% <ø> (+50.00%) ⬆️
testutil/block.go 100.00% <ø> (ø)
config/config.go 32.20% <18.51%> (-7.22%) ⬇️
config/flags.go 33.33% <33.33%> (ø)
settlement/dymension/dymension.go 70.29% <97.05%> (+10.61%) ⬆️
node/testutils.go 89.28% <100.00%> (+2.32%) ⬆️
rpc/middleware/status.go 88.00% <100.00%> (+1.63%) ⬆️
testutil/types.go 75.14% <100.00%> (+1.17%) ⬆️

... and 3 files with indirect coverage changes

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

@omritoptix omritoptix merged commit 73a177d into main Jun 29, 2023
@omritoptix omritoptix deleted the omritoptix/381-fix-base-layer-unhealthy branch June 29, 2023 16:47
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.

settlement health event emission doesn't stop block production
2 participants