Implementation of the OP_INVERT opcode for the magnetic upgrade. The specification for this opcode is here.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
make check
Diff Detail
Diff Detail
- Branch
- opcodes_invert
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2987 Build 4070: arc lint + arc unit
Event Timeline
Comment Actions
There should be some additional testing in the magnetic anomaly activation test.
See here that there's already a test landed: https://reviews.bitcoinabc.org/rABC4714cd3622565b35d08fa71d932482ad760cc0ba
Comment Actions
Yes, I see. Those tests didn't exist when we started this but I see they would be good to have. We would need to add tests for each opcode being implemented. The code of the tests doesn't seem very extendable, I think we'd need to refactor it.
Hmm, still thinking about how we can fit this in, time wise.