-
Notifications
You must be signed in to change notification settings - Fork 215
vm integration for get all transfers value hook, get code hash hook and internal errors masking #6774
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
vm integration for get all transfers value hook, get code hash hook and internal errors masking #6774
Conversation
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
danidrasovean
left a 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.
Normal allin test: v1.8.9-dev-config-373fab6fb9 -> integration-vm-all-call-va-a5e427ab8f
--- Specific errors ---
block hash does not match 441
wrong nonce in block 226
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
/------/
--- Statistics ---
Nr. of all ERRORS: 8
Nr. of all WARNS: 4082
Nr. of new ERRORS: 8
Nr. of new WARNS: 3847
/------/
--- System test go ---
All scenarios from system-test-go are OK!
/------/
cmd/node/config/enableEpochs.toml
Outdated
| RelayedTransactionsV3EnableEpoch = 1 | ||
|
|
||
| # MaskVMInternalDependenciesErrorsEnableEpoch represents the epoch when the additional internal erorr masking in vm is enabled | ||
| MaskVMInternalDependenciesErrorsEnableEpoch = 10 |
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.
can we have this activated sooner ?
we have the maximum epoch for activation of the other flags as 4
if there is no other dependency I would set this to 4 as well or even earlier
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.
this was set for the system test (we had to do some manual testing before and after the activation epoch). before we ship barnard, this should be set to an epoch in the future.
db608bc
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Proposed changes
Related PRs:
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?