Page MenuHomePhabricator

Removed activation logic for OP_REVERSEBYTES to pretend it was always enabled
ClosedPublic

Authored by tobias_ruck on May 20 2020, 18:56.

Details

Summary

Activation logic is now unnecessary, assuming this code doesn't travel back in time.
This change removes the scriptflag SCRIPT_ENABLE_OP_REVERSEBYTES and all the places it gets activated.
Also entirely removes the activation tests.

Test Plan

ninja check
ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.May 20 2020, 18:56
jasonbcox added a subscriber: jasonbcox.

Thanks for cleaning this up :)

This revision is now accepted and ready to land.May 20 2020, 21:26