-
Notifications
You must be signed in to change notification settings - Fork 37.7k
0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction #16414
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
Conversation
49a65ca
to
2e236ef
Compare
ACK modulo the |
Is this 0.18.2 then? |
Unless there happens to be an rc2, and this is merged in the interim, I think that will likely be the case. Given that this is backporting to the |
Why is the commit message wip? Is this ready for review? |
2e236ef
to
7397275
Compare
Dropped wip prefix. |
ACK 7397275 |
This needs a rebase and the commits need the backport metadata ( |
…xfee FundTransaction calls GetMinimumFee which, when the fee rate is absurdly high, quietly reduced the fee to -maxtxfee. Becaue an absurdly high fee rate is usually the result of a fat finger, aborting seems safer behavior. Github-Pull: bitcoin#16257 Rebased-From: 806b005
…saction Github-Pull: bitcoin#16322 Rebased-From: 5c1b971
Github-Pull: bitcoin#16322 Rebased-From: 0d101a3
7397275
to
d3b3bb8
Compare
…e -maxtxfee 0e7c746 wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction (João Barbosa) e9adb96 [wallet] abort when attempting to fund a transaction above maxtxfee (Sjors Provoost) Pull request description: Backport #16257. Cherry-picked from the 0.18 backport in #16414, but without the [wip] messages and without the last commit (which adds a test in a file that didn't exist in 0.17). ACKs for top commit: laanwj: ACK 0e7c746 Tree-SHA512: a0fd603518487854be0b3815f34a8dabd2ed258850c032b08894a7c55cb135df5d3c103f76c5294e8065fec6d610e064acf01d24c77f02eaf996698a1e45d512
Ping. |
re-ACK d3b3bb8 |
ACK d3b3bb8 (did the backport myself, arrived at the same result) Show signature and timestampSignature:
Timestamp of file with hash |
…et::CreateTransaction d3b3bb8 0.18: test: Add test for maxtxfee option (MarcoFalke) a11dbaa 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction (João Barbosa) 8f354ce 0.18: [wallet] abort when attempting to fund a transaction above maxtxfee (Sjors Provoost) Pull request description: Backports #16322 and #16257. ACKs for top commit: Sjors: re-ACK d3b3bb8 MarcoFalke: ACK d3b3bb8 (did the backport myself, arrived at the same result) Tree-SHA512: 8b0ca15fc7e893af80239afecf8ff1018d6f249f2fa530babe61ec34ede6103b9b60909259abb730ebf1d54789aceed94b136600158dc3d6c5505b07f28189e5
Backports #16322 and #16257.