Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING6d9922049a87: Deprecate nblocks from estimatefee RPC
rABC6d9922049a87: Deprecate nblocks from estimatefee RPC
ninja check make check test_runner.py rpc_estimatefee
bitcoind bitcoin-cli estimatefee # succeeds bitcoin-cli estimatefee 2 # errors as expected bitcoind -deprecatedrpc=estimatefee bitcoin-cli estimatefee # succeeds bitcoin-cli estimatefee 2 # succeeds
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- estimatefee-rpc
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5177 Build 8417: Bitcoin ABC Buildbot (legacy) Build 8416: arc lint + arc unit
Event Timeline
Comment Actions
Maybe you can add a note somewhere in the help or in the release note to inform that the deprecation can be bypassed with the -deprecatedrpc=estimatefee option.