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

Update indexer version #5580

Merged
merged 6 commits into from
Sep 15, 2023
Merged

Update indexer version #5580

merged 6 commits into from
Sep 15, 2023

Conversation

miiu96
Copy link
Contributor

@miiu96 miiu96 commented Sep 13, 2023

Reasoning behind the pull request

  • Changed the indexer version with one with some extra checks on the tags index

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?

go.mod Outdated
@@ -16,7 +16,7 @@ require (
github.com/multiversx/mx-chain-communication-go v1.0.6
github.com/multiversx/mx-chain-core-go v1.2.16
github.com/multiversx/mx-chain-crypto-go v1.2.8
github.com/multiversx/mx-chain-es-indexer-go v1.4.11
github.com/multiversx/mx-chain-es-indexer-go v1.4.12-0.20230913085433-b348fc9baeed
Copy link
Contributor

Choose a reason for hiding this comment

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

proper release after testing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

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

Comparison is base (f3c2c9f) 80.09% compared to head (3cdb757) 80.12%.
Report is 1 commits behind head on rc/v1.6.0.

❗ Current head 3cdb757 differs from pull request most recent head 930ba1d. Consider uploading reports for the commit 930ba1d to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##           rc/v1.6.0    #5580      +/-   ##
=============================================
+ Coverage      80.09%   80.12%   +0.02%     
=============================================
  Files            706      706              
  Lines          93715    93722       +7     
=============================================
+ Hits           75061    75094      +33     
+ Misses         13320    13292      -28     
- Partials        5334     5336       +2     
Files Changed Coverage Δ
genesis/parsing/accountsParser.go 96.50% <100.00%> (+0.08%) ⬆️

... and 5 files with indirect coverage changes

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

@@ -392,6 +393,8 @@ func (ap *accountsParser) setScrsTxsPool(
) {
for _, id := range indexingData {
for txHash, tx := range id.ScrsTxs {
hexEncodedTxHash := hex.EncodeToString([]byte(txHash))
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@miiu96 miiu96 self-assigned this Sep 15, 2023
Copy link
Collaborator

@liviuf-ancas liviuf-ancas left a comment

Choose a reason for hiding this comment

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

green on all system tests

@miiu96 miiu96 merged commit 5fe5258 into rc/v1.6.0 Sep 15, 2023
4 checks passed
@miiu96 miiu96 deleted the update-indexer-l-version branch September 15, 2023 12:41
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.

5 participants