-
Notifications
You must be signed in to change notification settings - Fork 204
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
Extend block endpoint #6691
base: rc/spica-patch-relayedv3
Are you sure you want to change the base?
Extend block endpoint #6691
Conversation
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
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.
should be retargeted to a rc branch
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
The base branch was changed.
…k-endpoint-with-and-extra-argument
|
Reasoning behind the pull request
Proposed changes
Changed the version of mx-chain-go module: /block/by-hash and nonce new query parameter mx-chain-core-go#341
Added an extra parameter for
/block/***
endpoints,forHyperblock
if it is set to true, the partially executed transactions will be returned only when all the transactions from miniblock are executed.Pr for mx-chain-proxy-go: Hyperblock new parameter mx-chain-proxy-go#475
Testing procedure
notarizedAtDestinationInMetaNonce
,notarizedAtDestinationInMetaHash
,hyperblockNonce
, andhyperblockHash
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
?