You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
---
This adds in an opcode versioning that is allowed.
Refactors the validation to ensure transaction versioning info is check by blocks as well.
Motivation and Context
---
We might need to add in new opcodes as hard forks. This adds the opcode version as part of the consensus code so we can track allowed opcodes.
How Has This Been Tested?
---
Unit tests
Fixes: #4821
We need to add a list of allowed opcodes on the consensus that's allowed per height. Similar to how output, input, etc versions are handled
The text was updated successfully, but these errors were encountered: