Files
bitcoin/src
0xb10c 5736d1ddac tracing: pass if replaced by tx/pkg to tracepoint
The mempool:replaced tracepoint now reports either a txid or a
package hash (previously it always was a txid). To let users know
if a txid or package hash is passed, a boolean argument is added
the the tracepoint.

In the functional test, a ctypes.Structure class for MempoolReplaced
is introduced as Python warns the following when not explcitly
casting it to a ctype:

  Type: 'bool' not recognized. Please define the data with ctypes manually.
2024-11-13 13:27:01 -05:00
..
2024-11-11 14:14:39 +00:00
2024-10-25 18:09:36 +01:00
2024-08-29 13:49:57 +02:00
2024-10-30 10:18:36 +00:00
2024-09-17 09:54:18 +02:00
2024-11-11 14:14:39 +00:00
2024-09-10 11:20:40 -03:00
2024-11-11 14:14:39 +00:00
2024-10-21 23:24:17 +02:00
2024-10-21 23:24:17 +02:00
2024-08-29 13:49:57 +02:00
2024-09-06 17:36:18 +02:00
2024-09-17 09:27:45 +02:00