-
Notifications
You must be signed in to change notification settings - Fork 215
Fix processing type field transaction endpoint #7346
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 processing type field transaction endpoint #7346
Conversation
| return tc, nil | ||
| } | ||
|
|
||
| func (tth *txTypeHandler) ComputeTransactionTypeInEpoch(tx data.TransactionHandler, epoch uint32) (process.TransactionType, process.TransactionType, bool) { |
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.
missing comment
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.
added
|
✅ Integration Tests passed successfully! 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
|
✅ Integration Tests passed successfully! 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rc/barnard-patch-3 #7346 +/- ##
===================================================
Coverage 75.05% 75.05%
===================================================
Files 812 812
Lines 134421 134427 +6
===================================================
+ Hits 100891 100898 +7
- Misses 27809 27810 +1
+ Partials 5721 5719 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Reasoning behind the pull request
processingTypefrom transaction endpointProposed changes
processingTypeOnSourceandprocessingTypeOnDestinationfields based on the block epoch (the epoch of the block in which the transaction was executed), instead of the current epoch.Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
featbranch created?featbranch merging, do all satellite projects have a proper tag insidego.mod?