The existing bench.c code defines bench_verify_data data variable, but some of the benchmarks then use it as bench_sign. Fix this by merging the two types into one.
Avoid using bench_verify_data as bench_sign_data; merge them #1301
pull sipa wants to merge 1 commits into bitcoin-core:master from sipa:202306_fix_data_type changing 1 files +5 −11-
sipa commented at 6:02 PM on May 9, 2023: contributor
-
Avoid using bench_verify_data as bench_sign_data; merge them 2e65f1fdbc
-
stratospher commented at 5:35 AM on May 10, 2023: contributor
ACK 2e65f1f.
- real-or-random approved
-
real-or-random commented at 7:46 AM on May 10, 2023: contributor
- real-or-random merged this on May 10, 2023
- real-or-random closed this on May 10, 2023
- sipa referenced this in commit b4eb644b6c on May 12, 2023
- hebasto referenced this in commit 49c52ea2b1 on May 13, 2023
- vmta referenced this in commit e1120c94a1 on Jun 4, 2023
- sipa referenced this in commit 901336eee7 on Jun 21, 2023
- vmta referenced this in commit 8f03457eed on Jul 1, 2023
- jonasnick cross-referenced this on Jul 24, 2023 from issue Upstream PRs 1268, 1276, 1267, 1265, 1230, 1279, 1273, 1263, 1231, 1285, 1283, 1205, 1286, 1275, 1234, 1239, 1240, 1284, 1277, 1289, 1270, 1296, 1301, 1299, 1066, 1300, 1292, 1305, 1303, 1133, 1306, 1207, 1304, 1307, 1311, 1309, 1312 by jonasnick
Contributors