-
Notifications
You must be signed in to change notification settings - Fork 203
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
Update indexer version #5580
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proper release after testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Codecov ReportPatch coverage:
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
☔ View full report in Codecov by Sentry. |
@@ -392,6 +393,8 @@ func (ap *accountsParser) setScrsTxsPool( | |||
) { | |||
for _, id := range indexingData { | |||
for txHash, tx := range id.ScrsTxs { | |||
hexEncodedTxHash := hex.EncodeToString([]byte(txHash)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this 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
Reasoning behind the pull request
tags
indexProposed changes
mx-chain-es-indexer-go
module Extra checks tags index mx-chain-es-indexer-go#248Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?