Page MenuHomePhabricator

Remove the -deprecatedrpc=getblocktemplate_sigops rpc option
ClosedPublic

Authored by Fabien on Aug 11 2023, 16:01.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCbfac1975661b: Remove the -deprecatedrpc=getblocktemplate_sigops rpc option
Summary

This was added for compatibility reason in v0.26.8 which is old enough to be safely removed.

Depends on D14369.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
remove_deprecated_blocktemplatesigops
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24739
Build 49070: Build Difflint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang
Build 49069: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Aug 11 2023, 16:01
PiRK added inline comments.
test/functional/rpc_deprecated.py
16

Could probably be removed in this diff, but OK if you land this with D14371

This revision is now accepted and ready to land.Aug 11 2023, 19:45
test/functional/rpc_deprecated.py
16

Good catch it's a rebase issue, I will fix it before landing