0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction #16414
pull promag wants to merge 3 commits into bitcoin:0.18 from promag:2019-07-backport-16322 changing 9 files +71 −9-
promag commented at 3:45 pm on July 18, 2019: member
-
promag force-pushed on Jul 18, 2019
-
promag force-pushed on Jul 18, 2019
-
DrahtBot added the label Docs on Jul 18, 2019
-
DrahtBot added the label Tests on Jul 18, 2019
-
DrahtBot added the label TX fees and policy on Jul 18, 2019
-
DrahtBot added the label Wallet on Jul 18, 2019
-
fanquake added the label Backport on Jul 18, 2019
-
fanquake removed the label Docs on Jul 18, 2019
-
fanquake removed the label TX fees and policy on Jul 18, 2019
-
fanquake added this to the milestone 0.18.1 on Jul 18, 2019
-
fanquake requested review from Sjors on Jul 19, 2019
-
fanquake requested review from MarcoFalke on Jul 19, 2019
-
promag commented at 5:50 pm on July 20, 2019: memberIs this 0.18.2 then?
-
fanquake commented at 3:24 am on July 25, 2019: member
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
0.18
branch, instead of adding thedoc/release-notes-0.18.1-16257.md
file, can you just add the changes directly torelease-notes.md
? You might have to rebase, as the release notes have just been updated for 0.18.1. -
fanquake removed this from the milestone 0.18.1 on Aug 2, 2019
-
fanquake added this to the milestone 0.18.2 on Aug 2, 2019
-
fanquake requested review from meshcollider on Aug 14, 2019
-
fanquake requested review from achow101 on Aug 14, 2019
-
meshcollider commented at 9:44 pm on August 16, 2019: contributorWhy is the commit message wip? Is this ready for review?
-
promag force-pushed on Aug 18, 2019
-
promag commented at 11:54 pm on August 18, 2019: memberDropped wip prefix.
-
Sjors commented at 8:40 am on August 19, 2019: memberACK 7397275b4a7571eb09f2e16539b72b4354049b90
-
fanquake commented at 12:49 pm on August 19, 2019: memberThis needs a rebase and the commits need the backport metadata (
Github-Pull:
&Rebased-From:
) added. See the backport.py script. -
fanquake added the label Needs rebase on Aug 19, 2019
-
0.18: [wallet] abort when attempting to fund a transaction above maxtxfee
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: #16257 Rebased-From: 806b0052c3b45415862f74f20ba5f389e5b673de
-
0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
Github-Pull: #16322 Rebased-From: 5c1b9714cb0a13be28324f91f4ec9ca66a1de8c7
-
0.18: test: Add test for maxtxfee option
Github-Pull: #16322 Rebased-From: 0d101a340c44841cbbc5982d55354b1787bc39e2
-
promag force-pushed on Aug 25, 2019
-
DrahtBot removed the label Needs rebase on Aug 25, 2019
-
laanwj referenced this in commit 1659b9b099 on Sep 12, 2019
-
promag commented at 9:01 am on September 22, 2019: memberPing.
-
Sjors commented at 12:40 pm on September 23, 2019: memberre-ACK d3b3bb8c9fb3a2ff1cd3a8776552c649aaf19dc2
-
MarcoFalke removed the label Tests on Sep 23, 2019
-
MarcoFalke commented at 1:32 pm on September 23, 2019: member
ACK d3b3bb8c9fb3a2ff1cd3a8776552c649aaf19dc2 (did the backport myself, arrived at the same result)
Signature:
0-----BEGIN PGP SIGNED MESSAGE----- 1Hash: SHA512 2 3ACK d3b3bb8c9fb3a2ff1cd3a8776552c649aaf19dc2 (did the backport myself, arrived at the same result) 4-----BEGIN PGP SIGNATURE----- 5 6iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p 7pUgocwv/bfvARaya5du9b8Tamq0D+dRpoy6FdepDukCHC8NvuekeIxucmHUz7LhJ 8UdDwzVSL8v+VGSJ2G6FtLfEzMVJzYdZDak08yarUxJT5vHnxI91fULAvNbXG/+7l 93silywwBoei32t3v3WV/Lgth6xHIWHVumpyjLCJjvB3gp7amEbcKc9KqlvSTvYfg 10EWRrtO2RVt7MRduI99m/b+FMuMBY83lkhMBjyFJpD7cmqGtN3WGxxw/IiY0Xu78y 11bMt/ELGHTS3AgelOj4rEZwAiRHW+iCgEzHp0Mzn2OvaI6LzsNL0cU/5MKw+sFJzy 12zTGOfWpKj+bXlZtpYwr2F9WDh0GF8Fw9RO/w6pjtulTxGbAeD6jtrz8ko99md8kh 13RzzNaJrnlddu3fNPe0wGYDIG04eEJPl4ZLBmjmJ44F2m/A2o+/GOJdvs2kOPgfhL 144/JZb32CxJmFQwbYhd85TE3PBFtGQpUalKu/MS1Tx/TGI16kSdztgqkdkGbFWDsN 152zqsw7x9 16=F6GX 17-----END PGP SIGNATURE-----
Timestamp of file with hash
95092eee457eb227f864af6a5b5dcb82a1ac2386c8b2dffd2bd4ed4ff7edade7 -
-
MarcoFalke referenced this in commit 3b04221183 on Sep 23, 2019
-
MarcoFalke merged this on Sep 23, 2019
-
MarcoFalke closed this on Sep 23, 2019
-
promag deleted the branch on Sep 23, 2019
-
MarcoFalke locked this on Dec 16, 2021
promag
Sjors
fanquake
meshcollider
MarcoFalke
Sjors
meshcollider
achow101
MarcoFalke
Milestone
0.18.2
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 15:12 UTC
More mirrored repositories can be found on mirror.b10c.me