Andrew Chow
0bac04b758
Merge bitcoin/bitcoin#24407 : fees: make the class FeeFilterRounder thread-safe
...
8173f160e0 style: rename variables to match coding style (Vasil Dimov)
8b4ad203d0 fees: make FeeFilterRounder::feeset const (Vasil Dimov)
e7a5bf6be7 fees: make the class FeeFilterRounder thread-safe (Vasil Dimov)
Pull request description:
Make the class `FeeFilterRounder` thread-safe so that its methods can be called concurrently by different threads on the same object. Currently it has just one method (`round()`).
The second commit is optional, but it improves readability, showing that the `feeset` member will never be changed, thus does not need protection from concurrent access.
ACKs for top commit:
jonatack:
re-ACK 8173f160e0
laanwj:
Code review ACK 8173f160e0
promag:
Code review ACK 8173f160e0
Tree-SHA512: 94b809997c485c0d114fa702d0406b980be8eaaebcfefa56808ed670aa943959c2f16cfd0ef72b4752fe2a409a23af1b4b7f2f236e51212957759569e3bbbefd
2022-10-13 11:57:07 -04:00
..
2022-09-15 13:03:40 +02:00
2022-10-04 21:21:05 +00:00
2022-07-20 16:26:19 +02:00
2022-09-23 10:48:47 +01:00
2022-08-13 13:55:38 +01:00
2022-09-23 10:48:47 +01:00
2022-10-10 14:23:00 +08:00
2022-08-20 11:55:17 +02:00
2022-08-29 08:10:35 -04:00
2022-09-23 10:48:47 +01:00
2022-10-05 13:07:11 +01:00
2022-09-29 16:43:30 +01:00
2022-06-29 16:35:02 +01:00
2022-10-13 10:19:27 -04:00
2022-10-13 11:57:07 -04:00
2022-08-31 15:10:26 +02:00
2022-09-21 16:53:11 +01:00
2022-10-13 11:07:33 -04:00
2022-10-13 09:40:27 -04:00
2022-09-23 10:48:47 +01:00
2022-10-13 10:48:16 -04:00
2022-09-15 10:24:53 -03:00
2022-10-12 15:49:02 -04:00
2022-10-13 11:27:38 -04:00
2022-10-10 15:44:02 +01:00
2022-08-31 08:38:24 +01:00
2022-07-30 10:23:58 +02:00
2022-07-30 11:04:09 +02:00
2022-07-30 11:04:09 +02:00
2022-07-30 11:04:09 +02:00
2022-07-30 10:23:58 +02:00
2022-10-04 21:49:07 +01:00
2022-09-09 11:47:27 -04:00
2022-09-22 16:45:32 +02:00
2022-09-21 16:53:11 +01:00
2022-07-20 10:34:46 +01:00
2022-09-12 13:11:18 +02:00
2022-09-15 13:03:40 +02:00
2022-08-24 10:15:32 +02:00
2022-08-31 16:51:32 +01:00
2022-08-31 15:10:26 +02:00
2022-08-23 16:05:00 -04:00
2022-08-31 15:31:34 +03:00
2022-09-09 10:07:39 +02:00
2022-08-19 17:11:06 +02:00
2022-07-27 13:27:57 +02:00
2022-08-03 12:03:28 -04:00
2022-09-13 12:38:06 -04:00
2022-09-13 12:38:06 -04:00
2022-10-04 21:21:05 +00:00
2022-09-14 11:55:10 +01:00
2022-08-19 08:58:56 +01:00
2022-08-30 13:52:45 +02:00
2022-07-20 15:34:36 +02:00
2022-08-30 12:09:04 -04:00
2022-08-29 08:10:35 -04:00
2022-09-30 16:29:22 +02:00
2022-09-12 12:55:36 +02:00
2022-08-11 17:51:18 +02:00
2022-10-05 19:30:15 +02:00
2022-08-04 11:32:26 +02:00
2022-08-04 11:32:25 +02:00
2022-09-01 15:57:56 -04:00
2022-08-30 12:09:04 -04:00
2022-10-13 10:19:27 -04:00
2022-09-15 10:29:12 +01:00
2022-09-13 17:15:17 +01:00
2022-09-13 17:15:17 +01:00
2022-10-04 21:12:50 +01:00
2022-09-15 09:30:26 +01:00
2022-10-12 14:13:54 -04:00
2022-07-20 10:34:46 +01:00
2022-09-23 10:48:47 +01:00
2022-10-13 11:07:33 -04:00
2022-09-15 14:44:38 +10:00
2022-10-12 15:49:02 -04:00
2022-09-21 11:00:47 +01:00
2022-07-20 10:34:46 +01:00
2022-10-12 15:49:02 -04:00
2022-07-20 16:26:24 +02:00
2022-08-16 20:00:19 -04:00
2022-08-18 16:47:15 -03:00
2022-08-23 11:34:10 -04:00
2022-08-23 11:34:10 -04:00
2022-09-23 10:48:47 +01:00
2022-08-20 15:11:28 +02:00
2022-07-26 11:06:10 +02:00
2022-10-06 15:32:51 -04:00
2022-10-06 15:32:51 -04:00
2022-08-10 14:25:43 -04:00
2022-08-04 11:32:25 +02:00
2022-09-23 10:48:47 +01:00
2022-07-13 15:21:12 +02:00
2022-07-20 10:34:46 +01:00
2022-08-16 17:26:28 +02:00
2022-07-26 11:05:04 +02:00
2022-10-13 10:19:27 -04:00
2022-10-11 09:18:55 +08:00
2022-07-13 15:20:49 +02:00
2022-08-20 09:33:01 +02:00
2022-08-05 14:59:15 +02:00
2022-08-05 14:59:15 +02:00
2022-07-20 10:34:46 +01:00
2022-07-22 12:45:07 +02:00
2022-09-13 12:38:06 -04:00
2022-10-09 10:28:32 -04:00
2022-10-09 10:28:32 -04:00
2022-07-28 14:39:45 +08:00
2022-07-28 14:39:45 +08:00
2022-09-15 16:48:50 -04:00
2022-10-13 10:19:27 -04:00
2022-10-13 10:19:27 -04:00