-
Notifications
You must be signed in to change notification settings - Fork 38.2k
rpc: update cli for estimate*fee argument rename #11267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpc: update cli for estimate*fee argument rename #11267
Conversation
|
Is this for 0.15.0? |
|
0.15.1 i'd say - it's not critical enough to hold up the release for, we could add an errata or such to the release notes I'll also add a commit to fix the argument name for |
|
utACK b0a404b Thanks and sorry. Note the mining.cpp change already exists in the 0.15 branch. |
|
tested ACK now... not sure about the travis failure , perhaps unrelated? |
b0a404b to
5acd82d
Compare
|
utACK 5acd82d |
|
utACK 5acd82d |
|
Nit: Mention "estimaterawfee" in the body of the first commit. utACK 5acd82d |
5acd82d rpc: make estimatesmartfee argument naming consistent with documentation (Wladimir J. van der Laan) 24697c4 rpc: update cli for estimatefee argument rename (Wladimir J. van der Laan) Pull request description: The first argument of `estimaterawfee` was renamed from `nblocks` to `conf_target` in 06bcdb8. Update the client-side table as well. This makes #10753 pass again. Tree-SHA512: 107c0072a45e0f4e083dc803d534973e6bd4c005e62337a867815d7c98ab1c21d97b7a495c32763883975cbbb001b80003001a6709b7d9bdd81ce4d441b667be
The first argument of estimatesmartfee was renamed from nblocks to conf_target in 06bcdb8. Update the client-side table as well. Github-Pull: bitcoin#11267 Rebased-From: 24697c4
Github-Pull: bitcoin#11267 Rebased-From: 5acd82d
5acd82d rpc: make estimatesmartfee argument naming consistent with documentation (Wladimir J. van der Laan) 24697c4 rpc: update cli for estimatefee argument rename (Wladimir J. van der Laan) Pull request description: The first argument of `estimaterawfee` was renamed from `nblocks` to `conf_target` in 06bcdb8. Update the client-side table as well. This makes bitcoin#10753 pass again. Tree-SHA512: 107c0072a45e0f4e083dc803d534973e6bd4c005e62337a867815d7c98ab1c21d97b7a495c32763883975cbbb001b80003001a6709b7d9bdd81ce4d441b667be
5acd82d rpc: make estimatesmartfee argument naming consistent with documentation (Wladimir J. van der Laan) 24697c4 rpc: update cli for estimatefee argument rename (Wladimir J. van der Laan) Pull request description: The first argument of `estimaterawfee` was renamed from `nblocks` to `conf_target` in 06bcdb8. Update the client-side table as well. This makes bitcoin#10753 pass again. Tree-SHA512: 107c0072a45e0f4e083dc803d534973e6bd4c005e62337a867815d7c98ab1c21d97b7a495c32763883975cbbb001b80003001a6709b7d9bdd81ce4d441b667be
The first argument of
estimaterawfeewas renamed fromnblockstoconf_targetin 06bcdb8. Update the client-side table as well.This makes #10753 pass again.