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

Fixed the indexer creation #5265

Merged
merged 1 commit into from
May 23, 2023
Merged

Fixed the indexer creation #5265

merged 1 commit into from
May 23, 2023

Conversation

iulianpascalau
Copy link
Contributor

Reasoning behind the pull request

  • fixed the indexer creation

Proposed changes

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@iulianpascalau iulianpascalau added type:bug Something isn't working ignore-for-release-notes Do not include item in release notes labels May 22, 2023
@iulianpascalau iulianpascalau requested a review from miiu96 May 22, 2023 14:52
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 🎉

Comparison is base (bde397f) 79.64% compared to head (e78eca0) 79.69%.

❗ Current head e78eca0 differs from pull request most recent head cdedfc2. Consider uploading reports for the commit cdedfc2 to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##           rc/v1.6.0    #5265      +/-   ##
=============================================
+ Coverage      79.64%   79.69%   +0.04%     
=============================================
  Files            688      688              
  Lines          88732    88733       +1     
=============================================
+ Hits           70674    70717      +43     
+ Misses         12888    12850      -38     
+ Partials        5170     5166       -4     
Impacted Files Coverage Δ
factory/status/statusComponents.go 96.24% <100.00%> (+0.02%) ⬆️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@gabi-vuls gabi-vuls left a comment

Choose a reason for hiding this comment

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

@@ Log scanner @@

fix-indexer-creation

================================================================================

  • Known Warnings 6
  • New Warnings 1
  • Known Errors 0
  • New Errors 0
  • Panics 0
    ================================================================================
  • block hash does not match 8568
  • wrong nonce in block 3262
  • miniblocks does not match 0
  • num miniblocks does not match 0
  • miniblock hash does not match 0
  • block bodies does not match 0
  • receipts hash missmatch 0
    ================================================================================
  • No jailed nodes on the testnet
    ================================================================================

@bogdan-rosianu bogdan-rosianu merged commit 6a693ce into rc/v1.6.0 May 23, 2023
@bogdan-rosianu bogdan-rosianu deleted the fix-indexer-creation branch May 23, 2023 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release-notes Do not include item in release notes type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants