Wladimir J. van der Laan
0ee0474234
Merge #16521 : rpc: Use the default maxfeerate value as BTC/kB
...
2dfd6834ef8737e16e4b96df0c459f30a0721d6c test: Add test for default maxfeerate in sendrawtransaction (Joonmo Yang)
261843e4bef96ab296a9775819a99bfa60cad743 wallet/rpc: Use the default maxfeerate value as BTC/kB (Joonmo Yang)
Pull request description:
Fixes https://github.com/bitcoin/bitcoin/issues/16382
This patch tries to treat `maxfeerate` in sendrawtransaction/testmempoolaccept RPC as a rate(BTC/kB) instead of an absolute value(BTC).
The included test case checks if the new behavior works correctly, by using the transaction with an absolute fee of ~0.02BTC, where the fee rate is ~0.2BTC/kB.
This test should be failing if the default `maxfeerate` is 0.1BTC, but pass if the default value is 0.1BTC/kB
ACKs for top commit:
laanwj:
ACK 2dfd6834ef8737e16e4b96df0c459f30a0721d6c (ACKs by Sjors and MarcoFalke above for trivially different code)
Tree-SHA512: a1795bffe8a182acef8844797955db1f60bb0c0ded97148f3572dc265234d5219271a3a7aa0b6418a43f73b2b2720ef7412ba169c99bb1cdcac52051f537d6af
2019-09-18 16:49:18 +02:00
..
2019-07-27 15:05:14 +03:00
2019-04-13 20:21:02 -07:00
2019-09-18 16:00:54 +02:00
2019-06-25 15:13:02 +02:00
2019-07-24 16:33:20 +03:00
2019-09-12 15:00:51 +02:00
2019-01-26 12:45:48 -05:00
2019-08-27 11:51:56 -04:00
2019-06-28 22:44:38 -04:00
2019-06-02 17:15:23 +02:00
2019-09-16 09:45:11 -04:00
2019-09-18 16:49:18 +02:00
2019-09-18 16:00:54 +02:00
2019-03-31 11:41:05 -07:00
2019-07-01 12:59:44 +02:00
2019-09-18 16:00:54 +02:00
2018-09-07 08:21:14 -04:00
2019-09-06 22:05:33 +02:00
2019-09-14 20:17:19 +02:00
2019-07-08 09:53:52 +09:00
2019-06-14 08:30:43 +02:00
2019-01-16 13:54:18 -05:00
2019-06-02 17:15:23 +02:00
2019-02-27 16:53:44 -05:00
2018-12-29 10:15:01 +01:00
2019-06-02 17:15:23 +02:00
2018-12-04 19:55:04 +02:00
2018-11-05 17:03:11 +01:00
2019-07-24 16:33:20 +03:00
2019-01-22 21:10:48 +00:00
2018-11-04 22:46:07 -08:00
2018-11-05 17:03:11 +01:00
2019-09-05 13:25:11 +12:00
2019-09-05 13:25:11 +12:00
2019-09-06 22:05:33 +02:00
2019-09-06 22:05:33 +02:00
2019-01-30 16:26:52 -05:00
2019-09-13 16:59:06 +02:00
2019-09-10 12:44:01 +03:00
2019-05-02 15:14:12 -04:00
2018-11-13 12:41:41 -08:00
2019-04-06 12:10:55 -07:00
2019-04-06 12:10:55 -07:00
2019-05-22 15:55:50 +01:00
2018-08-13 01:24:55 +02:00
2019-03-27 18:29:48 -04:00
2019-08-05 07:58:58 -04:00
2019-08-14 15:52:52 -04:00
2019-07-16 16:22:14 -04:00
2019-09-06 22:05:33 +02:00
2019-07-16 16:22:14 -04:00
2018-08-13 13:57:15 +02:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2019-07-21 21:00:31 -04:00
2019-07-21 21:00:31 -04:00
2019-01-23 16:28:27 +08:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2019-03-26 17:38:00 -07:00
2018-07-27 07:15:02 -04:00
2019-06-06 08:00:33 +02:00
2019-08-30 11:29:21 +09:00
2018-08-27 18:19:33 +02:00
2019-04-30 10:05:54 +03:00
2018-11-04 22:46:07 -08:00
2019-09-05 20:36:57 -04:00
2019-02-22 17:38:45 -08:00
2019-02-22 17:38:45 -08:00
2019-04-10 12:16:52 +01:00
2019-04-30 10:05:54 +03:00
2018-11-05 09:25:15 -08:00
2019-03-31 11:41:05 -07:00
2019-07-24 16:33:20 +03:00
2018-08-11 09:34:47 +03:00
2019-05-25 23:23:11 +02:00
2019-04-09 17:53:08 -04:00
2019-09-09 23:34:05 +12:00
2018-11-06 11:44:40 -04:00
2019-04-29 10:15:23 -04:00
2018-07-27 07:15:02 -04:00
2019-06-02 17:15:23 +02:00
2019-03-27 13:59:50 +01:00
2018-07-27 07:15:02 -04:00
2019-06-20 12:12:24 -04:00
2019-06-20 12:12:24 -04:00
2019-09-18 16:33:23 +02:00
2019-07-11 22:00:16 +02:00
2019-01-26 09:28:48 +08:00
2019-09-05 20:36:57 -04:00
2019-04-11 10:12:36 -04:00
2019-06-19 18:06:30 -04:00
2018-07-27 07:15:02 -04:00
2019-06-02 17:15:23 +02:00
2018-07-27 07:15:02 -04:00
2019-06-02 17:15:23 +02:00
2019-02-12 11:34:57 -05:00
2019-08-15 10:05:32 -04:00
2019-08-11 11:33:27 +09:00
2019-09-18 16:00:54 +02:00
2019-07-24 19:47:56 -04:00
2019-09-07 17:45:03 +08:00
2019-09-11 10:24:44 -04:00
2019-06-11 17:18:16 +02:00
2019-05-15 14:21:48 -04:00
2019-08-08 11:35:14 +09:00
2019-08-08 11:35:14 +09:00
2018-07-27 07:15:02 -04:00
2019-08-01 15:17:10 +02:00
2019-07-03 14:03:21 +02:00
2019-01-30 22:44:28 +02:00
2019-07-09 16:20:18 -04:00
2019-07-09 16:20:18 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2019-06-18 17:12:02 +02:00
2018-11-04 22:46:07 -08:00
2019-07-12 14:14:54 -04:00
2019-07-02 16:53:22 +02:00
2019-07-09 16:20:18 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2019-06-17 14:12:32 -04:00
2019-06-17 14:12:32 -04:00
2019-08-06 13:13:06 -04:00
2018-07-24 20:46:23 +01:00
2019-01-16 16:34:56 -08:00
2019-02-10 17:17:32 -05:00
2019-08-26 11:36:33 -07:00
2018-06-25 00:08:49 -04:00
2018-06-25 00:08:49 -04:00
2018-07-27 11:52:18 -07:00
2019-01-25 12:32:37 -08:00
2019-06-13 11:46:38 -04:00
2019-05-17 13:29:04 +02:00
2018-08-31 16:00:38 +02:00
2018-12-29 10:15:01 +01:00
2019-05-17 13:29:04 +02:00
2019-07-24 16:33:20 +03:00
2018-07-27 07:15:02 -04:00
2019-06-13 09:30:40 -04:00
2019-07-17 15:32:38 +01:00
2018-07-27 07:15:02 -04:00
2019-08-15 11:04:10 -04:00
2019-08-15 11:04:10 -04:00
2019-06-07 11:07:09 +02:00
2019-08-06 13:13:06 -04:00
2019-06-18 15:59:53 -04:00
2019-06-19 19:22:34 +03:00
2019-07-03 14:18:29 +02:00
2018-09-18 14:27:05 +09:00
2018-11-05 09:25:15 -08:00
2019-09-18 16:15:47 +02:00
2019-09-10 15:48:23 +03:00
2019-06-02 17:15:23 +02:00
2019-06-25 15:02:34 -04:00
2018-07-27 07:15:02 -04:00
2019-08-15 11:02:55 -04:00
2019-08-15 11:02:55 -04:00
2019-08-14 15:52:52 -04:00
2018-09-23 22:55:11 +02:00
2019-09-08 17:29:30 +03:00
2019-07-24 16:33:20 +03:00
2018-08-08 13:55:27 +02:00