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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Aug 11 2023, 16:01
PiRK added inline comments.
test/functional/rpc_deprecated.py
16 ↗(On Diff #41788)

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 ↗(On Diff #41788)

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