Page MenuHomePhabricator

Remove tx MIN_STANDARD_VERSION and MAX_STANDARD_VERSION
ClosedPublic

Authored by Fabien on Jun 9 2023, 14:49.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCe614433d1ab3: Remove tx MIN_STANDARD_VERSION and MAX_STANDARD_VERSION
Summary

The tx versions are now consensus, so we can use a single pair of constants and remove the duplicated code.
Note that the standardness check is kept as there is no reason to accept a transaction that violates the consensus rules.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
remove_tx_version_standardness
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23971
Build 47552: Build Difflint-circular-dependencies · build-without-wallet · build-diff · build-clang-tidy · build-debug · build-clang
Build 47551: arc lint + arc unit