[
{"id":1,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":71,"endLine":71,"title":"Arithmetic operator mutation at addrman.cpp:71","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (now - m_last_try <= 1min) { // never remove things tried in the last minute","mutatedCode":"    if (now + m_last_try <= 1min) { // never remove things tried in the last minute","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -71,1 +71,1 @@\n-    if (now - m_last_try <= 1min) { // never remove things tried in the last minute\n+    if (now + m_last_try <= 1min) { // never remove things tried in the last minute\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.038Z","updatedAt":"2026-09-18T18:41:29.038Z","url":"https://0.0.0.0:3000/mutants/1","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":72,"endLine":72,"title":"Constant replacement mutation at addrman.cpp:72","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return false;","mutatedCode":"        return true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -72,1 +72,1 @@\n-        return false;\n+        return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.053Z","updatedAt":"2026-09-18T18:41:29.053Z","url":"https://0.0.0.0:3000/mutants/2","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":3,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":75,"endLine":75,"title":"Relational operator mutation at addrman.cpp:75","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nTime > now + 10min) { // came in a flying DeLorean","mutatedCode":"    if (nTime < now + 10min) { // came in a flying DeLorean","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -75,1 +75,1 @@\n-    if (nTime > now + 10min) { // came in a flying DeLorean\n+    if (nTime < now + 10min) { // came in a flying DeLorean\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.062Z","updatedAt":"2026-09-18T18:41:29.062Z","url":"https://0.0.0.0:3000/mutants/3","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":4,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":76,"endLine":76,"title":"Constant replacement mutation at addrman.cpp:76","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return true;","mutatedCode":"        return false;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -76,1 +76,1 @@\n-        return true;\n+        return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.067Z","updatedAt":"2026-09-18T18:41:29.067Z","url":"https://0.0.0.0:3000/mutants/4","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":5,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":79,"endLine":79,"title":"Relational operator mutation at addrman.cpp:79","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (now - nTime > ADDRMAN_HORIZON) { // not seen in recent history","mutatedCode":"    if (now - nTime < ADDRMAN_HORIZON) { // not seen in recent history","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -79,1 +79,1 @@\n-    if (now - nTime > ADDRMAN_HORIZON) { // not seen in recent history\n+    if (now - nTime < ADDRMAN_HORIZON) { // not seen in recent history\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.071Z","updatedAt":"2026-09-18T18:41:29.071Z","url":"https://0.0.0.0:3000/mutants/5","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":6,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":83,"endLine":83,"title":"Relational operator mutation at addrman.cpp:83","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (TicksSinceEpoch<std::chrono::seconds>(m_last_success) == 0 && nAttempts >= ADDRMAN_RETRIES) { // tried N times and never a success","mutatedCode":"    if (TicksSinceEpoch<std::chrono::seconds>(m_last_success) == 0 && nAttempts <= ADDRMAN_RETRIES) { // tried N times and never a success","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -83,1 +83,1 @@\n-    if (TicksSinceEpoch<std::chrono::seconds>(m_last_success) == 0 && nAttempts >= ADDRMAN_RETRIES) { // tried N times and never a success\n+    if (TicksSinceEpoch<std::chrono::seconds>(m_last_success) == 0 && nAttempts <= ADDRMAN_RETRIES) { // tried N times and never a success\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.074Z","updatedAt":"2026-09-18T18:41:29.074Z","url":"https://0.0.0.0:3000/mutants/6","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":7,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":87,"endLine":87,"title":"Relational operator mutation at addrman.cpp:87","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (now - m_last_success > ADDRMAN_MIN_FAIL && nAttempts >= ADDRMAN_MAX_FAILURES) { // N successive failures in the last week","mutatedCode":"    if (now - m_last_success < ADDRMAN_MIN_FAIL && nAttempts >= ADDRMAN_MAX_FAILURES) { // N successive failures in the last week","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -87,1 +87,1 @@\n-    if (now - m_last_success > ADDRMAN_MIN_FAIL && nAttempts >= ADDRMAN_MAX_FAILURES) { // N successive failures in the last week\n+    if (now - m_last_success < ADDRMAN_MIN_FAIL && nAttempts >= ADDRMAN_MAX_FAILURES) { // N successive failures in the last week\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.082Z","updatedAt":"2026-09-18T18:41:29.082Z","url":"https://0.0.0.0:3000/mutants/7","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":8,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":99,"endLine":99,"title":"Relational operator mutation at addrman.cpp:99","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (now - m_last_try < 10min) {","mutatedCode":"    if (now - m_last_try > 10min) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -99,1 +99,1 @@\n-    if (now - m_last_try < 10min) {\n+    if (now - m_last_try > 10min) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.086Z","updatedAt":"2026-09-18T18:41:29.086Z","url":"https://0.0.0.0:3000/mutants/8","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":9,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":183,"endLine":183,"title":"Arithmetic operator mutation at addrman.cpp:183","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    s << static_cast<uint8_t>(INCOMPATIBILITY_BASE + lowest_compatible);","mutatedCode":"    s << static_cast<uint8_t>(INCOMPATIBILITY_BASE - lowest_compatible);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -183,1 +183,1 @@\n-    s << static_cast<uint8_t>(INCOMPATIBILITY_BASE + lowest_compatible);\n+    s << static_cast<uint8_t>(INCOMPATIBILITY_BASE - lowest_compatible);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.089Z","updatedAt":"2026-09-18T18:41:29.089Z","url":"https://0.0.0.0:3000/mutants/9","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":10,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":196,"endLine":196,"title":"Conditional operator mutation at addrman.cpp:196","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (info.nRefCount) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -196,1 +196,1 @@\n-        if (info.nRefCount) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.096Z","updatedAt":"2026-09-18T18:41:29.096Z","url":"https://0.0.0.0:3000/mutants/10","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":11,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":205,"endLine":205,"title":"Conditional operator mutation at addrman.cpp:205","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (info.fInTried) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -205,1 +205,1 @@\n-        if (info.fInTried) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.100Z","updatedAt":"2026-09-18T18:41:29.100Z","url":"https://0.0.0.0:3000/mutants/11","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":12,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":211,"endLine":211,"title":"Relational operator mutation at addrman.cpp:211","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int bucket = 0; bucket < ADDRMAN_NEW_BUCKET_COUNT; bucket++) {","mutatedCode":"    for (int bucket = 0; bucket > ADDRMAN_NEW_BUCKET_COUNT; bucket++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -211,1 +211,1 @@\n-    for (int bucket = 0; bucket < ADDRMAN_NEW_BUCKET_COUNT; bucket++) {\n+    for (int bucket = 0; bucket > ADDRMAN_NEW_BUCKET_COUNT; bucket++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.105Z","updatedAt":"2026-09-18T18:41:29.105Z","url":"https://0.0.0.0:3000/mutants/12","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":13,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":213,"endLine":213,"title":"Relational operator mutation at addrman.cpp:213","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (int i = 0; i < ADDRMAN_BUCKET_SIZE; i++) {","mutatedCode":"        for (int i = 0; i > ADDRMAN_BUCKET_SIZE; i++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -213,1 +213,1 @@\n-        for (int i = 0; i < ADDRMAN_BUCKET_SIZE; i++) {\n+        for (int i = 0; i > ADDRMAN_BUCKET_SIZE; i++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.109Z","updatedAt":"2026-09-18T18:41:29.109Z","url":"https://0.0.0.0:3000/mutants/13","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":14,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":214,"endLine":214,"title":"Relational operator mutation at addrman.cpp:214","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vvNew[bucket][i] != -1)","mutatedCode":"            if (vvNew[bucket][i] == -1)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -214,1 +214,1 @@\n-            if (vvNew[bucket][i] != -1)\n+            if (vvNew[bucket][i] == -1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.116Z","updatedAt":"2026-09-18T18:41:29.116Z","url":"https://0.0.0.0:3000/mutants/14","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":15,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":219,"endLine":219,"title":"Relational operator mutation at addrman.cpp:219","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vvNew[bucket][i] != -1) {","mutatedCode":"            if (vvNew[bucket][i] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -219,1 +219,1 @@\n-            if (vvNew[bucket][i] != -1) {\n+            if (vvNew[bucket][i] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.121Z","updatedAt":"2026-09-18T18:41:29.121Z","url":"https://0.0.0.0:3000/mutants/15","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":16,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":240,"endLine":240,"title":"Relational operator mutation at addrman.cpp:240","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    const auto ser_params = (format >= Format::V3_BIP155 ? CAddress::V2_DISK : CAddress::V1_DISK);","mutatedCode":"    const auto ser_params = (format <= Format::V3_BIP155 ? CAddress::V2_DISK : CAddress::V1_DISK);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -240,1 +240,1 @@\n-    const auto ser_params = (format >= Format::V3_BIP155 ? CAddress::V2_DISK : CAddress::V1_DISK);\n+    const auto ser_params = (format <= Format::V3_BIP155 ? CAddress::V2_DISK : CAddress::V1_DISK);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.126Z","updatedAt":"2026-09-18T18:41:29.126Z","url":"https://0.0.0.0:3000/mutants/16","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":17,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":245,"endLine":245,"title":"Relational operator mutation at addrman.cpp:245","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (compat < INCOMPATIBILITY_BASE) {","mutatedCode":"    if (compat > INCOMPATIBILITY_BASE) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -245,1 +245,1 @@\n-    if (compat < INCOMPATIBILITY_BASE) {\n+    if (compat > INCOMPATIBILITY_BASE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.130Z","updatedAt":"2026-09-18T18:41:29.130Z","url":"https://0.0.0.0:3000/mutants/17","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":18,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":251,"endLine":251,"title":"Arithmetic operator mutation at addrman.cpp:251","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const uint8_t lowest_compatible = compat - INCOMPATIBILITY_BASE;","mutatedCode":"    const uint8_t lowest_compatible = compat + INCOMPATIBILITY_BASE;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -251,1 +251,1 @@\n-    const uint8_t lowest_compatible = compat - INCOMPATIBILITY_BASE;\n+    const uint8_t lowest_compatible = compat + INCOMPATIBILITY_BASE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.134Z","updatedAt":"2026-09-18T18:41:29.134Z","url":"https://0.0.0.0:3000/mutants/18","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":19,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":252,"endLine":252,"title":"Relational operator mutation at addrman.cpp:252","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lowest_compatible > FILE_FORMAT) {","mutatedCode":"    if (lowest_compatible < FILE_FORMAT) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -252,1 +252,1 @@\n-    if (lowest_compatible > FILE_FORMAT) {\n+    if (lowest_compatible < FILE_FORMAT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.138Z","updatedAt":"2026-09-18T18:41:29.138Z","url":"https://0.0.0.0:3000/mutants/19","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":20,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":264,"endLine":264,"title":"Relational operator mutation at addrman.cpp:264","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (format >= Format::V1_DETERMINISTIC) {","mutatedCode":"    if (format <= Format::V1_DETERMINISTIC) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -264,1 +264,1 @@\n-    if (format >= Format::V1_DETERMINISTIC) {\n+    if (format <= Format::V1_DETERMINISTIC) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.142Z","updatedAt":"2026-09-18T18:41:29.142Z","url":"https://0.0.0.0:3000/mutants/20","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":21,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":268,"endLine":268,"title":"Relational operator mutation at addrman.cpp:268","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nNew > ADDRMAN_NEW_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nNew < 0) {","mutatedCode":"    if (nNew < ADDRMAN_NEW_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nNew < 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -268,1 +268,1 @@\n-    if (nNew > ADDRMAN_NEW_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nNew < 0) {\n+    if (nNew < ADDRMAN_NEW_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nNew < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.147Z","updatedAt":"2026-09-18T18:41:29.147Z","url":"https://0.0.0.0:3000/mutants/21","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":22,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":275,"endLine":275,"title":"Relational operator mutation at addrman.cpp:275","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nTried > ADDRMAN_TRIED_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nTried < 0) {","mutatedCode":"    if (nTried < ADDRMAN_TRIED_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nTried < 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -275,1 +275,1 @@\n-    if (nTried > ADDRMAN_TRIED_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nTried < 0) {\n+    if (nTried < ADDRMAN_TRIED_BUCKET_COUNT * ADDRMAN_BUCKET_SIZE || nTried < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.152Z","updatedAt":"2026-09-18T18:41:29.152Z","url":"https://0.0.0.0:3000/mutants/22","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":23,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":283,"endLine":283,"title":"Relational operator mutation at addrman.cpp:283","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int n = 0; n < nNew; n++) {","mutatedCode":"    for (int n = 0; n > nNew; n++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -283,1 +283,1 @@\n-    for (int n = 0; n < nNew; n++) {\n+    for (int n = 0; n > nNew; n++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.156Z","updatedAt":"2026-09-18T18:41:29.156Z","url":"https://0.0.0.0:3000/mutants/23","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":24,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":295,"endLine":295,"title":"Relational operator mutation at addrman.cpp:295","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int n = 0; n < nTried; n++) {","mutatedCode":"    for (int n = 0; n > nTried; n++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -295,1 +295,1 @@\n-    for (int n = 0; n < nTried; n++) {\n+    for (int n = 0; n > nTried; n++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.161Z","updatedAt":"2026-09-18T18:41:29.161Z","url":"https://0.0.0.0:3000/mutants/24","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":25,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":299,"endLine":299,"title":"Constant replacement mutation at addrman.cpp:299","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        int nKBucketPos = info.GetBucketPosition(nKey, false, nKBucket);","mutatedCode":"        int nKBucketPos = info.GetBucketPosition(nKey, true, nKBucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -299,1 +299,1 @@\n-        int nKBucketPos = info.GetBucketPosition(nKey, false, nKBucket);\n+        int nKBucketPos = info.GetBucketPosition(nKey, true, nKBucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.166Z","updatedAt":"2026-09-18T18:41:29.166Z","url":"https://0.0.0.0:3000/mutants/25","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":26,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":301,"endLine":301,"title":"Logical operator mutation at addrman.cpp:301","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                && vvTried[nKBucket][nKBucketPos] == -1) {","mutatedCode":"                || vvTried[nKBucket][nKBucketPos] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -301,1 +301,1 @@\n-                && vvTried[nKBucket][nKBucketPos] == -1) {\n+                || vvTried[nKBucket][nKBucketPos] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.173Z","updatedAt":"2026-09-18T18:41:29.173Z","url":"https://0.0.0.0:3000/mutants/26","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":27,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":303,"endLine":303,"title":"Constant replacement mutation at addrman.cpp:303","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            info.fInTried = true;","mutatedCode":"            info.fInTried = false;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -303,1 +303,1 @@\n-            info.fInTried = true;\n+            info.fInTried = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.179Z","updatedAt":"2026-09-18T18:41:29.179Z","url":"https://0.0.0.0:3000/mutants/27","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":28,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":321,"endLine":321,"title":"Relational operator mutation at addrman.cpp:321","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int bucket = 0; bucket < nUBuckets; ++bucket) {","mutatedCode":"    for (int bucket = 0; bucket > nUBuckets; ++bucket) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -321,1 +321,1 @@\n-    for (int bucket = 0; bucket < nUBuckets; ++bucket) {\n+    for (int bucket = 0; bucket > nUBuckets; ++bucket) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.185Z","updatedAt":"2026-09-18T18:41:29.185Z","url":"https://0.0.0.0:3000/mutants/28","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":29,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":324,"endLine":324,"title":"Relational operator mutation at addrman.cpp:324","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (int n = 0; n < num_entries; ++n) {","mutatedCode":"        for (int n = 0; n > num_entries; ++n) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -324,1 +324,1 @@\n-        for (int n = 0; n < num_entries; ++n) {\n+        for (int n = 0; n > num_entries; ++n) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.189Z","updatedAt":"2026-09-18T18:41:29.189Z","url":"https://0.0.0.0:3000/mutants/29","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":30,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":327,"endLine":327,"title":"Relational operator mutation at addrman.cpp:327","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (entry_index >= 0 && entry_index < nNew) {","mutatedCode":"            if (entry_index >= 0 && entry_index > nNew) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -327,1 +327,1 @@\n-            if (entry_index >= 0 && entry_index < nNew) {\n+            if (entry_index >= 0 && entry_index > nNew) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.194Z","updatedAt":"2026-09-18T18:41:29.194Z","url":"https://0.0.0.0:3000/mutants/30","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":31,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":338,"endLine":338,"title":"Relational operator mutation at addrman.cpp:338","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (format >= Format::V2_ASMAP) {","mutatedCode":"    if (format <= Format::V2_ASMAP) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -338,1 +338,1 @@\n-    if (format >= Format::V2_ASMAP) {\n+    if (format <= Format::V2_ASMAP) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.199Z","updatedAt":"2026-09-18T18:41:29.199Z","url":"https://0.0.0.0:3000/mutants/31","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":32,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":341,"endLine":341,"title":"Logical operator mutation at addrman.cpp:341","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    const bool restore_bucketing{nUBuckets == ADDRMAN_NEW_BUCKET_COUNT &&","mutatedCode":"    const bool restore_bucketing{nUBuckets == ADDRMAN_NEW_BUCKET_COUNT ||","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -341,1 +341,1 @@\n-    const bool restore_bucketing{nUBuckets == ADDRMAN_NEW_BUCKET_COUNT &&\n+    const bool restore_bucketing{nUBuckets == ADDRMAN_NEW_BUCKET_COUNT ||\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.206Z","updatedAt":"2026-09-18T18:41:29.206Z","url":"https://0.0.0.0:3000/mutants/32","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":33,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":342,"endLine":342,"title":"Relational operator mutation at addrman.cpp:342","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        serialized_asmap_version == supplied_asmap_version};","mutatedCode":"        serialized_asmap_version != supplied_asmap_version};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -342,1 +342,1 @@\n-        serialized_asmap_version == supplied_asmap_version};\n+        serialized_asmap_version != supplied_asmap_version};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.210Z","updatedAt":"2026-09-18T18:41:29.210Z","url":"https://0.0.0.0:3000/mutants/33","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":34,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":354,"endLine":354,"title":"Custom mutation at addrman.cpp:354","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (!info.IsValid()) continue;","mutatedCode":"        if (!info.IsValid()) break;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -354,1 +354,1 @@\n-        if (!info.IsValid()) continue;\n+        if (!info.IsValid()) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.216Z","updatedAt":"2026-09-18T18:41:29.216Z","url":"https://0.0.0.0:3000/mutants/34","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":35,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":359,"endLine":359,"title":"Custom mutation at addrman.cpp:359","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (info.nRefCount >= ADDRMAN_NEW_BUCKETS_PER_ADDRESS) continue;","mutatedCode":"        if (info.nRefCount >= ADDRMAN_NEW_BUCKETS_PER_ADDRESS) break;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -359,1 +359,1 @@\n-        if (info.nRefCount >= ADDRMAN_NEW_BUCKETS_PER_ADDRESS) continue;\n+        if (info.nRefCount >= ADDRMAN_NEW_BUCKETS_PER_ADDRESS) break;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.225Z","updatedAt":"2026-09-18T18:41:29.225Z","url":"https://0.0.0.0:3000/mutants/35","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":36,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":361,"endLine":361,"title":"Constant replacement mutation at addrman.cpp:361","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        int bucket_position = info.GetBucketPosition(nKey, true, bucket);","mutatedCode":"        int bucket_position = info.GetBucketPosition(nKey, false, bucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -361,1 +361,1 @@\n-        int bucket_position = info.GetBucketPosition(nKey, true, bucket);\n+        int bucket_position = info.GetBucketPosition(nKey, false, bucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.229Z","updatedAt":"2026-09-18T18:41:29.229Z","url":"https://0.0.0.0:3000/mutants/36","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":37,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":362,"endLine":362,"title":"Logical operator mutation at addrman.cpp:362","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (restore_bucketing && vvNew[bucket][bucket_position] == -1) {","mutatedCode":"        if (restore_bucketing || vvNew[bucket][bucket_position] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -362,1 +362,1 @@\n-        if (restore_bucketing && vvNew[bucket][bucket_position] == -1) {\n+        if (restore_bucketing || vvNew[bucket][bucket_position] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.233Z","updatedAt":"2026-09-18T18:41:29.233Z","url":"https://0.0.0.0:3000/mutants/37","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":38,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":370,"endLine":370,"title":"Constant replacement mutation at addrman.cpp:370","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            bucket_position = info.GetBucketPosition(nKey, true, bucket);","mutatedCode":"            bucket_position = info.GetBucketPosition(nKey, false, bucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -370,1 +370,1 @@\n-            bucket_position = info.GetBucketPosition(nKey, true, bucket);\n+            bucket_position = info.GetBucketPosition(nKey, false, bucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.238Z","updatedAt":"2026-09-18T18:41:29.238Z","url":"https://0.0.0.0:3000/mutants/38","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":39,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":371,"endLine":371,"title":"Relational operator mutation at addrman.cpp:371","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vvNew[bucket][bucket_position] == -1) {","mutatedCode":"            if (vvNew[bucket][bucket_position] != -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -371,1 +371,1 @@\n-            if (vvNew[bucket][bucket_position] == -1) {\n+            if (vvNew[bucket][bucket_position] != -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.242Z","updatedAt":"2026-09-18T18:41:29.242Z","url":"https://0.0.0.0:3000/mutants/39","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":40,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":380,"endLine":380,"title":"Relational operator mutation at addrman.cpp:380","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (auto it = mapInfo.cbegin(); it != mapInfo.cend(); ) {","mutatedCode":"    for (auto it = mapInfo.cbegin(); it == mapInfo.cend(); ) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -380,1 +380,1 @@\n-    for (auto it = mapInfo.cbegin(); it != mapInfo.cend(); ) {\n+    for (auto it = mapInfo.cbegin(); it == mapInfo.cend(); ) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.246Z","updatedAt":"2026-09-18T18:41:29.246Z","url":"https://0.0.0.0:3000/mutants/40","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":41,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":381,"endLine":381,"title":"Constant replacement mutation at addrman.cpp:381","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (it->second.fInTried == false && it->second.nRefCount == 0) {","mutatedCode":"        if (it->second.fInTried == true && it->second.nRefCount == 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -381,1 +381,1 @@\n-        if (it->second.fInTried == false && it->second.nRefCount == 0) {\n+        if (it->second.fInTried == true && it->second.nRefCount == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.250Z","updatedAt":"2026-09-18T18:41:29.250Z","url":"https://0.0.0.0:3000/mutants/41","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":42,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":394,"endLine":394,"title":"Relational operator mutation at addrman.cpp:394","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (check_code != 0) {","mutatedCode":"    if (check_code == 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -394,1 +394,1 @@\n-    if (check_code != 0) {\n+    if (check_code == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.254Z","updatedAt":"2026-09-18T18:41:29.254Z","url":"https://0.0.0.0:3000/mutants/42","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":43,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":406,"endLine":406,"title":"Relational operator mutation at addrman.cpp:406","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (it == mapAddr.end())","mutatedCode":"    if (it != mapAddr.end())","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -406,1 +406,1 @@\n-    if (it == mapAddr.end())\n+    if (it != mapAddr.end())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.257Z","updatedAt":"2026-09-18T18:41:29.257Z","url":"https://0.0.0.0:3000/mutants/43","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":44,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":408,"endLine":408,"title":"Conditional operator mutation at addrman.cpp:408","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (pnId)","mutatedCode":"    if (1==1)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -408,1 +408,1 @@\n-    if (pnId)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.259Z","updatedAt":"2026-09-18T18:41:29.259Z","url":"https://0.0.0.0:3000/mutants/44","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":45,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":411,"endLine":411,"title":"Relational operator mutation at addrman.cpp:411","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (it2 != mapInfo.end())","mutatedCode":"    if (it2 == mapInfo.end())","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -411,1 +411,1 @@\n-    if (it2 != mapInfo.end())\n+    if (it2 == mapInfo.end())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.263Z","updatedAt":"2026-09-18T18:41:29.263Z","url":"https://0.0.0.0:3000/mutants/45","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":46,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":436,"endLine":436,"title":"Relational operator mutation at addrman.cpp:436","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nRndPos1 == nRndPos2)","mutatedCode":"    if (nRndPos1 != nRndPos2)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -436,1 +436,1 @@\n-    if (nRndPos1 == nRndPos2)\n+    if (nRndPos1 != nRndPos2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.266Z","updatedAt":"2026-09-18T18:41:29.266Z","url":"https://0.0.0.0:3000/mutants/46","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":47,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":465,"endLine":465,"title":"Arithmetic operator mutation at addrman.cpp:465","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    SwapRandom(info.nRandomPos, vRandom.size() - 1);","mutatedCode":"    SwapRandom(info.nRandomPos, vRandom.size() + 1);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -465,1 +465,1 @@\n-    SwapRandom(info.nRandomPos, vRandom.size() - 1);\n+    SwapRandom(info.nRandomPos, vRandom.size() + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.269Z","updatedAt":"2026-09-18T18:41:29.269Z","url":"https://0.0.0.0:3000/mutants/47","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":48,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":466,"endLine":466,"title":"Arithmetic operator mutation at addrman.cpp:466","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    m_network_counts[info.GetNetwork()].n_new--;","mutatedCode":"    m_network_counts[info.GetNetwork()].n_new++;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -466,1 +466,1 @@\n-    m_network_counts[info.GetNetwork()].n_new--;\n+    m_network_counts[info.GetNetwork()].n_new++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.272Z","updatedAt":"2026-09-18T18:41:29.272Z","url":"https://0.0.0.0:3000/mutants/48","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":49,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":468,"endLine":468,"title":"Statement deletion mutation at addrman.cpp:468","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    mapAddr.erase(info);","mutatedCode":"    // mapAddr.erase(info);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -468,1 +468,1 @@\n-    mapAddr.erase(info);\n+    // mapAddr.erase(info);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.278Z","updatedAt":"2026-09-18T18:41:29.278Z","url":"https://0.0.0.0:3000/mutants/49","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":50,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":469,"endLine":469,"title":"Statement deletion mutation at addrman.cpp:469","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    mapInfo.erase(nId);","mutatedCode":"    // mapInfo.erase(nId);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -469,1 +469,1 @@\n-    mapInfo.erase(nId);\n+    // mapInfo.erase(nId);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.285Z","updatedAt":"2026-09-18T18:41:29.285Z","url":"https://0.0.0.0:3000/mutants/50","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":51,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":470,"endLine":470,"title":"Arithmetic operator mutation at addrman.cpp:470","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    nNew--;","mutatedCode":"    nNew++;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -470,1 +470,1 @@\n-    nNew--;\n+    nNew++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.290Z","updatedAt":"2026-09-18T18:41:29.290Z","url":"https://0.0.0.0:3000/mutants/51","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":52,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":478,"endLine":478,"title":"Relational operator mutation at addrman.cpp:478","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vvNew[nUBucket][nUBucketPos] != -1) {","mutatedCode":"    if (vvNew[nUBucket][nUBucketPos] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -478,1 +478,1 @@\n-    if (vvNew[nUBucket][nUBucketPos] != -1) {\n+    if (vvNew[nUBucket][nUBucketPos] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.294Z","updatedAt":"2026-09-18T18:41:29.294Z","url":"https://0.0.0.0:3000/mutants/52","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":53,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":482,"endLine":482,"title":"Arithmetic operator mutation at addrman.cpp:482","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        infoDelete.nRefCount--;","mutatedCode":"        infoDelete.nRefCount++;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -482,1 +482,1 @@\n-        infoDelete.nRefCount--;\n+        infoDelete.nRefCount++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.298Z","updatedAt":"2026-09-18T18:41:29.298Z","url":"https://0.0.0.0:3000/mutants/53","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":54,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":485,"endLine":485,"title":"Relational operator mutation at addrman.cpp:485","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (infoDelete.nRefCount == 0) {","mutatedCode":"        if (infoDelete.nRefCount != 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -485,1 +485,1 @@\n-        if (infoDelete.nRefCount == 0) {\n+        if (infoDelete.nRefCount != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.301Z","updatedAt":"2026-09-18T18:41:29.301Z","url":"https://0.0.0.0:3000/mutants/54","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":55,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":497,"endLine":497,"title":"Relational operator mutation at addrman.cpp:497","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int n = 0; n < ADDRMAN_NEW_BUCKET_COUNT; ++n) {","mutatedCode":"    for (int n = 0; n > ADDRMAN_NEW_BUCKET_COUNT; ++n) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -497,1 +497,1 @@\n-    for (int n = 0; n < ADDRMAN_NEW_BUCKET_COUNT; ++n) {\n+    for (int n = 0; n > ADDRMAN_NEW_BUCKET_COUNT; ++n) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.304Z","updatedAt":"2026-09-18T18:41:29.304Z","url":"https://0.0.0.0:3000/mutants/55","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":56,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":498,"endLine":498,"title":"Arithmetic operator mutation at addrman.cpp:498","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        const int bucket{(start_bucket + n) % ADDRMAN_NEW_BUCKET_COUNT};","mutatedCode":"        const int bucket{(start_bucket - n) % ADDRMAN_NEW_BUCKET_COUNT};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -498,1 +498,1 @@\n-        const int bucket{(start_bucket + n) % ADDRMAN_NEW_BUCKET_COUNT};\n+        const int bucket{(start_bucket - n) % ADDRMAN_NEW_BUCKET_COUNT};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.311Z","updatedAt":"2026-09-18T18:41:29.311Z","url":"https://0.0.0.0:3000/mutants/56","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":57,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":499,"endLine":499,"title":"Constant replacement mutation at addrman.cpp:499","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        const int pos{info.GetBucketPosition(nKey, true, bucket)};","mutatedCode":"        const int pos{info.GetBucketPosition(nKey, false, bucket)};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -499,1 +499,1 @@\n-        const int pos{info.GetBucketPosition(nKey, true, bucket)};\n+        const int pos{info.GetBucketPosition(nKey, false, bucket)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.314Z","updatedAt":"2026-09-18T18:41:29.314Z","url":"https://0.0.0.0:3000/mutants/57","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":58,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":500,"endLine":500,"title":"Relational operator mutation at addrman.cpp:500","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (vvNew[bucket][pos] == nId) {","mutatedCode":"        if (vvNew[bucket][pos] != nId) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -500,1 +500,1 @@\n-        if (vvNew[bucket][pos] == nId) {\n+        if (vvNew[bucket][pos] != nId) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.317Z","updatedAt":"2026-09-18T18:41:29.317Z","url":"https://0.0.0.0:3000/mutants/58","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":59,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":502,"endLine":502,"title":"Arithmetic operator mutation at addrman.cpp:502","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            info.nRefCount--;","mutatedCode":"            info.nRefCount++;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -502,1 +502,1 @@\n-            info.nRefCount--;\n+            info.nRefCount++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.320Z","updatedAt":"2026-09-18T18:41:29.320Z","url":"https://0.0.0.0:3000/mutants/59","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":60,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":503,"endLine":503,"title":"Custom mutation at addrman.cpp:503","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (info.nRefCount == 0) break;","mutatedCode":"            if (info.nRefCount == 0) continue;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -503,1 +503,1 @@\n-            if (info.nRefCount == 0) break;\n+            if (info.nRefCount == 0) continue;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.323Z","updatedAt":"2026-09-18T18:41:29.323Z","url":"https://0.0.0.0:3000/mutants/60","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":61,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":516,"endLine":516,"title":"Relational operator mutation at addrman.cpp:516","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vvTried[nKBucket][nKBucketPos] != -1) {","mutatedCode":"    if (vvTried[nKBucket][nKBucketPos] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -516,1 +516,1 @@\n-    if (vvTried[nKBucket][nKBucketPos] != -1) {\n+    if (vvTried[nKBucket][nKBucketPos] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.325Z","updatedAt":"2026-09-18T18:41:29.325Z","url":"https://0.0.0.0:3000/mutants/61","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":62,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":523,"endLine":523,"title":"Constant replacement mutation at addrman.cpp:523","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        infoOld.fInTried = false;","mutatedCode":"        infoOld.fInTried = true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -523,1 +523,1 @@\n-        infoOld.fInTried = false;\n+        infoOld.fInTried = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.328Z","updatedAt":"2026-09-18T18:41:29.328Z","url":"https://0.0.0.0:3000/mutants/62","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":63,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":525,"endLine":525,"title":"Arithmetic operator mutation at addrman.cpp:525","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        nTried--;","mutatedCode":"        nTried++;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -525,1 +525,1 @@\n-        nTried--;\n+        nTried++;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.333Z","updatedAt":"2026-09-18T18:41:29.333Z","url":"https://0.0.0.0:3000/mutants/63","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":64,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":526,"endLine":526,"title":"Arithmetic operator mutation at addrman.cpp:526","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        m_network_counts[infoOld.GetNetwork()].n_tried--;","mutatedCode":"        m_network_counts[infoOld.GetNetwork()].n_tried++;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -526,1 +526,1 @@\n-        m_network_counts[infoOld.GetNetwork()].n_tried--;\n+        m_network_counts[infoOld.GetNetwork()].n_tried++;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.335Z","updatedAt":"2026-09-18T18:41:29.335Z","url":"https://0.0.0.0:3000/mutants/64","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":65,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":530,"endLine":530,"title":"Constant replacement mutation at addrman.cpp:530","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        int nUBucketPos = infoOld.GetBucketPosition(nKey, true, nUBucket);","mutatedCode":"        int nUBucketPos = infoOld.GetBucketPosition(nKey, false, nUBucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -530,1 +530,1 @@\n-        int nUBucketPos = infoOld.GetBucketPosition(nKey, true, nUBucket);\n+        int nUBucketPos = infoOld.GetBucketPosition(nKey, false, nUBucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.338Z","updatedAt":"2026-09-18T18:41:29.338Z","url":"https://0.0.0.0:3000/mutants/65","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":66,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":561,"endLine":561,"title":"Relational operator mutation at addrman.cpp:561","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (addr == source) {","mutatedCode":"    if (addr != source) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -561,1 +561,1 @@\n-    if (addr == source) {\n+    if (addr != source) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.340Z","updatedAt":"2026-09-18T18:41:29.340Z","url":"https://0.0.0.0:3000/mutants/66","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":67,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":565,"endLine":565,"title":"Conditional operator mutation at addrman.cpp:565","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (pinfo) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -565,1 +565,1 @@\n-    if (pinfo) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.343Z","updatedAt":"2026-09-18T18:41:29.343Z","url":"https://0.0.0.0:3000/mutants/67","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":68,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":567,"endLine":567,"title":"Relational operator mutation at addrman.cpp:567","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        const bool currently_online{NodeClock::now() - addr.nTime < 24h};","mutatedCode":"        const bool currently_online{NodeClock::now() - addr.nTime > 24h};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -567,1 +567,1 @@\n-        const bool currently_online{NodeClock::now() - addr.nTime < 24h};\n+        const bool currently_online{NodeClock::now() - addr.nTime > 24h};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.345Z","updatedAt":"2026-09-18T18:41:29.345Z","url":"https://0.0.0.0:3000/mutants/68","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":69,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":577,"endLine":577,"title":"Conditional operator mutation at addrman.cpp:577","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (addr.nTime <= pinfo->nTime) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -577,1 +577,1 @@\n-        if (addr.nTime <= pinfo->nTime) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.347Z","updatedAt":"2026-09-18T18:41:29.347Z","url":"https://0.0.0.0:3000/mutants/69","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":70,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":582,"endLine":582,"title":"Conditional operator mutation at addrman.cpp:582","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (pinfo->fInTried)","mutatedCode":"        if (1==1)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -582,1 +582,1 @@\n-        if (pinfo->fInTried)\n+        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.348Z","updatedAt":"2026-09-18T18:41:29.348Z","url":"https://0.0.0.0:3000/mutants/70","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":71,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":586,"endLine":586,"title":"Relational operator mutation at addrman.cpp:586","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (pinfo->nRefCount == ADDRMAN_NEW_BUCKETS_PER_ADDRESS)","mutatedCode":"        if (pinfo->nRefCount != ADDRMAN_NEW_BUCKETS_PER_ADDRESS)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -586,1 +586,1 @@\n-        if (pinfo->nRefCount == ADDRMAN_NEW_BUCKETS_PER_ADDRESS)\n+        if (pinfo->nRefCount != ADDRMAN_NEW_BUCKETS_PER_ADDRESS)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.351Z","updatedAt":"2026-09-18T18:41:29.351Z","url":"https://0.0.0.0:3000/mutants/71","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":72,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":590,"endLine":590,"title":"Relational operator mutation at addrman.cpp:590","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (pinfo->nRefCount > 0) {","mutatedCode":"        if (pinfo->nRefCount < 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -590,1 +590,1 @@\n-        if (pinfo->nRefCount > 0) {\n+        if (pinfo->nRefCount < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.352Z","updatedAt":"2026-09-18T18:41:29.352Z","url":"https://0.0.0.0:3000/mutants/72","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":73,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":592,"endLine":592,"title":"Constant replacement mutation at addrman.cpp:592","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (insecure_rand.randrange(nFactor) != 0) return false;","mutatedCode":"            if (insecure_rand.randrange(nFactor) != 0) return true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -592,1 +592,1 @@\n-            if (insecure_rand.randrange(nFactor) != 0) return false;\n+            if (insecure_rand.randrange(nFactor) != 0) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.355Z","updatedAt":"2026-09-18T18:41:29.355Z","url":"https://0.0.0.0:3000/mutants/73","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":74,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":600,"endLine":600,"title":"Constant replacement mutation at addrman.cpp:600","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    int nUBucketPos = pinfo->GetBucketPosition(nKey, true, nUBucket);","mutatedCode":"    int nUBucketPos = pinfo->GetBucketPosition(nKey, false, nUBucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -600,1 +600,1 @@\n-    int nUBucketPos = pinfo->GetBucketPosition(nKey, true, nUBucket);\n+    int nUBucketPos = pinfo->GetBucketPosition(nKey, false, nUBucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.357Z","updatedAt":"2026-09-18T18:41:29.357Z","url":"https://0.0.0.0:3000/mutants/74","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":75,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":601,"endLine":601,"title":"Relational operator mutation at addrman.cpp:601","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool fInsert = vvNew[nUBucket][nUBucketPos] == -1;","mutatedCode":"    bool fInsert = vvNew[nUBucket][nUBucketPos] != -1;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -601,1 +601,1 @@\n-    bool fInsert = vvNew[nUBucket][nUBucketPos] == -1;\n+    bool fInsert = vvNew[nUBucket][nUBucketPos] != -1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.359Z","updatedAt":"2026-09-18T18:41:29.359Z","url":"https://0.0.0.0:3000/mutants/75","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":76,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":602,"endLine":602,"title":"Relational operator mutation at addrman.cpp:602","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vvNew[nUBucket][nUBucketPos] != nId) {","mutatedCode":"    if (vvNew[nUBucket][nUBucketPos] == nId) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -602,1 +602,1 @@\n-    if (vvNew[nUBucket][nUBucketPos] != nId) {\n+    if (vvNew[nUBucket][nUBucketPos] == nId) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.360Z","updatedAt":"2026-09-18T18:41:29.360Z","url":"https://0.0.0.0:3000/mutants/76","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":77,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":603,"endLine":603,"title":"Conditional operator mutation at addrman.cpp:603","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!fInsert) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -603,1 +603,1 @@\n-        if (!fInsert) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.362Z","updatedAt":"2026-09-18T18:41:29.362Z","url":"https://0.0.0.0:3000/mutants/77","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":78,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":605,"endLine":605,"title":"Relational operator mutation at addrman.cpp:605","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (infoExisting.IsTerrible() || (infoExisting.nRefCount > 1 && pinfo->nRefCount == 0)) {","mutatedCode":"            if (infoExisting.IsTerrible() || (infoExisting.nRefCount < 1 && pinfo->nRefCount == 0)) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -605,1 +605,1 @@\n-            if (infoExisting.IsTerrible() || (infoExisting.nRefCount > 1 && pinfo->nRefCount == 0)) {\n+            if (infoExisting.IsTerrible() || (infoExisting.nRefCount < 1 && pinfo->nRefCount == 0)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.363Z","updatedAt":"2026-09-18T18:41:29.363Z","url":"https://0.0.0.0:3000/mutants/78","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":79,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":607,"endLine":607,"title":"Constant replacement mutation at addrman.cpp:607","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                fInsert = true;","mutatedCode":"                fInsert = false;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -607,1 +607,1 @@\n-                fInsert = true;\n+                fInsert = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.365Z","updatedAt":"2026-09-18T18:41:29.365Z","url":"https://0.0.0.0:3000/mutants/79","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":80,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":610,"endLine":610,"title":"Conditional operator mutation at addrman.cpp:610","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (fInsert) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -610,1 +610,1 @@\n-        if (fInsert) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.369Z","updatedAt":"2026-09-18T18:41:29.369Z","url":"https://0.0.0.0:3000/mutants/80","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":81,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":618,"endLine":618,"title":"Relational operator mutation at addrman.cpp:618","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (pinfo->nRefCount == 0) {","mutatedCode":"            if (pinfo->nRefCount != 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -618,1 +618,1 @@\n-            if (pinfo->nRefCount == 0) {\n+            if (pinfo->nRefCount != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.371Z","updatedAt":"2026-09-18T18:41:29.371Z","url":"https://0.0.0.0:3000/mutants/81","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":82,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":637,"endLine":637,"title":"Constant replacement mutation at addrman.cpp:637","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!pinfo) return false;","mutatedCode":"    if (!pinfo) return true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -637,1 +637,1 @@\n-    if (!pinfo) return false;\n+    if (!pinfo) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.373Z","updatedAt":"2026-09-18T18:41:29.373Z","url":"https://0.0.0.0:3000/mutants/82","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":83,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":649,"endLine":649,"title":"Constant replacement mutation at addrman.cpp:649","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (info.fInTried) return false;","mutatedCode":"    if (info.fInTried) return true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -649,1 +649,1 @@\n-    if (info.fInTried) return false;\n+    if (info.fInTried) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.375Z","updatedAt":"2026-09-18T18:41:29.375Z","url":"https://0.0.0.0:3000/mutants/83","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":84,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":652,"endLine":652,"title":"Constant replacement mutation at addrman.cpp:652","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!Assume(info.nRefCount > 0)) return false;","mutatedCode":"    if (!Assume(info.nRefCount > 0)) return true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -652,1 +652,1 @@\n-    if (!Assume(info.nRefCount > 0)) return false;\n+    if (!Assume(info.nRefCount > 0)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.377Z","updatedAt":"2026-09-18T18:41:29.377Z","url":"https://0.0.0.0:3000/mutants/84","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":85,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":657,"endLine":657,"title":"Constant replacement mutation at addrman.cpp:657","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    int tried_bucket_pos = info.GetBucketPosition(nKey, false, tried_bucket);","mutatedCode":"    int tried_bucket_pos = info.GetBucketPosition(nKey, true, tried_bucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -657,1 +657,1 @@\n-    int tried_bucket_pos = info.GetBucketPosition(nKey, false, tried_bucket);\n+    int tried_bucket_pos = info.GetBucketPosition(nKey, true, tried_bucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.379Z","updatedAt":"2026-09-18T18:41:29.379Z","url":"https://0.0.0.0:3000/mutants/85","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":86,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":660,"endLine":660,"title":"Logical operator mutation at addrman.cpp:660","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (test_before_evict && (vvTried[tried_bucket][tried_bucket_pos] != -1)) {","mutatedCode":"    if (test_before_evict || (vvTried[tried_bucket][tried_bucket_pos] != -1)) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -660,1 +660,1 @@\n-    if (test_before_evict && (vvTried[tried_bucket][tried_bucket_pos] != -1)) {\n+    if (test_before_evict || (vvTried[tried_bucket][tried_bucket_pos] != -1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.381Z","updatedAt":"2026-09-18T18:41:29.381Z","url":"https://0.0.0.0:3000/mutants/86","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":87,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":661,"endLine":661,"title":"Relational operator mutation at addrman.cpp:661","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (m_tried_collisions.size() < ADDRMAN_SET_TRIED_COLLISION_SIZE) {","mutatedCode":"        if (m_tried_collisions.size() > ADDRMAN_SET_TRIED_COLLISION_SIZE) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -661,1 +661,1 @@\n-        if (m_tried_collisions.size() < ADDRMAN_SET_TRIED_COLLISION_SIZE) {\n+        if (m_tried_collisions.size() > ADDRMAN_SET_TRIED_COLLISION_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.384Z","updatedAt":"2026-09-18T18:41:29.384Z","url":"https://0.0.0.0:3000/mutants/87","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":88,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":684,"endLine":684,"title":"Relational operator mutation at addrman.cpp:684","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (std::vector<CAddress>::const_iterator it = vAddr.begin(); it != vAddr.end(); it++) {","mutatedCode":"    for (std::vector<CAddress>::const_iterator it = vAddr.begin(); it == vAddr.end(); it++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -684,1 +684,1 @@\n-    for (std::vector<CAddress>::const_iterator it = vAddr.begin(); it != vAddr.end(); it++) {\n+    for (std::vector<CAddress>::const_iterator it = vAddr.begin(); it == vAddr.end(); it++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.386Z","updatedAt":"2026-09-18T18:41:29.386Z","url":"https://0.0.0.0:3000/mutants/88","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":89,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":690,"endLine":690,"title":"Relational operator mutation at addrman.cpp:690","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return added > 0;","mutatedCode":"    return added < 0;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -690,1 +690,1 @@\n-    return added > 0;\n+    return added < 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.388Z","updatedAt":"2026-09-18T18:41:29.388Z","url":"https://0.0.0.0:3000/mutants/89","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":90,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":700,"endLine":700,"title":"Conditional operator mutation at addrman.cpp:700","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!pinfo)","mutatedCode":"    if (1==1)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -700,1 +700,1 @@\n-    if (!pinfo)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.390Z","updatedAt":"2026-09-18T18:41:29.390Z","url":"https://0.0.0.0:3000/mutants/90","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":91,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":707,"endLine":707,"title":"Relational operator mutation at addrman.cpp:707","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (fCountFailure && info.m_last_count_attempt < m_last_good) {","mutatedCode":"    if (fCountFailure && info.m_last_count_attempt > m_last_good) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -707,1 +707,1 @@\n-    if (fCountFailure && info.m_last_count_attempt < m_last_good) {\n+    if (fCountFailure && info.m_last_count_attempt > m_last_good) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.391Z","updatedAt":"2026-09-18T18:41:29.391Z","url":"https://0.0.0.0:3000/mutants/91","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":92,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":717,"endLine":717,"title":"Statement deletion mutation at addrman.cpp:717","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (vRandom.empty()) return {};","mutatedCode":"    // if (vRandom.empty()) return {};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -717,1 +717,1 @@\n-    if (vRandom.empty()) return {};\n+    // if (vRandom.empty()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.393Z","updatedAt":"2026-09-18T18:41:29.393Z","url":"https://0.0.0.0:3000/mutants/92","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":93,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":727,"endLine":727,"title":"Relational operator mutation at addrman.cpp:727","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (it == m_network_counts.end()) {","mutatedCode":"            if (it != m_network_counts.end()) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -727,1 +727,1 @@\n-            if (it == m_network_counts.end()) {\n+            if (it != m_network_counts.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.395Z","updatedAt":"2026-09-18T18:41:29.395Z","url":"https://0.0.0.0:3000/mutants/93","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":94,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":728,"endLine":728,"title":"Custom mutation at addrman.cpp:728","description":null,"mutationOperator":"CUSTOM","originalCode":"                continue;","mutatedCode":"                break;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -728,1 +728,1 @@\n-                continue;\n+                break;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.397Z","updatedAt":"2026-09-18T18:41:29.397Z","url":"https://0.0.0.0:3000/mutants/94","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":95,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":736,"endLine":736,"title":"Logical operator mutation at addrman.cpp:736","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (new_only && new_count == 0) return {};","mutatedCode":"    if (new_only || new_count == 0) return {};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -736,1 +736,1 @@\n-    if (new_only && new_count == 0) return {};\n+    if (new_only || new_count == 0) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.399Z","updatedAt":"2026-09-18T18:41:29.399Z","url":"https://0.0.0.0:3000/mutants/95","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":96,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":737,"endLine":737,"title":"Relational operator mutation at addrman.cpp:737","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (new_count + tried_count == 0) return {};","mutatedCode":"    if (new_count + tried_count != 0) return {};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -737,1 +737,1 @@\n-    if (new_count + tried_count == 0) return {};\n+    if (new_count + tried_count != 0) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.400Z","updatedAt":"2026-09-18T18:41:29.400Z","url":"https://0.0.0.0:3000/mutants/96","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":97,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":742,"endLine":742,"title":"Logical operator mutation at addrman.cpp:742","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (new_only || tried_count == 0) {","mutatedCode":"    if (new_only && tried_count == 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -742,1 +742,1 @@\n-    if (new_only || tried_count == 0) {\n+    if (new_only && tried_count == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.402Z","updatedAt":"2026-09-18T18:41:29.402Z","url":"https://0.0.0.0:3000/mutants/97","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":98,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":743,"endLine":743,"title":"Constant replacement mutation at addrman.cpp:743","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        search_tried = false;","mutatedCode":"        search_tried = true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -743,1 +743,1 @@\n-        search_tried = false;\n+        search_tried = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.404Z","updatedAt":"2026-09-18T18:41:29.404Z","url":"https://0.0.0.0:3000/mutants/98","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":99,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":744,"endLine":744,"title":"Relational operator mutation at addrman.cpp:744","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (new_count == 0) {","mutatedCode":"    } else if (new_count != 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -744,1 +744,1 @@\n-    } else if (new_count == 0) {\n+    } else if (new_count != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.406Z","updatedAt":"2026-09-18T18:41:29.406Z","url":"https://0.0.0.0:3000/mutants/99","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":100,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":745,"endLine":745,"title":"Constant replacement mutation at addrman.cpp:745","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        search_tried = true;","mutatedCode":"        search_tried = false;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -745,1 +745,1 @@\n-        search_tried = true;\n+        search_tried = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.407Z","updatedAt":"2026-09-18T18:41:29.407Z","url":"https://0.0.0.0:3000/mutants/100","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":101,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":754,"endLine":754,"title":"Constant replacement mutation at addrman.cpp:754","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    while (1) {","mutatedCode":"    while (1 - 1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -754,1 +754,1 @@\n-    while (1) {\n+    while (1 - 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.409Z","updatedAt":"2026-09-18T18:41:29.409Z","url":"https://0.0.0.0:3000/mutants/101","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":102,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":763,"endLine":763,"title":"Relational operator mutation at addrman.cpp:763","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (i = 0; i < ADDRMAN_BUCKET_SIZE; ++i) {","mutatedCode":"        for (i = 0; i > ADDRMAN_BUCKET_SIZE; ++i) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -763,1 +763,1 @@\n-        for (i = 0; i < ADDRMAN_BUCKET_SIZE; ++i) {\n+        for (i = 0; i > ADDRMAN_BUCKET_SIZE; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.410Z","updatedAt":"2026-09-18T18:41:29.410Z","url":"https://0.0.0.0:3000/mutants/102","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":103,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":764,"endLine":764,"title":"Arithmetic operator mutation at addrman.cpp:764","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            position = (initial_position + i) % ADDRMAN_BUCKET_SIZE;","mutatedCode":"            position = (initial_position - i) % ADDRMAN_BUCKET_SIZE;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -764,1 +764,1 @@\n-            position = (initial_position + i) % ADDRMAN_BUCKET_SIZE;\n+            position = (initial_position - i) % ADDRMAN_BUCKET_SIZE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.412Z","updatedAt":"2026-09-18T18:41:29.412Z","url":"https://0.0.0.0:3000/mutants/103","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":104,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":766,"endLine":766,"title":"Relational operator mutation at addrman.cpp:766","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (node_id != -1) {","mutatedCode":"            if (node_id == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -766,1 +766,1 @@\n-            if (node_id != -1) {\n+            if (node_id == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.414Z","updatedAt":"2026-09-18T18:41:29.414Z","url":"https://0.0.0.0:3000/mutants/104","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":105,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":769,"endLine":769,"title":"Custom mutation at addrman.cpp:769","description":null,"mutationOperator":"CUSTOM","originalCode":"                    if (Assume(it != mapInfo.end()) && networks.contains(it->second.GetNetwork())) break;","mutatedCode":"                    if (Assume(it != mapInfo.end()) && networks.contains(it->second.GetNetwork())) continue;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -769,1 +769,1 @@\n-                    if (Assume(it != mapInfo.end()) && networks.contains(it->second.GetNetwork())) break;\n+                    if (Assume(it != mapInfo.end()) && networks.contains(it->second.GetNetwork())) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.416Z","updatedAt":"2026-09-18T18:41:29.416Z","url":"https://0.0.0.0:3000/mutants/105","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":106,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":771,"endLine":771,"title":"Custom mutation at addrman.cpp:771","description":null,"mutationOperator":"CUSTOM","originalCode":"                    break;","mutatedCode":"                    continue;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -771,1 +771,1 @@\n-                    break;\n+                    continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.417Z","updatedAt":"2026-09-18T18:41:29.417Z","url":"https://0.0.0.0:3000/mutants/106","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":107,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":777,"endLine":777,"title":"Custom mutation at addrman.cpp:777","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (i == ADDRMAN_BUCKET_SIZE) continue;","mutatedCode":"        if (i == ADDRMAN_BUCKET_SIZE) break;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -777,1 +777,1 @@\n-        if (i == ADDRMAN_BUCKET_SIZE) continue;\n+        if (i == ADDRMAN_BUCKET_SIZE) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.419Z","updatedAt":"2026-09-18T18:41:29.419Z","url":"https://0.0.0.0:3000/mutants/107","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":108,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":785,"endLine":785,"title":"Relational operator mutation at addrman.cpp:785","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (insecure_rand.randbits<30>() < chance_factor * info.GetChance() * (1 << 30)) {","mutatedCode":"        if (insecure_rand.randbits<30>() > chance_factor * info.GetChance() * (1 << 30)) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -785,1 +785,1 @@\n-        if (insecure_rand.randbits<30>() < chance_factor * info.GetChance() * (1 << 30)) {\n+        if (insecure_rand.randbits<30>() > chance_factor * info.GetChance() * (1 << 30)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.421Z","updatedAt":"2026-09-18T18:41:29.421Z","url":"https://0.0.0.0:3000/mutants/108","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":109,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":799,"endLine":799,"title":"Conditional operator mutation at addrman.cpp:799","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (use_tried) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -799,1 +799,1 @@\n-    if (use_tried) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.422Z","updatedAt":"2026-09-18T18:41:29.422Z","url":"https://0.0.0.0:3000/mutants/109","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":110,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":800,"endLine":800,"title":"Relational operator mutation at addrman.cpp:800","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (Assume(position < ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_TRIED_BUCKET_COUNT)) {","mutatedCode":"        if (Assume(position > ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_TRIED_BUCKET_COUNT)) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -800,1 +800,1 @@\n-        if (Assume(position < ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_TRIED_BUCKET_COUNT)) {\n+        if (Assume(position > ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_TRIED_BUCKET_COUNT)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.424Z","updatedAt":"2026-09-18T18:41:29.424Z","url":"https://0.0.0.0:3000/mutants/110","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":111,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":804,"endLine":804,"title":"Relational operator mutation at addrman.cpp:804","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (Assume(position < ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_NEW_BUCKET_COUNT)) {","mutatedCode":"        if (Assume(position > ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_NEW_BUCKET_COUNT)) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -804,1 +804,1 @@\n-        if (Assume(position < ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_NEW_BUCKET_COUNT)) {\n+        if (Assume(position > ADDRMAN_BUCKET_SIZE) && Assume(bucket < ADDRMAN_NEW_BUCKET_COUNT)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.426Z","updatedAt":"2026-09-18T18:41:29.426Z","url":"https://0.0.0.0:3000/mutants/111","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":112,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":818,"endLine":818,"title":"Relational operator mutation at addrman.cpp:818","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (max_pct != 0) {","mutatedCode":"    if (max_pct == 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -818,1 +818,1 @@\n-    if (max_pct != 0) {\n+    if (max_pct == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.428Z","updatedAt":"2026-09-18T18:41:29.428Z","url":"https://0.0.0.0:3000/mutants/112","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":113,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":820,"endLine":820,"title":"Arithmetic operator mutation at addrman.cpp:820","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        nNodes = max_pct * nNodes / 100;","mutatedCode":"        nNodes = max_pct * nNodes * 100;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -820,1 +820,1 @@\n-        nNodes = max_pct * nNodes / 100;\n+        nNodes = max_pct * nNodes * 100;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.429Z","updatedAt":"2026-09-18T18:41:29.429Z","url":"https://0.0.0.0:3000/mutants/113","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":114,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":830,"endLine":830,"title":"Relational operator mutation at addrman.cpp:830","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int n = 0; n < vRandom.size(); n++) {","mutatedCode":"    for (unsigned int n = 0; n > vRandom.size(); n++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -830,1 +830,1 @@\n-    for (unsigned int n = 0; n < vRandom.size(); n++) {\n+    for (unsigned int n = 0; n > vRandom.size(); n++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.431Z","updatedAt":"2026-09-18T18:41:29.431Z","url":"https://0.0.0.0:3000/mutants/114","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":115,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":831,"endLine":831,"title":"Relational operator mutation at addrman.cpp:831","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (addresses.size() >= nNodes)","mutatedCode":"        if (addresses.size() <= nNodes)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -831,1 +831,1 @@\n-        if (addresses.size() >= nNodes)\n+        if (addresses.size() <= nNodes)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.432Z","updatedAt":"2026-09-18T18:41:29.432Z","url":"https://0.0.0.0:3000/mutants/115","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":116,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":834,"endLine":834,"title":"Arithmetic operator mutation at addrman.cpp:834","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        int nRndPos = insecure_rand.randrange(vRandom.size() - n) + n;","mutatedCode":"        int nRndPos = insecure_rand.randrange(vRandom.size() + n) + n;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -834,1 +834,1 @@\n-        int nRndPos = insecure_rand.randrange(vRandom.size() - n) + n;\n+        int nRndPos = insecure_rand.randrange(vRandom.size() + n) + n;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.434Z","updatedAt":"2026-09-18T18:41:29.434Z","url":"https://0.0.0.0:3000/mutants/116","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":117,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":842,"endLine":842,"title":"Custom mutation at addrman.cpp:842","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (network != std::nullopt && ai.GetNetClass() != network) continue;","mutatedCode":"        if (network != std::nullopt && ai.GetNetClass() != network) break;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -842,1 +842,1 @@\n-        if (network != std::nullopt && ai.GetNetClass() != network) continue;\n+        if (network != std::nullopt && ai.GetNetClass() != network) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.436Z","updatedAt":"2026-09-18T18:41:29.436Z","url":"https://0.0.0.0:3000/mutants/117","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":118,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":845,"endLine":845,"title":"Custom mutation at addrman.cpp:845","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (ai.IsTerrible(now) && filtered) continue;","mutatedCode":"        if (ai.IsTerrible(now) && filtered) break;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -845,1 +845,1 @@\n-        if (ai.IsTerrible(now) && filtered) continue;\n+        if (ai.IsTerrible(now) && filtered) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.437Z","updatedAt":"2026-09-18T18:41:29.437Z","url":"https://0.0.0.0:3000/mutants/118","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":119,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":859,"endLine":859,"title":"Relational operator mutation at addrman.cpp:859","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int bucket = 0; bucket < bucket_count; ++bucket) {","mutatedCode":"    for (int bucket = 0; bucket > bucket_count; ++bucket) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -859,1 +859,1 @@\n-    for (int bucket = 0; bucket < bucket_count; ++bucket) {\n+    for (int bucket = 0; bucket > bucket_count; ++bucket) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.439Z","updatedAt":"2026-09-18T18:41:29.439Z","url":"https://0.0.0.0:3000/mutants/119","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":120,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":860,"endLine":860,"title":"Relational operator mutation at addrman.cpp:860","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (int position = 0; position < ADDRMAN_BUCKET_SIZE; ++position) {","mutatedCode":"        for (int position = 0; position > ADDRMAN_BUCKET_SIZE; ++position) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -860,1 +860,1 @@\n-        for (int position = 0; position < ADDRMAN_BUCKET_SIZE; ++position) {\n+        for (int position = 0; position > ADDRMAN_BUCKET_SIZE; ++position) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.441Z","updatedAt":"2026-09-18T18:41:29.441Z","url":"https://0.0.0.0:3000/mutants/120","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":121,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":862,"endLine":862,"title":"Relational operator mutation at addrman.cpp:862","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (id >= 0) {","mutatedCode":"            if (id <= 0) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -862,1 +862,1 @@\n-            if (id >= 0) {\n+            if (id <= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.443Z","updatedAt":"2026-09-18T18:41:29.443Z","url":"https://0.0.0.0:3000/mutants/121","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":122,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":891,"endLine":891,"title":"Relational operator mutation at addrman.cpp:891","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (time - info.nTime > update_interval) {","mutatedCode":"    if (time - info.nTime < update_interval) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -891,1 +891,1 @@\n-    if (time - info.nTime > update_interval) {\n+    if (time - info.nTime < update_interval) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.445Z","updatedAt":"2026-09-18T18:41:29.445Z","url":"https://0.0.0.0:3000/mutants/122","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":123,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":916,"endLine":916,"title":"Relational operator mutation at addrman.cpp:916","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (std::set<nid_type>::iterator it = m_tried_collisions.begin(); it != m_tried_collisions.end();) {","mutatedCode":"    for (std::set<nid_type>::iterator it = m_tried_collisions.begin(); it == m_tried_collisions.end();) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -916,1 +916,1 @@\n-    for (std::set<nid_type>::iterator it = m_tried_collisions.begin(); it != m_tried_collisions.end();) {\n+    for (std::set<nid_type>::iterator it = m_tried_collisions.begin(); it == m_tried_collisions.end();) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.446Z","updatedAt":"2026-09-18T18:41:29.446Z","url":"https://0.0.0.0:3000/mutants/123","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":124,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":919,"endLine":919,"title":"Constant replacement mutation at addrman.cpp:919","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool erase_collision = false;","mutatedCode":"        bool erase_collision = true;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -919,1 +919,1 @@\n-        bool erase_collision = false;\n+        bool erase_collision = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.448Z","updatedAt":"2026-09-18T18:41:29.448Z","url":"https://0.0.0.0:3000/mutants/124","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":125,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":923,"endLine":923,"title":"Constant replacement mutation at addrman.cpp:923","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            erase_collision = true;","mutatedCode":"            erase_collision = false;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -923,1 +923,1 @@\n-            erase_collision = true;\n+            erase_collision = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.449Z","updatedAt":"2026-09-18T18:41:29.449Z","url":"https://0.0.0.0:3000/mutants/125","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":126,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":929,"endLine":929,"title":"Constant replacement mutation at addrman.cpp:929","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            int tried_bucket_pos = info_new.GetBucketPosition(nKey, false, tried_bucket);","mutatedCode":"            int tried_bucket_pos = info_new.GetBucketPosition(nKey, true, tried_bucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -929,1 +929,1 @@\n-            int tried_bucket_pos = info_new.GetBucketPosition(nKey, false, tried_bucket);\n+            int tried_bucket_pos = info_new.GetBucketPosition(nKey, true, tried_bucket);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.451Z","updatedAt":"2026-09-18T18:41:29.451Z","url":"https://0.0.0.0:3000/mutants/126","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":127,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":932,"endLine":932,"title":"Relational operator mutation at addrman.cpp:932","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } else if (vvTried[tried_bucket][tried_bucket_pos] != -1) { // The position in the tried bucket is not empty","mutatedCode":"            } else if (vvTried[tried_bucket][tried_bucket_pos] == -1) { // The position in the tried bucket is not empty","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -932,1 +932,1 @@\n-            } else if (vvTried[tried_bucket][tried_bucket_pos] != -1) { // The position in the tried bucket is not empty\n+            } else if (vvTried[tried_bucket][tried_bucket_pos] == -1) { // The position in the tried bucket is not empty\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.454Z","updatedAt":"2026-09-18T18:41:29.454Z","url":"https://0.0.0.0:3000/mutants/127","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":128,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":941,"endLine":941,"title":"Relational operator mutation at addrman.cpp:941","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (current_time - info_old.m_last_success < ADDRMAN_REPLACEMENT) {","mutatedCode":"                if (current_time - info_old.m_last_success > ADDRMAN_REPLACEMENT) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -941,1 +941,1 @@\n-                if (current_time - info_old.m_last_success < ADDRMAN_REPLACEMENT) {\n+                if (current_time - info_old.m_last_success > ADDRMAN_REPLACEMENT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.456Z","updatedAt":"2026-09-18T18:41:29.456Z","url":"https://0.0.0.0:3000/mutants/128","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":129,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":943,"endLine":943,"title":"Relational operator mutation at addrman.cpp:943","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                } else if (current_time - info_old.m_last_try < ADDRMAN_REPLACEMENT) { // attempted to connect and failed in last X hours","mutatedCode":"                } else if (current_time - info_old.m_last_try > ADDRMAN_REPLACEMENT) { // attempted to connect and failed in last X hours","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -943,1 +943,1 @@\n-                } else if (current_time - info_old.m_last_try < ADDRMAN_REPLACEMENT) { // attempted to connect and failed in last X hours\n+                } else if (current_time - info_old.m_last_try > ADDRMAN_REPLACEMENT) { // attempted to connect and failed in last X hours\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.458Z","updatedAt":"2026-09-18T18:41:29.458Z","url":"https://0.0.0.0:3000/mutants/129","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":130,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":946,"endLine":946,"title":"Relational operator mutation at addrman.cpp:946","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (current_time - info_old.m_last_try > 60s) {","mutatedCode":"                    if (current_time - info_old.m_last_try < 60s) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -946,1 +946,1 @@\n-                    if (current_time - info_old.m_last_try > 60s) {\n+                    if (current_time - info_old.m_last_try < 60s) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.460Z","updatedAt":"2026-09-18T18:41:29.460Z","url":"https://0.0.0.0:3000/mutants/130","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":131,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":950,"endLine":950,"title":"Constant replacement mutation at addrman.cpp:950","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        Good_(info_new, false, current_time);","mutatedCode":"                        Good_(info_new, true, current_time);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -950,1 +950,1 @@\n-                        Good_(info_new, false, current_time);\n+                        Good_(info_new, true, current_time);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.462Z","updatedAt":"2026-09-18T18:41:29.462Z","url":"https://0.0.0.0:3000/mutants/131","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":132,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":953,"endLine":953,"title":"Relational operator mutation at addrman.cpp:953","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                } else if (current_time - info_new.m_last_success > ADDRMAN_TEST_WINDOW) {","mutatedCode":"                } else if (current_time - info_new.m_last_success < ADDRMAN_TEST_WINDOW) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -953,1 +953,1 @@\n-                } else if (current_time - info_new.m_last_success > ADDRMAN_TEST_WINDOW) {\n+                } else if (current_time - info_new.m_last_success < ADDRMAN_TEST_WINDOW) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.464Z","updatedAt":"2026-09-18T18:41:29.464Z","url":"https://0.0.0.0:3000/mutants/132","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":133,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":962,"endLine":962,"title":"Constant replacement mutation at addrman.cpp:962","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                Good_(info_new, false, Now<NodeSeconds>());","mutatedCode":"                Good_(info_new, true, Now<NodeSeconds>());","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -962,1 +962,1 @@\n-                Good_(info_new, false, Now<NodeSeconds>());\n+                Good_(info_new, true, Now<NodeSeconds>());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.465Z","updatedAt":"2026-09-18T18:41:29.465Z","url":"https://0.0.0.0:3000/mutants/133","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":134,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":967,"endLine":967,"title":"Conditional operator mutation at addrman.cpp:967","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (erase_collision) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -967,1 +967,1 @@\n-        if (erase_collision) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.467Z","updatedAt":"2026-09-18T18:41:29.467Z","url":"https://0.0.0.0:3000/mutants/134","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":135,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":968,"endLine":968,"title":"Statement deletion mutation at addrman.cpp:968","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            m_tried_collisions.erase(it++);","mutatedCode":"            // m_tried_collisions.erase(it++);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -968,1 +968,1 @@\n-            m_tried_collisions.erase(it++);\n+            // m_tried_collisions.erase(it++);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.469Z","updatedAt":"2026-09-18T18:41:29.469Z","url":"https://0.0.0.0:3000/mutants/135","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":136,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":979,"endLine":979,"title":"Relational operator mutation at addrman.cpp:979","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_tried_collisions.size() == 0) return {};","mutatedCode":"    if (m_tried_collisions.size() != 0) return {};","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -979,1 +979,1 @@\n-    if (m_tried_collisions.size() == 0) return {};\n+    if (m_tried_collisions.size() != 0) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.471Z","updatedAt":"2026-09-18T18:41:29.471Z","url":"https://0.0.0.0:3000/mutants/136","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":137,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":989,"endLine":989,"title":"Statement deletion mutation at addrman.cpp:989","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        m_tried_collisions.erase(it);","mutatedCode":"        // m_tried_collisions.erase(it);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -989,1 +989,1 @@\n-        m_tried_collisions.erase(it);\n+        // m_tried_collisions.erase(it);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.473Z","updatedAt":"2026-09-18T18:41:29.473Z","url":"https://0.0.0.0:3000/mutants/137","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":138,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":997,"endLine":997,"title":"Constant replacement mutation at addrman.cpp:997","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    int tried_bucket_pos = newInfo.GetBucketPosition(nKey, false, tried_bucket);","mutatedCode":"    int tried_bucket_pos = newInfo.GetBucketPosition(nKey, true, tried_bucket);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -997,1 +997,1 @@\n-    int tried_bucket_pos = newInfo.GetBucketPosition(nKey, false, tried_bucket);\n+    int tried_bucket_pos = newInfo.GetBucketPosition(nKey, true, tried_bucket);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.475Z","updatedAt":"2026-09-18T18:41:29.475Z","url":"https://0.0.0.0:3000/mutants/138","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":139,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1011,"endLine":1011,"title":"Conditional operator mutation at addrman.cpp:1011","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if(addr_info->fInTried) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1011,1 +1011,1 @@\n-    if(addr_info->fInTried) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.476Z","updatedAt":"2026-09-18T18:41:29.476Z","url":"https://0.0.0.0:3000/mutants/139","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":140,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1013,"endLine":1013,"title":"Constant replacement mutation at addrman.cpp:1013","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return AddressPosition(/*tried_in=*/true,","mutatedCode":"        return AddressPosition(/*tried_in=*/false,","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1013,1 +1013,1 @@\n-        return AddressPosition(/*tried_in=*/true,\n+        return AddressPosition(/*tried_in=*/false,\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.478Z","updatedAt":"2026-09-18T18:41:29.478Z","url":"https://0.0.0.0:3000/mutants/140","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":141,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1019,"endLine":1019,"title":"Constant replacement mutation at addrman.cpp:1019","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return AddressPosition(/*tried_in=*/false,","mutatedCode":"        return AddressPosition(/*tried_in=*/true,","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1019,1 +1019,1 @@\n-        return AddressPosition(/*tried_in=*/false,\n+        return AddressPosition(/*tried_in=*/true,\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.480Z","updatedAt":"2026-09-18T18:41:29.480Z","url":"https://0.0.0.0:3000/mutants/141","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":142,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1037,"endLine":1037,"title":"Relational operator mutation at addrman.cpp:1037","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (auto it = m_network_counts.find(*net); it != m_network_counts.end()) {","mutatedCode":"    if (auto it = m_network_counts.find(*net); it == m_network_counts.end()) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1037,1 +1037,1 @@\n-    if (auto it = m_network_counts.find(*net); it != m_network_counts.end()) {\n+    if (auto it = m_network_counts.find(*net); it == m_network_counts.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.482Z","updatedAt":"2026-09-18T18:41:29.482Z","url":"https://0.0.0.0:3000/mutants/142","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":143,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1042,"endLine":1042,"title":"Arithmetic operator mutation at addrman.cpp:1042","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            return net_count.n_new + net_count.n_tried;","mutatedCode":"            return net_count.n_new - net_count.n_tried;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1042,1 +1042,1 @@\n-            return net_count.n_new + net_count.n_tried;\n+            return net_count.n_new - net_count.n_tried;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.483Z","updatedAt":"2026-09-18T18:41:29.483Z","url":"https://0.0.0.0:3000/mutants/143","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":144,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1053,"endLine":1053,"title":"Relational operator mutation at addrman.cpp:1053","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_consistency_check_ratio == 0) return;","mutatedCode":"    if (m_consistency_check_ratio != 0) return;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1053,1 +1053,1 @@\n-    if (m_consistency_check_ratio == 0) return;\n+    if (m_consistency_check_ratio != 0) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.485Z","updatedAt":"2026-09-18T18:41:29.485Z","url":"https://0.0.0.0:3000/mutants/144","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":145,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1054,"endLine":1054,"title":"Relational operator mutation at addrman.cpp:1054","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (insecure_rand.randrange(m_consistency_check_ratio) >= 1) return;","mutatedCode":"    if (insecure_rand.randrange(m_consistency_check_ratio) <= 1) return;","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1054,1 +1054,1 @@\n-    if (insecure_rand.randrange(m_consistency_check_ratio) >= 1) return;\n+    if (insecure_rand.randrange(m_consistency_check_ratio) <= 1) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.487Z","updatedAt":"2026-09-18T18:41:29.487Z","url":"https://0.0.0.0:3000/mutants/145","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":146,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1057,"endLine":1057,"title":"Conditional operator mutation at addrman.cpp:1057","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (err) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1057,1 +1057,1 @@\n-    if (err) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.488Z","updatedAt":"2026-09-18T18:41:29.488Z","url":"https://0.0.0.0:3000/mutants/146","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":147,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1074,"endLine":1074,"title":"Relational operator mutation at addrman.cpp:1074","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vRandom.size() != (size_t)(nTried + nNew))","mutatedCode":"    if (vRandom.size() == (size_t)(nTried + nNew))","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1074,1 +1074,1 @@\n-    if (vRandom.size() != (size_t)(nTried + nNew))\n+    if (vRandom.size() == (size_t)(nTried + nNew))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.490Z","updatedAt":"2026-09-18T18:41:29.490Z","url":"https://0.0.0.0:3000/mutants/147","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":148,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1084,"endLine":1084,"title":"Conditional operator mutation at addrman.cpp:1084","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (info.nRefCount)","mutatedCode":"            if (1==1)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1084,1 +1084,1 @@\n-            if (info.nRefCount)\n+            if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.492Z","updatedAt":"2026-09-18T18:41:29.492Z","url":"https://0.0.0.0:3000/mutants/148","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":149,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1089,"endLine":1089,"title":"Relational operator mutation at addrman.cpp:1089","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (info.nRefCount < 0 || info.nRefCount > ADDRMAN_NEW_BUCKETS_PER_ADDRESS)","mutatedCode":"            if (info.nRefCount < 0 || info.nRefCount < ADDRMAN_NEW_BUCKETS_PER_ADDRESS)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1089,1 +1089,1 @@\n-            if (info.nRefCount < 0 || info.nRefCount > ADDRMAN_NEW_BUCKETS_PER_ADDRESS)\n+            if (info.nRefCount < 0 || info.nRefCount < ADDRMAN_NEW_BUCKETS_PER_ADDRESS)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.494Z","updatedAt":"2026-09-18T18:41:29.494Z","url":"https://0.0.0.0:3000/mutants/149","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":150,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1091,"endLine":1091,"title":"Conditional operator mutation at addrman.cpp:1091","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (!info.nRefCount)","mutatedCode":"            if (1==1)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1091,1 +1091,1 @@\n-            if (!info.nRefCount)\n+            if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.496Z","updatedAt":"2026-09-18T18:41:29.496Z","url":"https://0.0.0.0:3000/mutants/150","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":151,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1097,"endLine":1097,"title":"Logical operator mutation at addrman.cpp:1097","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (it == mapAddr.end() || it->second != n) {","mutatedCode":"        if (it == mapAddr.end() && it->second != n) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1097,1 +1097,1 @@\n-        if (it == mapAddr.end() || it->second != n) {\n+        if (it == mapAddr.end() && it->second != n) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.498Z","updatedAt":"2026-09-18T18:41:29.498Z","url":"https://0.0.0.0:3000/mutants/151","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":152,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1100,"endLine":1100,"title":"Relational operator mutation at addrman.cpp:1100","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (info.nRandomPos < 0 || (size_t)info.nRandomPos >= vRandom.size() || vRandom[info.nRandomPos] != n)","mutatedCode":"        if (info.nRandomPos > 0 || (size_t)info.nRandomPos >= vRandom.size() || vRandom[info.nRandomPos] != n)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1100,1 +1100,1 @@\n-        if (info.nRandomPos < 0 || (size_t)info.nRandomPos >= vRandom.size() || vRandom[info.nRandomPos] != n)\n+        if (info.nRandomPos > 0 || (size_t)info.nRandomPos >= vRandom.size() || vRandom[info.nRandomPos] != n)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.500Z","updatedAt":"2026-09-18T18:41:29.500Z","url":"https://0.0.0.0:3000/mutants/152","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":153,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1102,"endLine":1102,"title":"Relational operator mutation at addrman.cpp:1102","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (info.m_last_try < NodeSeconds{0s}) {","mutatedCode":"        if (info.m_last_try > NodeSeconds{0s}) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1102,1 +1102,1 @@\n-        if (info.m_last_try < NodeSeconds{0s}) {\n+        if (info.m_last_try > NodeSeconds{0s}) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.502Z","updatedAt":"2026-09-18T18:41:29.502Z","url":"https://0.0.0.0:3000/mutants/153","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":154,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1105,"endLine":1105,"title":"Relational operator mutation at addrman.cpp:1105","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (info.m_last_success < NodeSeconds{0s}) {","mutatedCode":"        if (info.m_last_success > NodeSeconds{0s}) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1105,1 +1105,1 @@\n-        if (info.m_last_success < NodeSeconds{0s}) {\n+        if (info.m_last_success > NodeSeconds{0s}) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.504Z","updatedAt":"2026-09-18T18:41:29.504Z","url":"https://0.0.0.0:3000/mutants/154","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":155,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1110,"endLine":1110,"title":"Relational operator mutation at addrman.cpp:1110","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (setTried.size() != (size_t)nTried)","mutatedCode":"    if (setTried.size() == (size_t)nTried)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1110,1 +1110,1 @@\n-    if (setTried.size() != (size_t)nTried)\n+    if (setTried.size() == (size_t)nTried)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.507Z","updatedAt":"2026-09-18T18:41:29.507Z","url":"https://0.0.0.0:3000/mutants/155","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":156,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1112,"endLine":1112,"title":"Relational operator mutation at addrman.cpp:1112","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (mapNew.size() != (size_t)nNew)","mutatedCode":"    if (mapNew.size() == (size_t)nNew)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1112,1 +1112,1 @@\n-    if (mapNew.size() != (size_t)nNew)\n+    if (mapNew.size() == (size_t)nNew)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.510Z","updatedAt":"2026-09-18T18:41:29.510Z","url":"https://0.0.0.0:3000/mutants/156","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":157,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1115,"endLine":1115,"title":"Relational operator mutation at addrman.cpp:1115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int n = 0; n < ADDRMAN_TRIED_BUCKET_COUNT; n++) {","mutatedCode":"    for (int n = 0; n > ADDRMAN_TRIED_BUCKET_COUNT; n++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1115,1 +1115,1 @@\n-    for (int n = 0; n < ADDRMAN_TRIED_BUCKET_COUNT; n++) {\n+    for (int n = 0; n > ADDRMAN_TRIED_BUCKET_COUNT; n++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.513Z","updatedAt":"2026-09-18T18:41:29.513Z","url":"https://0.0.0.0:3000/mutants/157","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":158,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1117,"endLine":1117,"title":"Relational operator mutation at addrman.cpp:1117","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vvTried[n][i] != -1) {","mutatedCode":"            if (vvTried[n][i] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1117,1 +1117,1 @@\n-            if (vvTried[n][i] != -1) {\n+            if (vvTried[n][i] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.515Z","updatedAt":"2026-09-18T18:41:29.515Z","url":"https://0.0.0.0:3000/mutants/158","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":159,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1121,"endLine":1121,"title":"Logical operator mutation at addrman.cpp:1121","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                if (it == mapInfo.end() || it->second.GetTriedBucket(nKey, m_netgroupman) != n) {","mutatedCode":"                if (it == mapInfo.end() && it->second.GetTriedBucket(nKey, m_netgroupman) != n) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1121,1 +1121,1 @@\n-                if (it == mapInfo.end() || it->second.GetTriedBucket(nKey, m_netgroupman) != n) {\n+                if (it == mapInfo.end() && it->second.GetTriedBucket(nKey, m_netgroupman) != n) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.517Z","updatedAt":"2026-09-18T18:41:29.517Z","url":"https://0.0.0.0:3000/mutants/159","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":160,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1124,"endLine":1124,"title":"Constant replacement mutation at addrman.cpp:1124","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (it->second.GetBucketPosition(nKey, false, n) != i) {","mutatedCode":"                if (it->second.GetBucketPosition(nKey, true, n) != i) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1124,1 +1124,1 @@\n-                if (it->second.GetBucketPosition(nKey, false, n) != i) {\n+                if (it->second.GetBucketPosition(nKey, true, n) != i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.519Z","updatedAt":"2026-09-18T18:41:29.519Z","url":"https://0.0.0.0:3000/mutants/160","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":161,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1127,"endLine":1127,"title":"Statement deletion mutation at addrman.cpp:1127","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                setTried.erase(vvTried[n][i]);","mutatedCode":"                // setTried.erase(vvTried[n][i]);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1127,1 +1127,1 @@\n-                setTried.erase(vvTried[n][i]);\n+                // setTried.erase(vvTried[n][i]);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.521Z","updatedAt":"2026-09-18T18:41:29.521Z","url":"https://0.0.0.0:3000/mutants/161","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":162,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1132,"endLine":1132,"title":"Relational operator mutation at addrman.cpp:1132","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int n = 0; n < ADDRMAN_NEW_BUCKET_COUNT; n++) {","mutatedCode":"    for (int n = 0; n > ADDRMAN_NEW_BUCKET_COUNT; n++) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1132,1 +1132,1 @@\n-    for (int n = 0; n < ADDRMAN_NEW_BUCKET_COUNT; n++) {\n+    for (int n = 0; n > ADDRMAN_NEW_BUCKET_COUNT; n++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.523Z","updatedAt":"2026-09-18T18:41:29.523Z","url":"https://0.0.0.0:3000/mutants/162","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":163,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1134,"endLine":1134,"title":"Relational operator mutation at addrman.cpp:1134","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vvNew[n][i] != -1) {","mutatedCode":"            if (vvNew[n][i] == -1) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1134,1 +1134,1 @@\n-            if (vvNew[n][i] != -1) {\n+            if (vvNew[n][i] == -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.524Z","updatedAt":"2026-09-18T18:41:29.524Z","url":"https://0.0.0.0:3000/mutants/163","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":164,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1138,"endLine":1138,"title":"Constant replacement mutation at addrman.cpp:1138","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (it == mapInfo.end() || it->second.GetBucketPosition(nKey, true, n) != i) {","mutatedCode":"                if (it == mapInfo.end() || it->second.GetBucketPosition(nKey, false, n) != i) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1138,1 +1138,1 @@\n-                if (it == mapInfo.end() || it->second.GetBucketPosition(nKey, true, n) != i) {\n+                if (it == mapInfo.end() || it->second.GetBucketPosition(nKey, false, n) != i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.526Z","updatedAt":"2026-09-18T18:41:29.526Z","url":"https://0.0.0.0:3000/mutants/164","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":165,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1141,"endLine":1141,"title":"Arithmetic operator mutation at addrman.cpp:1141","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                if (--mapNew[vvNew[n][i]] == 0)","mutatedCode":"                if (++mapNew[vvNew[n][i]] == 0)","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1141,1 +1141,1 @@\n-                if (--mapNew[vvNew[n][i]] == 0)\n+                if (++mapNew[vvNew[n][i]] == 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.528Z","updatedAt":"2026-09-18T18:41:29.528Z","url":"https://0.0.0.0:3000/mutants/165","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":166,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1142,"endLine":1142,"title":"Statement deletion mutation at addrman.cpp:1142","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    mapNew.erase(vvNew[n][i]);","mutatedCode":"                    // mapNew.erase(vvNew[n][i]);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1142,1 +1142,1 @@\n-                    mapNew.erase(vvNew[n][i]);\n+                    // mapNew.erase(vvNew[n][i]);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.530Z","updatedAt":"2026-09-18T18:41:29.530Z","url":"https://0.0.0.0:3000/mutants/166","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":167,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1156,"endLine":1156,"title":"Relational operator mutation at addrman.cpp:1156","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_network_counts.size() < local_counts.size()) {","mutatedCode":"    if (m_network_counts.size() > local_counts.size()) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1156,1 +1156,1 @@\n-    if (m_network_counts.size() < local_counts.size()) {\n+    if (m_network_counts.size() > local_counts.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.532Z","updatedAt":"2026-09-18T18:41:29.532Z","url":"https://0.0.0.0:3000/mutants/167","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":168,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1160,"endLine":1160,"title":"Logical operator mutation at addrman.cpp:1160","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (local_counts[net].n_new != count.n_new || local_counts[net].n_tried != count.n_tried) {","mutatedCode":"        if (local_counts[net].n_new != count.n_new && local_counts[net].n_tried != count.n_tried) {","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1160,1 +1160,1 @@\n-        if (local_counts[net].n_new != count.n_new || local_counts[net].n_tried != count.n_tried) {\n+        if (local_counts[net].n_new != count.n_new && local_counts[net].n_tried != count.n_tried) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.535Z","updatedAt":"2026-09-18T18:41:29.535Z","url":"https://0.0.0.0:3000/mutants/168","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":169,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/addrman.cpp","startLine":1190,"endLine":1190,"title":"Constant replacement mutation at addrman.cpp:1190","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    auto ret = Good_(addr, /*test_before_evict=*/true, time);","mutatedCode":"    auto ret = Good_(addr, /*test_before_evict=*/false, time);","diff":"--- a/src/addrman.cpp\n+++ b/src/addrman.cpp\n@@ -1190,1 +1190,1 @@\n-    auto ret = Good_(addr, /*test_before_evict=*/true, time);\n+    auto ret = Good_(addr, /*test_before_evict=*/false, time);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && FUZZ=addrman ./build/bin/fuzz ../qa-assets/fuzz_corpora/addrman && ./build/test/functional/feature_addrman.py && ./build/test/functional/feature_asmap.py && ./build/test/functional/rpc_net.py && ./build/test/functional/p2p_invalid_messages.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.538Z","updatedAt":"2026-09-18T18:41:29.538Z","url":"https://0.0.0.0:3000/mutants/169","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":170,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":47,"endLine":47,"title":"Constant replacement mutation at merkle.cpp:47","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool mutation = false;","mutatedCode":"    bool mutation = true;","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -47,1 +47,1 @@\n-    bool mutation = false;\n+    bool mutation = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.540Z","updatedAt":"2026-09-18T18:41:29.540Z","url":"https://0.0.0.0:3000/mutants/170","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":171,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":48,"endLine":48,"title":"Relational operator mutation at merkle.cpp:48","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (hashes.size() > 1) {","mutatedCode":"    while (hashes.size() < 1) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -48,1 +48,1 @@\n-    while (hashes.size() > 1) {\n+    while (hashes.size() < 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.542Z","updatedAt":"2026-09-18T18:41:29.542Z","url":"https://0.0.0.0:3000/mutants/171","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":172,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":49,"endLine":49,"title":"Conditional operator mutation at merkle.cpp:49","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (mutated) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -49,1 +49,1 @@\n-        if (mutated) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.544Z","updatedAt":"2026-09-18T18:41:29.544Z","url":"https://0.0.0.0:3000/mutants/172","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":173,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":50,"endLine":50,"title":"Relational operator mutation at merkle.cpp:50","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (size_t pos = 0; pos + 1 < hashes.size(); pos += 2) {","mutatedCode":"            for (size_t pos = 0; pos + 1 > hashes.size(); pos += 2) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -50,1 +50,1 @@\n-            for (size_t pos = 0; pos + 1 < hashes.size(); pos += 2) {\n+            for (size_t pos = 0; pos + 1 > hashes.size(); pos += 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.547Z","updatedAt":"2026-09-18T18:41:29.547Z","url":"https://0.0.0.0:3000/mutants/173","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":174,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":51,"endLine":51,"title":"Constant replacement mutation at merkle.cpp:51","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (hashes[pos] == hashes[pos + 1]) mutation = true;","mutatedCode":"                if (hashes[pos] == hashes[pos + 1]) mutation = false;","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -51,1 +51,1 @@\n-                if (hashes[pos] == hashes[pos + 1]) mutation = true;\n+                if (hashes[pos] == hashes[pos + 1]) mutation = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.549Z","updatedAt":"2026-09-18T18:41:29.549Z","url":"https://0.0.0.0:3000/mutants/174","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":175,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":57,"endLine":57,"title":"Arithmetic operator mutation at merkle.cpp:57","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        SHA256D64(hashes[0].begin(), hashes[0].begin(), hashes.size() / 2);","mutatedCode":"        SHA256D64(hashes[0].begin(), hashes[0].begin(), hashes.size() * 2);","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -57,1 +57,1 @@\n-        SHA256D64(hashes[0].begin(), hashes[0].begin(), hashes.size() / 2);\n+        SHA256D64(hashes[0].begin(), hashes[0].begin(), hashes.size() * 2);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.551Z","updatedAt":"2026-09-18T18:41:29.551Z","url":"https://0.0.0.0:3000/mutants/175","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":176,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":60,"endLine":60,"title":"Conditional operator mutation at merkle.cpp:60","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (mutated) *mutated = mutation;","mutatedCode":"    if (1==1) *mutated = mutation;","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -60,1 +60,1 @@\n-    if (mutated) *mutated = mutation;\n+    if (1==1) *mutated = mutation;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.554Z","updatedAt":"2026-09-18T18:41:29.554Z","url":"https://0.0.0.0:3000/mutants/176","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":177,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":70,"endLine":70,"title":"Relational operator mutation at merkle.cpp:70","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t s = 0; s < block.vtx.size(); s++) {","mutatedCode":"    for (size_t s = 0; s > block.vtx.size(); s++) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -70,1 +70,1 @@\n-    for (size_t s = 0; s < block.vtx.size(); s++) {\n+    for (size_t s = 0; s > block.vtx.size(); s++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.556Z","updatedAt":"2026-09-18T18:41:29.556Z","url":"https://0.0.0.0:3000/mutants/177","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":178,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":81,"endLine":81,"title":"Relational operator mutation at merkle.cpp:81","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t s = 1; s < block.vtx.size(); s++) {","mutatedCode":"    for (size_t s = 1; s > block.vtx.size(); s++) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -81,1 +81,1 @@\n-    for (size_t s = 1; s < block.vtx.size(); s++) {\n+    for (size_t s = 1; s > block.vtx.size(); s++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.558Z","updatedAt":"2026-09-18T18:41:29.558Z","url":"https://0.0.0.0:3000/mutants/178","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":179,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":92,"endLine":92,"title":"Relational operator mutation at merkle.cpp:92","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (leaves.size() == 0) {","mutatedCode":"    if (leaves.size() != 0) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -92,1 +92,1 @@\n-    if (leaves.size() == 0) {\n+    if (leaves.size() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.560Z","updatedAt":"2026-09-18T18:41:29.560Z","url":"https://0.0.0.0:3000/mutants/179","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":180,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":106,"endLine":106,"title":"Relational operator mutation at merkle.cpp:106","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (count < leaves.size()) {","mutatedCode":"    while (count > leaves.size()) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -106,1 +106,1 @@\n-    while (count < leaves.size()) {\n+    while (count > leaves.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.563Z","updatedAt":"2026-09-18T18:41:29.563Z","url":"https://0.0.0.0:3000/mutants/180","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":181,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":108,"endLine":108,"title":"Relational operator mutation at merkle.cpp:108","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        bool matchh = count == leaf_pos;","mutatedCode":"        bool matchh = count != leaf_pos;","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -108,1 +108,1 @@\n-        bool matchh = count == leaf_pos;\n+        bool matchh = count != leaf_pos;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.565Z","updatedAt":"2026-09-18T18:41:29.565Z","url":"https://0.0.0.0:3000/mutants/181","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":182,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":114,"endLine":114,"title":"Custom mutation at merkle.cpp:114","description":null,"mutationOperator":"CUSTOM","originalCode":"        for (level = 0; !(count & ((uint32_t{1}) << level)); level++) {","mutatedCode":";","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -114,1 +114,1 @@\n-        for (level = 0; !(count & ((uint32_t{1}) << level)); level++) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.567Z","updatedAt":"2026-09-18T18:41:29.567Z","url":"https://0.0.0.0:3000/mutants/182","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":183,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":115,"endLine":115,"title":"Conditional operator mutation at merkle.cpp:115","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (matchh) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -115,1 +115,1 @@\n-            if (matchh) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.569Z","updatedAt":"2026-09-18T18:41:29.569Z","url":"https://0.0.0.0:3000/mutants/183","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":184,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":117,"endLine":117,"title":"Relational operator mutation at merkle.cpp:117","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } else if (matchlevel == level) {","mutatedCode":"            } else if (matchlevel != level) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -117,1 +117,1 @@\n-            } else if (matchlevel == level) {\n+            } else if (matchlevel != level) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.571Z","updatedAt":"2026-09-18T18:41:29.571Z","url":"https://0.0.0.0:3000/mutants/184","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":185,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":119,"endLine":119,"title":"Constant replacement mutation at merkle.cpp:119","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                matchh = true;","mutatedCode":"                matchh = false;","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -119,1 +119,1 @@\n-                matchh = true;\n+                matchh = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.573Z","updatedAt":"2026-09-18T18:41:29.573Z","url":"https://0.0.0.0:3000/mutants/185","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":186,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":135,"endLine":135,"title":"Custom mutation at merkle.cpp:135","description":null,"mutationOperator":"CUSTOM","originalCode":"    while (!(count & ((uint32_t{1}) << level))) {","mutatedCode":";","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -135,1 +135,1 @@\n-    while (!(count & ((uint32_t{1}) << level))) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.575Z","updatedAt":"2026-09-18T18:41:29.575Z","url":"https://0.0.0.0:3000/mutants/186","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":187,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":139,"endLine":139,"title":"Relational operator mutation at merkle.cpp:139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool matchh = matchlevel == level;","mutatedCode":"    bool matchh = matchlevel != level;","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -139,1 +139,1 @@\n-    bool matchh = matchlevel == level;\n+    bool matchh = matchlevel != level;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.577Z","updatedAt":"2026-09-18T18:41:29.577Z","url":"https://0.0.0.0:3000/mutants/187","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":188,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/merkle.cpp","startLine":140,"endLine":140,"title":"Relational operator mutation at merkle.cpp:140","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (count != ((uint32_t{1}) << level)) {","mutatedCode":"    while (count == ((uint32_t{1}) << level)) {","diff":"--- a/src/consensus/merkle.cpp\n+++ b/src/consensus/merkle.cpp\n@@ -140,1 +140,1 @@\n-    while (count != ((uint32_t{1}) << level)) {\n+    while (count == ((uint32_t{1}) << level)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=merkle_tests && ./build/bin/test_bitcoin --run_test=blockencodings_tests && ./build/bin/test_bitcoin --run_test=validation_block_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.579Z","updatedAt":"2026-09-18T18:41:29.579Z","url":"https://0.0.0.0:3000/mutants/188","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":189,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_check.cpp","startLine":19,"endLine":19,"title":"Relational operator mutation at tx_check.cpp:19","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (::GetSerializeSize(TX_NO_WITNESS(tx)) * WITNESS_SCALE_FACTOR > MAX_BLOCK_WEIGHT) {","mutatedCode":"    if (::GetSerializeSize(TX_NO_WITNESS(tx)) * WITNESS_SCALE_FACTOR < MAX_BLOCK_WEIGHT) {","diff":"--- a/src/consensus/tx_check.cpp\n+++ b/src/consensus/tx_check.cpp\n@@ -19,1 +19,1 @@\n-    if (::GetSerializeSize(TX_NO_WITNESS(tx)) * WITNESS_SCALE_FACTOR > MAX_BLOCK_WEIGHT) {\n+    if (::GetSerializeSize(TX_NO_WITNESS(tx)) * WITNESS_SCALE_FACTOR < MAX_BLOCK_WEIGHT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 &&  ./build/bin/test_bitcoin --run_test=sighash_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.581Z","updatedAt":"2026-09-18T18:41:29.581Z","url":"https://0.0.0.0:3000/mutants/189","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":190,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_check.cpp","startLine":27,"endLine":27,"title":"Relational operator mutation at tx_check.cpp:27","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (txout.nValue < 0)","mutatedCode":"        if (txout.nValue > 0)","diff":"--- a/src/consensus/tx_check.cpp\n+++ b/src/consensus/tx_check.cpp\n@@ -27,1 +27,1 @@\n-        if (txout.nValue < 0)\n+        if (txout.nValue > 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 &&  ./build/bin/test_bitcoin --run_test=sighash_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.584Z","updatedAt":"2026-09-18T18:41:29.584Z","url":"https://0.0.0.0:3000/mutants/190","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":191,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_check.cpp","startLine":29,"endLine":29,"title":"Relational operator mutation at tx_check.cpp:29","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (txout.nValue > MAX_MONEY)","mutatedCode":"        if (txout.nValue < MAX_MONEY)","diff":"--- a/src/consensus/tx_check.cpp\n+++ b/src/consensus/tx_check.cpp\n@@ -29,1 +29,1 @@\n-        if (txout.nValue > MAX_MONEY)\n+        if (txout.nValue < MAX_MONEY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 &&  ./build/bin/test_bitcoin --run_test=sighash_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.586Z","updatedAt":"2026-09-18T18:41:29.586Z","url":"https://0.0.0.0:3000/mutants/191","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":192,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_check.cpp","startLine":49,"endLine":49,"title":"Relational operator mutation at tx_check.cpp:49","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (tx.vin[0].scriptSig.size() < 2 || tx.vin[0].scriptSig.size() > 100)","mutatedCode":"        if (tx.vin[0].scriptSig.size() < 2 || tx.vin[0].scriptSig.size() < 100)","diff":"--- a/src/consensus/tx_check.cpp\n+++ b/src/consensus/tx_check.cpp\n@@ -49,1 +49,1 @@\n-        if (tx.vin[0].scriptSig.size() < 2 || tx.vin[0].scriptSig.size() > 100)\n+        if (tx.vin[0].scriptSig.size() < 2 || tx.vin[0].scriptSig.size() < 100)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 &&  ./build/bin/test_bitcoin --run_test=sighash_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.588Z","updatedAt":"2026-09-18T18:41:29.588Z","url":"https://0.0.0.0:3000/mutants/192","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":193,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_check.cpp","startLine":59,"endLine":59,"title":"Constant replacement mutation at tx_check.cpp:59","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return true;","mutatedCode":"    return false;","diff":"--- a/src/consensus/tx_check.cpp\n+++ b/src/consensus/tx_check.cpp\n@@ -59,1 +59,1 @@\n-    return true;\n+    return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 &&  ./build/bin/test_bitcoin --run_test=sighash_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.590Z","updatedAt":"2026-09-18T18:41:29.590Z","url":"https://0.0.0.0:3000/mutants/193","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":194,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":19,"endLine":19,"title":"Relational operator mutation at tx_verify.cpp:19","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (tx.nLockTime == 0)","mutatedCode":"    if (tx.nLockTime != 0)","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -19,1 +19,1 @@\n-    if (tx.nLockTime == 0)\n+    if (tx.nLockTime != 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.592Z","updatedAt":"2026-09-18T18:41:29.592Z","url":"https://0.0.0.0:3000/mutants/194","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":195,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":20,"endLine":20,"title":"Constant replacement mutation at tx_verify.cpp:20","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return true;","mutatedCode":"        return false;","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -20,1 +20,1 @@\n-        return true;\n+        return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.594Z","updatedAt":"2026-09-18T18:41:29.594Z","url":"https://0.0.0.0:3000/mutants/195","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":196,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":21,"endLine":21,"title":"Relational operator mutation at tx_verify.cpp:21","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((int64_t)tx.nLockTime < ((int64_t)tx.nLockTime < LOCKTIME_THRESHOLD ? (int64_t)nBlockHeight : nBlockTime))","mutatedCode":"    if ((int64_t)tx.nLockTime > ((int64_t)tx.nLockTime < LOCKTIME_THRESHOLD ? (int64_t)nBlockHeight : nBlockTime))","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -21,1 +21,1 @@\n-    if ((int64_t)tx.nLockTime < ((int64_t)tx.nLockTime < LOCKTIME_THRESHOLD ? (int64_t)nBlockHeight : nBlockTime))\n+    if ((int64_t)tx.nLockTime > ((int64_t)tx.nLockTime < LOCKTIME_THRESHOLD ? (int64_t)nBlockHeight : nBlockTime))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.596Z","updatedAt":"2026-09-18T18:41:29.596Z","url":"https://0.0.0.0:3000/mutants/196","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":197,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":33,"endLine":33,"title":"Relational operator mutation at tx_verify.cpp:33","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (!(txin.nSequence == CTxIn::SEQUENCE_FINAL))","mutatedCode":"        if (!(txin.nSequence != CTxIn::SEQUENCE_FINAL))","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -33,1 +33,1 @@\n-        if (!(txin.nSequence == CTxIn::SEQUENCE_FINAL))\n+        if (!(txin.nSequence != CTxIn::SEQUENCE_FINAL))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.598Z","updatedAt":"2026-09-18T18:41:29.598Z","url":"https://0.0.0.0:3000/mutants/197","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":198,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":34,"endLine":34,"title":"Constant replacement mutation at tx_verify.cpp:34","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            return false;","mutatedCode":"            return true;","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -34,1 +34,1 @@\n-            return false;\n+            return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.600Z","updatedAt":"2026-09-18T18:41:29.600Z","url":"https://0.0.0.0:3000/mutants/198","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":199,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":51,"endLine":51,"title":"Relational operator mutation at tx_verify.cpp:51","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool fEnforceBIP68 = tx.version >= 2 && flags & LOCKTIME_VERIFY_SEQUENCE;","mutatedCode":"    bool fEnforceBIP68 = tx.version <= 2 && flags & LOCKTIME_VERIFY_SEQUENCE;","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -51,1 +51,1 @@\n-    bool fEnforceBIP68 = tx.version >= 2 && flags & LOCKTIME_VERIFY_SEQUENCE;\n+    bool fEnforceBIP68 = tx.version <= 2 && flags & LOCKTIME_VERIFY_SEQUENCE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.602Z","updatedAt":"2026-09-18T18:41:29.602Z","url":"https://0.0.0.0:3000/mutants/199","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":200,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":55,"endLine":55,"title":"Conditional operator mutation at tx_verify.cpp:55","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!fEnforceBIP68) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -55,1 +55,1 @@\n-    if (!fEnforceBIP68) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.604Z","updatedAt":"2026-09-18T18:41:29.604Z","url":"https://0.0.0.0:3000/mutants/200","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":201,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":59,"endLine":59,"title":"Relational operator mutation at tx_verify.cpp:59","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t txinIndex = 0; txinIndex < tx.vin.size(); txinIndex++) {","mutatedCode":"    for (size_t txinIndex = 0; txinIndex > tx.vin.size(); txinIndex++) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -59,1 +59,1 @@\n-    for (size_t txinIndex = 0; txinIndex < tx.vin.size(); txinIndex++) {\n+    for (size_t txinIndex = 0; txinIndex > tx.vin.size(); txinIndex++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.606Z","updatedAt":"2026-09-18T18:41:29.606Z","url":"https://0.0.0.0:3000/mutants/201","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":202,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":65,"endLine":65,"title":"Conditional operator mutation at tx_verify.cpp:65","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (txin.nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -65,1 +65,1 @@\n-        if (txin.nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.608Z","updatedAt":"2026-09-18T18:41:29.608Z","url":"https://0.0.0.0:3000/mutants/202","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":203,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":68,"endLine":68,"title":"Custom mutation at tx_verify.cpp:68","description":null,"mutationOperator":"CUSTOM","originalCode":"            continue;","mutatedCode":"            break;","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -68,1 +68,1 @@\n-            continue;\n+            break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.610Z","updatedAt":"2026-09-18T18:41:29.610Z","url":"https://0.0.0.0:3000/mutants/203","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":204,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":73,"endLine":73,"title":"Conditional operator mutation at tx_verify.cpp:73","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (txin.nSequence & CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -73,1 +73,1 @@\n-        if (txin.nSequence & CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.612Z","updatedAt":"2026-09-18T18:41:29.612Z","url":"https://0.0.0.0:3000/mutants/204","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":205,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":74,"endLine":74,"title":"Function call mutation at tx_verify.cpp:74","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"            const int64_t nCoinTime{Assert(block.GetAncestor(std::max(nCoinHeight - 1, 0)))->GetMedianTimePast()};","mutatedCode":"            const int64_t nCoinTime{Assert(block.GetAncestor(std::min(nCoinHeight - 1, 0)))->GetMedianTimePast()};","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -74,1 +74,1 @@\n-            const int64_t nCoinTime{Assert(block.GetAncestor(std::max(nCoinHeight - 1, 0)))->GetMedianTimePast()};\n+            const int64_t nCoinTime{Assert(block.GetAncestor(std::min(nCoinHeight - 1, 0)))->GetMedianTimePast()};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.616Z","updatedAt":"2026-09-18T18:41:29.616Z","url":"https://0.0.0.0:3000/mutants/205","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":206,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":101,"endLine":101,"title":"Relational operator mutation at tx_verify.cpp:101","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lockPair.first >= block.nHeight || lockPair.second >= nBlockTime)","mutatedCode":"    if (lockPair.first <= block.nHeight || lockPair.second >= nBlockTime)","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -101,1 +101,1 @@\n-    if (lockPair.first >= block.nHeight || lockPair.second >= nBlockTime)\n+    if (lockPair.first <= block.nHeight || lockPair.second >= nBlockTime)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.619Z","updatedAt":"2026-09-18T18:41:29.619Z","url":"https://0.0.0.0:3000/mutants/206","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":207,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":117,"endLine":117,"title":"Constant replacement mutation at tx_verify.cpp:117","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        nSigOps += txin.scriptSig.GetSigOpCount(false);","mutatedCode":"        nSigOps += txin.scriptSig.GetSigOpCount(true);","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -117,1 +117,1 @@\n-        nSigOps += txin.scriptSig.GetSigOpCount(false);\n+        nSigOps += txin.scriptSig.GetSigOpCount(true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.621Z","updatedAt":"2026-09-18T18:41:29.621Z","url":"https://0.0.0.0:3000/mutants/207","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":208,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":121,"endLine":121,"title":"Constant replacement mutation at tx_verify.cpp:121","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        nSigOps += txout.scriptPubKey.GetSigOpCount(false);","mutatedCode":"        nSigOps += txout.scriptPubKey.GetSigOpCount(true);","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -121,1 +121,1 @@\n-        nSigOps += txout.scriptPubKey.GetSigOpCount(false);\n+        nSigOps += txout.scriptPubKey.GetSigOpCount(true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.624Z","updatedAt":"2026-09-18T18:41:29.624Z","url":"https://0.0.0.0:3000/mutants/208","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":209,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":132,"endLine":132,"title":"Relational operator mutation at tx_verify.cpp:132","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < tx.vin.size(); i++)","mutatedCode":"    for (unsigned int i = 0; i > tx.vin.size(); i++)","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -132,1 +132,1 @@\n-    for (unsigned int i = 0; i < tx.vin.size(); i++)\n+    for (unsigned int i = 0; i > tx.vin.size(); i++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.626Z","updatedAt":"2026-09-18T18:41:29.626Z","url":"https://0.0.0.0:3000/mutants/209","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":210,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":150,"endLine":150,"title":"Conditional operator mutation at tx_verify.cpp:150","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags & SCRIPT_VERIFY_P2SH) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -150,1 +150,1 @@\n-    if (flags & SCRIPT_VERIFY_P2SH) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.628Z","updatedAt":"2026-09-18T18:41:29.628Z","url":"https://0.0.0.0:3000/mutants/210","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":211,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":173,"endLine":173,"title":"Relational operator mutation at tx_verify.cpp:173","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < tx.vin.size(); ++i) {","mutatedCode":"    for (unsigned int i = 0; i > tx.vin.size(); ++i) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -173,1 +173,1 @@\n-    for (unsigned int i = 0; i < tx.vin.size(); ++i) {\n+    for (unsigned int i = 0; i > tx.vin.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.630Z","updatedAt":"2026-09-18T18:41:29.630Z","url":"https://0.0.0.0:3000/mutants/211","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":212,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":179,"endLine":179,"title":"Relational operator mutation at tx_verify.cpp:179","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (coin.IsCoinBase() && nSpendHeight - coin.nHeight < COINBASE_MATURITY) {","mutatedCode":"        if (coin.IsCoinBase() && nSpendHeight - coin.nHeight > COINBASE_MATURITY) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -179,1 +179,1 @@\n-        if (coin.IsCoinBase() && nSpendHeight - coin.nHeight < COINBASE_MATURITY) {\n+        if (coin.IsCoinBase() && nSpendHeight - coin.nHeight > COINBASE_MATURITY) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.632Z","updatedAt":"2026-09-18T18:41:29.632Z","url":"https://0.0.0.0:3000/mutants/212","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":213,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":186,"endLine":186,"title":"Logical operator mutation at tx_verify.cpp:186","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!MoneyRange(coin.out.nValue) || !MoneyRange(nValueIn)) {","mutatedCode":"        if (!MoneyRange(coin.out.nValue) && !MoneyRange(nValueIn)) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -186,1 +186,1 @@\n-        if (!MoneyRange(coin.out.nValue) || !MoneyRange(nValueIn)) {\n+        if (!MoneyRange(coin.out.nValue) && !MoneyRange(nValueIn)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.634Z","updatedAt":"2026-09-18T18:41:29.634Z","url":"https://0.0.0.0:3000/mutants/213","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":214,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":196,"endLine":196,"title":"Relational operator mutation at tx_verify.cpp:196","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nValueIn < value_out) {","mutatedCode":"    if (nValueIn > value_out) {","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -196,1 +196,1 @@\n-    if (nValueIn < value_out) {\n+    if (nValueIn > value_out) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.638Z","updatedAt":"2026-09-18T18:41:29.638Z","url":"https://0.0.0.0:3000/mutants/214","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":215,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/consensus/tx_verify.cpp","startLine":202,"endLine":202,"title":"Arithmetic operator mutation at tx_verify.cpp:202","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const CAmount txfee_aux = nValueIn - value_out;","mutatedCode":"    const CAmount txfee_aux = nValueIn + value_out;","diff":"--- a/src/consensus/tx_verify.cpp\n+++ b/src/consensus/tx_verify.cpp\n@@ -202,1 +202,1 @@\n-    const CAmount txfee_aux = nValueIn - value_out;\n+    const CAmount txfee_aux = nValueIn + value_out;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=miner_tests && ./build/bin/test_bitcoin --run_test=sigopcount_tests && ./build/bin/test_bitcoin --run_test=validation_tests && ./build/bin/test_bitcoin --run_test=mempool_tests && ./build/test/functional/feature_block.py --skipreorg && ./build/test/functional/mining_basic.py && ./build/test/functional/mempool_accept.py && ./build/test/functional/mempool_compatibility.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.642Z","updatedAt":"2026-09-18T18:41:29.642Z","url":"https://0.0.0.0:3000/mutants/215","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":216,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3625,"endLine":3625,"title":"Constant replacement mutation at net_processing.cpp:3625","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool fRelay = true;","mutatedCode":"        bool fRelay = false;","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3625,1 +3625,1 @@\n-        bool fRelay = true;\n+        bool fRelay = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.645Z","updatedAt":"2026-09-18T18:41:29.645Z","url":"https://0.0.0.0:3000/mutants/216","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":217,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3631,"endLine":3631,"title":"Constant replacement mutation at net_processing.cpp:3631","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        vRecv.ignore(8); // Ignore the addrMe service bits sent by the peer","mutatedCode":"        vRecv.ignore(8 - 1); // Ignore the addrMe service bits sent by the peer","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3631,1 +3631,1 @@\n-        vRecv.ignore(8); // Ignore the addrMe service bits sent by the peer\n+        vRecv.ignore(8 - 1); // Ignore the addrMe service bits sent by the peer\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.648Z","updatedAt":"2026-09-18T18:41:29.648Z","url":"https://0.0.0.0:3000/mutants/217","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":218,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3633,"endLine":3633,"title":"Logical operator mutation at net_processing.cpp:3633","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!pfrom.IsInboundConn() && !pfrom.IsPrivateBroadcastConn())","mutatedCode":"        if (!pfrom.IsInboundConn() || !pfrom.IsPrivateBroadcastConn())","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3633,1 +3633,1 @@\n-        if (!pfrom.IsInboundConn() && !pfrom.IsPrivateBroadcastConn())\n+        if (!pfrom.IsInboundConn() || !pfrom.IsPrivateBroadcastConn())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.651Z","updatedAt":"2026-09-18T18:41:29.651Z","url":"https://0.0.0.0:3000/mutants/218","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":219,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3638,"endLine":3638,"title":"Statement deletion mutation at net_processing.cpp:3638","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            m_addrman.SetServices(pfrom.addr, nServices);","mutatedCode":"            // m_addrman.SetServices(pfrom.addr, nServices);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3638,1 +3638,1 @@\n-            m_addrman.SetServices(pfrom.addr, nServices);\n+            // m_addrman.SetServices(pfrom.addr, nServices);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.654Z","updatedAt":"2026-09-18T18:41:29.654Z","url":"https://0.0.0.0:3000/mutants/219","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":220,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3640,"endLine":3640,"title":"Logical operator mutation at net_processing.cpp:3640","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (pfrom.ExpectServicesFromConn() && !HasAllDesirableServiceFlags(nServices))","mutatedCode":"        if (pfrom.ExpectServicesFromConn() || !HasAllDesirableServiceFlags(nServices))","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3640,1 +3640,1 @@\n-        if (pfrom.ExpectServicesFromConn() && !HasAllDesirableServiceFlags(nServices))\n+        if (pfrom.ExpectServicesFromConn() || !HasAllDesirableServiceFlags(nServices))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.657Z","updatedAt":"2026-09-18T18:41:29.657Z","url":"https://0.0.0.0:3000/mutants/220","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":221,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3645,"endLine":3645,"title":"Statement deletion mutation at net_processing.cpp:3645","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                     pfrom.DisconnectMsg());","mutatedCode":"                     // pfrom.DisconnectMsg());","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3645,1 +3645,1 @@\n-                     pfrom.DisconnectMsg());\n+                     // pfrom.DisconnectMsg());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.660Z","updatedAt":"2026-09-18T18:41:29.660Z","url":"https://0.0.0.0:3000/mutants/221","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":222,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3646,"endLine":3646,"title":"Constant replacement mutation at net_processing.cpp:3646","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            pfrom.fDisconnect = true;","mutatedCode":"            pfrom.fDisconnect = false;","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3646,1 +3646,1 @@\n-            pfrom.fDisconnect = true;\n+            pfrom.fDisconnect = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.663Z","updatedAt":"2026-09-18T18:41:29.663Z","url":"https://0.0.0.0:3000/mutants/222","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":223,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3650,"endLine":3650,"title":"Relational operator mutation at net_processing.cpp:3650","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (nVersion < MIN_PEER_PROTO_VERSION) {","mutatedCode":"        if (nVersion <= MIN_PEER_PROTO_VERSION) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3650,1 +3650,1 @@\n-        if (nVersion < MIN_PEER_PROTO_VERSION) {\n+        if (nVersion <= MIN_PEER_PROTO_VERSION) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.666Z","updatedAt":"2026-09-18T18:41:29.666Z","url":"https://0.0.0.0:3000/mutants/223","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":224,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3662,"endLine":3662,"title":"Constant replacement mutation at net_processing.cpp:3662","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            vRecv.ignore(26);","mutatedCode":"            vRecv.ignore(26 - 1);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3662,1 +3662,1 @@\n-            vRecv.ignore(26);\n+            vRecv.ignore(26 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.669Z","updatedAt":"2026-09-18T18:41:29.669Z","url":"https://0.0.0.0:3000/mutants/224","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":225,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3676,"endLine":3676,"title":"Logical operator mutation at net_processing.cpp:3676","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (pfrom.IsInboundConn() && !m_connman.CheckIncomingNonce(nNonce))","mutatedCode":"        if (pfrom.IsInboundConn() || !m_connman.CheckIncomingNonce(nNonce))","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3676,1 +3676,1 @@\n-        if (pfrom.IsInboundConn() && !m_connman.CheckIncomingNonce(nNonce))\n+        if (pfrom.IsInboundConn() || !m_connman.CheckIncomingNonce(nNonce))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.673Z","updatedAt":"2026-09-18T18:41:29.673Z","url":"https://0.0.0.0:3000/mutants/225","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":226,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3678,"endLine":3678,"title":"Statement deletion mutation at net_processing.cpp:3678","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            LogInfo(\"connected to self at %s, disconnecting\\n\", pfrom.addr.ToStringAddrPort());","mutatedCode":"            // LogInfo(\"connected to self at %s, disconnecting\\n\", pfrom.addr.ToStringAddrPort());","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3678,1 +3678,1 @@\n-            LogInfo(\"connected to self at %s, disconnecting\\n\", pfrom.addr.ToStringAddrPort());\n+            // LogInfo(\"connected to self at %s, disconnecting\\n\", pfrom.addr.ToStringAddrPort());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.683Z","updatedAt":"2026-09-18T18:41:29.683Z","url":"https://0.0.0.0:3000/mutants/226","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":227,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3683,"endLine":3683,"title":"Logical operator mutation at net_processing.cpp:3683","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (pfrom.IsInboundConn() && addrMe.IsRoutable())","mutatedCode":"        if (pfrom.IsInboundConn() || addrMe.IsRoutable())","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3683,1 +3683,1 @@\n-        if (pfrom.IsInboundConn() && addrMe.IsRoutable())\n+        if (pfrom.IsInboundConn() || addrMe.IsRoutable())\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.687Z","updatedAt":"2026-09-18T18:41:29.687Z","url":"https://0.0.0.0:3000/mutants/227","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":228,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3685,"endLine":3685,"title":"Statement deletion mutation at net_processing.cpp:3685","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            SeenLocal(addrMe);","mutatedCode":"            // SeenLocal(addrMe);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3685,1 +3685,1 @@\n-            SeenLocal(addrMe);\n+            // SeenLocal(addrMe);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.690Z","updatedAt":"2026-09-18T18:41:29.690Z","url":"https://0.0.0.0:3000/mutants/228","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":229,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3691,"endLine":3691,"title":"Statement deletion mutation at net_processing.cpp:3691","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            PushNodeVersion(pfrom, peer);","mutatedCode":"            // PushNodeVersion(pfrom, peer);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3691,1 +3691,1 @@\n-            PushNodeVersion(pfrom, peer);\n+            // PushNodeVersion(pfrom, peer);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.693Z","updatedAt":"2026-09-18T18:41:29.693Z","url":"https://0.0.0.0:3000/mutants/229","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":230,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3696,"endLine":3696,"title":"Statement deletion mutation at net_processing.cpp:3696","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        pfrom.SetCommonVersion(greatest_common_version);","mutatedCode":"        // pfrom.SetCommonVersion(greatest_common_version);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3696,1 +3696,1 @@\n-        pfrom.SetCommonVersion(greatest_common_version);\n+        // pfrom.SetCommonVersion(greatest_common_version);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.696Z","updatedAt":"2026-09-18T18:41:29.696Z","url":"https://0.0.0.0:3000/mutants/230","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":231,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3701,"endLine":3701,"title":"Statement deletion mutation at net_processing.cpp:3701","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        pfrom.SetAddrLocal(addrMe);","mutatedCode":"        // pfrom.SetAddrLocal(addrMe);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3701,1 +3701,1 @@\n-        pfrom.SetAddrLocal(addrMe);\n+        // pfrom.SetAddrLocal(addrMe);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.699Z","updatedAt":"2026-09-18T18:41:29.699Z","url":"https://0.0.0.0:3000/mutants/231","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":232,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3713,"endLine":3713,"title":"Logical operator mutation at net_processing.cpp:3713","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!pfrom.IsBlockOnlyConn() &&","mutatedCode":"        if (!pfrom.IsBlockOnlyConn() ||","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3713,1 +3713,1 @@\n-        if (!pfrom.IsBlockOnlyConn() &&\n+        if (!pfrom.IsBlockOnlyConn() ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.702Z","updatedAt":"2026-09-18T18:41:29.702Z","url":"https://0.0.0.0:3000/mutants/232","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":233,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3714,"endLine":3714,"title":"Logical operator mutation at net_processing.cpp:3714","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            !pfrom.IsFeelerConn() &&","mutatedCode":"            !pfrom.IsFeelerConn() ||","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3714,1 +3714,1 @@\n-            !pfrom.IsFeelerConn() &&\n+            !pfrom.IsFeelerConn() ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.705Z","updatedAt":"2026-09-18T18:41:29.705Z","url":"https://0.0.0.0:3000/mutants/233","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":234,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3715,"endLine":3715,"title":"Logical operator mutation at net_processing.cpp:3715","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            (fRelay || (peer.m_our_services & NODE_BLOOM))) {","mutatedCode":"            (fRelay && (peer.m_our_services & NODE_BLOOM))) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3715,1 +3715,1 @@\n-            (fRelay || (peer.m_our_services & NODE_BLOOM))) {\n+            (fRelay && (peer.m_our_services & NODE_BLOOM))) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.707Z","updatedAt":"2026-09-18T18:41:29.707Z","url":"https://0.0.0.0:3000/mutants/234","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":235,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3721,"endLine":3721,"title":"Constant replacement mutation at net_processing.cpp:3721","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (fRelay) pfrom.m_relays_txs = true;","mutatedCode":"            if (fRelay) pfrom.m_relays_txs = false;","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3721,1 +3721,1 @@\n-            if (fRelay) pfrom.m_relays_txs = true;\n+            if (fRelay) pfrom.m_relays_txs = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.710Z","updatedAt":"2026-09-18T18:41:29.710Z","url":"https://0.0.0.0:3000/mutants/235","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":236,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3731,"endLine":3731,"title":"Conditional operator mutation at net_processing.cpp:3731","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (fRelay) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3731,1 +3731,1 @@\n-            if (fRelay) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.712Z","updatedAt":"2026-09-18T18:41:29.712Z","url":"https://0.0.0.0:3000/mutants/236","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":237,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3732,"endLine":3732,"title":"Statement deletion mutation at net_processing.cpp:3732","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                MakeAndPushMessage(pfrom, NetMsgType::VERACK);","mutatedCode":"                // MakeAndPushMessage(pfrom, NetMsgType::VERACK);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3732,1 +3732,1 @@\n-                MakeAndPushMessage(pfrom, NetMsgType::VERACK);\n+                // MakeAndPushMessage(pfrom, NetMsgType::VERACK);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.715Z","updatedAt":"2026-09-18T18:41:29.715Z","url":"https://0.0.0.0:3000/mutants/237","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":238,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3735,"endLine":3735,"title":"Statement deletion mutation at net_processing.cpp:3735","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                         pfrom.LogPeer());","mutatedCode":"                         // pfrom.LogPeer());","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3735,1 +3735,1 @@\n-                         pfrom.LogPeer());\n+                         // pfrom.LogPeer());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.718Z","updatedAt":"2026-09-18T18:41:29.718Z","url":"https://0.0.0.0:3000/mutants/238","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":239,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3741,"endLine":3741,"title":"Relational operator mutation at net_processing.cpp:3741","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (greatest_common_version >= WTXID_RELAY_VERSION) {","mutatedCode":"        if (greatest_common_version > WTXID_RELAY_VERSION) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3741,1 +3741,1 @@\n-        if (greatest_common_version >= WTXID_RELAY_VERSION) {\n+        if (greatest_common_version > WTXID_RELAY_VERSION) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.722Z","updatedAt":"2026-09-18T18:41:29.722Z","url":"https://0.0.0.0:3000/mutants/239","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":240,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3742,"endLine":3742,"title":"Statement deletion mutation at net_processing.cpp:3742","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            MakeAndPushMessage(pfrom, NetMsgType::WTXIDRELAY);","mutatedCode":"            // MakeAndPushMessage(pfrom, NetMsgType::WTXIDRELAY);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3742,1 +3742,1 @@\n-            MakeAndPushMessage(pfrom, NetMsgType::WTXIDRELAY);\n+            // MakeAndPushMessage(pfrom, NetMsgType::WTXIDRELAY);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.726Z","updatedAt":"2026-09-18T18:41:29.726Z","url":"https://0.0.0.0:3000/mutants/240","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":241,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3746,"endLine":3746,"title":"Relational operator mutation at net_processing.cpp:3746","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (greatest_common_version >= 70016) {","mutatedCode":"        if (greatest_common_version > 70016) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3746,1 +3746,1 @@\n-        if (greatest_common_version >= 70016) {\n+        if (greatest_common_version > 70016) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.730Z","updatedAt":"2026-09-18T18:41:29.730Z","url":"https://0.0.0.0:3000/mutants/241","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":242,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3751,"endLine":3751,"title":"Statement deletion mutation at net_processing.cpp:3751","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            MakeAndPushMessage(pfrom, NetMsgType::SENDADDRV2);","mutatedCode":"            // MakeAndPushMessage(pfrom, NetMsgType::SENDADDRV2);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3751,1 +3751,1 @@\n-            MakeAndPushMessage(pfrom, NetMsgType::SENDADDRV2);\n+            // MakeAndPushMessage(pfrom, NetMsgType::SENDADDRV2);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.734Z","updatedAt":"2026-09-18T18:41:29.734Z","url":"https://0.0.0.0:3000/mutants/242","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":243,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3754,"endLine":3754,"title":"Relational operator mutation at net_processing.cpp:3754","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (greatest_common_version >= WTXID_RELAY_VERSION && m_txreconciliation) {","mutatedCode":"        if (greatest_common_version > WTXID_RELAY_VERSION && m_txreconciliation) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3754,1 +3754,1 @@\n-        if (greatest_common_version >= WTXID_RELAY_VERSION && m_txreconciliation) {\n+        if (greatest_common_version > WTXID_RELAY_VERSION && m_txreconciliation) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.737Z","updatedAt":"2026-09-18T18:41:29.737Z","url":"https://0.0.0.0:3000/mutants/243","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":244,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3762,"endLine":3762,"title":"Logical operator mutation at net_processing.cpp:3762","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (tx_relay && WITH_LOCK(tx_relay->m_bloom_filter_mutex, return tx_relay->m_relay_txs) &&","mutatedCode":"            if (tx_relay || WITH_LOCK(tx_relay->m_bloom_filter_mutex, return tx_relay->m_relay_txs) &&","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3762,1 +3762,1 @@\n-            if (tx_relay && WITH_LOCK(tx_relay->m_bloom_filter_mutex, return tx_relay->m_relay_txs) &&\n+            if (tx_relay || WITH_LOCK(tx_relay->m_bloom_filter_mutex, return tx_relay->m_relay_txs) &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.741Z","updatedAt":"2026-09-18T18:41:29.741Z","url":"https://0.0.0.0:3000/mutants/244","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":245,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3763,"endLine":3763,"title":"Logical operator mutation at net_processing.cpp:3763","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                !pfrom.IsAddrFetchConn() && !m_opts.ignore_incoming_txs) {","mutatedCode":"                !pfrom.IsAddrFetchConn() || !m_opts.ignore_incoming_txs) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3763,1 +3763,1 @@\n-                !pfrom.IsAddrFetchConn() && !m_opts.ignore_incoming_txs) {\n+                !pfrom.IsAddrFetchConn() || !m_opts.ignore_incoming_txs) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.745Z","updatedAt":"2026-09-18T18:41:29.745Z","url":"https://0.0.0.0:3000/mutants/245","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":246,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3781,"endLine":3781,"title":"Logical operator mutation at net_processing.cpp:3781","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            state->fPreferredDownload = (!pfrom.IsInboundConn() || pfrom.HasPermission(NetPermissionFlags::NoBan)) && !pfrom.IsAddrFetchConn() && CanServeBlocks(peer);","mutatedCode":"            state->fPreferredDownload = (!pfrom.IsInboundConn() || pfrom.HasPermission(NetPermissionFlags::NoBan)) || !pfrom.IsAddrFetchConn() && CanServeBlocks(peer);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3781,1 +3781,1 @@\n-            state->fPreferredDownload = (!pfrom.IsInboundConn() || pfrom.HasPermission(NetPermissionFlags::NoBan)) && !pfrom.IsAddrFetchConn() && CanServeBlocks(peer);\n+            state->fPreferredDownload = (!pfrom.IsInboundConn() || pfrom.HasPermission(NetPermissionFlags::NoBan)) || !pfrom.IsAddrFetchConn() && CanServeBlocks(peer);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.748Z","updatedAt":"2026-09-18T18:41:29.748Z","url":"https://0.0.0.0:3000/mutants/246","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":247,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3788,"endLine":3788,"title":"Constant replacement mutation at net_processing.cpp:3788","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool send_getaddr{false};","mutatedCode":"        bool send_getaddr{true};","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3788,1 +3788,1 @@\n-        bool send_getaddr{false};\n+        bool send_getaddr{true};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.751Z","updatedAt":"2026-09-18T18:41:29.751Z","url":"https://0.0.0.0:3000/mutants/247","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":248,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3792,"endLine":3792,"title":"Conditional operator mutation at net_processing.cpp:3792","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (send_getaddr) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3792,1 +3792,1 @@\n-        if (send_getaddr) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 --target bitcoind test_bitcoin && build_corecheck/bin/test_bitcoin --run_test=denialofservice_tests,peerman_tests,net_tests &&\n  build_corecheck/test/functional/p2p_handshake.py && build_corecheck/test/functional/p2p_leak.py && build_corecheck/test/functional/p2p_sendtxrcncl.py && build_corecheck/test/functional/p2p_blocksonly.py &&\n  build_corecheck/test/functional/p2p_filter.py && build_corecheck/test/functional/p2p_node_network_limited.py && build_corecheck/test/functional/p2p_getaddr_caching.py && build_corecheck/test/functional/p2p_addrv2_relay.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.754Z","updatedAt":"2026-09-18T18:41:29.754Z","url":"https://0.0.0.0:3000/mutants/248","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":249,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3799,"endLine":3799,"title":"Statement deletion mutation at net_processing.cpp:3799","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            MakeAndPushMessage(pfrom, NetMsgType::GETADDR);","mutatedCode":"            // MakeAndPushMessage(pfrom, NetMsgType::GETADDR);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3799,1 +3799,1 @@\n-            MakeAndPushMessage(pfrom, NetMsgType::GETADDR);\n+            // MakeAndPushMessage(pfrom, NetMsgType::GETADDR);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.757Z","updatedAt":"2026-09-18T18:41:29.757Z","url":"https://0.0.0.0:3000/mutants/249","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":250,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3800,"endLine":3800,"title":"Constant replacement mutation at net_processing.cpp:3800","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            peer.m_getaddr_sent = true;","mutatedCode":"            peer.m_getaddr_sent = false;","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3800,1 +3800,1 @@\n-            peer.m_getaddr_sent = true;\n+            peer.m_getaddr_sent = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.761Z","updatedAt":"2026-09-18T18:41:29.761Z","url":"https://0.0.0.0:3000/mutants/250","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":251,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3821,"endLine":3821,"title":"Statement deletion mutation at net_processing.cpp:3821","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            m_addrman.Good(pfrom.addr);","mutatedCode":"            // m_addrman.Good(pfrom.addr);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3821,1 +3821,1 @@\n-            m_addrman.Good(pfrom.addr);\n+            // m_addrman.Good(pfrom.addr);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.764Z","updatedAt":"2026-09-18T18:41:29.764Z","url":"https://0.0.0.0:3000/mutants/251","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":252,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3828,"endLine":3828,"title":"Statement deletion mutation at net_processing.cpp:3828","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            m_outbound_time_offsets.Add(peer.m_time_offset);","mutatedCode":"            // m_outbound_time_offsets.Add(peer.m_time_offset);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3828,1 +3828,1 @@\n-            m_outbound_time_offsets.Add(peer.m_time_offset);\n+            // m_outbound_time_offsets.Add(peer.m_time_offset);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.767Z","updatedAt":"2026-09-18T18:41:29.767Z","url":"https://0.0.0.0:3000/mutants/252","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":253,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3829,"endLine":3829,"title":"Statement deletion mutation at net_processing.cpp:3829","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            m_outbound_time_offsets.WarnIfOutOfSync();","mutatedCode":"            // m_outbound_time_offsets.WarnIfOutOfSync();","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3829,1 +3829,1 @@\n-            m_outbound_time_offsets.WarnIfOutOfSync();\n+            // m_outbound_time_offsets.WarnIfOutOfSync();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.770Z","updatedAt":"2026-09-18T18:41:29.770Z","url":"https://0.0.0.0:3000/mutants/253","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":254,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3833,"endLine":3833,"title":"Relational operator mutation at net_processing.cpp:3833","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (greatest_common_version <= 70012) {","mutatedCode":"        if (greatest_common_version < 70012) {","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3833,1 +3833,1 @@\n-        if (greatest_common_version <= 70012) {\n+        if (greatest_common_version < 70012) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.773Z","updatedAt":"2026-09-18T18:41:29.773Z","url":"https://0.0.0.0:3000/mutants/254","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":255,"repository":"bitcoin/bitcoin","language":"C++","commit":"2990bd773551c835ab0b6b59d85730adab2fd428","pullRequest":null,"file":"src/net_processing.cpp","startLine":3835,"endLine":3835,"title":"Statement deletion mutation at net_processing.cpp:3835","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            MakeAndPushMessage(pfrom, \"alert\", finalAlert);","mutatedCode":"            // MakeAndPushMessage(pfrom, \"alert\", finalAlert);","diff":"--- a/src/net_processing.cpp\n+++ b/src/net_processing.cpp\n@@ -3835,1 +3835,1 @@\n-            MakeAndPushMessage(pfrom, \"alert\", finalAlert);\n+            // MakeAndPushMessage(pfrom, \"alert\", finalAlert);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/test/functional/p2p_addrfetch.py && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py && ./build_corecheck/test/functional/p2p_sendtxrcncl.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.777Z","updatedAt":"2026-09-18T18:41:29.777Z","url":"https://0.0.0.0:3000/mutants/255","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":256,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":25,"endLine":25,"title":"Relational operator mutation at netgroup.cpp:25","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (asn != 0) { // Either asmap was empty, or address has non-asmappable net class (e.g. TOR).","mutatedCode":"    if (asn == 0) { // Either asmap was empty, or address has non-asmappable net class (e.g. TOR).","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -25,1 +25,1 @@\n-    if (asn != 0) { // Either asmap was empty, or address has non-asmappable net class (e.g. TOR).\n+    if (asn == 0) { // Either asmap was empty, or address has non-asmappable net class (e.g. TOR).\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.781Z","updatedAt":"2026-09-18T18:41:29.781Z","url":"https://0.0.0.0:3000/mutants/256","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":257,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":27,"endLine":27,"title":"Relational operator mutation at netgroup.cpp:27","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (int i = 0; i < 4; i++) {","mutatedCode":"        for (int i = 0; i > 4; i++) {","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -27,1 +27,1 @@\n-        for (int i = 0; i < 4; i++) {\n+        for (int i = 0; i > 4; i++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.785Z","updatedAt":"2026-09-18T18:41:29.785Z","url":"https://0.0.0.0:3000/mutants/257","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":258,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":52,"endLine":52,"title":"Logical operator mutation at netgroup.cpp:52","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (address.IsTor() || address.IsI2P()) {","mutatedCode":"    } else if (address.IsTor() && address.IsI2P()) {","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -52,1 +52,1 @@\n-    } else if (address.IsTor() || address.IsI2P()) {\n+    } else if (address.IsTor() && address.IsI2P()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.789Z","updatedAt":"2026-09-18T18:41:29.789Z","url":"https://0.0.0.0:3000/mutants/258","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":259,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":70,"endLine":70,"title":"Arithmetic operator mutation at netgroup.cpp:70","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const size_t num_bytes = nBits / 8;","mutatedCode":"    const size_t num_bytes = nBits * 8;","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -70,1 +70,1 @@\n-    const size_t num_bytes = nBits / 8;\n+    const size_t num_bytes = nBits * 8;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.793Z","updatedAt":"2026-09-18T18:41:29.793Z","url":"https://0.0.0.0:3000/mutants/259","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":260,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":71,"endLine":71,"title":"Arithmetic operator mutation at netgroup.cpp:71","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    vchRet.insert(vchRet.end(), addr_bytes.begin() + nStartByte, addr_bytes.begin() + nStartByte + num_bytes);","mutatedCode":"    vchRet.insert(vchRet.end(), addr_bytes.begin() - nStartByte, addr_bytes.begin() + nStartByte + num_bytes);","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -71,1 +71,1 @@\n-    vchRet.insert(vchRet.end(), addr_bytes.begin() + nStartByte, addr_bytes.begin() + nStartByte + num_bytes);\n+    vchRet.insert(vchRet.end(), addr_bytes.begin() - nStartByte, addr_bytes.begin() + nStartByte + num_bytes);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.797Z","updatedAt":"2026-09-18T18:41:29.797Z","url":"https://0.0.0.0:3000/mutants/260","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":261,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":74,"endLine":74,"title":"Relational operator mutation at netgroup.cpp:74","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nBits > 0) {","mutatedCode":"    if (nBits < 0) {","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -74,1 +74,1 @@\n-    if (nBits > 0) {\n+    if (nBits < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.801Z","updatedAt":"2026-09-18T18:41:29.801Z","url":"https://0.0.0.0:3000/mutants/261","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":262,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":76,"endLine":76,"title":"Arithmetic operator mutation at netgroup.cpp:76","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        vchRet.push_back(addr_bytes[num_bytes + nStartByte] | ((1 << (8 - nBits)) - 1));","mutatedCode":"        vchRet.push_back(addr_bytes[num_bytes + nStartByte] | ((1 << (8 + nBits)) - 1));","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -76,1 +76,1 @@\n-        vchRet.push_back(addr_bytes[num_bytes + nStartByte] | ((1 << (8 - nBits)) - 1));\n+        vchRet.push_back(addr_bytes[num_bytes + nStartByte] | ((1 << (8 + nBits)) - 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.804Z","updatedAt":"2026-09-18T18:41:29.804Z","url":"https://0.0.0.0:3000/mutants/262","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":263,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":85,"endLine":85,"title":"Logical operator mutation at netgroup.cpp:85","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_asmap.empty() || (net_class != NET_IPV4 && net_class != NET_IPV6)) {","mutatedCode":"    if (m_asmap.empty() || (net_class != NET_IPV4 || net_class != NET_IPV6)) {","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -85,1 +85,1 @@\n-    if (m_asmap.empty() || (net_class != NET_IPV4 && net_class != NET_IPV6)) {\n+    if (m_asmap.empty() || (net_class != NET_IPV4 || net_class != NET_IPV6)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.808Z","updatedAt":"2026-09-18T18:41:29.808Z","url":"https://0.0.0.0:3000/mutants/263","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":264,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":88,"endLine":88,"title":"Constant replacement mutation at netgroup.cpp:88","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    std::vector<std::byte> ip_bytes(16);","mutatedCode":"    std::vector<std::byte> ip_bytes(16 - 1);","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -88,1 +88,1 @@\n-    std::vector<std::byte> ip_bytes(16);\n+    std::vector<std::byte> ip_bytes(16 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.812Z","updatedAt":"2026-09-18T18:41:29.812Z","url":"https://0.0.0.0:3000/mutants/264","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":265,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":115,"endLine":115,"title":"Relational operator mutation at netgroup.cpp:115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (asn == 0) {","mutatedCode":"        if (asn != 0) {","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -115,1 +115,1 @@\n-        if (asn == 0) {\n+        if (asn != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.815Z","updatedAt":"2026-09-18T18:41:29.815Z","url":"https://0.0.0.0:3000/mutants/265","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":266,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":117,"endLine":117,"title":"Custom mutation at netgroup.cpp:117","description":null,"mutationOperator":"CUSTOM","originalCode":"            continue;","mutatedCode":"            break;","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -117,1 +117,1 @@\n-            continue;\n+            break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.819Z","updatedAt":"2026-09-18T18:41:29.819Z","url":"https://0.0.0.0:3000/mutants/266","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":267,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/netgroup.cpp","startLine":126,"endLine":126,"title":"Relational operator mutation at netgroup.cpp:126","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return m_asmap.size() > 0;","mutatedCode":"    return m_asmap.size() < 0;","diff":"--- a/src/netgroup.cpp\n+++ b/src/netgroup.cpp\n@@ -126,1 +126,1 @@\n-    return m_asmap.size() > 0;\n+    return m_asmap.size() < 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=netbase_tests && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.823Z","updatedAt":"2026-09-18T18:41:29.823Z","url":"https://0.0.0.0:3000/mutants/267","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":268,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":20,"endLine":20,"title":"Relational operator mutation at pow.cpp:20","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((pindexLast->nHeight+1) % params.DifficultyAdjustmentInterval() != 0)","mutatedCode":"    if ((pindexLast->nHeight+1) % params.DifficultyAdjustmentInterval() == 0)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -20,1 +20,1 @@\n-    if ((pindexLast->nHeight+1) % params.DifficultyAdjustmentInterval() != 0)\n+    if ((pindexLast->nHeight+1) % params.DifficultyAdjustmentInterval() == 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.826Z","updatedAt":"2026-09-18T18:41:29.826Z","url":"https://0.0.0.0:3000/mutants/268","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":269,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":22,"endLine":22,"title":"Conditional operator mutation at pow.cpp:22","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (params.fPowAllowMinDifficultyBlocks)","mutatedCode":"        if (1==1)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -22,1 +22,1 @@\n-        if (params.fPowAllowMinDifficultyBlocks)\n+        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.830Z","updatedAt":"2026-09-18T18:41:29.830Z","url":"https://0.0.0.0:3000/mutants/269","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":270,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":22,"endLine":22,"title":"Conditional operator mutation at pow.cpp:22","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (params.fPowAllowMinDifficultyBlocks)","mutatedCode":"        if (1==0)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -22,1 +22,1 @@\n-        if (params.fPowAllowMinDifficultyBlocks)\n+        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.835Z","updatedAt":"2026-09-18T18:41:29.835Z","url":"https://0.0.0.0:3000/mutants/270","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":271,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Function call mutation at pow.cpp:27","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetMedianTimePast() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetMedianTimePast() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.840Z","updatedAt":"2026-09-18T18:41:29.840Z","url":"https://0.0.0.0:3000/mutants/271","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":272,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Relational operator mutation at pow.cpp:27","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetBlockTime() >= pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetBlockTime() >= pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.845Z","updatedAt":"2026-09-18T18:41:29.845Z","url":"https://0.0.0.0:3000/mutants/272","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":273,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Relational operator mutation at pow.cpp:27","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetBlockTime() < pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetBlockTime() < pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.849Z","updatedAt":"2026-09-18T18:41:29.849Z","url":"https://0.0.0.0:3000/mutants/273","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":274,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Relational operator mutation at pow.cpp:27","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetBlockTime() <= pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetBlockTime() <= pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.853Z","updatedAt":"2026-09-18T18:41:29.853Z","url":"https://0.0.0.0:3000/mutants/274","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":275,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Arithmetic operator mutation at pow.cpp:27","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() - params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() - params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.857Z","updatedAt":"2026-09-18T18:41:29.857Z","url":"https://0.0.0.0:3000/mutants/275","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":276,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Arithmetic operator mutation at pow.cpp:27","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() * params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() * params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.861Z","updatedAt":"2026-09-18T18:41:29.861Z","url":"https://0.0.0.0:3000/mutants/276","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":277,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":27,"endLine":27,"title":"Arithmetic operator mutation at pow.cpp:27","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)","mutatedCode":"            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() / params.nPowTargetSpacing*2)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -27,1 +27,1 @@\n-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)\n+            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() / params.nPowTargetSpacing*2)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.866Z","updatedAt":"2026-09-18T18:41:29.866Z","url":"https://0.0.0.0:3000/mutants/277","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":278,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":33,"endLine":33,"title":"Logical operator mutation at pow.cpp:33","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)","mutatedCode":"                while (pindex->pprev || pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -33,1 +33,1 @@\n-                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)\n+                while (pindex->pprev || pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.869Z","updatedAt":"2026-09-18T18:41:29.869Z","url":"https://0.0.0.0:3000/mutants/278","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":279,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":33,"endLine":33,"title":"Relational operator mutation at pow.cpp:33","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)","mutatedCode":"                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits != nProofOfWorkLimit)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -33,1 +33,1 @@\n-                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)\n+                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits != nProofOfWorkLimit)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.873Z","updatedAt":"2026-09-18T18:41:29.873Z","url":"https://0.0.0.0:3000/mutants/279","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":280,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":33,"endLine":33,"title":"Relational operator mutation at pow.cpp:33","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)","mutatedCode":"                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() == 0 && pindex->nBits == nProofOfWorkLimit)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -33,1 +33,1 @@\n-                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() != 0 && pindex->nBits == nProofOfWorkLimit)\n+                while (pindex->pprev && pindex->nHeight % params.DifficultyAdjustmentInterval() == 0 && pindex->nBits == nProofOfWorkLimit)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.878Z","updatedAt":"2026-09-18T18:41:29.878Z","url":"https://0.0.0.0:3000/mutants/280","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":281,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":42,"endLine":42,"title":"Arithmetic operator mutation at pow.cpp:42","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    int nHeightFirst = pindexLast->nHeight - (params.DifficultyAdjustmentInterval()-1);","mutatedCode":"    int nHeightFirst = pindexLast->nHeight + (params.DifficultyAdjustmentInterval()-1);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -42,1 +42,1 @@\n-    int nHeightFirst = pindexLast->nHeight - (params.DifficultyAdjustmentInterval()-1);\n+    int nHeightFirst = pindexLast->nHeight + (params.DifficultyAdjustmentInterval()-1);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.882Z","updatedAt":"2026-09-18T18:41:29.882Z","url":"https://0.0.0.0:3000/mutants/281","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":282,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":47,"endLine":47,"title":"Function call mutation at pow.cpp:47","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"    return CalculateNextWorkRequired(pindexLast, pindexFirst->GetBlockTime(), params);","mutatedCode":"    return CalculateNextWorkRequired(pindexLast, pindexFirst->GetMedianTimePast(), params);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -47,1 +47,1 @@\n-    return CalculateNextWorkRequired(pindexLast, pindexFirst->GetBlockTime(), params);\n+    return CalculateNextWorkRequired(pindexLast, pindexFirst->GetMedianTimePast(), params);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.888Z","updatedAt":"2026-09-18T18:41:29.888Z","url":"https://0.0.0.0:3000/mutants/282","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":283,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":50,"endLine":50,"title":"Custom mutation at pow.cpp:50","description":null,"mutationOperator":"CUSTOM","originalCode":"unsigned int CalculateNextWorkRequired(const CBlockIndex* pindexLast, int64_t nFirstBlockTime, const Consensus::Params& params)","mutatedCode":"unsigned int CalculateNextWorkRequired(const CBlockIndex* pindexLast, uint32_t nFirstBlockTime, const Consensus::Params& params)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -50,1 +50,1 @@\n-unsigned int CalculateNextWorkRequired(const CBlockIndex* pindexLast, int64_t nFirstBlockTime, const Consensus::Params& params)\n+unsigned int CalculateNextWorkRequired(const CBlockIndex* pindexLast, uint32_t nFirstBlockTime, const Consensus::Params& params)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.892Z","updatedAt":"2026-09-18T18:41:29.892Z","url":"https://0.0.0.0:3000/mutants/283","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":284,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":52,"endLine":52,"title":"Conditional operator mutation at pow.cpp:52","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (params.fPowNoRetargeting)","mutatedCode":"    if (1==1)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -52,1 +52,1 @@\n-    if (params.fPowNoRetargeting)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.896Z","updatedAt":"2026-09-18T18:41:29.896Z","url":"https://0.0.0.0:3000/mutants/284","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":285,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":52,"endLine":52,"title":"Conditional operator mutation at pow.cpp:52","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (params.fPowNoRetargeting)","mutatedCode":"    if (1==0)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -52,1 +52,1 @@\n-    if (params.fPowNoRetargeting)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.899Z","updatedAt":"2026-09-18T18:41:29.899Z","url":"https://0.0.0.0:3000/mutants/285","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":286,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":56,"endLine":56,"title":"Function call mutation at pow.cpp:56","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"    int64_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;","mutatedCode":"    int64_t nActualTimespan = pindexLast->GetMedianTimePast() - nFirstBlockTime;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -56,1 +56,1 @@\n-    int64_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;\n+    int64_t nActualTimespan = pindexLast->GetMedianTimePast() - nFirstBlockTime;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.904Z","updatedAt":"2026-09-18T18:41:29.904Z","url":"https://0.0.0.0:3000/mutants/286","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":287,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":56,"endLine":56,"title":"Custom mutation at pow.cpp:56","description":null,"mutationOperator":"CUSTOM","originalCode":"    int64_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;","mutatedCode":"    uint32_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -56,1 +56,1 @@\n-    int64_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;\n+    uint32_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.908Z","updatedAt":"2026-09-18T18:41:29.908Z","url":"https://0.0.0.0:3000/mutants/287","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":288,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":56,"endLine":56,"title":"Arithmetic operator mutation at pow.cpp:56","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    int64_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;","mutatedCode":"    int64_t nActualTimespan = pindexLast->GetBlockTime() + nFirstBlockTime;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -56,1 +56,1 @@\n-    int64_t nActualTimespan = pindexLast->GetBlockTime() - nFirstBlockTime;\n+    int64_t nActualTimespan = pindexLast->GetBlockTime() + nFirstBlockTime;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.913Z","updatedAt":"2026-09-18T18:41:29.913Z","url":"https://0.0.0.0:3000/mutants/288","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":289,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":57,"endLine":57,"title":"Relational operator mutation at pow.cpp:57","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nActualTimespan < params.nPowTargetTimespan/4)","mutatedCode":"    if (nActualTimespan > params.nPowTargetTimespan/4)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -57,1 +57,1 @@\n-    if (nActualTimespan < params.nPowTargetTimespan/4)\n+    if (nActualTimespan > params.nPowTargetTimespan/4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.918Z","updatedAt":"2026-09-18T18:41:29.918Z","url":"https://0.0.0.0:3000/mutants/289","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":290,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":57,"endLine":57,"title":"Relational operator mutation at pow.cpp:57","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nActualTimespan < params.nPowTargetTimespan/4)","mutatedCode":"    if (nActualTimespan >= params.nPowTargetTimespan/4)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -57,1 +57,1 @@\n-    if (nActualTimespan < params.nPowTargetTimespan/4)\n+    if (nActualTimespan >= params.nPowTargetTimespan/4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.922Z","updatedAt":"2026-09-18T18:41:29.922Z","url":"https://0.0.0.0:3000/mutants/290","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":291,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":57,"endLine":57,"title":"Conditional operator mutation at pow.cpp:57","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nActualTimespan < params.nPowTargetTimespan/4)","mutatedCode":"    if (1==1)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -57,1 +57,1 @@\n-    if (nActualTimespan < params.nPowTargetTimespan/4)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.925Z","updatedAt":"2026-09-18T18:41:29.925Z","url":"https://0.0.0.0:3000/mutants/291","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":292,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":57,"endLine":57,"title":"Conditional operator mutation at pow.cpp:57","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nActualTimespan < params.nPowTargetTimespan/4)","mutatedCode":"    if (1==0)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -57,1 +57,1 @@\n-    if (nActualTimespan < params.nPowTargetTimespan/4)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.928Z","updatedAt":"2026-09-18T18:41:29.928Z","url":"https://0.0.0.0:3000/mutants/292","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":293,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":59,"endLine":59,"title":"Relational operator mutation at pow.cpp:59","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nActualTimespan > params.nPowTargetTimespan*4)","mutatedCode":"    if (nActualTimespan < params.nPowTargetTimespan*4)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -59,1 +59,1 @@\n-    if (nActualTimespan > params.nPowTargetTimespan*4)\n+    if (nActualTimespan < params.nPowTargetTimespan*4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.931Z","updatedAt":"2026-09-18T18:41:29.931Z","url":"https://0.0.0.0:3000/mutants/293","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":294,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":59,"endLine":59,"title":"Relational operator mutation at pow.cpp:59","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nActualTimespan > params.nPowTargetTimespan*4)","mutatedCode":"    if (nActualTimespan <= params.nPowTargetTimespan*4)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -59,1 +59,1 @@\n-    if (nActualTimespan > params.nPowTargetTimespan*4)\n+    if (nActualTimespan <= params.nPowTargetTimespan*4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.934Z","updatedAt":"2026-09-18T18:41:29.934Z","url":"https://0.0.0.0:3000/mutants/294","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":295,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":59,"endLine":59,"title":"Conditional operator mutation at pow.cpp:59","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nActualTimespan > params.nPowTargetTimespan*4)","mutatedCode":"    if (1==1)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -59,1 +59,1 @@\n-    if (nActualTimespan > params.nPowTargetTimespan*4)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.937Z","updatedAt":"2026-09-18T18:41:29.937Z","url":"https://0.0.0.0:3000/mutants/295","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":296,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":59,"endLine":59,"title":"Conditional operator mutation at pow.cpp:59","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nActualTimespan > params.nPowTargetTimespan*4)","mutatedCode":"    if (1==0)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -59,1 +59,1 @@\n-    if (nActualTimespan > params.nPowTargetTimespan*4)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.940Z","updatedAt":"2026-09-18T18:41:29.940Z","url":"https://0.0.0.0:3000/mutants/296","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":297,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":67,"endLine":67,"title":"Conditional operator mutation at pow.cpp:67","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (params.enforce_BIP94) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -67,1 +67,1 @@\n-    if (params.enforce_BIP94) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.943Z","updatedAt":"2026-09-18T18:41:29.943Z","url":"https://0.0.0.0:3000/mutants/297","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":298,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":67,"endLine":67,"title":"Conditional operator mutation at pow.cpp:67","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (params.enforce_BIP94) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -67,1 +67,1 @@\n-    if (params.enforce_BIP94) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.945Z","updatedAt":"2026-09-18T18:41:29.945Z","url":"https://0.0.0.0:3000/mutants/298","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":299,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":73,"endLine":73,"title":"Statement deletion mutation at pow.cpp:73","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        bnNew.SetCompact(pindexFirst->nBits);","mutatedCode":"        // bnNew.SetCompact(pindexFirst->nBits);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -73,1 +73,1 @@\n-        bnNew.SetCompact(pindexFirst->nBits);\n+        // bnNew.SetCompact(pindexFirst->nBits);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.948Z","updatedAt":"2026-09-18T18:41:29.948Z","url":"https://0.0.0.0:3000/mutants/299","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":300,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":75,"endLine":75,"title":"Statement deletion mutation at pow.cpp:75","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        bnNew.SetCompact(pindexLast->nBits);","mutatedCode":"        // bnNew.SetCompact(pindexLast->nBits);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -75,1 +75,1 @@\n-        bnNew.SetCompact(pindexLast->nBits);\n+        // bnNew.SetCompact(pindexLast->nBits);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.951Z","updatedAt":"2026-09-18T18:41:29.951Z","url":"https://0.0.0.0:3000/mutants/300","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":301,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":81,"endLine":81,"title":"Relational operator mutation at pow.cpp:81","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (bnNew > bnPowLimit)","mutatedCode":"    if (bnNew < bnPowLimit)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -81,1 +81,1 @@\n-    if (bnNew > bnPowLimit)\n+    if (bnNew < bnPowLimit)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.955Z","updatedAt":"2026-09-18T18:41:29.955Z","url":"https://0.0.0.0:3000/mutants/301","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":302,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":81,"endLine":81,"title":"Relational operator mutation at pow.cpp:81","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (bnNew > bnPowLimit)","mutatedCode":"    if (bnNew <= bnPowLimit)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -81,1 +81,1 @@\n-    if (bnNew > bnPowLimit)\n+    if (bnNew <= bnPowLimit)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.958Z","updatedAt":"2026-09-18T18:41:29.958Z","url":"https://0.0.0.0:3000/mutants/302","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":303,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":81,"endLine":81,"title":"Conditional operator mutation at pow.cpp:81","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (bnNew > bnPowLimit)","mutatedCode":"    if (1==1)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -81,1 +81,1 @@\n-    if (bnNew > bnPowLimit)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.962Z","updatedAt":"2026-09-18T18:41:29.962Z","url":"https://0.0.0.0:3000/mutants/303","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":304,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":81,"endLine":81,"title":"Conditional operator mutation at pow.cpp:81","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (bnNew > bnPowLimit)","mutatedCode":"    if (1==0)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -81,1 +81,1 @@\n-    if (bnNew > bnPowLimit)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.965Z","updatedAt":"2026-09-18T18:41:29.965Z","url":"https://0.0.0.0:3000/mutants/304","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":305,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":89,"endLine":89,"title":"Custom mutation at pow.cpp:89","description":null,"mutationOperator":"CUSTOM","originalCode":"bool PermittedDifficultyTransition(const Consensus::Params& params, int64_t height, uint32_t old_nbits, uint32_t new_nbits)","mutatedCode":"bool PermittedDifficultyTransition(const Consensus::Params& params, uint32_t height, uint32_t old_nbits, uint32_t new_nbits)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -89,1 +89,1 @@\n-bool PermittedDifficultyTransition(const Consensus::Params& params, int64_t height, uint32_t old_nbits, uint32_t new_nbits)\n+bool PermittedDifficultyTransition(const Consensus::Params& params, uint32_t height, uint32_t old_nbits, uint32_t new_nbits)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.969Z","updatedAt":"2026-09-18T18:41:29.969Z","url":"https://0.0.0.0:3000/mutants/305","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":306,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":91,"endLine":91,"title":"Constant replacement mutation at pow.cpp:91","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (params.fPowAllowMinDifficultyBlocks) return true;","mutatedCode":"    if (params.fPowAllowMinDifficultyBlocks) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -91,1 +91,1 @@\n-    if (params.fPowAllowMinDifficultyBlocks) return true;\n+    if (params.fPowAllowMinDifficultyBlocks) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.973Z","updatedAt":"2026-09-18T18:41:29.973Z","url":"https://0.0.0.0:3000/mutants/306","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":307,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":91,"endLine":91,"title":"Conditional operator mutation at pow.cpp:91","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (params.fPowAllowMinDifficultyBlocks) return true;","mutatedCode":"    if (1==1) return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -91,1 +91,1 @@\n-    if (params.fPowAllowMinDifficultyBlocks) return true;\n+    if (1==1) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.976Z","updatedAt":"2026-09-18T18:41:29.976Z","url":"https://0.0.0.0:3000/mutants/307","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":308,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":91,"endLine":91,"title":"Conditional operator mutation at pow.cpp:91","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (params.fPowAllowMinDifficultyBlocks) return true;","mutatedCode":"    if (1==0) return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -91,1 +91,1 @@\n-    if (params.fPowAllowMinDifficultyBlocks) return true;\n+    if (1==0) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.980Z","updatedAt":"2026-09-18T18:41:29.980Z","url":"https://0.0.0.0:3000/mutants/308","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":309,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":91,"endLine":91,"title":"Statement deletion mutation at pow.cpp:91","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (params.fPowAllowMinDifficultyBlocks) return true;","mutatedCode":"    // if (params.fPowAllowMinDifficultyBlocks) return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -91,1 +91,1 @@\n-    if (params.fPowAllowMinDifficultyBlocks) return true;\n+    // if (params.fPowAllowMinDifficultyBlocks) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.983Z","updatedAt":"2026-09-18T18:41:29.983Z","url":"https://0.0.0.0:3000/mutants/309","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":310,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":93,"endLine":93,"title":"Relational operator mutation at pow.cpp:93","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (height % params.DifficultyAdjustmentInterval() == 0) {","mutatedCode":"    if (height % params.DifficultyAdjustmentInterval() != 0) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -93,1 +93,1 @@\n-    if (height % params.DifficultyAdjustmentInterval() == 0) {\n+    if (height % params.DifficultyAdjustmentInterval() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.986Z","updatedAt":"2026-09-18T18:41:29.986Z","url":"https://0.0.0.0:3000/mutants/310","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":311,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":99,"endLine":99,"title":"Statement deletion mutation at pow.cpp:99","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        observed_new_target.SetCompact(new_nbits);","mutatedCode":"        // observed_new_target.SetCompact(new_nbits);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -99,1 +99,1 @@\n-        observed_new_target.SetCompact(new_nbits);\n+        // observed_new_target.SetCompact(new_nbits);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.990Z","updatedAt":"2026-09-18T18:41:29.990Z","url":"https://0.0.0.0:3000/mutants/311","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":312,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":103,"endLine":103,"title":"Statement deletion mutation at pow.cpp:103","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        largest_difficulty_target.SetCompact(old_nbits);","mutatedCode":"        // largest_difficulty_target.SetCompact(old_nbits);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -103,1 +103,1 @@\n-        largest_difficulty_target.SetCompact(old_nbits);\n+        // largest_difficulty_target.SetCompact(old_nbits);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.993Z","updatedAt":"2026-09-18T18:41:29.993Z","url":"https://0.0.0.0:3000/mutants/312","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":313,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":107,"endLine":107,"title":"Relational operator mutation at pow.cpp:107","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (largest_difficulty_target > pow_limit) {","mutatedCode":"        if (largest_difficulty_target < pow_limit) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -107,1 +107,1 @@\n-        if (largest_difficulty_target > pow_limit) {\n+        if (largest_difficulty_target < pow_limit) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:29.997Z","updatedAt":"2026-09-18T18:41:29.997Z","url":"https://0.0.0.0:3000/mutants/313","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":314,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":107,"endLine":107,"title":"Relational operator mutation at pow.cpp:107","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (largest_difficulty_target > pow_limit) {","mutatedCode":"        if (largest_difficulty_target <= pow_limit) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -107,1 +107,1 @@\n-        if (largest_difficulty_target > pow_limit) {\n+        if (largest_difficulty_target <= pow_limit) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.000Z","updatedAt":"2026-09-18T18:41:30.000Z","url":"https://0.0.0.0:3000/mutants/314","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":315,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":107,"endLine":107,"title":"Conditional operator mutation at pow.cpp:107","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (largest_difficulty_target > pow_limit) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -107,1 +107,1 @@\n-        if (largest_difficulty_target > pow_limit) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.003Z","updatedAt":"2026-09-18T18:41:30.003Z","url":"https://0.0.0.0:3000/mutants/315","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":316,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":107,"endLine":107,"title":"Conditional operator mutation at pow.cpp:107","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (largest_difficulty_target > pow_limit) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -107,1 +107,1 @@\n-        if (largest_difficulty_target > pow_limit) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.006Z","updatedAt":"2026-09-18T18:41:30.006Z","url":"https://0.0.0.0:3000/mutants/316","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":317,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":114,"endLine":114,"title":"Statement deletion mutation at pow.cpp:114","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        maximum_new_target.SetCompact(largest_difficulty_target.GetCompact());","mutatedCode":"        // maximum_new_target.SetCompact(largest_difficulty_target.GetCompact());","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -114,1 +114,1 @@\n-        maximum_new_target.SetCompact(largest_difficulty_target.GetCompact());\n+        // maximum_new_target.SetCompact(largest_difficulty_target.GetCompact());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.010Z","updatedAt":"2026-09-18T18:41:30.010Z","url":"https://0.0.0.0:3000/mutants/317","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":318,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Constant replacement mutation at pow.cpp:115","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        if (maximum_new_target < observed_new_target) return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        if (maximum_new_target < observed_new_target) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.014Z","updatedAt":"2026-09-18T18:41:30.014Z","url":"https://0.0.0.0:3000/mutants/318","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":319,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Relational operator mutation at pow.cpp:115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        if (maximum_new_target <= observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        if (maximum_new_target <= observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.018Z","updatedAt":"2026-09-18T18:41:30.018Z","url":"https://0.0.0.0:3000/mutants/319","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":320,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Relational operator mutation at pow.cpp:115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        if (maximum_new_target > observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        if (maximum_new_target > observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.021Z","updatedAt":"2026-09-18T18:41:30.021Z","url":"https://0.0.0.0:3000/mutants/320","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":321,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Relational operator mutation at pow.cpp:115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        if (maximum_new_target >= observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        if (maximum_new_target >= observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.025Z","updatedAt":"2026-09-18T18:41:30.025Z","url":"https://0.0.0.0:3000/mutants/321","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":322,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Conditional operator mutation at pow.cpp:115","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        if (1==1) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.028Z","updatedAt":"2026-09-18T18:41:30.028Z","url":"https://0.0.0.0:3000/mutants/322","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":323,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Conditional operator mutation at pow.cpp:115","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        if (1==0) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.032Z","updatedAt":"2026-09-18T18:41:30.032Z","url":"https://0.0.0.0:3000/mutants/323","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":324,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":115,"endLine":115,"title":"Statement deletion mutation at pow.cpp:115","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (maximum_new_target < observed_new_target) return false;","mutatedCode":"        // if (maximum_new_target < observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -115,1 +115,1 @@\n-        if (maximum_new_target < observed_new_target) return false;\n+        // if (maximum_new_target < observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.035Z","updatedAt":"2026-09-18T18:41:30.035Z","url":"https://0.0.0.0:3000/mutants/324","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":325,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":119,"endLine":119,"title":"Statement deletion mutation at pow.cpp:119","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        smallest_difficulty_target.SetCompact(old_nbits);","mutatedCode":"        // smallest_difficulty_target.SetCompact(old_nbits);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -119,1 +119,1 @@\n-        smallest_difficulty_target.SetCompact(old_nbits);\n+        // smallest_difficulty_target.SetCompact(old_nbits);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.039Z","updatedAt":"2026-09-18T18:41:30.039Z","url":"https://0.0.0.0:3000/mutants/325","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":326,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":123,"endLine":123,"title":"Relational operator mutation at pow.cpp:123","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (smallest_difficulty_target > pow_limit) {","mutatedCode":"        if (smallest_difficulty_target < pow_limit) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -123,1 +123,1 @@\n-        if (smallest_difficulty_target > pow_limit) {\n+        if (smallest_difficulty_target < pow_limit) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.042Z","updatedAt":"2026-09-18T18:41:30.042Z","url":"https://0.0.0.0:3000/mutants/326","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":327,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":123,"endLine":123,"title":"Relational operator mutation at pow.cpp:123","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (smallest_difficulty_target > pow_limit) {","mutatedCode":"        if (smallest_difficulty_target <= pow_limit) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -123,1 +123,1 @@\n-        if (smallest_difficulty_target > pow_limit) {\n+        if (smallest_difficulty_target <= pow_limit) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.046Z","updatedAt":"2026-09-18T18:41:30.046Z","url":"https://0.0.0.0:3000/mutants/327","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":328,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":123,"endLine":123,"title":"Conditional operator mutation at pow.cpp:123","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (smallest_difficulty_target > pow_limit) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -123,1 +123,1 @@\n-        if (smallest_difficulty_target > pow_limit) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.049Z","updatedAt":"2026-09-18T18:41:30.049Z","url":"https://0.0.0.0:3000/mutants/328","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":329,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":130,"endLine":130,"title":"Statement deletion mutation at pow.cpp:130","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        minimum_new_target.SetCompact(smallest_difficulty_target.GetCompact());","mutatedCode":"        // minimum_new_target.SetCompact(smallest_difficulty_target.GetCompact());","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -130,1 +130,1 @@\n-        minimum_new_target.SetCompact(smallest_difficulty_target.GetCompact());\n+        // minimum_new_target.SetCompact(smallest_difficulty_target.GetCompact());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.053Z","updatedAt":"2026-09-18T18:41:30.053Z","url":"https://0.0.0.0:3000/mutants/329","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":330,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Constant replacement mutation at pow.cpp:131","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        if (minimum_new_target > observed_new_target) return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        if (minimum_new_target > observed_new_target) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.056Z","updatedAt":"2026-09-18T18:41:30.056Z","url":"https://0.0.0.0:3000/mutants/330","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":331,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Relational operator mutation at pow.cpp:131","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        if (minimum_new_target >= observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        if (minimum_new_target >= observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.060Z","updatedAt":"2026-09-18T18:41:30.060Z","url":"https://0.0.0.0:3000/mutants/331","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":332,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Relational operator mutation at pow.cpp:131","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        if (minimum_new_target < observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        if (minimum_new_target < observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.063Z","updatedAt":"2026-09-18T18:41:30.063Z","url":"https://0.0.0.0:3000/mutants/332","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":333,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Relational operator mutation at pow.cpp:131","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        if (minimum_new_target <= observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        if (minimum_new_target <= observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.066Z","updatedAt":"2026-09-18T18:41:30.066Z","url":"https://0.0.0.0:3000/mutants/333","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":334,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Conditional operator mutation at pow.cpp:131","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        if (1==1) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.069Z","updatedAt":"2026-09-18T18:41:30.069Z","url":"https://0.0.0.0:3000/mutants/334","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":335,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Conditional operator mutation at pow.cpp:131","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        if (1==0) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.072Z","updatedAt":"2026-09-18T18:41:30.072Z","url":"https://0.0.0.0:3000/mutants/335","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":336,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":131,"endLine":131,"title":"Statement deletion mutation at pow.cpp:131","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (minimum_new_target > observed_new_target) return false;","mutatedCode":"        // if (minimum_new_target > observed_new_target) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -131,1 +131,1 @@\n-        if (minimum_new_target > observed_new_target) return false;\n+        // if (minimum_new_target > observed_new_target) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.075Z","updatedAt":"2026-09-18T18:41:30.075Z","url":"https://0.0.0.0:3000/mutants/336","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":337,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":132,"endLine":132,"title":"Relational operator mutation at pow.cpp:132","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (old_nbits != new_nbits) {","mutatedCode":"    } else if (old_nbits == new_nbits) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -132,1 +132,1 @@\n-    } else if (old_nbits != new_nbits) {\n+    } else if (old_nbits == new_nbits) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.078Z","updatedAt":"2026-09-18T18:41:30.078Z","url":"https://0.0.0.0:3000/mutants/337","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":338,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":132,"endLine":132,"title":"Conditional operator mutation at pow.cpp:132","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    } else if (old_nbits != new_nbits) {","mutatedCode":"    } else if (1==1) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -132,1 +132,1 @@\n-    } else if (old_nbits != new_nbits) {\n+    } else if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.080Z","updatedAt":"2026-09-18T18:41:30.080Z","url":"https://0.0.0.0:3000/mutants/338","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":339,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":132,"endLine":132,"title":"Conditional operator mutation at pow.cpp:132","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    } else if (old_nbits != new_nbits) {","mutatedCode":"    } else if (1==0) {","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -132,1 +132,1 @@\n-    } else if (old_nbits != new_nbits) {\n+    } else if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.084Z","updatedAt":"2026-09-18T18:41:30.084Z","url":"https://0.0.0.0:3000/mutants/339","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":340,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":133,"endLine":133,"title":"Constant replacement mutation at pow.cpp:133","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return false;","mutatedCode":"        return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -133,1 +133,1 @@\n-        return false;\n+        return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.086Z","updatedAt":"2026-09-18T18:41:30.086Z","url":"https://0.0.0.0:3000/mutants/340","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":341,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":135,"endLine":135,"title":"Constant replacement mutation at pow.cpp:135","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return true;","mutatedCode":"    return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -135,1 +135,1 @@\n-    return true;\n+    return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.089Z","updatedAt":"2026-09-18T18:41:30.089Z","url":"https://0.0.0.0:3000/mutants/341","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":342,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":152,"endLine":152,"title":"Statement deletion mutation at pow.cpp:152","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    bnTarget.SetCompact(nBits, &fNegative, &fOverflow);","mutatedCode":"    // bnTarget.SetCompact(nBits, &fNegative, &fOverflow);","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -152,1 +152,1 @@\n-    bnTarget.SetCompact(nBits, &fNegative, &fOverflow);\n+    // bnTarget.SetCompact(nBits, &fNegative, &fOverflow);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.091Z","updatedAt":"2026-09-18T18:41:30.091Z","url":"https://0.0.0.0:3000/mutants/342","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":343,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":155,"endLine":155,"title":"Relational operator mutation at pow.cpp:155","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","mutatedCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget >= UintToArith256(pow_limit))","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -155,1 +155,1 @@\n-    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n+    if (fNegative || bnTarget == 0 || fOverflow || bnTarget >= UintToArith256(pow_limit))\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.095Z","updatedAt":"2026-09-18T18:41:30.095Z","url":"https://0.0.0.0:3000/mutants/343","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":344,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":155,"endLine":155,"title":"Relational operator mutation at pow.cpp:155","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","mutatedCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget < UintToArith256(pow_limit))","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -155,1 +155,1 @@\n-    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n+    if (fNegative || bnTarget == 0 || fOverflow || bnTarget < UintToArith256(pow_limit))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.100Z","updatedAt":"2026-09-18T18:41:30.100Z","url":"https://0.0.0.0:3000/mutants/344","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":345,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":155,"endLine":155,"title":"Relational operator mutation at pow.cpp:155","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","mutatedCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget <= UintToArith256(pow_limit))","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -155,1 +155,1 @@\n-    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n+    if (fNegative || bnTarget == 0 || fOverflow || bnTarget <= UintToArith256(pow_limit))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.105Z","updatedAt":"2026-09-18T18:41:30.105Z","url":"https://0.0.0.0:3000/mutants/345","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":346,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":155,"endLine":155,"title":"Logical operator mutation at pow.cpp:155","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","mutatedCode":"    if (fNegative && bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -155,1 +155,1 @@\n-    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n+    if (fNegative && bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.111Z","updatedAt":"2026-09-18T18:41:30.111Z","url":"https://0.0.0.0:3000/mutants/346","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":347,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":155,"endLine":155,"title":"Relational operator mutation at pow.cpp:155","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","mutatedCode":"    if (fNegative || bnTarget != 0 || fOverflow || bnTarget > UintToArith256(pow_limit))","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -155,1 +155,1 @@\n-    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n+    if (fNegative || bnTarget != 0 || fOverflow || bnTarget > UintToArith256(pow_limit))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.117Z","updatedAt":"2026-09-18T18:41:30.117Z","url":"https://0.0.0.0:3000/mutants/347","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":348,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":164,"endLine":164,"title":"Constant replacement mutation at pow.cpp:164","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!bnTarget) return false;","mutatedCode":"    if (!bnTarget) return true;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -164,1 +164,1 @@\n-    if (!bnTarget) return false;\n+    if (!bnTarget) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.121Z","updatedAt":"2026-09-18T18:41:30.121Z","url":"https://0.0.0.0:3000/mutants/348","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":349,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":164,"endLine":164,"title":"Conditional operator mutation at pow.cpp:164","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!bnTarget) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -164,1 +164,1 @@\n-    if (!bnTarget) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.125Z","updatedAt":"2026-09-18T18:41:30.125Z","url":"https://0.0.0.0:3000/mutants/349","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":350,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":167,"endLine":167,"title":"Relational operator mutation at pow.cpp:167","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (UintToArith256(hash) > bnTarget)","mutatedCode":"    if (UintToArith256(hash) >= bnTarget)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -167,1 +167,1 @@\n-    if (UintToArith256(hash) > bnTarget)\n+    if (UintToArith256(hash) >= bnTarget)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.128Z","updatedAt":"2026-09-18T18:41:30.128Z","url":"https://0.0.0.0:3000/mutants/350","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":351,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":167,"endLine":167,"title":"Relational operator mutation at pow.cpp:167","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (UintToArith256(hash) > bnTarget)","mutatedCode":"    if (UintToArith256(hash) < bnTarget)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -167,1 +167,1 @@\n-    if (UintToArith256(hash) > bnTarget)\n+    if (UintToArith256(hash) < bnTarget)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.131Z","updatedAt":"2026-09-18T18:41:30.131Z","url":"https://0.0.0.0:3000/mutants/351","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":352,"repository":"bitcoin/bitcoin","language":"C++","commit":"a09a81ebfce360a45484e2d0e4e8e889f5d5d214","pullRequest":null,"file":"src/pow.cpp","startLine":167,"endLine":167,"title":"Relational operator mutation at pow.cpp:167","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (UintToArith256(hash) > bnTarget)","mutatedCode":"    if (UintToArith256(hash) <= bnTarget)","diff":"--- a/src/pow.cpp\n+++ b/src/pow.cpp\n@@ -167,1 +167,1 @@\n-    if (UintToArith256(hash) > bnTarget)\n+    if (UintToArith256(hash) <= bnTarget)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=pow_tests && ./build/bin/test_bitcoin --run_test=headers_sync_chainwork_tests && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.134Z","updatedAt":"2026-09-18T18:41:30.134Z","url":"https://0.0.0.0:3000/mutants/352","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":353,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":17,"endLine":17,"title":"Statement deletion mutation at private_broadcast.cpp:17","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (m_transactions.contains(tx)) return AddResult::AlreadyPresent;","mutatedCode":"    // if (m_transactions.contains(tx)) return AddResult::AlreadyPresent;","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -17,1 +17,1 @@\n-    if (m_transactions.contains(tx)) return AddResult::AlreadyPresent;\n+    // if (m_transactions.contains(tx)) return AddResult::AlreadyPresent;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.138Z","updatedAt":"2026-09-18T18:41:30.138Z","url":"https://0.0.0.0:3000/mutants/353","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":354,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":19,"endLine":19,"title":"Relational operator mutation at private_broadcast.cpp:19","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_transactions.size() >= m_max_transactions) return AddResult::QueueFull;","mutatedCode":"    if (m_transactions.size() > m_max_transactions) return AddResult::QueueFull;","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -19,1 +19,1 @@\n-    if (m_transactions.size() >= m_max_transactions) return AddResult::QueueFull;\n+    if (m_transactions.size() > m_max_transactions) return AddResult::QueueFull;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.141Z","updatedAt":"2026-09-18T18:41:30.141Z","url":"https://0.0.0.0:3000/mutants/354","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":355,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":21,"endLine":21,"title":"Statement deletion mutation at private_broadcast.cpp:21","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_transactions.try_emplace(tx);","mutatedCode":"    // m_transactions.try_emplace(tx);","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -21,1 +21,1 @@\n-    m_transactions.try_emplace(tx);\n+    // m_transactions.try_emplace(tx);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.144Z","updatedAt":"2026-09-18T18:41:30.144Z","url":"https://0.0.0.0:3000/mutants/355","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":356,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":30,"endLine":30,"title":"Conditional operator mutation at private_broadcast.cpp:30","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (handle) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -30,1 +30,1 @@\n-    if (handle) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.147Z","updatedAt":"2026-09-18T18:41:30.147Z","url":"https://0.0.0.0:3000/mutants/356","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":357,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":49,"endLine":49,"title":"Relational operator mutation at private_broadcast.cpp:49","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            [](const auto& a, const auto& b) { return a < b; },","mutatedCode":"            [](const auto& a, const auto& b) { return a <= b; },","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -49,1 +49,1 @@\n-            [](const auto& a, const auto& b) { return a < b; },\n+            [](const auto& a, const auto& b) { return a <= b; },\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.151Z","updatedAt":"2026-09-18T18:41:30.151Z","url":"https://0.0.0.0:3000/mutants/357","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":358,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":52,"endLine":52,"title":"Relational operator mutation at private_broadcast.cpp:52","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (it != m_transactions.end()) {","mutatedCode":"    if (it == m_transactions.end()) {","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -52,1 +52,1 @@\n-    if (it != m_transactions.end()) {\n+    if (it == m_transactions.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.156Z","updatedAt":"2026-09-18T18:41:30.156Z","url":"https://0.0.0.0:3000/mutants/358","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":359,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":54,"endLine":54,"title":"Statement deletion mutation at private_broadcast.cpp:54","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        state.send_statuses.emplace_back(will_send_to_nodeid, will_send_to_address, NodeClock::now());","mutatedCode":"        // state.send_statuses.emplace_back(will_send_to_nodeid, will_send_to_address, NodeClock::now());","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -54,1 +54,1 @@\n-        state.send_statuses.emplace_back(will_send_to_nodeid, will_send_to_address, NodeClock::now());\n+        // state.send_statuses.emplace_back(will_send_to_nodeid, will_send_to_address, NodeClock::now());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.159Z","updatedAt":"2026-09-18T18:41:30.159Z","url":"https://0.0.0.0:3000/mutants/359","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":360,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":78,"endLine":78,"title":"Constant replacement mutation at private_broadcast.cpp:78","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        tx_and_status.value().send_status.confirmed = NodeClock::now();","mutatedCode":"        tx_and_status.value().send_status.confirmed = true;","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -78,1 +78,1 @@\n-        tx_and_status.value().send_status.confirmed = NodeClock::now();\n+        tx_and_status.value().send_status.confirmed = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.166Z","updatedAt":"2026-09-18T18:41:30.166Z","url":"https://0.0.0.0:3000/mutants/360","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":361,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":90,"endLine":90,"title":"Constant replacement mutation at private_broadcast.cpp:90","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return false;","mutatedCode":"    return true;","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -90,1 +90,1 @@\n-    return false;\n+    return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.169Z","updatedAt":"2026-09-18T18:41:30.169Z","url":"https://0.0.0.0:3000/mutants/361","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":362,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":108,"endLine":108,"title":"Relational operator mutation at private_broadcast.cpp:108","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (p.num_confirmed == 0) {","mutatedCode":"        if (p.num_confirmed != 0) {","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -108,1 +108,1 @@\n-        if (p.num_confirmed == 0) {\n+        if (p.num_confirmed != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.171Z","updatedAt":"2026-09-18T18:41:30.171Z","url":"https://0.0.0.0:3000/mutants/362","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":363,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":128,"endLine":128,"title":"Constant replacement mutation at private_broadcast.cpp:128","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            peers.emplace_back(PeerSendInfo{.address = status.address, .sent = status.picked, .received = status.confirmed});","mutatedCode":"            peers.emplace_back(PeerSendInfo{.address = true, .sent = status.picked, .received = status.confirmed});","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -128,1 +128,1 @@\n-            peers.emplace_back(PeerSendInfo{.address = status.address, .sent = status.picked, .received = status.confirmed});\n+            peers.emplace_back(PeerSendInfo{.address = true, .sent = status.picked, .received = status.confirmed});\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.173Z","updatedAt":"2026-09-18T18:41:30.173Z","url":"https://0.0.0.0:3000/mutants/363","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":364,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":139,"endLine":139,"title":"Constant replacement mutation at private_broadcast.cpp:139","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    p.num_picked = sent_to.size();","mutatedCode":"    p.num_picked = true;","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -139,1 +139,1 @@\n-    p.num_picked = sent_to.size();\n+    p.num_picked = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.175Z","updatedAt":"2026-09-18T18:41:30.175Z","url":"https://0.0.0.0:3000/mutants/364","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":365,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":156,"endLine":156,"title":"Relational operator mutation at private_broadcast.cpp:156","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (send_status.nodeid == nodeid) {","mutatedCode":"            if (send_status.nodeid != nodeid) {","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -156,1 +156,1 @@\n-            if (send_status.nodeid == nodeid) {\n+            if (send_status.nodeid != nodeid) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.177Z","updatedAt":"2026-09-18T18:41:30.177Z","url":"https://0.0.0.0:3000/mutants/365","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":366,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/private_broadcast.cpp","startLine":157,"endLine":157,"title":"Constant replacement mutation at private_broadcast.cpp:157","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                return TxAndSendStatusForNode{.tx = tx, .send_status = send_status};","mutatedCode":"                return TxAndSendStatusForNode{.tx = true, .send_status = send_status};","diff":"--- a/src/private_broadcast.cpp\n+++ b/src/private_broadcast.cpp\n@@ -157,1 +157,1 @@\n-                return TxAndSendStatusForNode{.tx = tx, .send_status = send_status};\n+                return TxAndSendStatusForNode{.tx = true, .send_status = send_status};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=private_broadcast_tests && ./build_corecheck/test/functional/p2p_private_broadcast.py && ./build_corecheck/test/functional/p2p_private_broadcast_retry_v1.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.179Z","updatedAt":"2026-09-18T18:41:30.179Z","url":"https://0.0.0.0:3000/mutants/366","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":367,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":26,"endLine":26,"title":"Statement deletion mutation at psbt.cpp:26","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        inputs.emplace_back(GetVersion(), input.prevout.hash, input.prevout.n, input.nSequence);","mutatedCode":"        // inputs.emplace_back(GetVersion(), input.prevout.hash, input.prevout.n, input.nSequence);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -26,1 +26,1 @@\n-        inputs.emplace_back(GetVersion(), input.prevout.hash, input.prevout.n, input.nSequence);\n+        // inputs.emplace_back(GetVersion(), input.prevout.hash, input.prevout.n, input.nSequence);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.180Z","updatedAt":"2026-09-18T18:41:30.180Z","url":"https://0.0.0.0:3000/mutants/367","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":368,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":30,"endLine":30,"title":"Statement deletion mutation at psbt.cpp:30","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        outputs.emplace_back(GetVersion(), output.nValue, output.scriptPubKey);","mutatedCode":"        // outputs.emplace_back(GetVersion(), output.nValue, output.scriptPubKey);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -30,1 +30,1 @@\n-        outputs.emplace_back(GetVersion(), output.nValue, output.scriptPubKey);\n+        // outputs.emplace_back(GetVersion(), output.nValue, output.scriptPubKey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.182Z","updatedAt":"2026-09-18T18:41:30.182Z","url":"https://0.0.0.0:3000/mutants/368","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":369,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":36,"endLine":36,"title":"Logical operator mutation at psbt.cpp:36","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return inputs.empty() && outputs.empty() && unknown.empty();","mutatedCode":"    return inputs.empty() || outputs.empty() && unknown.empty();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -36,1 +36,1 @@\n-    return inputs.empty() && outputs.empty() && unknown.empty();\n+    return inputs.empty() || outputs.empty() && unknown.empty();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.184Z","updatedAt":"2026-09-18T18:41:30.184Z","url":"https://0.0.0.0:3000/mutants/369","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":370,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":44,"endLine":44,"title":"Logical operator mutation at psbt.cpp:44","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!this_id || !psbt_id || this_id != psbt_id) {","mutatedCode":"    if (!this_id && !psbt_id || this_id != psbt_id) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -44,1 +44,1 @@\n-    if (!this_id || !psbt_id || this_id != psbt_id) {\n+    if (!this_id && !psbt_id || this_id != psbt_id) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.186Z","updatedAt":"2026-09-18T18:41:30.186Z","url":"https://0.0.0.0:3000/mutants/370","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":371,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":45,"endLine":45,"title":"Constant replacement mutation at psbt.cpp:45","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return false;","mutatedCode":"        return true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -45,1 +45,1 @@\n-        return false;\n+        return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.188Z","updatedAt":"2026-09-18T18:41:30.188Z","url":"https://0.0.0.0:3000/mutants/371","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":372,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":47,"endLine":47,"title":"Relational operator mutation at psbt.cpp:47","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetVersion() != psbt.GetVersion()) {","mutatedCode":"    if (GetVersion() == psbt.GetVersion()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -47,1 +47,1 @@\n-    if (GetVersion() != psbt.GetVersion()) {\n+    if (GetVersion() == psbt.GetVersion()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.189Z","updatedAt":"2026-09-18T18:41:30.189Z","url":"https://0.0.0.0:3000/mutants/372","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":373,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":51,"endLine":51,"title":"Relational operator mutation at psbt.cpp:51","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < inputs.size(); ++i) {","mutatedCode":"    for (unsigned int i = 0; i <= inputs.size(); ++i) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -51,1 +51,1 @@\n-    for (unsigned int i = 0; i < inputs.size(); ++i) {\n+    for (unsigned int i = 0; i <= inputs.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.191Z","updatedAt":"2026-09-18T18:41:30.191Z","url":"https://0.0.0.0:3000/mutants/373","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":374,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":56,"endLine":56,"title":"Relational operator mutation at psbt.cpp:56","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < outputs.size(); ++i) {","mutatedCode":"    for (unsigned int i = 0; i <= outputs.size(); ++i) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -56,1 +56,1 @@\n-    for (unsigned int i = 0; i < outputs.size(); ++i) {\n+    for (unsigned int i = 0; i <= outputs.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.193Z","updatedAt":"2026-09-18T18:41:30.193Z","url":"https://0.0.0.0:3000/mutants/374","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":375,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":68,"endLine":68,"title":"Logical operator mutation at psbt.cpp:68","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (fallback_locktime == std::nullopt && psbt.fallback_locktime != std::nullopt) fallback_locktime = psbt.fallback_locktime;","mutatedCode":"    if (fallback_locktime == std::nullopt || psbt.fallback_locktime != std::nullopt) fallback_locktime = psbt.fallback_locktime;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -68,1 +68,1 @@\n-    if (fallback_locktime == std::nullopt && psbt.fallback_locktime != std::nullopt) fallback_locktime = psbt.fallback_locktime;\n+    if (fallback_locktime == std::nullopt || psbt.fallback_locktime != std::nullopt) fallback_locktime = psbt.fallback_locktime;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.195Z","updatedAt":"2026-09-18T18:41:30.195Z","url":"https://0.0.0.0:3000/mutants/375","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":376,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":71,"endLine":71,"title":"Logical operator mutation at psbt.cpp:71","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_tx_modifiable.has_value() || psbt.m_tx_modifiable.has_value()) {","mutatedCode":"    if (m_tx_modifiable.has_value() && psbt.m_tx_modifiable.has_value()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -71,1 +71,1 @@\n-    if (m_tx_modifiable.has_value() || psbt.m_tx_modifiable.has_value()) {\n+    if (m_tx_modifiable.has_value() && psbt.m_tx_modifiable.has_value()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.196Z","updatedAt":"2026-09-18T18:41:30.196Z","url":"https://0.0.0.0:3000/mutants/376","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":377,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":77,"endLine":77,"title":"Logical operator mutation at psbt.cpp:77","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        final_modifiable.set(2, this_modifiable[2] || psbt_modifiable[2]);","mutatedCode":"        final_modifiable.set(2, this_modifiable[2] && psbt_modifiable[2]);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -77,1 +77,1 @@\n-        final_modifiable.set(2, this_modifiable[2] || psbt_modifiable[2]);\n+        final_modifiable.set(2, this_modifiable[2] && psbt_modifiable[2]);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.198Z","updatedAt":"2026-09-18T18:41:30.198Z","url":"https://0.0.0.0:3000/mutants/377","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":378,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":82,"endLine":82,"title":"Statement deletion mutation at psbt.cpp:82","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_proprietary.insert(psbt.m_proprietary.begin(), psbt.m_proprietary.end());","mutatedCode":"    // m_proprietary.insert(psbt.m_proprietary.begin(), psbt.m_proprietary.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -82,1 +82,1 @@\n-    m_proprietary.insert(psbt.m_proprietary.begin(), psbt.m_proprietary.end());\n+    // m_proprietary.insert(psbt.m_proprietary.begin(), psbt.m_proprietary.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.200Z","updatedAt":"2026-09-18T18:41:30.200Z","url":"https://0.0.0.0:3000/mutants/378","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":379,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":83,"endLine":83,"title":"Statement deletion mutation at psbt.cpp:83","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    unknown.insert(psbt.unknown.begin(), psbt.unknown.end());","mutatedCode":"    // unknown.insert(psbt.unknown.begin(), psbt.unknown.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -83,1 +83,1 @@\n-    unknown.insert(psbt.unknown.begin(), psbt.unknown.end());\n+    // unknown.insert(psbt.unknown.begin(), psbt.unknown.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.202Z","updatedAt":"2026-09-18T18:41:30.202Z","url":"https://0.0.0.0:3000/mutants/379","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":380,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":85,"endLine":85,"title":"Constant replacement mutation at psbt.cpp:85","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return true;","mutatedCode":"    return false;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -85,1 +85,1 @@\n-    return true;\n+    return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.204Z","updatedAt":"2026-09-18T18:41:30.204Z","url":"https://0.0.0.0:3000/mutants/380","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":381,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":90,"endLine":90,"title":"Relational operator mutation at psbt.cpp:90","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetVersion() >= 2) {","mutatedCode":"    if (GetVersion() > 2) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -90,1 +90,1 @@\n-    if (GetVersion() >= 2) {\n+    if (GetVersion() > 2) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.206Z","updatedAt":"2026-09-18T18:41:30.206Z","url":"https://0.0.0.0:3000/mutants/381","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":382,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":94,"endLine":94,"title":"Logical operator mutation at psbt.cpp:94","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (input.time_locktime.has_value() && !input.height_locktime.has_value()) {","mutatedCode":"            if (input.time_locktime.has_value() || !input.height_locktime.has_value()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -94,1 +94,1 @@\n-            if (input.time_locktime.has_value() && !input.height_locktime.has_value()) {\n+            if (input.time_locktime.has_value() || !input.height_locktime.has_value()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.208Z","updatedAt":"2026-09-18T18:41:30.208Z","url":"https://0.0.0.0:3000/mutants/382","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":383,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":99,"endLine":99,"title":"Logical operator mutation at psbt.cpp:99","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            } else if (!input.time_locktime.has_value() && input.height_locktime.has_value()) {","mutatedCode":"            } else if (!input.time_locktime.has_value() || input.height_locktime.has_value()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -99,1 +99,1 @@\n-            } else if (!input.time_locktime.has_value() && input.height_locktime.has_value()) {\n+            } else if (!input.time_locktime.has_value() || input.height_locktime.has_value()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.210Z","updatedAt":"2026-09-18T18:41:30.210Z","url":"https://0.0.0.0:3000/mutants/383","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":384,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":112,"endLine":112,"title":"Relational operator mutation at psbt.cpp:112","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (height_lock.has_value() && *height_lock > 0) {","mutatedCode":"        if (height_lock.has_value() && *height_lock >= 0) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -112,1 +112,1 @@\n-        if (height_lock.has_value() && *height_lock > 0) {\n+        if (height_lock.has_value() && *height_lock >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.212Z","updatedAt":"2026-09-18T18:41:30.212Z","url":"https://0.0.0.0:3000/mutants/384","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":385,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":115,"endLine":115,"title":"Relational operator mutation at psbt.cpp:115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (time_lock.has_value() && *time_lock > 0) {","mutatedCode":"        if (time_lock.has_value() && *time_lock >= 0) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -115,1 +115,1 @@\n-        if (time_lock.has_value() && *time_lock > 0) {\n+        if (time_lock.has_value() && *time_lock >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.215Z","updatedAt":"2026-09-18T18:41:30.215Z","url":"https://0.0.0.0:3000/mutants/385","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":386,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":119,"endLine":119,"title":"Constant replacement mutation at psbt.cpp:119","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return fallback_locktime.value_or(0);","mutatedCode":"    return fallback_locktime.value_or(0 - 1);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -119,1 +119,1 @@\n-    return fallback_locktime.value_or(0);\n+    return fallback_locktime.value_or(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.219Z","updatedAt":"2026-09-18T18:41:30.219Z","url":"https://0.0.0.0:3000/mutants/386","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":387,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":125,"endLine":125,"title":"Constant replacement mutation at psbt.cpp:125","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    mtx.version = tx_version;","mutatedCode":"    mtx.version = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -125,1 +125,1 @@\n-    mtx.version = tx_version;\n+    mtx.version = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.222Z","updatedAt":"2026-09-18T18:41:30.222Z","url":"https://0.0.0.0:3000/mutants/387","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":388,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":130,"endLine":130,"title":"Constant replacement mutation at psbt.cpp:130","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    mtx.nLockTime = *locktime;","mutatedCode":"    mtx.nLockTime = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -130,1 +130,1 @@\n-    mtx.nLockTime = *locktime;\n+    mtx.nLockTime = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.226Z","updatedAt":"2026-09-18T18:41:30.226Z","url":"https://0.0.0.0:3000/mutants/388","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":389,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":134,"endLine":134,"title":"Constant replacement mutation at psbt.cpp:134","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txin.prevout.hash = input.prev_txid;","mutatedCode":"        txin.prevout.hash = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -134,1 +134,1 @@\n-        txin.prevout.hash = input.prev_txid;\n+        txin.prevout.hash = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.229Z","updatedAt":"2026-09-18T18:41:30.229Z","url":"https://0.0.0.0:3000/mutants/389","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":390,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":135,"endLine":135,"title":"Constant replacement mutation at psbt.cpp:135","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txin.prevout.n = input.prev_out;","mutatedCode":"        txin.prevout.n = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -135,1 +135,1 @@\n-        txin.prevout.n = input.prev_out;\n+        txin.prevout.n = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.232Z","updatedAt":"2026-09-18T18:41:30.232Z","url":"https://0.0.0.0:3000/mutants/390","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":391,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":136,"endLine":136,"title":"Constant replacement mutation at psbt.cpp:136","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txin.nSequence = input.sequence.value_or(max_sequence);","mutatedCode":"        txin.nSequence = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -136,1 +136,1 @@\n-        txin.nSequence = input.sequence.value_or(max_sequence);\n+        txin.nSequence = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.235Z","updatedAt":"2026-09-18T18:41:30.235Z","url":"https://0.0.0.0:3000/mutants/391","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":392,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":137,"endLine":137,"title":"Statement deletion mutation at psbt.cpp:137","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        mtx.vin.push_back(txin);","mutatedCode":"        // mtx.vin.push_back(txin);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -137,1 +137,1 @@\n-        mtx.vin.push_back(txin);\n+        // mtx.vin.push_back(txin);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.237Z","updatedAt":"2026-09-18T18:41:30.237Z","url":"https://0.0.0.0:3000/mutants/392","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":393,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":141,"endLine":141,"title":"Constant replacement mutation at psbt.cpp:141","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txout.nValue = output.amount;","mutatedCode":"        txout.nValue = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -141,1 +141,1 @@\n-        txout.nValue = output.amount;\n+        txout.nValue = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.240Z","updatedAt":"2026-09-18T18:41:30.240Z","url":"https://0.0.0.0:3000/mutants/393","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":394,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":142,"endLine":142,"title":"Constant replacement mutation at psbt.cpp:142","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txout.scriptPubKey = output.script;","mutatedCode":"        txout.scriptPubKey = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -142,1 +142,1 @@\n-        txout.scriptPubKey = output.script;\n+        txout.scriptPubKey = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.243Z","updatedAt":"2026-09-18T18:41:30.243Z","url":"https://0.0.0.0:3000/mutants/394","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":395,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":143,"endLine":143,"title":"Statement deletion mutation at psbt.cpp:143","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        mtx.vout.push_back(txout);","mutatedCode":"        // mtx.vout.push_back(txout);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -143,1 +143,1 @@\n-        mtx.vout.push_back(txout);\n+        // mtx.vout.push_back(txout);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.245Z","updatedAt":"2026-09-18T18:41:30.245Z","url":"https://0.0.0.0:3000/mutants/395","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":396,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":157,"endLine":157,"title":"Constant replacement mutation at psbt.cpp:157","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            txin.nSequence = 0;","mutatedCode":"            txin.nSequence = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -157,1 +157,1 @@\n-            txin.nSequence = 0;\n+            txin.nSequence = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.247Z","updatedAt":"2026-09-18T18:41:30.247Z","url":"https://0.0.0.0:3000/mutants/396","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":397,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":166,"endLine":166,"title":"Relational operator mutation at psbt.cpp:166","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (psbtin.GetVersion() != GetVersion()) {","mutatedCode":"    if (psbtin.GetVersion() == GetVersion()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -166,1 +166,1 @@\n-    if (psbtin.GetVersion() != GetVersion()) {\n+    if (psbtin.GetVersion() == GetVersion()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.254Z","updatedAt":"2026-09-18T18:41:30.254Z","url":"https://0.0.0.0:3000/mutants/397","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":398,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":173,"endLine":173,"title":"Logical operator mutation at psbt.cpp:173","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            return psbt.prev_txid == psbtin.prev_txid && psbt.prev_out == psbtin.prev_out;","mutatedCode":"            return psbt.prev_txid == psbtin.prev_txid || psbt.prev_out == psbtin.prev_out;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -173,1 +173,1 @@\n-            return psbt.prev_txid == psbtin.prev_txid && psbt.prev_out == psbtin.prev_out;\n+            return psbt.prev_txid == psbtin.prev_txid || psbt.prev_out == psbtin.prev_out;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.257Z","updatedAt":"2026-09-18T18:41:30.257Z","url":"https://0.0.0.0:3000/mutants/398","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":399,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":175,"endLine":175,"title":"Relational operator mutation at psbt.cpp:175","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    ) != inputs.end()) {","mutatedCode":"    ) == inputs.end()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -175,1 +175,1 @@\n-    ) != inputs.end()) {\n+    ) == inputs.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.260Z","updatedAt":"2026-09-18T18:41:30.260Z","url":"https://0.0.0.0:3000/mutants/399","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":400,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":179,"endLine":179,"title":"Relational operator mutation at psbt.cpp:179","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetVersion() < 2) {","mutatedCode":"    if (GetVersion() <= 2) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -179,1 +179,1 @@\n-    if (GetVersion() < 2) {\n+    if (GetVersion() <= 2) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.263Z","updatedAt":"2026-09-18T18:41:30.263Z","url":"https://0.0.0.0:3000/mutants/400","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":401,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":181,"endLine":181,"title":"Statement deletion mutation at psbt.cpp:181","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        inputs.push_back(psbtin);","mutatedCode":"        // inputs.push_back(psbtin);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -181,1 +181,1 @@\n-        inputs.push_back(psbtin);\n+        // inputs.push_back(psbtin);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.265Z","updatedAt":"2026-09-18T18:41:30.265Z","url":"https://0.0.0.0:3000/mutants/401","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":402,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":182,"endLine":182,"title":"Statement deletion mutation at psbt.cpp:182","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        inputs.back().partial_sigs.clear();","mutatedCode":"        // inputs.back().partial_sigs.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -182,1 +182,1 @@\n-        inputs.back().partial_sigs.clear();\n+        // inputs.back().partial_sigs.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.268Z","updatedAt":"2026-09-18T18:41:30.268Z","url":"https://0.0.0.0:3000/mutants/402","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":403,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":183,"endLine":183,"title":"Statement deletion mutation at psbt.cpp:183","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        inputs.back().final_script_sig.clear();","mutatedCode":"        // inputs.back().final_script_sig.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -183,1 +183,1 @@\n-        inputs.back().final_script_sig.clear();\n+        // inputs.back().final_script_sig.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.270Z","updatedAt":"2026-09-18T18:41:30.270Z","url":"https://0.0.0.0:3000/mutants/403","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":404,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":184,"endLine":184,"title":"Statement deletion mutation at psbt.cpp:184","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        inputs.back().final_script_witness.SetNull();","mutatedCode":"        // inputs.back().final_script_witness.SetNull();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -184,1 +184,1 @@\n-        inputs.back().final_script_witness.SetNull();\n+        // inputs.back().final_script_witness.SetNull();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.273Z","updatedAt":"2026-09-18T18:41:30.273Z","url":"https://0.0.0.0:3000/mutants/404","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":405,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":189,"endLine":189,"title":"Logical operator mutation at psbt.cpp:189","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!m_tx_modifiable.has_value() || !m_tx_modifiable->test(0)) {","mutatedCode":"    if (!m_tx_modifiable.has_value() && !m_tx_modifiable->test(0)) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -189,1 +189,1 @@\n-    if (!m_tx_modifiable.has_value() || !m_tx_modifiable->test(0)) {\n+    if (!m_tx_modifiable.has_value() && !m_tx_modifiable->test(0)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.275Z","updatedAt":"2026-09-18T18:41:30.275Z","url":"https://0.0.0.0:3000/mutants/405","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":406,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":199,"endLine":199,"title":"Conditional operator mutation at psbt.cpp:199","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (iterate_inputs) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -199,1 +199,1 @@\n-    if (iterate_inputs) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.277Z","updatedAt":"2026-09-18T18:41:30.277Z","url":"https://0.0.0.0:3000/mutants/406","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":407,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":201,"endLine":201,"title":"Conditional operator mutation at psbt.cpp:201","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!old_timelock) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -201,1 +201,1 @@\n-        if (!old_timelock) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.279Z","updatedAt":"2026-09-18T18:41:30.279Z","url":"https://0.0.0.0:3000/mutants/407","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":408,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":207,"endLine":207,"title":"Constant replacement mutation at psbt.cpp:207","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool has_sigs = false;","mutatedCode":"        bool has_sigs = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -207,1 +207,1 @@\n-        bool has_sigs = false;\n+        bool has_sigs = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.280Z","updatedAt":"2026-09-18T18:41:30.280Z","url":"https://0.0.0.0:3000/mutants/408","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":409,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":211,"endLine":211,"title":"Relational operator mutation at psbt.cpp:211","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (time_lock == std::nullopt) {","mutatedCode":"                if (time_lock != std::nullopt) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -211,1 +211,1 @@\n-                if (time_lock == std::nullopt) {\n+                if (time_lock != std::nullopt) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.283Z","updatedAt":"2026-09-18T18:41:30.283Z","url":"https://0.0.0.0:3000/mutants/409","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":410,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":216,"endLine":216,"title":"Relational operator mutation at psbt.cpp:216","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (height_lock == std::nullopt) {","mutatedCode":"                if (height_lock != std::nullopt) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -216,1 +216,1 @@\n-                if (height_lock == std::nullopt) {\n+                if (height_lock != std::nullopt) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.284Z","updatedAt":"2026-09-18T18:41:30.284Z","url":"https://0.0.0.0:3000/mutants/410","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":411,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":227,"endLine":227,"title":"Constant replacement mutation at psbt.cpp:227","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                has_sigs = true;","mutatedCode":"                has_sigs = false;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -227,1 +227,1 @@\n-                has_sigs = true;\n+                has_sigs = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.286Z","updatedAt":"2026-09-18T18:41:30.286Z","url":"https://0.0.0.0:3000/mutants/411","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":412,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":230,"endLine":230,"title":"Constant replacement mutation at psbt.cpp:230","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        uint32_t new_timelock = fallback_locktime.value_or(0);","mutatedCode":"        uint32_t new_timelock = fallback_locktime.value_or(0 - 1);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -230,1 +230,1 @@\n-        uint32_t new_timelock = fallback_locktime.value_or(0);\n+        uint32_t new_timelock = fallback_locktime.value_or(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.288Z","updatedAt":"2026-09-18T18:41:30.288Z","url":"https://0.0.0.0:3000/mutants/412","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":413,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":233,"endLine":233,"title":"Relational operator mutation at psbt.cpp:233","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (time_lock.has_value() && *time_lock > 0) {","mutatedCode":"        } else if (time_lock.has_value() && *time_lock >= 0) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -233,1 +233,1 @@\n-        } else if (time_lock.has_value() && *time_lock > 0) {\n+        } else if (time_lock.has_value() && *time_lock >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.289Z","updatedAt":"2026-09-18T18:41:30.289Z","url":"https://0.0.0.0:3000/mutants/413","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":414,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":236,"endLine":236,"title":"Logical operator mutation at psbt.cpp:236","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (has_sigs && *old_timelock != new_timelock) {","mutatedCode":"        if (has_sigs || *old_timelock != new_timelock) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -236,1 +236,1 @@\n-        if (has_sigs && *old_timelock != new_timelock) {\n+        if (has_sigs || *old_timelock != new_timelock) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.291Z","updatedAt":"2026-09-18T18:41:30.291Z","url":"https://0.0.0.0:3000/mutants/414","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":415,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":249,"endLine":249,"title":"Relational operator mutation at psbt.cpp:249","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (psbtout.GetVersion() != GetVersion()) {","mutatedCode":"    if (psbtout.GetVersion() == GetVersion()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -249,1 +249,1 @@\n-    if (psbtout.GetVersion() != GetVersion()) {\n+    if (psbtout.GetVersion() == GetVersion()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.292Z","updatedAt":"2026-09-18T18:41:30.292Z","url":"https://0.0.0.0:3000/mutants/415","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":416,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":255,"endLine":255,"title":"Statement deletion mutation at psbt.cpp:255","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        outputs.push_back(psbtout);","mutatedCode":"        // outputs.push_back(psbtout);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -255,1 +255,1 @@\n-        outputs.push_back(psbtout);\n+        // outputs.push_back(psbtout);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.294Z","updatedAt":"2026-09-18T18:41:30.294Z","url":"https://0.0.0.0:3000/mutants/416","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":417,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":261,"endLine":261,"title":"Logical operator mutation at psbt.cpp:261","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!m_tx_modifiable.has_value() || !m_tx_modifiable->test(1)) {","mutatedCode":"    if (!m_tx_modifiable.has_value() && !m_tx_modifiable->test(1)) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -261,1 +261,1 @@\n-    if (!m_tx_modifiable.has_value() || !m_tx_modifiable->test(1)) {\n+    if (!m_tx_modifiable.has_value() && !m_tx_modifiable->test(1)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.296Z","updatedAt":"2026-09-18T18:41:30.296Z","url":"https://0.0.0.0:3000/mutants/417","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":418,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":271,"endLine":271,"title":"Conditional operator mutation at psbt.cpp:271","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (non_witness_utxo) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -271,1 +271,1 @@\n-    if (non_witness_utxo) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.297Z","updatedAt":"2026-09-18T18:41:30.297Z","url":"https://0.0.0.0:3000/mutants/418","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":419,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":272,"endLine":272,"title":"Relational operator mutation at psbt.cpp:272","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (prev_out >= non_witness_utxo->vout.size()) {","mutatedCode":"        if (prev_out > non_witness_utxo->vout.size()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -272,1 +272,1 @@\n-        if (prev_out >= non_witness_utxo->vout.size()) {\n+        if (prev_out > non_witness_utxo->vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.299Z","updatedAt":"2026-09-18T18:41:30.299Z","url":"https://0.0.0.0:3000/mutants/419","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":420,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":275,"endLine":275,"title":"Relational operator mutation at psbt.cpp:275","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (non_witness_utxo->GetHash() != prev_txid) {","mutatedCode":"        if (non_witness_utxo->GetHash() == prev_txid) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -275,1 +275,1 @@\n-        if (non_witness_utxo->GetHash() != prev_txid) {\n+        if (non_witness_utxo->GetHash() == prev_txid) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.301Z","updatedAt":"2026-09-18T18:41:30.301Z","url":"https://0.0.0.0:3000/mutants/420","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":421,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":294,"endLine":294,"title":"Logical operator mutation at psbt.cpp:294","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return !non_witness_utxo && witness_utxo.IsNull() && partial_sigs.empty() && unknown.empty() && hd_keypaths.empty() && redeem_script.empty() && witness_script.empty();","mutatedCode":"    return !non_witness_utxo || witness_utxo.IsNull() && partial_sigs.empty() && unknown.empty() && hd_keypaths.empty() && redeem_script.empty() && witness_script.empty();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -294,1 +294,1 @@\n-    return !non_witness_utxo && witness_utxo.IsNull() && partial_sigs.empty() && unknown.empty() && hd_keypaths.empty() && redeem_script.empty() && witness_script.empty();\n+    return !non_witness_utxo || witness_utxo.IsNull() && partial_sigs.empty() && unknown.empty() && hd_keypaths.empty() && redeem_script.empty() && witness_script.empty();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.303Z","updatedAt":"2026-09-18T18:41:30.303Z","url":"https://0.0.0.0:3000/mutants/421","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":422,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":300,"endLine":300,"title":"Constant replacement mutation at psbt.cpp:300","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.scriptSig = final_script_sig;","mutatedCode":"        sigdata.scriptSig = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -300,1 +300,1 @@\n-        sigdata.scriptSig = final_script_sig;\n+        sigdata.scriptSig = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.304Z","updatedAt":"2026-09-18T18:41:30.304Z","url":"https://0.0.0.0:3000/mutants/422","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":423,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":301,"endLine":301,"title":"Constant replacement mutation at psbt.cpp:301","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.complete = true;","mutatedCode":"        sigdata.complete = false;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -301,1 +301,1 @@\n-        sigdata.complete = true;\n+        sigdata.complete = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.306Z","updatedAt":"2026-09-18T18:41:30.306Z","url":"https://0.0.0.0:3000/mutants/423","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":424,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":304,"endLine":304,"title":"Constant replacement mutation at psbt.cpp:304","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.scriptWitness = final_script_witness;","mutatedCode":"        sigdata.scriptWitness = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -304,1 +304,1 @@\n-        sigdata.scriptWitness = final_script_witness;\n+        sigdata.scriptWitness = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.308Z","updatedAt":"2026-09-18T18:41:30.308Z","url":"https://0.0.0.0:3000/mutants/424","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":425,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":307,"endLine":307,"title":"Conditional operator mutation at psbt.cpp:307","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigdata.complete) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -307,1 +307,1 @@\n-    if (sigdata.complete) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.309Z","updatedAt":"2026-09-18T18:41:30.309Z","url":"https://0.0.0.0:3000/mutants/425","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":426,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":311,"endLine":311,"title":"Statement deletion mutation at psbt.cpp:311","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    sigdata.signatures.insert(partial_sigs.begin(), partial_sigs.end());","mutatedCode":"    // sigdata.signatures.insert(partial_sigs.begin(), partial_sigs.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -311,1 +311,1 @@\n-    sigdata.signatures.insert(partial_sigs.begin(), partial_sigs.end());\n+    // sigdata.signatures.insert(partial_sigs.begin(), partial_sigs.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.311Z","updatedAt":"2026-09-18T18:41:30.311Z","url":"https://0.0.0.0:3000/mutants/426","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":427,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":313,"endLine":313,"title":"Constant replacement mutation at psbt.cpp:313","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.redeem_script = redeem_script;","mutatedCode":"        sigdata.redeem_script = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -313,1 +313,1 @@\n-        sigdata.redeem_script = redeem_script;\n+        sigdata.redeem_script = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.313Z","updatedAt":"2026-09-18T18:41:30.313Z","url":"https://0.0.0.0:3000/mutants/427","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":428,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":316,"endLine":316,"title":"Constant replacement mutation at psbt.cpp:316","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.witness_script = witness_script;","mutatedCode":"        sigdata.witness_script = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -316,1 +316,1 @@\n-        sigdata.witness_script = witness_script;\n+        sigdata.witness_script = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.315Z","updatedAt":"2026-09-18T18:41:30.315Z","url":"https://0.0.0.0:3000/mutants/428","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":429,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":319,"endLine":319,"title":"Statement deletion mutation at psbt.cpp:319","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.misc_pubkeys.emplace(key_pair.first.GetID(), key_pair);","mutatedCode":"        // sigdata.misc_pubkeys.emplace(key_pair.first.GetID(), key_pair);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -319,1 +319,1 @@\n-        sigdata.misc_pubkeys.emplace(key_pair.first.GetID(), key_pair);\n+        // sigdata.misc_pubkeys.emplace(key_pair.first.GetID(), key_pair);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.317Z","updatedAt":"2026-09-18T18:41:30.317Z","url":"https://0.0.0.0:3000/mutants/429","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":430,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":322,"endLine":322,"title":"Constant replacement mutation at psbt.cpp:322","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.taproot_key_path_sig = m_tap_key_sig;","mutatedCode":"        sigdata.taproot_key_path_sig = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -322,1 +322,1 @@\n-        sigdata.taproot_key_path_sig = m_tap_key_sig;\n+        sigdata.taproot_key_path_sig = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.318Z","updatedAt":"2026-09-18T18:41:30.318Z","url":"https://0.0.0.0:3000/mutants/430","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":431,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":325,"endLine":325,"title":"Statement deletion mutation at psbt.cpp:325","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.taproot_script_sigs.emplace(pubkey_leaf, sig);","mutatedCode":"        // sigdata.taproot_script_sigs.emplace(pubkey_leaf, sig);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -325,1 +325,1 @@\n-        sigdata.taproot_script_sigs.emplace(pubkey_leaf, sig);\n+        // sigdata.taproot_script_sigs.emplace(pubkey_leaf, sig);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.320Z","updatedAt":"2026-09-18T18:41:30.320Z","url":"https://0.0.0.0:3000/mutants/431","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":432,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":328,"endLine":328,"title":"Constant replacement mutation at psbt.cpp:328","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.tr_spenddata.internal_key = m_tap_internal_key;","mutatedCode":"        sigdata.tr_spenddata.internal_key = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -328,1 +328,1 @@\n-        sigdata.tr_spenddata.internal_key = m_tap_internal_key;\n+        sigdata.tr_spenddata.internal_key = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.322Z","updatedAt":"2026-09-18T18:41:30.322Z","url":"https://0.0.0.0:3000/mutants/432","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":433,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":331,"endLine":331,"title":"Constant replacement mutation at psbt.cpp:331","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.tr_spenddata.merkle_root = m_tap_merkle_root;","mutatedCode":"        sigdata.tr_spenddata.merkle_root = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -331,1 +331,1 @@\n-        sigdata.tr_spenddata.merkle_root = m_tap_merkle_root;\n+        sigdata.tr_spenddata.merkle_root = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.323Z","updatedAt":"2026-09-18T18:41:30.323Z","url":"https://0.0.0.0:3000/mutants/433","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":434,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":334,"endLine":334,"title":"Statement deletion mutation at psbt.cpp:334","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.tr_spenddata.scripts.emplace(leaf_script, control_block);","mutatedCode":"        // sigdata.tr_spenddata.scripts.emplace(leaf_script, control_block);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -334,1 +334,1 @@\n-        sigdata.tr_spenddata.scripts.emplace(leaf_script, control_block);\n+        // sigdata.tr_spenddata.scripts.emplace(leaf_script, control_block);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.325Z","updatedAt":"2026-09-18T18:41:30.325Z","url":"https://0.0.0.0:3000/mutants/434","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":435,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":337,"endLine":337,"title":"Statement deletion mutation at psbt.cpp:337","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.taproot_misc_pubkeys.emplace(pubkey, leaf_origin);","mutatedCode":"        // sigdata.taproot_misc_pubkeys.emplace(pubkey, leaf_origin);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -337,1 +337,1 @@\n-        sigdata.taproot_misc_pubkeys.emplace(pubkey, leaf_origin);\n+        // sigdata.taproot_misc_pubkeys.emplace(pubkey, leaf_origin);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.327Z","updatedAt":"2026-09-18T18:41:30.327Z","url":"https://0.0.0.0:3000/mutants/435","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":436,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":338,"endLine":338,"title":"Statement deletion mutation at psbt.cpp:338","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.tap_pubkeys.emplace(Hash160(pubkey), pubkey);","mutatedCode":"        // sigdata.tap_pubkeys.emplace(Hash160(pubkey), pubkey);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -338,1 +338,1 @@\n-        sigdata.tap_pubkeys.emplace(Hash160(pubkey), pubkey);\n+        // sigdata.tap_pubkeys.emplace(Hash160(pubkey), pubkey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.329Z","updatedAt":"2026-09-18T18:41:30.329Z","url":"https://0.0.0.0:3000/mutants/436","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":437,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":341,"endLine":341,"title":"Statement deletion mutation at psbt.cpp:341","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // sigdata.ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -341,1 +341,1 @@\n-        sigdata.ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // sigdata.ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.330Z","updatedAt":"2026-09-18T18:41:30.330Z","url":"https://0.0.0.0:3000/mutants/437","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":438,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":344,"endLine":344,"title":"Statement deletion mutation at psbt.cpp:344","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // sigdata.sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -344,1 +344,1 @@\n-        sigdata.sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // sigdata.sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.332Z","updatedAt":"2026-09-18T18:41:30.332Z","url":"https://0.0.0.0:3000/mutants/438","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":439,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":347,"endLine":347,"title":"Statement deletion mutation at psbt.cpp:347","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // sigdata.hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -347,1 +347,1 @@\n-        sigdata.hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // sigdata.hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.334Z","updatedAt":"2026-09-18T18:41:30.334Z","url":"https://0.0.0.0:3000/mutants/439","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":440,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":350,"endLine":350,"title":"Statement deletion mutation at psbt.cpp:350","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // sigdata.hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -350,1 +350,1 @@\n-        sigdata.hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // sigdata.hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.336Z","updatedAt":"2026-09-18T18:41:30.336Z","url":"https://0.0.0.0:3000/mutants/440","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":441,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":352,"endLine":352,"title":"Statement deletion mutation at psbt.cpp:352","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    sigdata.musig2_pubkeys.insert(m_musig2_participants.begin(), m_musig2_participants.end());","mutatedCode":"    // sigdata.musig2_pubkeys.insert(m_musig2_participants.begin(), m_musig2_participants.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -352,1 +352,1 @@\n-    sigdata.musig2_pubkeys.insert(m_musig2_participants.begin(), m_musig2_participants.end());\n+    // sigdata.musig2_pubkeys.insert(m_musig2_participants.begin(), m_musig2_participants.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.337Z","updatedAt":"2026-09-18T18:41:30.337Z","url":"https://0.0.0.0:3000/mutants/441","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":442,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":364,"endLine":364,"title":"Statement deletion mutation at psbt.cpp:364","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        partial_sigs.clear();","mutatedCode":"        // partial_sigs.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -364,1 +364,1 @@\n-        partial_sigs.clear();\n+        // partial_sigs.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.339Z","updatedAt":"2026-09-18T18:41:30.339Z","url":"https://0.0.0.0:3000/mutants/442","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":443,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":365,"endLine":365,"title":"Statement deletion mutation at psbt.cpp:365","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        hd_keypaths.clear();","mutatedCode":"        // hd_keypaths.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -365,1 +365,1 @@\n-        hd_keypaths.clear();\n+        // hd_keypaths.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.341Z","updatedAt":"2026-09-18T18:41:30.341Z","url":"https://0.0.0.0:3000/mutants/443","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":444,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":366,"endLine":366,"title":"Statement deletion mutation at psbt.cpp:366","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        redeem_script.clear();","mutatedCode":"        // redeem_script.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -366,1 +366,1 @@\n-        redeem_script.clear();\n+        // redeem_script.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.342Z","updatedAt":"2026-09-18T18:41:30.342Z","url":"https://0.0.0.0:3000/mutants/444","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":445,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":367,"endLine":367,"title":"Statement deletion mutation at psbt.cpp:367","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        witness_script.clear();","mutatedCode":"        // witness_script.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -367,1 +367,1 @@\n-        witness_script.clear();\n+        // witness_script.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.344Z","updatedAt":"2026-09-18T18:41:30.344Z","url":"https://0.0.0.0:3000/mutants/445","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":446,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":378,"endLine":378,"title":"Statement deletion mutation at psbt.cpp:378","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    partial_sigs.insert(sigdata.signatures.begin(), sigdata.signatures.end());","mutatedCode":"    // partial_sigs.insert(sigdata.signatures.begin(), sigdata.signatures.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -378,1 +378,1 @@\n-    partial_sigs.insert(sigdata.signatures.begin(), sigdata.signatures.end());\n+    // partial_sigs.insert(sigdata.signatures.begin(), sigdata.signatures.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.346Z","updatedAt":"2026-09-18T18:41:30.346Z","url":"https://0.0.0.0:3000/mutants/446","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":447,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":379,"endLine":379,"title":"Logical operator mutation at psbt.cpp:379","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (redeem_script.empty() && !sigdata.redeem_script.empty()) {","mutatedCode":"    if (redeem_script.empty() || !sigdata.redeem_script.empty()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -379,1 +379,1 @@\n-    if (redeem_script.empty() && !sigdata.redeem_script.empty()) {\n+    if (redeem_script.empty() || !sigdata.redeem_script.empty()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.347Z","updatedAt":"2026-09-18T18:41:30.347Z","url":"https://0.0.0.0:3000/mutants/447","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":448,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":382,"endLine":382,"title":"Logical operator mutation at psbt.cpp:382","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (witness_script.empty() && !sigdata.witness_script.empty()) {","mutatedCode":"    if (witness_script.empty() || !sigdata.witness_script.empty()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -382,1 +382,1 @@\n-    if (witness_script.empty() && !sigdata.witness_script.empty()) {\n+    if (witness_script.empty() || !sigdata.witness_script.empty()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.349Z","updatedAt":"2026-09-18T18:41:30.349Z","url":"https://0.0.0.0:3000/mutants/448","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":449,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":386,"endLine":386,"title":"Statement deletion mutation at psbt.cpp:386","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        hd_keypaths.emplace(entry.second);","mutatedCode":"        // hd_keypaths.emplace(entry.second);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -386,1 +386,1 @@\n-        hd_keypaths.emplace(entry.second);\n+        // hd_keypaths.emplace(entry.second);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.351Z","updatedAt":"2026-09-18T18:41:30.351Z","url":"https://0.0.0.0:3000/mutants/449","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":450,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":392,"endLine":392,"title":"Statement deletion mutation at psbt.cpp:392","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        m_tap_script_sigs.emplace(pubkey_leaf, sig);","mutatedCode":"        // m_tap_script_sigs.emplace(pubkey_leaf, sig);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -392,1 +392,1 @@\n-        m_tap_script_sigs.emplace(pubkey_leaf, sig);\n+        // m_tap_script_sigs.emplace(pubkey_leaf, sig);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.352Z","updatedAt":"2026-09-18T18:41:30.352Z","url":"https://0.0.0.0:3000/mutants/450","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":451,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":401,"endLine":401,"title":"Statement deletion mutation at psbt.cpp:401","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        m_tap_scripts.emplace(leaf_script, control_block);","mutatedCode":"        // m_tap_scripts.emplace(leaf_script, control_block);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -401,1 +401,1 @@\n-        m_tap_scripts.emplace(leaf_script, control_block);\n+        // m_tap_scripts.emplace(leaf_script, control_block);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.354Z","updatedAt":"2026-09-18T18:41:30.354Z","url":"https://0.0.0.0:3000/mutants/451","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":452,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":404,"endLine":404,"title":"Statement deletion mutation at psbt.cpp:404","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        m_tap_bip32_paths.emplace(pubkey, leaf_origin);","mutatedCode":"        // m_tap_bip32_paths.emplace(pubkey, leaf_origin);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -404,1 +404,1 @@\n-        m_tap_bip32_paths.emplace(pubkey, leaf_origin);\n+        // m_tap_bip32_paths.emplace(pubkey, leaf_origin);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.355Z","updatedAt":"2026-09-18T18:41:30.355Z","url":"https://0.0.0.0:3000/mutants/452","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":453,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":406,"endLine":406,"title":"Statement deletion mutation at psbt.cpp:406","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_musig2_participants.insert(sigdata.musig2_pubkeys.begin(), sigdata.musig2_pubkeys.end());","mutatedCode":"    // m_musig2_participants.insert(sigdata.musig2_pubkeys.begin(), sigdata.musig2_pubkeys.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -406,1 +406,1 @@\n-    m_musig2_participants.insert(sigdata.musig2_pubkeys.begin(), sigdata.musig2_pubkeys.end());\n+    // m_musig2_participants.insert(sigdata.musig2_pubkeys.begin(), sigdata.musig2_pubkeys.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.357Z","updatedAt":"2026-09-18T18:41:30.357Z","url":"https://0.0.0.0:3000/mutants/453","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":454,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":414,"endLine":414,"title":"Statement deletion mutation at psbt.cpp:414","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -414,1 +414,1 @@\n-        ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // ripemd160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.359Z","updatedAt":"2026-09-18T18:41:30.359Z","url":"https://0.0.0.0:3000/mutants/454","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":455,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":417,"endLine":417,"title":"Statement deletion mutation at psbt.cpp:417","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -417,1 +417,1 @@\n-        sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // sha256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.360Z","updatedAt":"2026-09-18T18:41:30.360Z","url":"https://0.0.0.0:3000/mutants/455","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":456,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":420,"endLine":420,"title":"Statement deletion mutation at psbt.cpp:420","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -420,1 +420,1 @@\n-        hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // hash160_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.362Z","updatedAt":"2026-09-18T18:41:30.362Z","url":"https://0.0.0.0:3000/mutants/456","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":457,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":423,"endLine":423,"title":"Statement deletion mutation at psbt.cpp:423","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","mutatedCode":"        // hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -423,1 +423,1 @@\n-        hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n+        // hash256_preimages.emplace(std::vector<unsigned char>(hash.begin(), hash.end()), preimage);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.364Z","updatedAt":"2026-09-18T18:41:30.364Z","url":"https://0.0.0.0:3000/mutants/457","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":458,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":429,"endLine":429,"title":"Logical operator mutation at psbt.cpp:429","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!non_witness_utxo && input.non_witness_utxo) non_witness_utxo = input.non_witness_utxo;","mutatedCode":"    if (!non_witness_utxo || input.non_witness_utxo) non_witness_utxo = input.non_witness_utxo;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -429,1 +429,1 @@\n-    if (!non_witness_utxo && input.non_witness_utxo) non_witness_utxo = input.non_witness_utxo;\n+    if (!non_witness_utxo || input.non_witness_utxo) non_witness_utxo = input.non_witness_utxo;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.366Z","updatedAt":"2026-09-18T18:41:30.366Z","url":"https://0.0.0.0:3000/mutants/458","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":459,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":430,"endLine":430,"title":"Logical operator mutation at psbt.cpp:430","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (witness_utxo.IsNull() && !input.witness_utxo.IsNull()) {","mutatedCode":"    if (witness_utxo.IsNull() || !input.witness_utxo.IsNull()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -430,1 +430,1 @@\n-    if (witness_utxo.IsNull() && !input.witness_utxo.IsNull()) {\n+    if (witness_utxo.IsNull() || !input.witness_utxo.IsNull()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.367Z","updatedAt":"2026-09-18T18:41:30.367Z","url":"https://0.0.0.0:3000/mutants/459","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":460,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":434,"endLine":434,"title":"Statement deletion mutation at psbt.cpp:434","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    partial_sigs.insert(input.partial_sigs.begin(), input.partial_sigs.end());","mutatedCode":"    // partial_sigs.insert(input.partial_sigs.begin(), input.partial_sigs.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -434,1 +434,1 @@\n-    partial_sigs.insert(input.partial_sigs.begin(), input.partial_sigs.end());\n+    // partial_sigs.insert(input.partial_sigs.begin(), input.partial_sigs.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.369Z","updatedAt":"2026-09-18T18:41:30.369Z","url":"https://0.0.0.0:3000/mutants/460","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":461,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":435,"endLine":435,"title":"Statement deletion mutation at psbt.cpp:435","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    ripemd160_preimages.insert(input.ripemd160_preimages.begin(), input.ripemd160_preimages.end());","mutatedCode":"    // ripemd160_preimages.insert(input.ripemd160_preimages.begin(), input.ripemd160_preimages.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -435,1 +435,1 @@\n-    ripemd160_preimages.insert(input.ripemd160_preimages.begin(), input.ripemd160_preimages.end());\n+    // ripemd160_preimages.insert(input.ripemd160_preimages.begin(), input.ripemd160_preimages.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.371Z","updatedAt":"2026-09-18T18:41:30.371Z","url":"https://0.0.0.0:3000/mutants/461","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":462,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":436,"endLine":436,"title":"Statement deletion mutation at psbt.cpp:436","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    sha256_preimages.insert(input.sha256_preimages.begin(), input.sha256_preimages.end());","mutatedCode":"    // sha256_preimages.insert(input.sha256_preimages.begin(), input.sha256_preimages.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -436,1 +436,1 @@\n-    sha256_preimages.insert(input.sha256_preimages.begin(), input.sha256_preimages.end());\n+    // sha256_preimages.insert(input.sha256_preimages.begin(), input.sha256_preimages.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.372Z","updatedAt":"2026-09-18T18:41:30.372Z","url":"https://0.0.0.0:3000/mutants/462","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":463,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":437,"endLine":437,"title":"Statement deletion mutation at psbt.cpp:437","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    hash160_preimages.insert(input.hash160_preimages.begin(), input.hash160_preimages.end());","mutatedCode":"    // hash160_preimages.insert(input.hash160_preimages.begin(), input.hash160_preimages.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -437,1 +437,1 @@\n-    hash160_preimages.insert(input.hash160_preimages.begin(), input.hash160_preimages.end());\n+    // hash160_preimages.insert(input.hash160_preimages.begin(), input.hash160_preimages.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.374Z","updatedAt":"2026-09-18T18:41:30.374Z","url":"https://0.0.0.0:3000/mutants/463","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":464,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":438,"endLine":438,"title":"Statement deletion mutation at psbt.cpp:438","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    hash256_preimages.insert(input.hash256_preimages.begin(), input.hash256_preimages.end());","mutatedCode":"    // hash256_preimages.insert(input.hash256_preimages.begin(), input.hash256_preimages.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -438,1 +438,1 @@\n-    hash256_preimages.insert(input.hash256_preimages.begin(), input.hash256_preimages.end());\n+    // hash256_preimages.insert(input.hash256_preimages.begin(), input.hash256_preimages.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.376Z","updatedAt":"2026-09-18T18:41:30.376Z","url":"https://0.0.0.0:3000/mutants/464","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":465,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":439,"endLine":439,"title":"Statement deletion mutation at psbt.cpp:439","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    hd_keypaths.insert(input.hd_keypaths.begin(), input.hd_keypaths.end());","mutatedCode":"    // hd_keypaths.insert(input.hd_keypaths.begin(), input.hd_keypaths.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -439,1 +439,1 @@\n-    hd_keypaths.insert(input.hd_keypaths.begin(), input.hd_keypaths.end());\n+    // hd_keypaths.insert(input.hd_keypaths.begin(), input.hd_keypaths.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.378Z","updatedAt":"2026-09-18T18:41:30.378Z","url":"https://0.0.0.0:3000/mutants/465","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":466,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":440,"endLine":440,"title":"Statement deletion mutation at psbt.cpp:440","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_proprietary.insert(input.m_proprietary.begin(), input.m_proprietary.end());","mutatedCode":"    // m_proprietary.insert(input.m_proprietary.begin(), input.m_proprietary.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -440,1 +440,1 @@\n-    m_proprietary.insert(input.m_proprietary.begin(), input.m_proprietary.end());\n+    // m_proprietary.insert(input.m_proprietary.begin(), input.m_proprietary.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.380Z","updatedAt":"2026-09-18T18:41:30.380Z","url":"https://0.0.0.0:3000/mutants/466","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":467,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":441,"endLine":441,"title":"Statement deletion mutation at psbt.cpp:441","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    unknown.insert(input.unknown.begin(), input.unknown.end());","mutatedCode":"    // unknown.insert(input.unknown.begin(), input.unknown.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -441,1 +441,1 @@\n-    unknown.insert(input.unknown.begin(), input.unknown.end());\n+    // unknown.insert(input.unknown.begin(), input.unknown.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.381Z","updatedAt":"2026-09-18T18:41:30.381Z","url":"https://0.0.0.0:3000/mutants/467","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":468,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":442,"endLine":442,"title":"Statement deletion mutation at psbt.cpp:442","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_tap_script_sigs.insert(input.m_tap_script_sigs.begin(), input.m_tap_script_sigs.end());","mutatedCode":"    // m_tap_script_sigs.insert(input.m_tap_script_sigs.begin(), input.m_tap_script_sigs.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -442,1 +442,1 @@\n-    m_tap_script_sigs.insert(input.m_tap_script_sigs.begin(), input.m_tap_script_sigs.end());\n+    // m_tap_script_sigs.insert(input.m_tap_script_sigs.begin(), input.m_tap_script_sigs.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.383Z","updatedAt":"2026-09-18T18:41:30.383Z","url":"https://0.0.0.0:3000/mutants/468","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":469,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":443,"endLine":443,"title":"Statement deletion mutation at psbt.cpp:443","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_tap_scripts.insert(input.m_tap_scripts.begin(), input.m_tap_scripts.end());","mutatedCode":"    // m_tap_scripts.insert(input.m_tap_scripts.begin(), input.m_tap_scripts.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -443,1 +443,1 @@\n-    m_tap_scripts.insert(input.m_tap_scripts.begin(), input.m_tap_scripts.end());\n+    // m_tap_scripts.insert(input.m_tap_scripts.begin(), input.m_tap_scripts.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.385Z","updatedAt":"2026-09-18T18:41:30.385Z","url":"https://0.0.0.0:3000/mutants/469","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":470,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":444,"endLine":444,"title":"Statement deletion mutation at psbt.cpp:444","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_tap_bip32_paths.insert(input.m_tap_bip32_paths.begin(), input.m_tap_bip32_paths.end());","mutatedCode":"    // m_tap_bip32_paths.insert(input.m_tap_bip32_paths.begin(), input.m_tap_bip32_paths.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -444,1 +444,1 @@\n-    m_tap_bip32_paths.insert(input.m_tap_bip32_paths.begin(), input.m_tap_bip32_paths.end());\n+    // m_tap_bip32_paths.insert(input.m_tap_bip32_paths.begin(), input.m_tap_bip32_paths.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.386Z","updatedAt":"2026-09-18T18:41:30.386Z","url":"https://0.0.0.0:3000/mutants/470","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":471,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":446,"endLine":446,"title":"Logical operator mutation at psbt.cpp:446","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (redeem_script.empty() && !input.redeem_script.empty()) redeem_script = input.redeem_script;","mutatedCode":"    if (redeem_script.empty() || !input.redeem_script.empty()) redeem_script = input.redeem_script;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -446,1 +446,1 @@\n-    if (redeem_script.empty() && !input.redeem_script.empty()) redeem_script = input.redeem_script;\n+    if (redeem_script.empty() || !input.redeem_script.empty()) redeem_script = input.redeem_script;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.388Z","updatedAt":"2026-09-18T18:41:30.388Z","url":"https://0.0.0.0:3000/mutants/471","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":472,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":447,"endLine":447,"title":"Logical operator mutation at psbt.cpp:447","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (witness_script.empty() && !input.witness_script.empty()) witness_script = input.witness_script;","mutatedCode":"    if (witness_script.empty() || !input.witness_script.empty()) witness_script = input.witness_script;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -447,1 +447,1 @@\n-    if (witness_script.empty() && !input.witness_script.empty()) witness_script = input.witness_script;\n+    if (witness_script.empty() || !input.witness_script.empty()) witness_script = input.witness_script;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.390Z","updatedAt":"2026-09-18T18:41:30.390Z","url":"https://0.0.0.0:3000/mutants/472","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":473,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":448,"endLine":448,"title":"Logical operator mutation at psbt.cpp:448","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (final_script_sig.empty() && !input.final_script_sig.empty()) final_script_sig = input.final_script_sig;","mutatedCode":"    if (final_script_sig.empty() || !input.final_script_sig.empty()) final_script_sig = input.final_script_sig;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -448,1 +448,1 @@\n-    if (final_script_sig.empty() && !input.final_script_sig.empty()) final_script_sig = input.final_script_sig;\n+    if (final_script_sig.empty() || !input.final_script_sig.empty()) final_script_sig = input.final_script_sig;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.392Z","updatedAt":"2026-09-18T18:41:30.392Z","url":"https://0.0.0.0:3000/mutants/473","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":474,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":449,"endLine":449,"title":"Logical operator mutation at psbt.cpp:449","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (final_script_witness.IsNull() && !input.final_script_witness.IsNull()) final_script_witness = input.final_script_witness;","mutatedCode":"    if (final_script_witness.IsNull() || !input.final_script_witness.IsNull()) final_script_witness = input.final_script_witness;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -449,1 +449,1 @@\n-    if (final_script_witness.IsNull() && !input.final_script_witness.IsNull()) final_script_witness = input.final_script_witness;\n+    if (final_script_witness.IsNull() || !input.final_script_witness.IsNull()) final_script_witness = input.final_script_witness;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.393Z","updatedAt":"2026-09-18T18:41:30.393Z","url":"https://0.0.0.0:3000/mutants/474","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":475,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":450,"endLine":450,"title":"Logical operator mutation at psbt.cpp:450","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_tap_key_sig.empty() && !input.m_tap_key_sig.empty()) m_tap_key_sig = input.m_tap_key_sig;","mutatedCode":"    if (m_tap_key_sig.empty() || !input.m_tap_key_sig.empty()) m_tap_key_sig = input.m_tap_key_sig;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -450,1 +450,1 @@\n-    if (m_tap_key_sig.empty() && !input.m_tap_key_sig.empty()) m_tap_key_sig = input.m_tap_key_sig;\n+    if (m_tap_key_sig.empty() || !input.m_tap_key_sig.empty()) m_tap_key_sig = input.m_tap_key_sig;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.395Z","updatedAt":"2026-09-18T18:41:30.395Z","url":"https://0.0.0.0:3000/mutants/475","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":476,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":451,"endLine":451,"title":"Logical operator mutation at psbt.cpp:451","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_tap_internal_key.IsNull() && !input.m_tap_internal_key.IsNull()) m_tap_internal_key = input.m_tap_internal_key;","mutatedCode":"    if (m_tap_internal_key.IsNull() || !input.m_tap_internal_key.IsNull()) m_tap_internal_key = input.m_tap_internal_key;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -451,1 +451,1 @@\n-    if (m_tap_internal_key.IsNull() && !input.m_tap_internal_key.IsNull()) m_tap_internal_key = input.m_tap_internal_key;\n+    if (m_tap_internal_key.IsNull() || !input.m_tap_internal_key.IsNull()) m_tap_internal_key = input.m_tap_internal_key;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.397Z","updatedAt":"2026-09-18T18:41:30.397Z","url":"https://0.0.0.0:3000/mutants/476","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":477,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":452,"endLine":452,"title":"Logical operator mutation at psbt.cpp:452","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_tap_merkle_root.IsNull() && !input.m_tap_merkle_root.IsNull()) m_tap_merkle_root = input.m_tap_merkle_root;","mutatedCode":"    if (m_tap_merkle_root.IsNull() || !input.m_tap_merkle_root.IsNull()) m_tap_merkle_root = input.m_tap_merkle_root;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -452,1 +452,1 @@\n-    if (m_tap_merkle_root.IsNull() && !input.m_tap_merkle_root.IsNull()) m_tap_merkle_root = input.m_tap_merkle_root;\n+    if (m_tap_merkle_root.IsNull() || !input.m_tap_merkle_root.IsNull()) m_tap_merkle_root = input.m_tap_merkle_root;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.401Z","updatedAt":"2026-09-18T18:41:30.401Z","url":"https://0.0.0.0:3000/mutants/477","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":478,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":453,"endLine":453,"title":"Statement deletion mutation at psbt.cpp:453","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_musig2_participants.insert(input.m_musig2_participants.begin(), input.m_musig2_participants.end());","mutatedCode":"    // m_musig2_participants.insert(input.m_musig2_participants.begin(), input.m_musig2_participants.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -453,1 +453,1 @@\n-    m_musig2_participants.insert(input.m_musig2_participants.begin(), input.m_musig2_participants.end());\n+    // m_musig2_participants.insert(input.m_musig2_participants.begin(), input.m_musig2_participants.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.404Z","updatedAt":"2026-09-18T18:41:30.404Z","url":"https://0.0.0.0:3000/mutants/478","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":479,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":460,"endLine":460,"title":"Logical operator mutation at psbt.cpp:460","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (sequence == std::nullopt && input.sequence != std::nullopt) sequence = input.sequence;","mutatedCode":"    if (sequence == std::nullopt || input.sequence != std::nullopt) sequence = input.sequence;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -460,1 +460,1 @@\n-    if (sequence == std::nullopt && input.sequence != std::nullopt) sequence = input.sequence;\n+    if (sequence == std::nullopt || input.sequence != std::nullopt) sequence = input.sequence;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.407Z","updatedAt":"2026-09-18T18:41:30.407Z","url":"https://0.0.0.0:3000/mutants/479","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":480,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":461,"endLine":461,"title":"Logical operator mutation at psbt.cpp:461","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (time_locktime == std::nullopt && input.time_locktime != std::nullopt) time_locktime = input.time_locktime;","mutatedCode":"    if (time_locktime == std::nullopt || input.time_locktime != std::nullopt) time_locktime = input.time_locktime;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -461,1 +461,1 @@\n-    if (time_locktime == std::nullopt && input.time_locktime != std::nullopt) time_locktime = input.time_locktime;\n+    if (time_locktime == std::nullopt || input.time_locktime != std::nullopt) time_locktime = input.time_locktime;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.410Z","updatedAt":"2026-09-18T18:41:30.410Z","url":"https://0.0.0.0:3000/mutants/480","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":481,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":462,"endLine":462,"title":"Logical operator mutation at psbt.cpp:462","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (height_locktime == std::nullopt && input.height_locktime != std::nullopt) height_locktime = input.height_locktime;","mutatedCode":"    if (height_locktime == std::nullopt || input.height_locktime != std::nullopt) height_locktime = input.height_locktime;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -462,1 +462,1 @@\n-    if (height_locktime == std::nullopt && input.height_locktime != std::nullopt) height_locktime = input.height_locktime;\n+    if (height_locktime == std::nullopt || input.height_locktime != std::nullopt) height_locktime = input.height_locktime;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.413Z","updatedAt":"2026-09-18T18:41:30.413Z","url":"https://0.0.0.0:3000/mutants/481","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":482,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":470,"endLine":470,"title":"Logical operator mutation at psbt.cpp:470","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"           || !final_script_witness.IsNull()","mutatedCode":"           && !final_script_witness.IsNull()","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -470,1 +470,1 @@\n-           || !final_script_witness.IsNull()\n+           && !final_script_witness.IsNull()\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.417Z","updatedAt":"2026-09-18T18:41:30.417Z","url":"https://0.0.0.0:3000/mutants/482","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":483,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":471,"endLine":471,"title":"Logical operator mutation at psbt.cpp:471","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"           || !partial_sigs.empty()","mutatedCode":"           && !partial_sigs.empty()","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -471,1 +471,1 @@\n-           || !partial_sigs.empty()\n+           && !partial_sigs.empty()\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.420Z","updatedAt":"2026-09-18T18:41:30.420Z","url":"https://0.0.0.0:3000/mutants/483","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":484,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":472,"endLine":472,"title":"Logical operator mutation at psbt.cpp:472","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"           || !m_tap_key_sig.empty()","mutatedCode":"           && !m_tap_key_sig.empty()","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -472,1 +472,1 @@\n-           || !m_tap_key_sig.empty()\n+           && !m_tap_key_sig.empty()\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.423Z","updatedAt":"2026-09-18T18:41:30.423Z","url":"https://0.0.0.0:3000/mutants/484","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":485,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":473,"endLine":473,"title":"Logical operator mutation at psbt.cpp:473","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"           || !m_tap_script_sigs.empty()","mutatedCode":"           && !m_tap_script_sigs.empty()","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -473,1 +473,1 @@\n-           || !m_tap_script_sigs.empty()\n+           && !m_tap_script_sigs.empty()\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.426Z","updatedAt":"2026-09-18T18:41:30.426Z","url":"https://0.0.0.0:3000/mutants/485","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":486,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":474,"endLine":474,"title":"Logical operator mutation at psbt.cpp:474","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"           || !m_musig2_partial_sigs.empty();","mutatedCode":"           && !m_musig2_partial_sigs.empty();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -474,1 +474,1 @@\n-           || !m_musig2_partial_sigs.empty();\n+           && !m_musig2_partial_sigs.empty();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.429Z","updatedAt":"2026-09-18T18:41:30.429Z","url":"https://0.0.0.0:3000/mutants/486","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":487,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":488,"endLine":488,"title":"Logical operator mutation at psbt.cpp:488","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!m_tap_tree.empty() && m_tap_internal_key.IsFullyValid()) {","mutatedCode":"    if (!m_tap_tree.empty() || m_tap_internal_key.IsFullyValid()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -488,1 +488,1 @@\n-    if (!m_tap_tree.empty() && m_tap_internal_key.IsFullyValid()) {\n+    if (!m_tap_tree.empty() || m_tap_internal_key.IsFullyValid()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.433Z","updatedAt":"2026-09-18T18:41:30.433Z","url":"https://0.0.0.0:3000/mutants/487","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":488,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":491,"endLine":491,"title":"Constant replacement mutation at psbt.cpp:491","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            builder.Add((int)depth, script, (int)leaf_ver, /*track=*/true);","mutatedCode":"            builder.Add((int)depth, script, (int)leaf_ver, /*track=*/false);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -491,1 +491,1 @@\n-            builder.Add((int)depth, script, (int)leaf_ver, /*track=*/true);\n+            builder.Add((int)depth, script, (int)leaf_ver, /*track=*/false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.436Z","updatedAt":"2026-09-18T18:41:30.436Z","url":"https://0.0.0.0:3000/mutants/488","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":489,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":494,"endLine":494,"title":"Statement deletion mutation at psbt.cpp:494","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        builder.Finalize(m_tap_internal_key);","mutatedCode":"        // builder.Finalize(m_tap_internal_key);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -494,1 +494,1 @@\n-        builder.Finalize(m_tap_internal_key);\n+        // builder.Finalize(m_tap_internal_key);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.439Z","updatedAt":"2026-09-18T18:41:30.439Z","url":"https://0.0.0.0:3000/mutants/489","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":490,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":498,"endLine":498,"title":"Statement deletion mutation at psbt.cpp:498","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        sigdata.tr_spenddata.Merge(spenddata);","mutatedCode":"        // sigdata.tr_spenddata.Merge(spenddata);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -498,1 +498,1 @@\n-        sigdata.tr_spenddata.Merge(spenddata);\n+        // sigdata.tr_spenddata.Merge(spenddata);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.442Z","updatedAt":"2026-09-18T18:41:30.442Z","url":"https://0.0.0.0:3000/mutants/490","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":491,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":499,"endLine":499,"title":"Constant replacement mutation at psbt.cpp:499","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        sigdata.tr_builder = builder;","mutatedCode":"        sigdata.tr_builder = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -499,1 +499,1 @@\n-        sigdata.tr_builder = builder;\n+        sigdata.tr_builder = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.445Z","updatedAt":"2026-09-18T18:41:30.445Z","url":"https://0.0.0.0:3000/mutants/491","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":492,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":522,"endLine":522,"title":"Logical operator mutation at psbt.cpp:522","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (sigdata.tr_builder.has_value() && sigdata.tr_builder->HasScripts()) {","mutatedCode":"    if (sigdata.tr_builder.has_value() || sigdata.tr_builder->HasScripts()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -522,1 +522,1 @@\n-    if (sigdata.tr_builder.has_value() && sigdata.tr_builder->HasScripts()) {\n+    if (sigdata.tr_builder.has_value() || sigdata.tr_builder->HasScripts()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.448Z","updatedAt":"2026-09-18T18:41:30.448Z","url":"https://0.0.0.0:3000/mutants/492","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":493,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":533,"endLine":533,"title":"Logical operator mutation at psbt.cpp:533","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return redeem_script.empty() && witness_script.empty() && hd_keypaths.empty() && unknown.empty();","mutatedCode":"    return redeem_script.empty() || witness_script.empty() && hd_keypaths.empty() && unknown.empty();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -533,1 +533,1 @@\n-    return redeem_script.empty() && witness_script.empty() && hd_keypaths.empty() && unknown.empty();\n+    return redeem_script.empty() || witness_script.empty() && hd_keypaths.empty() && unknown.empty();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.450Z","updatedAt":"2026-09-18T18:41:30.450Z","url":"https://0.0.0.0:3000/mutants/493","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":494,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":538,"endLine":538,"title":"Statement deletion mutation at psbt.cpp:538","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    hd_keypaths.insert(output.hd_keypaths.begin(), output.hd_keypaths.end());","mutatedCode":"    // hd_keypaths.insert(output.hd_keypaths.begin(), output.hd_keypaths.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -538,1 +538,1 @@\n-    hd_keypaths.insert(output.hd_keypaths.begin(), output.hd_keypaths.end());\n+    // hd_keypaths.insert(output.hd_keypaths.begin(), output.hd_keypaths.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.453Z","updatedAt":"2026-09-18T18:41:30.453Z","url":"https://0.0.0.0:3000/mutants/494","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":495,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":539,"endLine":539,"title":"Statement deletion mutation at psbt.cpp:539","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_proprietary.insert(output.m_proprietary.begin(), output.m_proprietary.end());","mutatedCode":"    // m_proprietary.insert(output.m_proprietary.begin(), output.m_proprietary.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -539,1 +539,1 @@\n-    m_proprietary.insert(output.m_proprietary.begin(), output.m_proprietary.end());\n+    // m_proprietary.insert(output.m_proprietary.begin(), output.m_proprietary.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.455Z","updatedAt":"2026-09-18T18:41:30.455Z","url":"https://0.0.0.0:3000/mutants/495","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":496,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":540,"endLine":540,"title":"Statement deletion mutation at psbt.cpp:540","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    unknown.insert(output.unknown.begin(), output.unknown.end());","mutatedCode":"    // unknown.insert(output.unknown.begin(), output.unknown.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -540,1 +540,1 @@\n-    unknown.insert(output.unknown.begin(), output.unknown.end());\n+    // unknown.insert(output.unknown.begin(), output.unknown.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.458Z","updatedAt":"2026-09-18T18:41:30.458Z","url":"https://0.0.0.0:3000/mutants/496","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":497,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":541,"endLine":541,"title":"Statement deletion mutation at psbt.cpp:541","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_tap_bip32_paths.insert(output.m_tap_bip32_paths.begin(), output.m_tap_bip32_paths.end());","mutatedCode":"    // m_tap_bip32_paths.insert(output.m_tap_bip32_paths.begin(), output.m_tap_bip32_paths.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -541,1 +541,1 @@\n-    m_tap_bip32_paths.insert(output.m_tap_bip32_paths.begin(), output.m_tap_bip32_paths.end());\n+    // m_tap_bip32_paths.insert(output.m_tap_bip32_paths.begin(), output.m_tap_bip32_paths.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.460Z","updatedAt":"2026-09-18T18:41:30.460Z","url":"https://0.0.0.0:3000/mutants/497","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":498,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":543,"endLine":543,"title":"Logical operator mutation at psbt.cpp:543","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (redeem_script.empty() && !output.redeem_script.empty()) redeem_script = output.redeem_script;","mutatedCode":"    if (redeem_script.empty() || !output.redeem_script.empty()) redeem_script = output.redeem_script;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -543,1 +543,1 @@\n-    if (redeem_script.empty() && !output.redeem_script.empty()) redeem_script = output.redeem_script;\n+    if (redeem_script.empty() || !output.redeem_script.empty()) redeem_script = output.redeem_script;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.463Z","updatedAt":"2026-09-18T18:41:30.463Z","url":"https://0.0.0.0:3000/mutants/498","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":499,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":544,"endLine":544,"title":"Logical operator mutation at psbt.cpp:544","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (witness_script.empty() && !output.witness_script.empty()) witness_script = output.witness_script;","mutatedCode":"    if (witness_script.empty() || !output.witness_script.empty()) witness_script = output.witness_script;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -544,1 +544,1 @@\n-    if (witness_script.empty() && !output.witness_script.empty()) witness_script = output.witness_script;\n+    if (witness_script.empty() || !output.witness_script.empty()) witness_script = output.witness_script;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.465Z","updatedAt":"2026-09-18T18:41:30.465Z","url":"https://0.0.0.0:3000/mutants/499","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":500,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":545,"endLine":545,"title":"Logical operator mutation at psbt.cpp:545","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_tap_internal_key.IsNull() && !output.m_tap_internal_key.IsNull()) m_tap_internal_key = output.m_tap_internal_key;","mutatedCode":"    if (m_tap_internal_key.IsNull() || !output.m_tap_internal_key.IsNull()) m_tap_internal_key = output.m_tap_internal_key;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -545,1 +545,1 @@\n-    if (m_tap_internal_key.IsNull() && !output.m_tap_internal_key.IsNull()) m_tap_internal_key = output.m_tap_internal_key;\n+    if (m_tap_internal_key.IsNull() || !output.m_tap_internal_key.IsNull()) m_tap_internal_key = output.m_tap_internal_key;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.468Z","updatedAt":"2026-09-18T18:41:30.468Z","url":"https://0.0.0.0:3000/mutants/500","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":501,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":546,"endLine":546,"title":"Logical operator mutation at psbt.cpp:546","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_tap_tree.empty() && !output.m_tap_tree.empty()) m_tap_tree = output.m_tap_tree;","mutatedCode":"    if (m_tap_tree.empty() || !output.m_tap_tree.empty()) m_tap_tree = output.m_tap_tree;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -546,1 +546,1 @@\n-    if (m_tap_tree.empty() && !output.m_tap_tree.empty()) m_tap_tree = output.m_tap_tree;\n+    if (m_tap_tree.empty() || !output.m_tap_tree.empty()) m_tap_tree = output.m_tap_tree;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.470Z","updatedAt":"2026-09-18T18:41:30.470Z","url":"https://0.0.0.0:3000/mutants/501","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":502,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":547,"endLine":547,"title":"Statement deletion mutation at psbt.cpp:547","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_musig2_participants.insert(output.m_musig2_participants.begin(), output.m_musig2_participants.end());","mutatedCode":"    // m_musig2_participants.insert(output.m_musig2_participants.begin(), output.m_musig2_participants.end());","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -547,1 +547,1 @@\n-    m_musig2_participants.insert(output.m_musig2_participants.begin(), output.m_musig2_participants.end());\n+    // m_musig2_participants.insert(output.m_musig2_participants.begin(), output.m_musig2_participants.end());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.473Z","updatedAt":"2026-09-18T18:41:30.473Z","url":"https://0.0.0.0:3000/mutants/502","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":503,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":554,"endLine":554,"title":"Logical operator mutation at psbt.cpp:554","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return !input.final_script_sig.empty() || !input.final_script_witness.IsNull();","mutatedCode":"    return !input.final_script_sig.empty() && !input.final_script_witness.IsNull();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -554,1 +554,1 @@\n-    return !input.final_script_sig.empty() || !input.final_script_witness.IsNull();\n+    return !input.final_script_sig.empty() && !input.final_script_witness.IsNull();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.476Z","updatedAt":"2026-09-18T18:41:30.476Z","url":"https://0.0.0.0:3000/mutants/503","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":504,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":563,"endLine":563,"title":"Conditional operator mutation at psbt.cpp:563","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (input.non_witness_utxo) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -563,1 +563,1 @@\n-    if (input.non_witness_utxo) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.478Z","updatedAt":"2026-09-18T18:41:30.478Z","url":"https://0.0.0.0:3000/mutants/504","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":505,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":566,"endLine":566,"title":"Relational operator mutation at psbt.cpp:566","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (prevout.n >= input.non_witness_utxo->vout.size()) {","mutatedCode":"        if (prevout.n > input.non_witness_utxo->vout.size()) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -566,1 +566,1 @@\n-        if (prevout.n >= input.non_witness_utxo->vout.size()) {\n+        if (prevout.n > input.non_witness_utxo->vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.481Z","updatedAt":"2026-09-18T18:41:30.481Z","url":"https://0.0.0.0:3000/mutants/505","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":506,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":569,"endLine":569,"title":"Relational operator mutation at psbt.cpp:569","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (input.non_witness_utxo->GetHash() != prevout.hash) {","mutatedCode":"        if (input.non_witness_utxo->GetHash() == prevout.hash) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -569,1 +569,1 @@\n-        if (input.non_witness_utxo->GetHash() != prevout.hash) {\n+        if (input.non_witness_utxo->GetHash() == prevout.hash) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.483Z","updatedAt":"2026-09-18T18:41:30.483Z","url":"https://0.0.0.0:3000/mutants/506","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":507,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":580,"endLine":580,"title":"Conditional operator mutation at psbt.cpp:580","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!unsigned_tx) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -580,1 +580,1 @@\n-    if (!unsigned_tx) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.485Z","updatedAt":"2026-09-18T18:41:30.485Z","url":"https://0.0.0.0:3000/mutants/507","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":508,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":584,"endLine":584,"title":"Conditional operator mutation at psbt.cpp:584","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (txdata) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -584,1 +584,1 @@\n-    if (txdata) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.487Z","updatedAt":"2026-09-18T18:41:30.487Z","url":"https://0.0.0.0:3000/mutants/508","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":509,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":614,"endLine":614,"title":"Statement deletion mutation at psbt.cpp:614","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    psbt_out.FillSignatureData(sigdata);","mutatedCode":"    // psbt_out.FillSignatureData(sigdata);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -614,1 +614,1 @@\n-    psbt_out.FillSignatureData(sigdata);\n+    // psbt_out.FillSignatureData(sigdata);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.488Z","updatedAt":"2026-09-18T18:41:30.488Z","url":"https://0.0.0.0:3000/mutants/509","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":510,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":619,"endLine":619,"title":"Constant replacement mutation at psbt.cpp:619","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    MutableTransactionSignatureCreator creator(tx, /*input_idx=*/0, out.nValue, {.sighash_type = SIGHASH_ALL});","mutatedCode":"    MutableTransactionSignatureCreator creator(tx, /*input_idx=*/0, out.nValue, {.sighash_type = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -619,1 +619,1 @@\n-    MutableTransactionSignatureCreator creator(tx, /*input_idx=*/0, out.nValue, {.sighash_type = SIGHASH_ALL});\n+    MutableTransactionSignatureCreator creator(tx, /*input_idx=*/0, out.nValue, {.sighash_type = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.490Z","updatedAt":"2026-09-18T18:41:30.490Z","url":"https://0.0.0.0:3000/mutants/510","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":511,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":620,"endLine":620,"title":"Statement deletion mutation at psbt.cpp:620","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    ProduceSignature(provider, creator, out.scriptPubKey, sigdata);","mutatedCode":"    // ProduceSignature(provider, creator, out.scriptPubKey, sigdata);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -620,1 +620,1 @@\n-    ProduceSignature(provider, creator, out.scriptPubKey, sigdata);\n+    // ProduceSignature(provider, creator, out.scriptPubKey, sigdata);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.492Z","updatedAt":"2026-09-18T18:41:30.492Z","url":"https://0.0.0.0:3000/mutants/511","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":512,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":623,"endLine":623,"title":"Statement deletion mutation at psbt.cpp:623","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    psbt_out.FromSignatureData(sigdata);","mutatedCode":"    // psbt_out.FromSignatureData(sigdata);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -623,1 +623,1 @@\n-    psbt_out.FromSignatureData(sigdata);\n+    // psbt_out.FromSignatureData(sigdata);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.494Z","updatedAt":"2026-09-18T18:41:30.494Z","url":"https://0.0.0.0:3000/mutants/512","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":513,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":633,"endLine":633,"title":"Constant replacement mutation at psbt.cpp:633","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool have_all_spent_outputs = true;","mutatedCode":"    bool have_all_spent_outputs = false;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -633,1 +633,1 @@\n-    bool have_all_spent_outputs = true;\n+    bool have_all_spent_outputs = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.496Z","updatedAt":"2026-09-18T18:41:30.496Z","url":"https://0.0.0.0:3000/mutants/513","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":514,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":636,"endLine":636,"title":"Constant replacement mutation at psbt.cpp:636","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!input.GetUTXO(utxos.emplace_back())) have_all_spent_outputs = false;","mutatedCode":"        if (!input.GetUTXO(utxos.emplace_back())) have_all_spent_outputs = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -636,1 +636,1 @@\n-        if (!input.GetUTXO(utxos.emplace_back())) have_all_spent_outputs = false;\n+        if (!input.GetUTXO(utxos.emplace_back())) have_all_spent_outputs = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.497Z","updatedAt":"2026-09-18T18:41:30.497Z","url":"https://0.0.0.0:3000/mutants/514","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":515,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":639,"endLine":639,"title":"Conditional operator mutation at psbt.cpp:639","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (have_all_spent_outputs) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -639,1 +639,1 @@\n-    if (have_all_spent_outputs) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.499Z","updatedAt":"2026-09-18T18:41:30.499Z","url":"https://0.0.0.0:3000/mutants/515","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":516,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":640,"endLine":640,"title":"Constant replacement mutation at psbt.cpp:640","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txdata.Init(tx, std::move(utxos), true);","mutatedCode":"        txdata.Init(tx, std::move(utxos), false);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -640,1 +640,1 @@\n-        txdata.Init(tx, std::move(utxos), true);\n+        txdata.Init(tx, std::move(utxos), false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.500Z","updatedAt":"2026-09-18T18:41:30.500Z","url":"https://0.0.0.0:3000/mutants/516","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":517,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":642,"endLine":642,"title":"Constant replacement mutation at psbt.cpp:642","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        txdata.Init(tx, {}, true);","mutatedCode":"        txdata.Init(tx, {}, false);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -642,1 +642,1 @@\n-        txdata.Init(tx, {}, true);\n+        txdata.Init(tx, {}, false);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.502Z","updatedAt":"2026-09-18T18:41:30.502Z","url":"https://0.0.0.0:3000/mutants/517","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":518,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":662,"endLine":662,"title":"Statement deletion mutation at psbt.cpp:662","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    input.FillSignatureData(sigdata);","mutatedCode":"    // input.FillSignatureData(sigdata);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -662,1 +662,1 @@\n-    input.FillSignatureData(sigdata);\n+    // input.FillSignatureData(sigdata);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.505Z","updatedAt":"2026-09-18T18:41:30.505Z","url":"https://0.0.0.0:3000/mutants/518","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":519,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":665,"endLine":665,"title":"Constant replacement mutation at psbt.cpp:665","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool require_witness_sig = false;","mutatedCode":"    bool require_witness_sig = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -665,1 +665,1 @@\n-    bool require_witness_sig = false;\n+    bool require_witness_sig = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.507Z","updatedAt":"2026-09-18T18:41:30.507Z","url":"https://0.0.0.0:3000/mutants/519","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":520,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":684,"endLine":684,"title":"Constant replacement mutation at psbt.cpp:684","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        require_witness_sig = true;","mutatedCode":"        require_witness_sig = false;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -684,1 +684,1 @@\n-        require_witness_sig = true;\n+        require_witness_sig = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.510Z","updatedAt":"2026-09-18T18:41:30.510Z","url":"https://0.0.0.0:3000/mutants/520","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":521,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":697,"endLine":697,"title":"Logical operator mutation at psbt.cpp:697","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (input.sighash_type && input.sighash_type != sighash) {","mutatedCode":"    if (input.sighash_type || input.sighash_type != sighash) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -697,1 +697,1 @@\n-    if (input.sighash_type && input.sighash_type != sighash) {\n+    if (input.sighash_type || input.sighash_type != sighash) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.512Z","updatedAt":"2026-09-18T18:41:30.512Z","url":"https://0.0.0.0:3000/mutants/521","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":522,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":703,"endLine":703,"title":"Relational operator mutation at psbt.cpp:703","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (utxo.scriptPubKey.IsPayToTaproot() ? sighash != SIGHASH_DEFAULT :","mutatedCode":"    if (utxo.scriptPubKey.IsPayToTaproot() ? sighash == SIGHASH_DEFAULT :","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -703,1 +703,1 @@\n-    if (utxo.scriptPubKey.IsPayToTaproot() ? sighash != SIGHASH_DEFAULT :\n+    if (utxo.scriptPubKey.IsPayToTaproot() ? sighash == SIGHASH_DEFAULT :\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.514Z","updatedAt":"2026-09-18T18:41:30.514Z","url":"https://0.0.0.0:3000/mutants/522","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":523,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":704,"endLine":704,"title":"Logical operator mutation at psbt.cpp:704","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                                            (sighash != SIGHASH_DEFAULT && sighash != SIGHASH_ALL)) {","mutatedCode":"                                            (sighash != SIGHASH_DEFAULT || sighash != SIGHASH_ALL)) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -704,1 +704,1 @@\n-                                            (sighash != SIGHASH_DEFAULT && sighash != SIGHASH_ALL)) {\n+                                            (sighash != SIGHASH_DEFAULT || sighash != SIGHASH_ALL)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.516Z","updatedAt":"2026-09-18T18:41:30.516Z","url":"https://0.0.0.0:3000/mutants/523","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":524,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":705,"endLine":705,"title":"Constant replacement mutation at psbt.cpp:705","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        input.sighash_type = sighash;","mutatedCode":"        input.sighash_type = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -705,1 +705,1 @@\n-        input.sighash_type = sighash;\n+        input.sighash_type = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.518Z","updatedAt":"2026-09-18T18:41:30.518Z","url":"https://0.0.0.0:3000/mutants/524","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":525,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":709,"endLine":709,"title":"Relational operator mutation at psbt.cpp:709","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sighash == SIGHASH_DEFAULT) {","mutatedCode":"    if (sighash != SIGHASH_DEFAULT) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -709,1 +709,1 @@\n-    if (sighash == SIGHASH_DEFAULT) {\n+    if (sighash != SIGHASH_DEFAULT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.520Z","updatedAt":"2026-09-18T18:41:30.520Z","url":"https://0.0.0.0:3000/mutants/525","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":526,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":710,"endLine":710,"title":"Logical operator mutation at psbt.cpp:710","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!input.m_tap_key_sig.empty() && input.m_tap_key_sig.size() != 64) {","mutatedCode":"        if (!input.m_tap_key_sig.empty() || input.m_tap_key_sig.size() != 64) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -710,1 +710,1 @@\n-        if (!input.m_tap_key_sig.empty() && input.m_tap_key_sig.size() != 64) {\n+        if (!input.m_tap_key_sig.empty() || input.m_tap_key_sig.size() != 64) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.522Z","updatedAt":"2026-09-18T18:41:30.522Z","url":"https://0.0.0.0:3000/mutants/526","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":527,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":714,"endLine":714,"title":"Relational operator mutation at psbt.cpp:714","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (sig.size() != 64) return PSBTError::SIGHASH_MISMATCH;","mutatedCode":"            if (sig.size() == 64) return PSBTError::SIGHASH_MISMATCH;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -714,1 +714,1 @@\n-            if (sig.size() != 64) return PSBTError::SIGHASH_MISMATCH;\n+            if (sig.size() == 64) return PSBTError::SIGHASH_MISMATCH;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.524Z","updatedAt":"2026-09-18T18:41:30.524Z","url":"https://0.0.0.0:3000/mutants/527","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":528,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":717,"endLine":717,"title":"Logical operator mutation at psbt.cpp:717","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!input.m_tap_key_sig.empty() && (input.m_tap_key_sig.size() != 65 || input.m_tap_key_sig.back() != sighash)) {","mutatedCode":"        if (!input.m_tap_key_sig.empty() || (input.m_tap_key_sig.size() != 65 || input.m_tap_key_sig.back() != sighash)) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -717,1 +717,1 @@\n-        if (!input.m_tap_key_sig.empty() && (input.m_tap_key_sig.size() != 65 || input.m_tap_key_sig.back() != sighash)) {\n+        if (!input.m_tap_key_sig.empty() || (input.m_tap_key_sig.size() != 65 || input.m_tap_key_sig.back() != sighash)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.526Z","updatedAt":"2026-09-18T18:41:30.526Z","url":"https://0.0.0.0:3000/mutants/528","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":529,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":721,"endLine":721,"title":"Logical operator mutation at psbt.cpp:721","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (sig.size() != 65 || sig.back() != sighash) return PSBTError::SIGHASH_MISMATCH;","mutatedCode":"            if (sig.size() != 65 && sig.back() != sighash) return PSBTError::SIGHASH_MISMATCH;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -721,1 +721,1 @@\n-            if (sig.size() != 65 || sig.back() != sighash) return PSBTError::SIGHASH_MISMATCH;\n+            if (sig.size() != 65 && sig.back() != sighash) return PSBTError::SIGHASH_MISMATCH;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.527Z","updatedAt":"2026-09-18T18:41:30.527Z","url":"https://0.0.0.0:3000/mutants/529","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":530,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":724,"endLine":724,"title":"Relational operator mutation at psbt.cpp:724","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (sig.second.back() != sighash) return PSBTError::SIGHASH_MISMATCH;","mutatedCode":"            if (sig.second.back() == sighash) return PSBTError::SIGHASH_MISMATCH;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -724,1 +724,1 @@\n-            if (sig.second.back() != sighash) return PSBTError::SIGHASH_MISMATCH;\n+            if (sig.second.back() == sighash) return PSBTError::SIGHASH_MISMATCH;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.529Z","updatedAt":"2026-09-18T18:41:30.529Z","url":"https://0.0.0.0:3000/mutants/530","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":531,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":728,"endLine":728,"title":"Constant replacement mutation at psbt.cpp:728","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    sigdata.witness = false;","mutatedCode":"    sigdata.witness = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -728,1 +728,1 @@\n-    sigdata.witness = false;\n+    sigdata.witness = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.532Z","updatedAt":"2026-09-18T18:41:30.532Z","url":"https://0.0.0.0:3000/mutants/531","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":532,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":730,"endLine":730,"title":"Relational operator mutation at psbt.cpp:730","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (txdata == nullptr) {","mutatedCode":"    if (txdata != nullptr) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -730,1 +730,1 @@\n-    if (txdata == nullptr) {\n+    if (txdata != nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.535Z","updatedAt":"2026-09-18T18:41:30.535Z","url":"https://0.0.0.0:3000/mutants/532","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":533,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":733,"endLine":733,"title":"Constant replacement mutation at psbt.cpp:733","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        MutableTransactionSignatureCreator creator(tx, index, utxo.nValue, txdata, {.sighash_type = sighash});","mutatedCode":"        MutableTransactionSignatureCreator creator(tx, index, utxo.nValue, txdata, {.sighash_type = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -733,1 +733,1 @@\n-        MutableTransactionSignatureCreator creator(tx, index, utxo.nValue, txdata, {.sighash_type = sighash});\n+        MutableTransactionSignatureCreator creator(tx, index, utxo.nValue, txdata, {.sighash_type = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.538Z","updatedAt":"2026-09-18T18:41:30.538Z","url":"https://0.0.0.0:3000/mutants/533","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":534,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":737,"endLine":737,"title":"Logical operator mutation at psbt.cpp:737","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (require_witness_sig && !sigdata.witness) return PSBTError::INCOMPLETE;","mutatedCode":"    if (require_witness_sig || !sigdata.witness) return PSBTError::INCOMPLETE;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -737,1 +737,1 @@\n-    if (require_witness_sig && !sigdata.witness) return PSBTError::INCOMPLETE;\n+    if (require_witness_sig || !sigdata.witness) return PSBTError::INCOMPLETE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.541Z","updatedAt":"2026-09-18T18:41:30.541Z","url":"https://0.0.0.0:3000/mutants/534","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":535,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":740,"endLine":740,"title":"Constant replacement mutation at psbt.cpp:740","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!options.finalize && sigdata.complete) sigdata.complete = false;","mutatedCode":"    if (!options.finalize && sigdata.complete) sigdata.complete = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -740,1 +740,1 @@\n-    if (!options.finalize && sigdata.complete) sigdata.complete = false;\n+    if (!options.finalize && sigdata.complete) sigdata.complete = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.544Z","updatedAt":"2026-09-18T18:41:30.544Z","url":"https://0.0.0.0:3000/mutants/535","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":536,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":742,"endLine":742,"title":"Statement deletion mutation at psbt.cpp:742","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    input.FromSignatureData(sigdata);","mutatedCode":"    // input.FromSignatureData(sigdata);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -742,1 +742,1 @@\n-    input.FromSignatureData(sigdata);\n+    // input.FromSignatureData(sigdata);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.548Z","updatedAt":"2026-09-18T18:41:30.548Z","url":"https://0.0.0.0:3000/mutants/536","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":537,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":745,"endLine":745,"title":"Conditional operator mutation at psbt.cpp:745","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigdata.witness) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -745,1 +745,1 @@\n-    if (sigdata.witness) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.550Z","updatedAt":"2026-09-18T18:41:30.550Z","url":"https://0.0.0.0:3000/mutants/537","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":538,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":746,"endLine":746,"title":"Constant replacement mutation at psbt.cpp:746","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        input.witness_utxo = utxo;","mutatedCode":"        input.witness_utxo = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -746,1 +746,1 @@\n-        input.witness_utxo = utxo;\n+        input.witness_utxo = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.553Z","updatedAt":"2026-09-18T18:41:30.553Z","url":"https://0.0.0.0:3000/mutants/538","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":539,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":753,"endLine":753,"title":"Conditional operator mutation at psbt.cpp:753","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (out_sigdata) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -753,1 +753,1 @@\n-    if (out_sigdata) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.556Z","updatedAt":"2026-09-18T18:41:30.556Z","url":"https://0.0.0.0:3000/mutants/539","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":540,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":767,"endLine":767,"title":"Relational operator mutation at psbt.cpp:767","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < psbtx.inputs.size(); ++i) {","mutatedCode":"    for (unsigned int i = 0; i <= psbtx.inputs.size(); ++i) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -767,1 +767,1 @@\n-    for (unsigned int i = 0; i < psbtx.inputs.size(); ++i) {\n+    for (unsigned int i = 0; i <= psbtx.inputs.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.559Z","updatedAt":"2026-09-18T18:41:30.559Z","url":"https://0.0.0.0:3000/mutants/540","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":541,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":771,"endLine":771,"title":"Logical operator mutation at psbt.cpp:771","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (input.witness_utxo.IsNull() || !input.witness_utxo.scriptPubKey.IsWitnessProgram(wit_ver, wit_prog)) {","mutatedCode":"        if (input.witness_utxo.IsNull() && !input.witness_utxo.scriptPubKey.IsWitnessProgram(wit_ver, wit_prog)) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -771,1 +771,1 @@\n-        if (input.witness_utxo.IsNull() || !input.witness_utxo.scriptPubKey.IsWitnessProgram(wit_ver, wit_prog)) {\n+        if (input.witness_utxo.IsNull() && !input.witness_utxo.scriptPubKey.IsWitnessProgram(wit_ver, wit_prog)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.562Z","updatedAt":"2026-09-18T18:41:30.562Z","url":"https://0.0.0.0:3000/mutants/541","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":542,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":773,"endLine":773,"title":"Statement deletion mutation at psbt.cpp:773","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            to_drop.clear();","mutatedCode":"            // to_drop.clear();","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -773,1 +773,1 @@\n-            to_drop.clear();\n+            // to_drop.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.565Z","updatedAt":"2026-09-18T18:41:30.565Z","url":"https://0.0.0.0:3000/mutants/542","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":543,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":774,"endLine":774,"title":"Custom mutation at psbt.cpp:774","description":null,"mutationOperator":"CUSTOM","originalCode":"            break;","mutatedCode":"            continue;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -774,1 +774,1 @@\n-            break;\n+            continue;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.567Z","updatedAt":"2026-09-18T18:41:30.567Z","url":"https://0.0.0.0:3000/mutants/543","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":544,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":776,"endLine":776,"title":"Relational operator mutation at psbt.cpp:776","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (wit_ver == 0) {","mutatedCode":"        if (wit_ver != 0) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -776,1 +776,1 @@\n-        if (wit_ver == 0) {\n+        if (wit_ver != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.570Z","updatedAt":"2026-09-18T18:41:30.570Z","url":"https://0.0.0.0:3000/mutants/544","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":545,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":784,"endLine":784,"title":"Logical operator mutation at psbt.cpp:784","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (input.sighash_type != std::nullopt && (*input.sighash_type & 0x80) == SIGHASH_ANYONECANPAY) {","mutatedCode":"        if (input.sighash_type != std::nullopt || (*input.sighash_type & 0x80) == SIGHASH_ANYONECANPAY) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -784,1 +784,1 @@\n-        if (input.sighash_type != std::nullopt && (*input.sighash_type & 0x80) == SIGHASH_ANYONECANPAY) {\n+        if (input.sighash_type != std::nullopt || (*input.sighash_type & 0x80) == SIGHASH_ANYONECANPAY) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.572Z","updatedAt":"2026-09-18T18:41:30.572Z","url":"https://0.0.0.0:3000/mutants/545","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":546,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":790,"endLine":790,"title":"Statement deletion mutation at psbt.cpp:790","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            to_drop.push_back(i);","mutatedCode":"            // to_drop.push_back(i);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -790,1 +790,1 @@\n-            to_drop.push_back(i);\n+            // to_drop.push_back(i);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.575Z","updatedAt":"2026-09-18T18:41:30.575Z","url":"https://0.0.0.0:3000/mutants/546","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":547,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":796,"endLine":796,"title":"Constant replacement mutation at psbt.cpp:796","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        psbtx.inputs.at(i).non_witness_utxo = nullptr;","mutatedCode":"        psbtx.inputs.at(i).non_witness_utxo = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -796,1 +796,1 @@\n-        psbtx.inputs.at(i).non_witness_utxo = nullptr;\n+        psbtx.inputs.at(i).non_witness_utxo = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.578Z","updatedAt":"2026-09-18T18:41:30.578Z","url":"https://0.0.0.0:3000/mutants/547","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":548,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":806,"endLine":806,"title":"Constant replacement mutation at psbt.cpp:806","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool complete = true;","mutatedCode":"    bool complete = false;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -806,1 +806,1 @@\n-    bool complete = true;\n+    bool complete = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.580Z","updatedAt":"2026-09-18T18:41:30.580Z","url":"https://0.0.0.0:3000/mutants/548","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":549,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":808,"endLine":808,"title":"Conditional operator mutation at psbt.cpp:808","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!txdata_res) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -808,1 +808,1 @@\n-    if (!txdata_res) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.582Z","updatedAt":"2026-09-18T18:41:30.582Z","url":"https://0.0.0.0:3000/mutants/549","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":550,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":814,"endLine":814,"title":"Constant replacement mutation at psbt.cpp:814","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        complete &= (SignPSBTInput(DUMMY_SIGNING_PROVIDER, psbtx, i, &txdata, {.sighash_type = input.sighash_type, .finalize = true}, /*out_sigdata=*/nullptr) == PSBTError::OK);","mutatedCode":"        complete &= (SignPSBTInput(DUMMY_SIGNING_PROVIDER, psbtx, i, &txdata, {.sighash_type = input.sighash_type, .finalize = false}, /*out_sigdata=*/nullptr) == PSBTError::OK);","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -814,1 +814,1 @@\n-        complete &= (SignPSBTInput(DUMMY_SIGNING_PROVIDER, psbtx, i, &txdata, {.sighash_type = input.sighash_type, .finalize = true}, /*out_sigdata=*/nullptr) == PSBTError::OK);\n+        complete &= (SignPSBTInput(DUMMY_SIGNING_PROVIDER, psbtx, i, &txdata, {.sighash_type = input.sighash_type, .finalize = false}, /*out_sigdata=*/nullptr) == PSBTError::OK);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.584Z","updatedAt":"2026-09-18T18:41:30.584Z","url":"https://0.0.0.0:3000/mutants/550","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":551,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":833,"endLine":833,"title":"Relational operator mutation at psbt.cpp:833","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < result.vin.size(); ++i) {","mutatedCode":"    for (unsigned int i = 0; i <= result.vin.size(); ++i) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -833,1 +833,1 @@\n-    for (unsigned int i = 0; i < result.vin.size(); ++i) {\n+    for (unsigned int i = 0; i <= result.vin.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.587Z","updatedAt":"2026-09-18T18:41:30.587Z","url":"https://0.0.0.0:3000/mutants/551","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":552,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":834,"endLine":834,"title":"Constant replacement mutation at psbt.cpp:834","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        result.vin[i].scriptSig = psbtx.inputs[i].final_script_sig;","mutatedCode":"        result.vin[i].scriptSig = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -834,1 +834,1 @@\n-        result.vin[i].scriptSig = psbtx.inputs[i].final_script_sig;\n+        result.vin[i].scriptSig = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.590Z","updatedAt":"2026-09-18T18:41:30.590Z","url":"https://0.0.0.0:3000/mutants/552","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":553,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":835,"endLine":835,"title":"Constant replacement mutation at psbt.cpp:835","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        result.vin[i].scriptWitness = psbtx.inputs[i].final_script_witness;","mutatedCode":"        result.vin[i].scriptWitness = true;","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -835,1 +835,1 @@\n-        result.vin[i].scriptWitness = psbtx.inputs[i].final_script_witness;\n+        result.vin[i].scriptWitness = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.592Z","updatedAt":"2026-09-18T18:41:30.592Z","url":"https://0.0.0.0:3000/mutants/553","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":554,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":845,"endLine":845,"title":"Relational operator mutation at psbt.cpp:845","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (auto it = std::next(psbtxs.begin()); it != psbtxs.end(); ++it) {","mutatedCode":"    for (auto it = std::next(psbtxs.begin()); it == psbtxs.end(); ++it) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -845,1 +845,1 @@\n-    for (auto it = std::next(psbtxs.begin()); it != psbtxs.end(); ++it) {\n+    for (auto it = std::next(psbtxs.begin()); it == psbtxs.end(); ++it) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.594Z","updatedAt":"2026-09-18T18:41:30.594Z","url":"https://0.0.0.0:3000/mutants/554","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":555,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":867,"endLine":867,"title":"Conditional operator mutation at psbt.cpp:867","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!tx_data) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -867,1 +867,1 @@\n-    if (!tx_data) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.598Z","updatedAt":"2026-09-18T18:41:30.598Z","url":"https://0.0.0.0:3000/mutants/555","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":556,"repository":"bitcoin/bitcoin","language":"C++","commit":"2f72123f613f3aa1484ed06344039be78dedcb33","pullRequest":null,"file":"src/psbt.cpp","startLine":889,"endLine":889,"title":"Relational operator mutation at psbt.cpp:889","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_version != std::nullopt) {","mutatedCode":"    if (m_version == std::nullopt) {","diff":"--- a/src/psbt.cpp\n+++ b/src/psbt.cpp\n@@ -889,1 +889,1 @@\n-    if (m_version != std::nullopt) {\n+    if (m_version == std::nullopt) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=psbt_wallet_tests && FUZZ=psbt ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/psbt && ./build_corecheck/test/functional/rpc_psbt.py && ./build_corecheck/test/functional/wallet_fundrawtransaction.py && ./build_corecheck/test/functional/wallet_miniscript_decaying_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && ./build_corecheck/test/functional/wallet_musig.py && ./build_corecheck/test/functional/wallet_taproot.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.600Z","updatedAt":"2026-09-18T18:41:30.600Z","url":"https://0.0.0.0:3000/mutants/556","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":557,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":114,"endLine":114,"title":"Conditional operator mutation at descriptor.cpp:114","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (c0 & 1) c ^= 0xf5dee51989;","mutatedCode":"    if (1==1) c ^= 0xf5dee51989;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -114,1 +114,1 @@\n-    if (c0 & 1) c ^= 0xf5dee51989;\n+    if (1==1) c ^= 0xf5dee51989;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.602Z","updatedAt":"2026-09-18T18:41:30.602Z","url":"https://0.0.0.0:3000/mutants/557","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":558,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":115,"endLine":115,"title":"Conditional operator mutation at descriptor.cpp:115","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (c0 & 2) c ^= 0xa9fdca3312;","mutatedCode":"    if (1==1) c ^= 0xa9fdca3312;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -115,1 +115,1 @@\n-    if (c0 & 2) c ^= 0xa9fdca3312;\n+    if (1==1) c ^= 0xa9fdca3312;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.604Z","updatedAt":"2026-09-18T18:41:30.604Z","url":"https://0.0.0.0:3000/mutants/558","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":559,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":116,"endLine":116,"title":"Conditional operator mutation at descriptor.cpp:116","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (c0 & 4) c ^= 0x1bab10e32d;","mutatedCode":"    if (1==1) c ^= 0x1bab10e32d;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -116,1 +116,1 @@\n-    if (c0 & 4) c ^= 0x1bab10e32d;\n+    if (1==1) c ^= 0x1bab10e32d;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.606Z","updatedAt":"2026-09-18T18:41:30.606Z","url":"https://0.0.0.0:3000/mutants/559","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":560,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":117,"endLine":117,"title":"Conditional operator mutation at descriptor.cpp:117","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (c0 & 8) c ^= 0x3706b1677a;","mutatedCode":"    if (1==1) c ^= 0x3706b1677a;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -117,1 +117,1 @@\n-    if (c0 & 8) c ^= 0x3706b1677a;\n+    if (1==1) c ^= 0x3706b1677a;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.608Z","updatedAt":"2026-09-18T18:41:30.608Z","url":"https://0.0.0.0:3000/mutants/560","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":561,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":118,"endLine":118,"title":"Conditional operator mutation at descriptor.cpp:118","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (c0 & 16) c ^= 0x644d626ffd;","mutatedCode":"    if (1==1) c ^= 0x644d626ffd;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -118,1 +118,1 @@\n-    if (c0 & 16) c ^= 0x644d626ffd;\n+    if (1==1) c ^= 0x644d626ffd;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.610Z","updatedAt":"2026-09-18T18:41:30.610Z","url":"https://0.0.0.0:3000/mutants/561","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":562,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":150,"endLine":150,"title":"Relational operator mutation at descriptor.cpp:150","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (pos == std::string::npos) return \"\";","mutatedCode":"        if (pos != std::string::npos) return \"\";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -150,1 +150,1 @@\n-        if (pos == std::string::npos) return \"\";\n+        if (pos != std::string::npos) return \"\";\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.612Z","updatedAt":"2026-09-18T18:41:30.612Z","url":"https://0.0.0.0:3000/mutants/562","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":563,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":152,"endLine":152,"title":"Arithmetic operator mutation at descriptor.cpp:152","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        cls = cls * 3 + (pos >> 5); // Accumulate the group numbers","mutatedCode":"        cls = cls * 3 - (pos >> 5); // Accumulate the group numbers","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -152,1 +152,1 @@\n-        cls = cls * 3 + (pos >> 5); // Accumulate the group numbers\n+        cls = cls * 3 - (pos >> 5); // Accumulate the group numbers\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.614Z","updatedAt":"2026-09-18T18:41:30.614Z","url":"https://0.0.0.0:3000/mutants/563","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":564,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":153,"endLine":153,"title":"Relational operator mutation at descriptor.cpp:153","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (++clscount == 3) {","mutatedCode":"        if (++clscount != 3) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -153,1 +153,1 @@\n-        if (++clscount == 3) {\n+        if (++clscount != 3) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.616Z","updatedAt":"2026-09-18T18:41:30.616Z","url":"https://0.0.0.0:3000/mutants/564","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":565,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":161,"endLine":161,"title":"Relational operator mutation at descriptor.cpp:161","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int j = 0; j < 8; ++j) c = PolyMod(c, 0); // Shift further to determine the checksum.","mutatedCode":"    for (int j = 0; j <= 8; ++j) c = PolyMod(c, 0); // Shift further to determine the checksum.","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -161,1 +161,1 @@\n-    for (int j = 0; j < 8; ++j) c = PolyMod(c, 0); // Shift further to determine the checksum.\n+    for (int j = 0; j <= 8; ++j) c = PolyMod(c, 0); // Shift further to determine the checksum.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.618Z","updatedAt":"2026-09-18T18:41:30.618Z","url":"https://0.0.0.0:3000/mutants/565","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":566,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":165,"endLine":165,"title":"Relational operator mutation at descriptor.cpp:165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int j = 0; j < 8; ++j) ret[j] = CHECKSUM_CHARSET[(c >> (5 * (7 - j))) & 31];","mutatedCode":"    for (int j = 0; j <= 8; ++j) ret[j] = CHECKSUM_CHARSET[(c >> (5 * (7 - j))) & 31];","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -165,1 +165,1 @@\n-    for (int j = 0; j < 8; ++j) ret[j] = CHECKSUM_CHARSET[(c >> (5 * (7 - j))) & 31];\n+    for (int j = 0; j <= 8; ++j) ret[j] = CHECKSUM_CHARSET[(c >> (5 * (7 - j))) & 31];\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.620Z","updatedAt":"2026-09-18T18:41:30.620Z","url":"https://0.0.0.0:3000/mutants/566","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":567,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":169,"endLine":169,"title":"Arithmetic operator mutation at descriptor.cpp:169","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"std::string AddChecksum(const std::string& str) { return str + \"#\" + DescriptorChecksum(str); }","mutatedCode":"std::string AddChecksum(const std::string& str) { return str - \"#\" + DescriptorChecksum(str); }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -169,1 +169,1 @@\n-std::string AddChecksum(const std::string& str) { return str + \"#\" + DescriptorChecksum(str); }\n+std::string AddChecksum(const std::string& str) { return str - \"#\" + DescriptorChecksum(str); }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.622Z","updatedAt":"2026-09-18T18:41:30.622Z","url":"https://0.0.0.0:3000/mutants/567","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":568,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":198,"endLine":198,"title":"Relational operator mutation at descriptor.cpp:198","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return a < b;","mutatedCode":"        return a <= b;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -198,1 +198,1 @@\n-        return a < b;\n+        return a <= b;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.624Z","updatedAt":"2026-09-18T18:41:30.624Z","url":"https://0.0.0.0:3000/mutants/568","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":569,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":261,"endLine":261,"title":"Logical operator mutation at descriptor.cpp:261","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        bool use_apostrophe = (!normalized && m_apostrophe) || type == StringType::COMPAT;","mutatedCode":"        bool use_apostrophe = (!normalized || m_apostrophe) || type == StringType::COMPAT;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -261,1 +261,1 @@\n-        bool use_apostrophe = (!normalized && m_apostrophe) || type == StringType::COMPAT;\n+        bool use_apostrophe = (!normalized || m_apostrophe) || type == StringType::COMPAT;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.626Z","updatedAt":"2026-09-18T18:41:30.626Z","url":"https://0.0.0.0:3000/mutants/569","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":570,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":262,"endLine":262,"title":"Arithmetic operator mutation at descriptor.cpp:262","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return HexStr(m_origin.fingerprint) + FormatHDKeypath(m_origin.path, use_apostrophe);","mutatedCode":"        return HexStr(m_origin.fingerprint) - FormatHDKeypath(m_origin.path, use_apostrophe);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -262,1 +262,1 @@\n-        return HexStr(m_origin.fingerprint) + FormatHDKeypath(m_origin.path, use_apostrophe);\n+        return HexStr(m_origin.fingerprint) - FormatHDKeypath(m_origin.path, use_apostrophe);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.628Z","updatedAt":"2026-09-18T18:41:30.628Z","url":"https://0.0.0.0:3000/mutants/570","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":571,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":271,"endLine":271,"title":"Statement deletion mutation at descriptor.cpp:271","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        Assert(out.pubkeys.contains(pub->GetID()));","mutatedCode":"        // Assert(out.pubkeys.contains(pub->GetID()));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -271,1 +271,1 @@\n-        Assert(out.pubkeys.contains(pub->GetID()));\n+        // Assert(out.pubkeys.contains(pub->GetID()));\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.630Z","updatedAt":"2026-09-18T18:41:30.630Z","url":"https://0.0.0.0:3000/mutants/571","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":572,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":273,"endLine":273,"title":"Relational operator mutation at descriptor.cpp:273","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        Assert(pubkey == *pub); // m_provider must have a valid origin by this point.","mutatedCode":"        Assert(pubkey != *pub); // m_provider must have a valid origin by this point.","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -273,1 +273,1 @@\n-        Assert(pubkey == *pub); // m_provider must have a valid origin by this point.\n+        Assert(pubkey != *pub); // m_provider must have a valid origin by this point.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.632Z","updatedAt":"2026-09-18T18:41:30.632Z","url":"https://0.0.0.0:3000/mutants/572","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":573,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":274,"endLine":274,"title":"Function call mutation at descriptor.cpp:274","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"        std::copy(std::begin(m_origin.fingerprint), std::end(m_origin.fingerprint), suborigin.fingerprint);","mutatedCode":"        std::copy(std::end(m_origin.fingerprint), std::end(m_origin.fingerprint), suborigin.fingerprint);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -274,1 +274,1 @@\n-        std::copy(std::begin(m_origin.fingerprint), std::end(m_origin.fingerprint), suborigin.fingerprint);\n+        std::copy(std::end(m_origin.fingerprint), std::end(m_origin.fingerprint), suborigin.fingerprint);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.634Z","updatedAt":"2026-09-18T18:41:30.634Z","url":"https://0.0.0.0:3000/mutants/573","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":574,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":275,"endLine":275,"title":"Statement deletion mutation at descriptor.cpp:275","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        suborigin.path.insert(suborigin.path.begin(), m_origin.path.begin(), m_origin.path.end());","mutatedCode":"        // suborigin.path.insert(suborigin.path.begin(), m_origin.path.begin(), m_origin.path.end());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -275,1 +275,1 @@\n-        suborigin.path.insert(suborigin.path.begin(), m_origin.path.begin(), m_origin.path.end());\n+        // suborigin.path.insert(suborigin.path.begin(), m_origin.path.begin(), m_origin.path.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.641Z","updatedAt":"2026-09-18T18:41:30.641Z","url":"https://0.0.0.0:3000/mutants/574","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":575,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":281,"endLine":281,"title":"Arithmetic operator mutation at descriptor.cpp:281","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::string ToString(StringType type) const override { return \"[\" + OriginString(type) + \"]\" + m_provider->ToString(type); }","mutatedCode":"    std::string ToString(StringType type) const override { return \"[\" - OriginString(type) + \"]\" + m_provider->ToString(type); }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -281,1 +281,1 @@\n-    std::string ToString(StringType type) const override { return \"[\" + OriginString(type) + \"]\" + m_provider->ToString(type); }\n+    std::string ToString(StringType type) const override { return \"[\" - OriginString(type) + \"]\" + m_provider->ToString(type); }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.643Z","updatedAt":"2026-09-18T18:41:30.643Z","url":"https://0.0.0.0:3000/mutants/575","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":576,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":292,"endLine":292,"title":"Constant replacement mutation at descriptor.cpp:292","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!m_provider->ToNormalizedString(arg, sub, cache)) return false;","mutatedCode":"        if (!m_provider->ToNormalizedString(arg, sub, cache)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -292,1 +292,1 @@\n-        if (!m_provider->ToNormalizedString(arg, sub, cache)) return false;\n+        if (!m_provider->ToNormalizedString(arg, sub, cache)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.645Z","updatedAt":"2026-09-18T18:41:30.645Z","url":"https://0.0.0.0:3000/mutants/576","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":577,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":296,"endLine":296,"title":"Relational operator mutation at descriptor.cpp:296","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (sub[0] == '[') {","mutatedCode":"        if (sub[0] != '[') {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -296,1 +296,1 @@\n-        if (sub[0] == '[') {\n+        if (sub[0] != '[') {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.647Z","updatedAt":"2026-09-18T18:41:30.647Z","url":"https://0.0.0.0:3000/mutants/577","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":578,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":297,"endLine":297,"title":"Constant replacement mutation at descriptor.cpp:297","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            sub = sub.substr(9);","mutatedCode":"            sub = sub.substr(9 - 1);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -297,1 +297,1 @@\n-            sub = sub.substr(9);\n+            sub = sub.substr(9 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.649Z","updatedAt":"2026-09-18T18:41:30.649Z","url":"https://0.0.0.0:3000/mutants/578","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":579,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":302,"endLine":302,"title":"Constant replacement mutation at descriptor.cpp:302","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return true;","mutatedCode":"        return false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -302,1 +302,1 @@\n-        return true;\n+        return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.652Z","updatedAt":"2026-09-18T18:41:30.652Z","url":"https://0.0.0.0:3000/mutants/579","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":580,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":306,"endLine":306,"title":"Statement deletion mutation at descriptor.cpp:306","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        m_provider->GetPrivKey(pos, arg, out);","mutatedCode":"        // m_provider->GetPrivKey(pos, arg, out);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -306,1 +306,1 @@\n-        m_provider->GetPrivKey(pos, arg, out);\n+        // m_provider->GetPrivKey(pos, arg, out);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.654Z","updatedAt":"2026-09-18T18:41:30.654Z","url":"https://0.0.0.0:3000/mutants/580","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":581,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":342,"endLine":342,"title":"Arithmetic operator mutation at descriptor.cpp:342","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        std::copy(keyid.begin(), keyid.begin() + sizeof(info.fingerprint), info.fingerprint);","mutatedCode":"        std::copy(keyid.begin(), keyid.begin() - sizeof(info.fingerprint), info.fingerprint);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -342,1 +342,1 @@\n-        std::copy(keyid.begin(), keyid.begin() + sizeof(info.fingerprint), info.fingerprint);\n+        std::copy(keyid.begin(), keyid.begin() - sizeof(info.fingerprint), info.fingerprint);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.656Z","updatedAt":"2026-09-18T18:41:30.656Z","url":"https://0.0.0.0:3000/mutants/581","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":582,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":343,"endLine":343,"title":"Statement deletion mutation at descriptor.cpp:343","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.origins.emplace(keyid, std::make_pair(m_pubkey, info));","mutatedCode":"        // out.origins.emplace(keyid, std::make_pair(m_pubkey, info));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -343,1 +343,1 @@\n-        out.origins.emplace(keyid, std::make_pair(m_pubkey, info));\n+        // out.origins.emplace(keyid, std::make_pair(m_pubkey, info));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.658Z","updatedAt":"2026-09-18T18:41:30.658Z","url":"https://0.0.0.0:3000/mutants/582","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":583,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":344,"endLine":344,"title":"Statement deletion mutation at descriptor.cpp:344","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.pubkeys.emplace(keyid, m_pubkey);","mutatedCode":"        // out.pubkeys.emplace(keyid, m_pubkey);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -344,1 +344,1 @@\n-        out.pubkeys.emplace(keyid, m_pubkey);\n+        // out.pubkeys.emplace(keyid, m_pubkey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.660Z","updatedAt":"2026-09-18T18:41:30.660Z","url":"https://0.0.0.0:3000/mutants/583","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":584,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":347,"endLine":347,"title":"Constant replacement mutation at descriptor.cpp:347","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsRange() const override { return false; }","mutatedCode":"    bool IsRange() const override { return true; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -347,1 +347,1 @@\n-    bool IsRange() const override { return false; }\n+    bool IsRange() const override { return true; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.662Z","updatedAt":"2026-09-18T18:41:30.662Z","url":"https://0.0.0.0:3000/mutants/584","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":585,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":349,"endLine":349,"title":"Constant replacement mutation at descriptor.cpp:349","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsBIP32() const override { return false; }","mutatedCode":"    bool IsBIP32() const override { return true; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -349,1 +349,1 @@\n-    bool IsBIP32() const override { return false; }\n+    bool IsBIP32() const override { return true; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.664Z","updatedAt":"2026-09-18T18:41:30.664Z","url":"https://0.0.0.0:3000/mutants/585","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":586,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":350,"endLine":350,"title":"Constant replacement mutation at descriptor.cpp:350","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    std::string ToString(StringType type) const override { return m_xonly ? HexStr(m_pubkey).substr(2) : HexStr(m_pubkey); }","mutatedCode":"    std::string ToString(StringType type) const override { return m_xonly ? HexStr(m_pubkey).substr(2 - 1) : HexStr(m_pubkey); }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -350,1 +350,1 @@\n-    std::string ToString(StringType type) const override { return m_xonly ? HexStr(m_pubkey).substr(2) : HexStr(m_pubkey); }\n+    std::string ToString(StringType type) const override { return m_xonly ? HexStr(m_pubkey).substr(2 - 1) : HexStr(m_pubkey); }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.666Z","updatedAt":"2026-09-18T18:41:30.666Z","url":"https://0.0.0.0:3000/mutants/586","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":587,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":354,"endLine":354,"title":"Conditional operator mutation at descriptor.cpp:354","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!key) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -354,1 +354,1 @@\n-        if (!key) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.669Z","updatedAt":"2026-09-18T18:41:30.669Z","url":"https://0.0.0.0:3000/mutants/587","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":588,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":356,"endLine":356,"title":"Constant replacement mutation at descriptor.cpp:356","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            return false;","mutatedCode":"            return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -356,1 +356,1 @@\n-            return false;\n+            return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.671Z","updatedAt":"2026-09-18T18:41:30.671Z","url":"https://0.0.0.0:3000/mutants/588","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":589,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":369,"endLine":369,"title":"Conditional operator mutation at descriptor.cpp:369","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!key) return;","mutatedCode":"        if (1==1) return;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -369,1 +369,1 @@\n-        if (!key) return;\n+        if (1==1) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.673Z","updatedAt":"2026-09-18T18:41:30.673Z","url":"https://0.0.0.0:3000/mutants/589","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":590,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":370,"endLine":370,"title":"Statement deletion mutation at descriptor.cpp:370","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.keys.emplace(key->GetPubKey().GetID(), *key);","mutatedCode":"        // out.keys.emplace(key->GetPubKey().GetID(), *key);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -370,1 +370,1 @@\n-        out.keys.emplace(key->GetPubKey().GetID(), *key);\n+        // out.keys.emplace(key->GetPubKey().GetID(), *key);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.674Z","updatedAt":"2026-09-18T18:41:30.674Z","url":"https://0.0.0.0:3000/mutants/590","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":591,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":405,"endLine":405,"title":"Constant replacement mutation at descriptor.cpp:405","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!arg.GetKey(m_root_extkey.pubkey.GetID(), key)) return false;","mutatedCode":"        if (!arg.GetKey(m_root_extkey.pubkey.GetID(), key)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -405,1 +405,1 @@\n-        if (!arg.GetKey(m_root_extkey.pubkey.GetID(), key)) return false;\n+        if (!arg.GetKey(m_root_extkey.pubkey.GetID(), key)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.677Z","updatedAt":"2026-09-18T18:41:30.677Z","url":"https://0.0.0.0:3000/mutants/591","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":592,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":407,"endLine":407,"title":"Arithmetic operator mutation at descriptor.cpp:407","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        std::copy(m_root_extkey.vchFingerprint, m_root_extkey.vchFingerprint + sizeof(ret.vchFingerprint), ret.vchFingerprint);","mutatedCode":"        std::copy(m_root_extkey.vchFingerprint, m_root_extkey.vchFingerprint - sizeof(ret.vchFingerprint), ret.vchFingerprint);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -407,1 +407,1 @@\n-        std::copy(m_root_extkey.vchFingerprint, m_root_extkey.vchFingerprint + sizeof(ret.vchFingerprint), ret.vchFingerprint);\n+        std::copy(m_root_extkey.vchFingerprint, m_root_extkey.vchFingerprint - sizeof(ret.vchFingerprint), ret.vchFingerprint);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.678Z","updatedAt":"2026-09-18T18:41:30.678Z","url":"https://0.0.0.0:3000/mutants/592","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":593,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":417,"endLine":417,"title":"Constant replacement mutation at descriptor.cpp:417","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!GetExtKey(arg, xprv)) return false;","mutatedCode":"        if (!GetExtKey(arg, xprv)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -417,1 +417,1 @@\n-        if (!GetExtKey(arg, xprv)) return false;\n+        if (!GetExtKey(arg, xprv)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.680Z","updatedAt":"2026-09-18T18:41:30.680Z","url":"https://0.0.0.0:3000/mutants/593","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":594,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":419,"endLine":419,"title":"Constant replacement mutation at descriptor.cpp:419","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!xprv.Derive(xprv, entry)) return false;","mutatedCode":"            if (!xprv.Derive(xprv, entry)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -419,1 +419,1 @@\n-            if (!xprv.Derive(xprv, entry)) return false;\n+            if (!xprv.Derive(xprv, entry)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.682Z","updatedAt":"2026-09-18T18:41:30.682Z","url":"https://0.0.0.0:3000/mutants/594","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":595,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":420,"endLine":420,"title":"Conditional operator mutation at descriptor.cpp:420","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (entry >> 31) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -420,1 +420,1 @@\n-            if (entry >> 31) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.685Z","updatedAt":"2026-09-18T18:41:30.685Z","url":"https://0.0.0.0:3000/mutants/595","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":596,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":429,"endLine":429,"title":"Constant replacement mutation at descriptor.cpp:429","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (m_derive == DeriveType::HARDENED_RANGED) return true;","mutatedCode":"        if (m_derive == DeriveType::HARDENED_RANGED) return false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -429,1 +429,1 @@\n-        if (m_derive == DeriveType::HARDENED_RANGED) return true;\n+        if (m_derive == DeriveType::HARDENED_RANGED) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.687Z","updatedAt":"2026-09-18T18:41:30.687Z","url":"https://0.0.0.0:3000/mutants/596","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":597,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":431,"endLine":431,"title":"Constant replacement mutation at descriptor.cpp:431","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (entry >> 31) return true;","mutatedCode":"            if (entry >> 31) return false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -431,1 +431,1 @@\n-            if (entry >> 31) return true;\n+            if (entry >> 31) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.689Z","updatedAt":"2026-09-18T18:41:30.689Z","url":"https://0.0.0.0:3000/mutants/597","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":598,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":438,"endLine":438,"title":"Relational operator mutation at descriptor.cpp:438","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool IsRange() const override { return m_derive != DeriveType::NON_RANGED; }","mutatedCode":"    bool IsRange() const override { return m_derive == DeriveType::NON_RANGED; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -438,1 +438,1 @@\n-    bool IsRange() const override { return m_derive != DeriveType::NON_RANGED; }\n+    bool IsRange() const override { return m_derive == DeriveType::NON_RANGED; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.691Z","updatedAt":"2026-09-18T18:41:30.691Z","url":"https://0.0.0.0:3000/mutants/598","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":599,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":440,"endLine":440,"title":"Constant replacement mutation at descriptor.cpp:440","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsBIP32() const override { return true; }","mutatedCode":"    bool IsBIP32() const override { return false; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -440,1 +440,1 @@\n-    bool IsBIP32() const override { return true; }\n+    bool IsBIP32() const override { return false; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.692Z","updatedAt":"2026-09-18T18:41:30.692Z","url":"https://0.0.0.0:3000/mutants/599","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":600,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":454,"endLine":454,"title":"Constant replacement mutation at descriptor.cpp:454","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool der = true;","mutatedCode":"        bool der = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -454,1 +454,1 @@\n-        bool der = true;\n+        bool der = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.694Z","updatedAt":"2026-09-18T18:41:30.694Z","url":"https://0.0.0.0:3000/mutants/600","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":601,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":455,"endLine":455,"title":"Conditional operator mutation at descriptor.cpp:455","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (read_cache) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -455,1 +455,1 @@\n-        if (read_cache) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.696Z","updatedAt":"2026-09-18T18:41:30.696Z","url":"https://0.0.0.0:3000/mutants/601","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":602,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":484,"endLine":484,"title":"Statement deletion mutation at descriptor.cpp:484","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.origins.emplace(final_extkey.pubkey.GetID(), std::make_pair(final_extkey.pubkey, info));","mutatedCode":"        // out.origins.emplace(final_extkey.pubkey.GetID(), std::make_pair(final_extkey.pubkey, info));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -484,1 +484,1 @@\n-        out.origins.emplace(final_extkey.pubkey.GetID(), std::make_pair(final_extkey.pubkey, info));\n+        // out.origins.emplace(final_extkey.pubkey.GetID(), std::make_pair(final_extkey.pubkey, info));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.699Z","updatedAt":"2026-09-18T18:41:30.699Z","url":"https://0.0.0.0:3000/mutants/602","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":603,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":485,"endLine":485,"title":"Statement deletion mutation at descriptor.cpp:485","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.pubkeys.emplace(final_extkey.pubkey.GetID(), final_extkey.pubkey);","mutatedCode":"        // out.pubkeys.emplace(final_extkey.pubkey.GetID(), final_extkey.pubkey);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -485,1 +485,1 @@\n-        out.pubkeys.emplace(final_extkey.pubkey.GetID(), final_extkey.pubkey);\n+        // out.pubkeys.emplace(final_extkey.pubkey.GetID(), final_extkey.pubkey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.701Z","updatedAt":"2026-09-18T18:41:30.701Z","url":"https://0.0.0.0:3000/mutants/603","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":604,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":487,"endLine":487,"title":"Conditional operator mutation at descriptor.cpp:487","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (write_cache) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -487,1 +487,1 @@\n-        if (write_cache) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.703Z","updatedAt":"2026-09-18T18:41:30.703Z","url":"https://0.0.0.0:3000/mutants/604","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":605,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":489,"endLine":489,"title":"Relational operator mutation at descriptor.cpp:489","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (m_derive != DeriveType::HARDENED_RANGED) {","mutatedCode":"            if (m_derive == DeriveType::HARDENED_RANGED) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -489,1 +489,1 @@\n-            if (m_derive != DeriveType::HARDENED_RANGED) {\n+            if (m_derive == DeriveType::HARDENED_RANGED) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.705Z","updatedAt":"2026-09-18T18:41:30.705Z","url":"https://0.0.0.0:3000/mutants/605","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":606,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":490,"endLine":490,"title":"Statement deletion mutation at descriptor.cpp:490","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                write_cache->CacheParentExtPubKey(m_expr_index, parent_extkey);","mutatedCode":"                // write_cache->CacheParentExtPubKey(m_expr_index, parent_extkey);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -490,1 +490,1 @@\n-                write_cache->CacheParentExtPubKey(m_expr_index, parent_extkey);\n+                // write_cache->CacheParentExtPubKey(m_expr_index, parent_extkey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.706Z","updatedAt":"2026-09-18T18:41:30.706Z","url":"https://0.0.0.0:3000/mutants/606","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":607,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":493,"endLine":493,"title":"Statement deletion mutation at descriptor.cpp:493","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    write_cache->CacheLastHardenedExtPubKey(m_expr_index, last_hardened_extkey);","mutatedCode":"                    // write_cache->CacheLastHardenedExtPubKey(m_expr_index, last_hardened_extkey);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -493,1 +493,1 @@\n-                    write_cache->CacheLastHardenedExtPubKey(m_expr_index, last_hardened_extkey);\n+                    // write_cache->CacheLastHardenedExtPubKey(m_expr_index, last_hardened_extkey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.708Z","updatedAt":"2026-09-18T18:41:30.708Z","url":"https://0.0.0.0:3000/mutants/607","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":608,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":495,"endLine":495,"title":"Relational operator mutation at descriptor.cpp:495","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } else if (info.path.size() > 0) {","mutatedCode":"            } else if (info.path.size() >= 0) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -495,1 +495,1 @@\n-            } else if (info.path.size() > 0) {\n+            } else if (info.path.size() >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.710Z","updatedAt":"2026-09-18T18:41:30.710Z","url":"https://0.0.0.0:3000/mutants/608","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":609,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":496,"endLine":496,"title":"Statement deletion mutation at descriptor.cpp:496","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                write_cache->CacheDerivedExtPubKey(m_expr_index, pos, final_extkey);","mutatedCode":"                // write_cache->CacheDerivedExtPubKey(m_expr_index, pos, final_extkey);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -496,1 +496,1 @@\n-                write_cache->CacheDerivedExtPubKey(m_expr_index, pos, final_extkey);\n+                // write_cache->CacheDerivedExtPubKey(m_expr_index, pos, final_extkey);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.712Z","updatedAt":"2026-09-18T18:41:30.712Z","url":"https://0.0.0.0:3000/mutants/609","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":610,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":505,"endLine":505,"title":"Logical operator mutation at descriptor.cpp:505","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        const bool use_apostrophe = (!normalized && m_apostrophe) || type == StringType::COMPAT;","mutatedCode":"        const bool use_apostrophe = (!normalized || m_apostrophe) || type == StringType::COMPAT;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -505,1 +505,1 @@\n-        const bool use_apostrophe = (!normalized && m_apostrophe) || type == StringType::COMPAT;\n+        const bool use_apostrophe = (!normalized || m_apostrophe) || type == StringType::COMPAT;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.714Z","updatedAt":"2026-09-18T18:41:30.714Z","url":"https://0.0.0.0:3000/mutants/610","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":611,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":509,"endLine":509,"title":"Relational operator mutation at descriptor.cpp:509","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (m_derive == DeriveType::HARDENED_RANGED) ret += use_apostrophe ? '\\'' : 'h';","mutatedCode":"            if (m_derive != DeriveType::HARDENED_RANGED) ret += use_apostrophe ? '\\'' : 'h';","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -509,1 +509,1 @@\n-            if (m_derive == DeriveType::HARDENED_RANGED) ret += use_apostrophe ? '\\'' : 'h';\n+            if (m_derive != DeriveType::HARDENED_RANGED) ret += use_apostrophe ? '\\'' : 'h';\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.716Z","updatedAt":"2026-09-18T18:41:30.716Z","url":"https://0.0.0.0:3000/mutants/611","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":612,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":515,"endLine":515,"title":"Constant replacement mutation at descriptor.cpp:515","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return ToString(type, /*normalized=*/false);","mutatedCode":"        return ToString(type, /*normalized=*/true);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -515,1 +515,1 @@\n-        return ToString(type, /*normalized=*/false);\n+        return ToString(type, /*normalized=*/true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.718Z","updatedAt":"2026-09-18T18:41:30.718Z","url":"https://0.0.0.0:3000/mutants/612","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":613,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":524,"endLine":524,"title":"Arithmetic operator mutation at descriptor.cpp:524","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        out = EncodeExtKey(key) + FormatHDKeypath(m_path, /*apostrophe=*/m_apostrophe);","mutatedCode":"        out = EncodeExtKey(key) - FormatHDKeypath(m_path, /*apostrophe=*/m_apostrophe);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -524,1 +524,1 @@\n-        out = EncodeExtKey(key) + FormatHDKeypath(m_path, /*apostrophe=*/m_apostrophe);\n+        out = EncodeExtKey(key) - FormatHDKeypath(m_path, /*apostrophe=*/m_apostrophe);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.720Z","updatedAt":"2026-09-18T18:41:30.720Z","url":"https://0.0.0.0:3000/mutants/613","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":614,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":527,"endLine":527,"title":"Relational operator mutation at descriptor.cpp:527","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (m_derive == DeriveType::HARDENED_RANGED) out += m_apostrophe ? '\\'' : 'h';","mutatedCode":"            if (m_derive != DeriveType::HARDENED_RANGED) out += m_apostrophe ? '\\'' : 'h';","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -527,1 +527,1 @@\n-            if (m_derive == DeriveType::HARDENED_RANGED) out += m_apostrophe ? '\\'' : 'h';\n+            if (m_derive != DeriveType::HARDENED_RANGED) out += m_apostrophe ? '\\'' : 'h';\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.722Z","updatedAt":"2026-09-18T18:41:30.722Z","url":"https://0.0.0.0:3000/mutants/614","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":615,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":533,"endLine":533,"title":"Relational operator mutation at descriptor.cpp:533","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (m_derive == DeriveType::HARDENED_RANGED) {","mutatedCode":"        if (m_derive != DeriveType::HARDENED_RANGED) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -533,1 +533,1 @@\n-        if (m_derive == DeriveType::HARDENED_RANGED) {\n+        if (m_derive != DeriveType::HARDENED_RANGED) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.725Z","updatedAt":"2026-09-18T18:41:30.725Z","url":"https://0.0.0.0:3000/mutants/615","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":616,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":534,"endLine":534,"title":"Constant replacement mutation at descriptor.cpp:534","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            out = ToString(StringType::PUBLIC, /*normalized=*/true);","mutatedCode":"            out = ToString(StringType::PUBLIC, /*normalized=*/false);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -534,1 +534,1 @@\n-            out = ToString(StringType::PUBLIC, /*normalized=*/true);\n+            out = ToString(StringType::PUBLIC, /*normalized=*/false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.727Z","updatedAt":"2026-09-18T18:41:30.727Z","url":"https://0.0.0.0:3000/mutants/616","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":617,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":539,"endLine":539,"title":"Arithmetic operator mutation at descriptor.cpp:539","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        int i = (int)m_path.size() - 1;","mutatedCode":"        int i = (int)m_path.size() + 1;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -539,1 +539,1 @@\n-        int i = (int)m_path.size() - 1;\n+        int i = (int)m_path.size() + 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.729Z","updatedAt":"2026-09-18T18:41:30.729Z","url":"https://0.0.0.0:3000/mutants/617","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":618,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":540,"endLine":540,"title":"Arithmetic operator mutation at descriptor.cpp:540","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        for (; i >= 0; --i) {","mutatedCode":"        for (; i >= 0; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -540,1 +540,1 @@\n-        for (; i >= 0; --i) {\n+        for (; i >= 0; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.731Z","updatedAt":"2026-09-18T18:41:30.731Z","url":"https://0.0.0.0:3000/mutants/618","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":619,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":542,"endLine":542,"title":"Custom mutation at descriptor.cpp:542","description":null,"mutationOperator":"CUSTOM","originalCode":"                break;","mutatedCode":"                continue;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -542,1 +542,1 @@\n-                break;\n+                continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.733Z","updatedAt":"2026-09-18T18:41:30.733Z","url":"https://0.0.0.0:3000/mutants/619","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":620,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":546,"endLine":546,"title":"Relational operator mutation at descriptor.cpp:546","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (i == -1) {","mutatedCode":"        if (i != -1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -546,1 +546,1 @@\n-        if (i == -1) {\n+        if (i != -1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.734Z","updatedAt":"2026-09-18T18:41:30.734Z","url":"https://0.0.0.0:3000/mutants/620","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":621,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":553,"endLine":553,"title":"Relational operator mutation at descriptor.cpp:553","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (; k <= i; ++k) {","mutatedCode":"        for (; k < i; ++k) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -553,1 +553,1 @@\n-        for (; k <= i; ++k) {\n+        for (; k < i; ++k) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.736Z","updatedAt":"2026-09-18T18:41:30.736Z","url":"https://0.0.0.0:3000/mutants/621","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":622,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":555,"endLine":555,"title":"Statement deletion mutation at descriptor.cpp:555","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            origin.path.push_back(m_path.at(k));","mutatedCode":"            // origin.path.push_back(m_path.at(k));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -555,1 +555,1 @@\n-            origin.path.push_back(m_path.at(k));\n+            // origin.path.push_back(m_path.at(k));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.738Z","updatedAt":"2026-09-18T18:41:30.738Z","url":"https://0.0.0.0:3000/mutants/622","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":623,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":559,"endLine":559,"title":"Relational operator mutation at descriptor.cpp:559","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (; k < (int)m_path.size(); ++k) {","mutatedCode":"        for (; k <= (int)m_path.size(); ++k) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -559,1 +559,1 @@\n-        for (; k < (int)m_path.size(); ++k) {\n+        for (; k <= (int)m_path.size(); ++k) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.740Z","updatedAt":"2026-09-18T18:41:30.740Z","url":"https://0.0.0.0:3000/mutants/623","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":624,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":560,"endLine":560,"title":"Statement deletion mutation at descriptor.cpp:560","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            end_path.push_back(m_path.at(k));","mutatedCode":"            // end_path.push_back(m_path.at(k));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -560,1 +560,1 @@\n-            end_path.push_back(m_path.at(k));\n+            // end_path.push_back(m_path.at(k));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.742Z","updatedAt":"2026-09-18T18:41:30.742Z","url":"https://0.0.0.0:3000/mutants/624","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":625,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":564,"endLine":564,"title":"Arithmetic operator mutation at descriptor.cpp:564","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        std::copy(id.begin(), id.begin() + 4, origin.fingerprint);","mutatedCode":"        std::copy(id.begin(), id.begin() - 4, origin.fingerprint);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -564,1 +564,1 @@\n-        std::copy(id.begin(), id.begin() + 4, origin.fingerprint);\n+        std::copy(id.begin(), id.begin() - 4, origin.fingerprint);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.744Z","updatedAt":"2026-09-18T18:41:30.744Z","url":"https://0.0.0.0:3000/mutants/625","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":626,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":569,"endLine":569,"title":"Relational operator mutation at descriptor.cpp:569","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (cache != nullptr) {","mutatedCode":"        if (cache == nullptr) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -569,1 +569,1 @@\n-        if (cache != nullptr) {\n+        if (cache == nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.746Z","updatedAt":"2026-09-18T18:41:30.746Z","url":"https://0.0.0.0:3000/mutants/626","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":627,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":570,"endLine":570,"title":"Statement deletion mutation at descriptor.cpp:570","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            cache->GetCachedLastHardenedExtPubKey(m_expr_index, xpub);","mutatedCode":"            // cache->GetCachedLastHardenedExtPubKey(m_expr_index, xpub);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -570,1 +570,1 @@\n-            cache->GetCachedLastHardenedExtPubKey(m_expr_index, xpub);\n+            // cache->GetCachedLastHardenedExtPubKey(m_expr_index, xpub);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.748Z","updatedAt":"2026-09-18T18:41:30.748Z","url":"https://0.0.0.0:3000/mutants/627","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":628,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":575,"endLine":575,"title":"Constant replacement mutation at descriptor.cpp:575","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!GetDerivedExtKey(arg, xprv, lh_xprv)) return false;","mutatedCode":"            if (!GetDerivedExtKey(arg, xprv, lh_xprv)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -575,1 +575,1 @@\n-            if (!GetDerivedExtKey(arg, xprv, lh_xprv)) return false;\n+            if (!GetDerivedExtKey(arg, xprv, lh_xprv)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.750Z","updatedAt":"2026-09-18T18:41:30.750Z","url":"https://0.0.0.0:3000/mutants/628","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":629,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":582,"endLine":582,"title":"Arithmetic operator mutation at descriptor.cpp:582","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        out = \"[\" + origin_str + \"]\" + EncodeExtPubKey(xpub) + FormatHDKeypath(end_path);","mutatedCode":"        out = \"[\" - origin_str + \"]\" + EncodeExtPubKey(xpub) + FormatHDKeypath(end_path);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -582,1 +582,1 @@\n-        out = \"[\" + origin_str + \"]\" + EncodeExtPubKey(xpub) + FormatHDKeypath(end_path);\n+        out = \"[\" - origin_str + \"]\" + EncodeExtPubKey(xpub) + FormatHDKeypath(end_path);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.752Z","updatedAt":"2026-09-18T18:41:30.752Z","url":"https://0.0.0.0:3000/mutants/629","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":630,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":593,"endLine":593,"title":"Statement deletion mutation at descriptor.cpp:593","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (!GetDerivedExtKey(arg, extkey, dummy)) return;","mutatedCode":"        // if (!GetDerivedExtKey(arg, extkey, dummy)) return;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -593,1 +593,1 @@\n-        if (!GetDerivedExtKey(arg, extkey, dummy)) return;\n+        // if (!GetDerivedExtKey(arg, extkey, dummy)) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.754Z","updatedAt":"2026-09-18T18:41:30.754Z","url":"https://0.0.0.0:3000/mutants/630","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":631,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":594,"endLine":594,"title":"Logical operator mutation at descriptor.cpp:594","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (m_derive == DeriveType::UNHARDENED_RANGED && !extkey.Derive(extkey, pos)) return;","mutatedCode":"        if (m_derive == DeriveType::UNHARDENED_RANGED || !extkey.Derive(extkey, pos)) return;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -594,1 +594,1 @@\n-        if (m_derive == DeriveType::UNHARDENED_RANGED && !extkey.Derive(extkey, pos)) return;\n+        if (m_derive == DeriveType::UNHARDENED_RANGED || !extkey.Derive(extkey, pos)) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.756Z","updatedAt":"2026-09-18T18:41:30.756Z","url":"https://0.0.0.0:3000/mutants/631","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":632,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":595,"endLine":595,"title":"Logical operator mutation at descriptor.cpp:595","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (m_derive == DeriveType::HARDENED_RANGED && !extkey.Derive(extkey, pos | 0x80000000UL)) return;","mutatedCode":"        if (m_derive == DeriveType::HARDENED_RANGED || !extkey.Derive(extkey, pos | 0x80000000UL)) return;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -595,1 +595,1 @@\n-        if (m_derive == DeriveType::HARDENED_RANGED && !extkey.Derive(extkey, pos | 0x80000000UL)) return;\n+        if (m_derive == DeriveType::HARDENED_RANGED || !extkey.Derive(extkey, pos | 0x80000000UL)) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.758Z","updatedAt":"2026-09-18T18:41:30.758Z","url":"https://0.0.0.0:3000/mutants/632","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":633,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":596,"endLine":596,"title":"Statement deletion mutation at descriptor.cpp:596","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.keys.emplace(extkey.key.GetPubKey().GetID(), extkey.key);","mutatedCode":"        // out.keys.emplace(extkey.key.GetPubKey().GetID(), extkey.key);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -596,1 +596,1 @@\n-        out.keys.emplace(extkey.key.GetPubKey().GetID(), extkey.key);\n+        // out.keys.emplace(extkey.key.GetPubKey().GetID(), extkey.key);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.760Z","updatedAt":"2026-09-18T18:41:30.760Z","url":"https://0.0.0.0:3000/mutants/633","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":634,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":626,"endLine":626,"title":"Relational operator mutation at descriptor.cpp:626","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool IsRangedDerivation() const { return m_derive != DeriveType::NON_RANGED; }","mutatedCode":"    bool IsRangedDerivation() const { return m_derive == DeriveType::NON_RANGED; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -626,1 +626,1 @@\n-    bool IsRangedDerivation() const { return m_derive != DeriveType::NON_RANGED; }\n+    bool IsRangedDerivation() const { return m_derive == DeriveType::NON_RANGED; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.762Z","updatedAt":"2026-09-18T18:41:30.762Z","url":"https://0.0.0.0:3000/mutants/634","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":635,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":639,"endLine":639,"title":"Function call mutation at descriptor.cpp:639","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"        m_ranged_participants(std::any_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsRange(); }))","mutatedCode":"        m_ranged_participants(std::all_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsRange(); }))","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -639,1 +639,1 @@\n-        m_ranged_participants(std::any_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsRange(); }))\n+        m_ranged_participants(std::all_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsRange(); }))\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.764Z","updatedAt":"2026-09-18T18:41:30.764Z","url":"https://0.0.0.0:3000/mutants/635","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":636,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":641,"endLine":641,"title":"Logical operator mutation at descriptor.cpp:641","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!Assume(!(m_ranged_participants && IsRangedDerivation()))) {","mutatedCode":"        if (!Assume(!(m_ranged_participants || IsRangedDerivation()))) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -641,1 +641,1 @@\n-        if (!Assume(!(m_ranged_participants && IsRangedDerivation()))) {\n+        if (!Assume(!(m_ranged_participants || IsRangedDerivation()))) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.766Z","updatedAt":"2026-09-18T18:41:30.766Z","url":"https://0.0.0.0:3000/mutants/636","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":637,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":644,"endLine":644,"title":"Relational operator mutation at descriptor.cpp:644","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (!Assume(m_derive != DeriveType::HARDENED_RANGED)) {","mutatedCode":"        if (!Assume(m_derive == DeriveType::HARDENED_RANGED)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -644,1 +644,1 @@\n-        if (!Assume(m_derive != DeriveType::HARDENED_RANGED)) {\n+        if (!Assume(m_derive == DeriveType::HARDENED_RANGED)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.768Z","updatedAt":"2026-09-18T18:41:30.768Z","url":"https://0.0.0.0:3000/mutants/637","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":638,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":653,"endLine":653,"title":"Logical operator mutation at descriptor.cpp:653","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!m_aggregate_provider && !m_ranged_participants) {","mutatedCode":"        if (!m_aggregate_provider || !m_ranged_participants) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -653,1 +653,1 @@\n-        if (!m_aggregate_provider && !m_ranged_participants) {\n+        if (!m_aggregate_provider || !m_ranged_participants) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.770Z","updatedAt":"2026-09-18T18:41:30.770Z","url":"https://0.0.0.0:3000/mutants/638","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":639,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":661,"endLine":661,"title":"Statement deletion mutation at descriptor.cpp:661","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                pubkeys.push_back(pubkey.value());","mutatedCode":"                // pubkeys.push_back(pubkey.value());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -661,1 +661,1 @@\n-                pubkeys.push_back(pubkey.value());\n+                // pubkeys.push_back(pubkey.value());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.772Z","updatedAt":"2026-09-18T18:41:30.772Z","url":"https://0.0.0.0:3000/mutants/639","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":640,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":663,"endLine":663,"title":"Statement deletion mutation at descriptor.cpp:663","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            std::sort(pubkeys.begin(), pubkeys.end());","mutatedCode":"            // std::sort(pubkeys.begin(), pubkeys.end());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -663,1 +663,1 @@\n-            std::sort(pubkeys.begin(), pubkeys.end());\n+            // std::sort(pubkeys.begin(), pubkeys.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.774Z","updatedAt":"2026-09-18T18:41:30.774Z","url":"https://0.0.0.0:3000/mutants/640","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":641,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":670,"endLine":670,"title":"Logical operator mutation at descriptor.cpp:670","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (IsRangedDerivation() || !m_path.empty()) {","mutatedCode":"            if (IsRangedDerivation() && !m_path.empty()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -670,1 +670,1 @@\n-            if (IsRangedDerivation() || !m_path.empty()) {\n+            if (IsRangedDerivation() && !m_path.empty()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.776Z","updatedAt":"2026-09-18T18:41:30.776Z","url":"https://0.0.0.0:3000/mutants/641","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":642,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":684,"endLine":684,"title":"Statement deletion mutation at descriptor.cpp:684","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            pubkeys.emplace_back(*pub);","mutatedCode":"            // pubkeys.emplace_back(*pub);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -684,1 +684,1 @@\n-            pubkeys.emplace_back(*pub);\n+            // pubkeys.emplace_back(*pub);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.778Z","updatedAt":"2026-09-18T18:41:30.778Z","url":"https://0.0.0.0:3000/mutants/642","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":643,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":689,"endLine":689,"title":"Conditional operator mutation at descriptor.cpp:689","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_aggregate_provider) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -689,1 +689,1 @@\n-        if (m_aggregate_provider) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.779Z","updatedAt":"2026-09-18T18:41:30.779Z","url":"https://0.0.0.0:3000/mutants/643","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":644,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":696,"endLine":696,"title":"Statement deletion mutation at descriptor.cpp:696","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            out.aggregate_pubkeys.emplace(m_aggregate_pubkey.value(), pubkeys);","mutatedCode":"            // out.aggregate_pubkeys.emplace(m_aggregate_pubkey.value(), pubkeys);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -696,1 +696,1 @@\n-            out.aggregate_pubkeys.emplace(m_aggregate_pubkey.value(), pubkeys);\n+            // out.aggregate_pubkeys.emplace(m_aggregate_pubkey.value(), pubkeys);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.781Z","updatedAt":"2026-09-18T18:41:30.781Z","url":"https://0.0.0.0:3000/mutants/644","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":645,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":705,"endLine":705,"title":"Statement deletion mutation at descriptor.cpp:705","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            this_agg_provider->GetPubKey(0, dummy, out, read_cache, write_cache);","mutatedCode":"            // this_agg_provider->GetPubKey(0, dummy, out, read_cache, write_cache);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -705,1 +705,1 @@\n-            this_agg_provider->GetPubKey(0, dummy, out, read_cache, write_cache);\n+            // this_agg_provider->GetPubKey(0, dummy, out, read_cache, write_cache);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.783Z","updatedAt":"2026-09-18T18:41:30.783Z","url":"https://0.0.0.0:3000/mutants/645","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":646,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":706,"endLine":706,"title":"Statement deletion mutation at descriptor.cpp:706","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            out.aggregate_pubkeys.emplace(pubout, pubkeys);","mutatedCode":"            // out.aggregate_pubkeys.emplace(pubout, pubkeys);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -706,1 +706,1 @@\n-            out.aggregate_pubkeys.emplace(pubout, pubkeys);\n+            // out.aggregate_pubkeys.emplace(pubout, pubkeys);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.785Z","updatedAt":"2026-09-18T18:41:30.785Z","url":"https://0.0.0.0:3000/mutants/646","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":647,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":712,"endLine":712,"title":"Logical operator mutation at descriptor.cpp:712","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    bool IsRange() const override { return IsRangedDerivation() || m_ranged_participants; }","mutatedCode":"    bool IsRange() const override { return IsRangedDerivation() && m_ranged_participants; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -712,1 +712,1 @@\n-    bool IsRange() const override { return IsRangedDerivation() || m_ranged_participants; }\n+    bool IsRange() const override { return IsRangedDerivation() && m_ranged_participants; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.787Z","updatedAt":"2026-09-18T18:41:30.787Z","url":"https://0.0.0.0:3000/mutants/647","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":648,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":719,"endLine":719,"title":"Relational operator mutation at descriptor.cpp:719","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t i = 0; i < m_participants.size(); ++i) {","mutatedCode":"        for (size_t i = 0; i <= m_participants.size(); ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -719,1 +719,1 @@\n-        for (size_t i = 0; i < m_participants.size(); ++i) {\n+        for (size_t i = 0; i <= m_participants.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.789Z","updatedAt":"2026-09-18T18:41:30.789Z","url":"https://0.0.0.0:3000/mutants/648","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":649,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":721,"endLine":721,"title":"Conditional operator mutation at descriptor.cpp:721","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (i) out += \",\";","mutatedCode":"            if (1==1) out += \",\";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -721,1 +721,1 @@\n-            if (i) out += \",\";\n+            if (1==1) out += \",\";\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.791Z","updatedAt":"2026-09-18T18:41:30.791Z","url":"https://0.0.0.0:3000/mutants/649","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":650,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":733,"endLine":733,"title":"Constant replacement mutation at descriptor.cpp:733","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool any_privkeys = false;","mutatedCode":"        bool any_privkeys = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -733,1 +733,1 @@\n-        bool any_privkeys = false;\n+        bool any_privkeys = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.795Z","updatedAt":"2026-09-18T18:41:30.795Z","url":"https://0.0.0.0:3000/mutants/650","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":651,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":740,"endLine":740,"title":"Constant replacement mutation at descriptor.cpp:740","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                any_privkeys = true;","mutatedCode":"                any_privkeys = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -740,1 +740,1 @@\n-                any_privkeys = true;\n+                any_privkeys = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.799Z","updatedAt":"2026-09-18T18:41:30.799Z","url":"https://0.0.0.0:3000/mutants/651","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":652,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":777,"endLine":777,"title":"Statement deletion mutation at descriptor.cpp:777","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            prov->GetPrivKey(pos, arg, out);","mutatedCode":"            // prov->GetPrivKey(pos, arg, out);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -777,1 +777,1 @@\n-            prov->GetPrivKey(pos, arg, out);\n+            // prov->GetPrivKey(pos, arg, out);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.803Z","updatedAt":"2026-09-18T18:41:30.803Z","url":"https://0.0.0.0:3000/mutants/652","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":653,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":800,"endLine":800,"title":"Statement deletion mutation at descriptor.cpp:800","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            providers.emplace_back(p->Clone());","mutatedCode":"            // providers.emplace_back(p->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -800,1 +800,1 @@\n-            providers.emplace_back(p->Clone());\n+            // providers.emplace_back(p->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.806Z","updatedAt":"2026-09-18T18:41:30.806Z","url":"https://0.0.0.0:3000/mutants/653","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":654,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":807,"endLine":807,"title":"Function call mutation at descriptor.cpp:807","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"        return std::all_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsBIP32(); });","mutatedCode":"        return std::any_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsBIP32(); });","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -807,1 +807,1 @@\n-        return std::all_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsBIP32(); });\n+        return std::any_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsBIP32(); });\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.808Z","updatedAt":"2026-09-18T18:41:30.808Z","url":"https://0.0.0.0:3000/mutants/654","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":655,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":811,"endLine":811,"title":"Arithmetic operator mutation at descriptor.cpp:811","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return 1 + m_participants.size();","mutatedCode":"        return 1 - m_participants.size();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -811,1 +811,1 @@\n-        return 1 + m_participants.size();\n+        return 1 - m_participants.size();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.810Z","updatedAt":"2026-09-18T18:41:30.810Z","url":"https://0.0.0.0:3000/mutants/655","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":656,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":864,"endLine":864,"title":"Constant replacement mutation at descriptor.cpp:864","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!arg->IsSolvable()) return false;","mutatedCode":"            if (!arg->IsSolvable()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -864,1 +864,1 @@\n-            if (!arg->IsSolvable()) return false;\n+            if (!arg->IsSolvable()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.813Z","updatedAt":"2026-09-18T18:41:30.813Z","url":"https://0.0.0.0:3000/mutants/656","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":657,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":872,"endLine":872,"title":"Constant replacement mutation at descriptor.cpp:872","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (m_pubkey_args.empty() && m_subdescriptor_args.empty()) return false;","mutatedCode":"        if (m_pubkey_args.empty() && m_subdescriptor_args.empty()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -872,1 +872,1 @@\n-        if (m_pubkey_args.empty() && m_subdescriptor_args.empty()) return false;\n+        if (m_pubkey_args.empty() && m_subdescriptor_args.empty()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.815Z","updatedAt":"2026-09-18T18:41:30.815Z","url":"https://0.0.0.0:3000/mutants/657","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":658,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":875,"endLine":875,"title":"Constant replacement mutation at descriptor.cpp:875","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!sub->HavePrivateKeys(arg)) return false;","mutatedCode":"            if (!sub->HavePrivateKeys(arg)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -875,1 +875,1 @@\n-            if (!sub->HavePrivateKeys(arg)) return false;\n+            if (!sub->HavePrivateKeys(arg)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.817Z","updatedAt":"2026-09-18T18:41:30.817Z","url":"https://0.0.0.0:3000/mutants/658","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":659,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":880,"endLine":880,"title":"Statement deletion mutation at descriptor.cpp:880","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            tmp_provider.keys.clear();","mutatedCode":"            // tmp_provider.keys.clear();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -880,1 +880,1 @@\n-            tmp_provider.keys.clear();\n+            // tmp_provider.keys.clear();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.819Z","updatedAt":"2026-09-18T18:41:30.819Z","url":"https://0.0.0.0:3000/mutants/659","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":660,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":881,"endLine":881,"title":"Statement deletion mutation at descriptor.cpp:881","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            pubkey->GetPrivKey(0, arg, tmp_provider);","mutatedCode":"            // pubkey->GetPrivKey(0, arg, tmp_provider);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -881,1 +881,1 @@\n-            pubkey->GetPrivKey(0, arg, tmp_provider);\n+            // pubkey->GetPrivKey(0, arg, tmp_provider);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.820Z","updatedAt":"2026-09-18T18:41:30.820Z","url":"https://0.0.0.0:3000/mutants/660","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":661,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":882,"endLine":882,"title":"Constant replacement mutation at descriptor.cpp:882","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (tmp_provider.keys.empty()) return false;","mutatedCode":"            if (tmp_provider.keys.empty()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -882,1 +882,1 @@\n-            if (tmp_provider.keys.empty()) return false;\n+            if (tmp_provider.keys.empty()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.822Z","updatedAt":"2026-09-18T18:41:30.822Z","url":"https://0.0.0.0:3000/mutants/661","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":662,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":892,"endLine":892,"title":"Constant replacement mutation at descriptor.cpp:892","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (pubkey->IsRange()) return true;","mutatedCode":"            if (pubkey->IsRange()) return false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -892,1 +892,1 @@\n-            if (pubkey->IsRange()) return true;\n+            if (pubkey->IsRange()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.824Z","updatedAt":"2026-09-18T18:41:30.824Z","url":"https://0.0.0.0:3000/mutants/662","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":663,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":895,"endLine":895,"title":"Constant replacement mutation at descriptor.cpp:895","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (arg->IsRange()) return true;","mutatedCode":"            if (arg->IsRange()) return false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -895,1 +895,1 @@\n-            if (arg->IsRange()) return true;\n+            if (arg->IsRange()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.827Z","updatedAt":"2026-09-18T18:41:30.827Z","url":"https://0.0.0.0:3000/mutants/663","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":664,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":904,"endLine":904,"title":"Relational operator mutation at descriptor.cpp:904","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        bool is_private{type == StringType::PRIVATE};","mutatedCode":"        bool is_private{type != StringType::PRIVATE};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -904,1 +904,1 @@\n-        bool is_private{type == StringType::PRIVATE};\n+        bool is_private{type != StringType::PRIVATE};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.828Z","updatedAt":"2026-09-18T18:41:30.828Z","url":"https://0.0.0.0:3000/mutants/664","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":665,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":909,"endLine":909,"title":"Conditional operator mutation at descriptor.cpp:909","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (pos++) ret += \",\";","mutatedCode":"            if (1==1) ret += \",\";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -909,1 +909,1 @@\n-            if (pos++) ret += \",\";\n+            if (1==1) ret += \",\";\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.831Z","updatedAt":"2026-09-18T18:41:30.831Z","url":"https://0.0.0.0:3000/mutants/665","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":666,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":912,"endLine":912,"title":"Constant replacement mutation at descriptor.cpp:912","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!is_private && !subscript_res) return false;","mutatedCode":"            if (!is_private && !subscript_res) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -912,1 +912,1 @@\n-            if (!is_private && !subscript_res) return false;\n+            if (!is_private && !subscript_res) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.833Z","updatedAt":"2026-09-18T18:41:30.833Z","url":"https://0.0.0.0:3000/mutants/666","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":667,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":913,"endLine":913,"title":"Logical operator mutation at descriptor.cpp:913","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            any_success = any_success || subscript_res;","mutatedCode":"            any_success = any_success && subscript_res;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -913,1 +913,1 @@\n-            any_success = any_success || subscript_res;\n+            any_success = any_success && subscript_res;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.835Z","updatedAt":"2026-09-18T18:41:30.835Z","url":"https://0.0.0.0:3000/mutants/667","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":668,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":923,"endLine":923,"title":"Relational operator mutation at descriptor.cpp:923","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        size_t pos = extra.size() > 0 ? 1 : 0;","mutatedCode":"        size_t pos = extra.size() >= 0 ? 1 : 0;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -923,1 +923,1 @@\n-        size_t pos = extra.size() > 0 ? 1 : 0;\n+        size_t pos = extra.size() >= 0 ? 1 : 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.837Z","updatedAt":"2026-09-18T18:41:30.837Z","url":"https://0.0.0.0:3000/mutants/668","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":669,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":935,"endLine":935,"title":"Constant replacement mutation at descriptor.cpp:935","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    if (!pubkey->ToNormalizedString(*arg, tmp, cache)) return false;","mutatedCode":"                    if (!pubkey->ToNormalizedString(*arg, tmp, cache)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -935,1 +935,1 @@\n-                    if (!pubkey->ToNormalizedString(*arg, tmp, cache)) return false;\n+                    if (!pubkey->ToNormalizedString(*arg, tmp, cache)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.839Z","updatedAt":"2026-09-18T18:41:30.839Z","url":"https://0.0.0.0:3000/mutants/669","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":670,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":938,"endLine":938,"title":"Logical operator mutation at descriptor.cpp:938","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    any_success = pubkey->ToPrivateString(*arg, tmp) || any_success;","mutatedCode":"                    any_success = pubkey->ToPrivateString(*arg, tmp) && any_success;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -938,1 +938,1 @@\n-                    any_success = pubkey->ToPrivateString(*arg, tmp) || any_success;\n+                    any_success = pubkey->ToPrivateString(*arg, tmp) && any_success;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.841Z","updatedAt":"2026-09-18T18:41:30.841Z","url":"https://0.0.0.0:3000/mutants/670","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":671,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":953,"endLine":953,"title":"Logical operator mutation at descriptor.cpp:953","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (pos && subscript.size()) ret += ',';","mutatedCode":"        if (pos || subscript.size()) ret += ',';","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -953,1 +953,1 @@\n-        if (pos && subscript.size()) ret += ',';\n+        if (pos || subscript.size()) ret += ',';\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.843Z","updatedAt":"2026-09-18T18:41:30.843Z","url":"https://0.0.0.0:3000/mutants/671","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":672,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":961,"endLine":961,"title":"Statement deletion mutation at descriptor.cpp:961","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ToStringHelper(nullptr, ret, compat_format ? StringType::COMPAT : StringType::PUBLIC);","mutatedCode":"        // ToStringHelper(nullptr, ret, compat_format ? StringType::COMPAT : StringType::PUBLIC);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -961,1 +961,1 @@\n-        ToStringHelper(nullptr, ret, compat_format ? StringType::COMPAT : StringType::PUBLIC);\n+        // ToStringHelper(nullptr, ret, compat_format ? StringType::COMPAT : StringType::PUBLIC);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.845Z","updatedAt":"2026-09-18T18:41:30.845Z","url":"https://0.0.0.0:3000/mutants/672","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":673,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":989,"endLine":989,"title":"Constant replacement mutation at descriptor.cpp:989","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!pubkey) return false;","mutatedCode":"            if (!pubkey) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -989,1 +989,1 @@\n-            if (!pubkey) return false;\n+            if (!pubkey) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.847Z","updatedAt":"2026-09-18T18:41:30.847Z","url":"https://0.0.0.0:3000/mutants/673","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":674,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":995,"endLine":995,"title":"Constant replacement mutation at descriptor.cpp:995","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!subarg->ExpandHelper(pos, arg, read_cache, outscripts, subprovider, write_cache)) return false;","mutatedCode":"            if (!subarg->ExpandHelper(pos, arg, read_cache, outscripts, subprovider, write_cache)) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -995,1 +995,1 @@\n-            if (!subarg->ExpandHelper(pos, arg, read_cache, outscripts, subprovider, write_cache)) return false;\n+            if (!subarg->ExpandHelper(pos, arg, read_cache, outscripts, subprovider, write_cache)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.850Z","updatedAt":"2026-09-18T18:41:30.850Z","url":"https://0.0.0.0:3000/mutants/674","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":675,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":997,"endLine":997,"title":"Statement deletion mutation at descriptor.cpp:997","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            subscripts.emplace_back(std::move(outscripts[0]));","mutatedCode":"            // subscripts.emplace_back(std::move(outscripts[0]));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -997,1 +997,1 @@\n-            subscripts.emplace_back(std::move(outscripts[0]));\n+            // subscripts.emplace_back(std::move(outscripts[0]));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.852Z","updatedAt":"2026-09-18T18:41:30.852Z","url":"https://0.0.0.0:3000/mutants/675","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":676,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":999,"endLine":999,"title":"Statement deletion mutation at descriptor.cpp:999","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.Merge(std::move(subprovider));","mutatedCode":"        // out.Merge(std::move(subprovider));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -999,1 +999,1 @@\n-        out.Merge(std::move(subprovider));\n+        // out.Merge(std::move(subprovider));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.854Z","updatedAt":"2026-09-18T18:41:30.854Z","url":"https://0.0.0.0:3000/mutants/676","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":677,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1019,"endLine":1019,"title":"Statement deletion mutation at descriptor.cpp:1019","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            p->GetPrivKey(pos, provider, out);","mutatedCode":"            // p->GetPrivKey(pos, provider, out);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1019,1 +1019,1 @@\n-            p->GetPrivKey(pos, provider, out);\n+            // p->GetPrivKey(pos, provider, out);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.856Z","updatedAt":"2026-09-18T18:41:30.856Z","url":"https://0.0.0.0:3000/mutants/677","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":678,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1022,"endLine":1022,"title":"Statement deletion mutation at descriptor.cpp:1022","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            arg->ExpandPrivate(pos, provider, out);","mutatedCode":"            // arg->ExpandPrivate(pos, provider, out);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1022,1 +1022,1 @@\n-            arg->ExpandPrivate(pos, provider, out);\n+            // arg->ExpandPrivate(pos, provider, out);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.859Z","updatedAt":"2026-09-18T18:41:30.859Z","url":"https://0.0.0.0:3000/mutants/678","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":679,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1051,"endLine":1051,"title":"Statement deletion mutation at descriptor.cpp:1051","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            arg->GetPubKeys(pubkeys, ext_pubs);","mutatedCode":"            // arg->GetPubKeys(pubkeys, ext_pubs);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1051,1 +1051,1 @@\n-            arg->GetPubKeys(pubkeys, ext_pubs);\n+            // arg->GetPubKeys(pubkeys, ext_pubs);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.862Z","updatedAt":"2026-09-18T18:41:30.862Z","url":"https://0.0.0.0:3000/mutants/679","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":680,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1057,"endLine":1057,"title":"Constant replacement mutation at descriptor.cpp:1057","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool HasScripts() const override { return true; }","mutatedCode":"    bool HasScripts() const override { return false; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1057,1 +1057,1 @@\n-    bool HasScripts() const override { return true; }\n+    bool HasScripts() const override { return false; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.866Z","updatedAt":"2026-09-18T18:41:30.866Z","url":"https://0.0.0.0:3000/mutants/680","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":681,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1064,"endLine":1064,"title":"Statement deletion mutation at descriptor.cpp:1064","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            all.insert(all.end(), sub_w.begin(), sub_w.end());","mutatedCode":"            // all.insert(all.end(), sub_w.begin(), sub_w.end());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1064,1 +1064,1 @@\n-            all.insert(all.end(), sub_w.begin(), sub_w.end());\n+            // all.insert(all.end(), sub_w.begin(), sub_w.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.869Z","updatedAt":"2026-09-18T18:41:30.869Z","url":"https://0.0.0.0:3000/mutants/681","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":682,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1073,"endLine":1073,"title":"Custom mutation at descriptor.cpp:1073","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (!todo.empty()) {","mutatedCode":";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1073,1 +1073,1 @@\n-        while (!todo.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.872Z","updatedAt":"2026-09-18T18:41:30.872Z","url":"https://0.0.0.0:3000/mutants/682","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":683,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1075,"endLine":1075,"title":"Statement deletion mutation at descriptor.cpp:1075","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            todo.pop_back();","mutatedCode":"            // todo.pop_back();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1075,1 +1075,1 @@\n-            todo.pop_back();\n+            // todo.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.876Z","updatedAt":"2026-09-18T18:41:30.876Z","url":"https://0.0.0.0:3000/mutants/683","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":684,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1080,"endLine":1080,"title":"Statement deletion mutation at descriptor.cpp:1080","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                todo.push_back(s.get());","mutatedCode":"                // todo.push_back(s.get());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1080,1 +1080,1 @@\n-                todo.push_back(s.get());\n+                // todo.push_back(s.get());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.879Z","updatedAt":"2026-09-18T18:41:30.879Z","url":"https://0.0.0.0:3000/mutants/684","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":685,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1113,"endLine":1113,"title":"Constant replacement mutation at descriptor.cpp:1113","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsSolvable() const final { return false; }","mutatedCode":"    bool IsSolvable() const final { return true; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1113,1 +1113,1 @@\n-    bool IsSolvable() const final { return false; }\n+    bool IsSolvable() const final { return true; }\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.883Z","updatedAt":"2026-09-18T18:41:30.883Z","url":"https://0.0.0.0:3000/mutants/685","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":686,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1119,"endLine":1119,"title":"Constant replacement mutation at descriptor.cpp:1119","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsSingleType() const final { return true; }","mutatedCode":"    bool IsSingleType() const final { return false; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1119,1 +1119,1 @@\n-    bool IsSingleType() const final { return true; }\n+    bool IsSingleType() const final { return false; }\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.885Z","updatedAt":"2026-09-18T18:41:30.885Z","url":"https://0.0.0.0:3000/mutants/686","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":687,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1120,"endLine":1120,"title":"Constant replacement mutation at descriptor.cpp:1120","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool ToPrivateString(const SigningProvider& arg, std::string& out) const final { return false; }","mutatedCode":"    bool ToPrivateString(const SigningProvider& arg, std::string& out) const final { return true; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1120,1 +1120,1 @@\n-    bool ToPrivateString(const SigningProvider& arg, std::string& out) const final { return false; }\n+    bool ToPrivateString(const SigningProvider& arg, std::string& out) const final { return true; }\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.887Z","updatedAt":"2026-09-18T18:41:30.887Z","url":"https://0.0.0.0:3000/mutants/687","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":688,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1143,"endLine":1143,"title":"Statement deletion mutation at descriptor.cpp:1143","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ExtractDestination(m_script, dest);","mutatedCode":"        // ExtractDestination(m_script, dest);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1143,1 +1143,1 @@\n-        ExtractDestination(m_script, dest);\n+        // ExtractDestination(m_script, dest);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.889Z","updatedAt":"2026-09-18T18:41:30.889Z","url":"https://0.0.0.0:3000/mutants/688","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":689,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1165,"endLine":1165,"title":"Conditional operator mutation at descriptor.cpp:1165","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_xonly) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1165,1 +1165,1 @@\n-        if (m_xonly) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.891Z","updatedAt":"2026-09-18T18:41:30.891Z","url":"https://0.0.0.0:3000/mutants/689","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":690,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1177,"endLine":1177,"title":"Arithmetic operator mutation at descriptor.cpp:1177","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return 1 + (m_xonly ? 32 : m_pubkey_args[0]->GetSize()) + 1;","mutatedCode":"        return 1 - (m_xonly ? 32 : m_pubkey_args[0]->GetSize()) + 1;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1177,1 +1177,1 @@\n-        return 1 + (m_xonly ? 32 : m_pubkey_args[0]->GetSize()) + 1;\n+        return 1 - (m_xonly ? 32 : m_pubkey_args[0]->GetSize()) + 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.893Z","updatedAt":"2026-09-18T18:41:30.893Z","url":"https://0.0.0.0:3000/mutants/690","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":691,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1182,"endLine":1182,"title":"Arithmetic operator mutation at descriptor.cpp:1182","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return 1 + (m_xonly ? 65 : ecdsa_sig_size);","mutatedCode":"        return 1 - (m_xonly ? 65 : ecdsa_sig_size);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1182,1 +1182,1 @@\n-        return 1 + (m_xonly ? 65 : ecdsa_sig_size);\n+        return 1 - (m_xonly ? 65 : ecdsa_sig_size);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.895Z","updatedAt":"2026-09-18T18:41:30.895Z","url":"https://0.0.0.0:3000/mutants/691","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":692,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1193,"endLine":1193,"title":"Constant replacement mutation at descriptor.cpp:1193","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<PKDescriptor>(m_pubkey_args.at(0)->Clone(), m_xonly);","mutatedCode":"        return std::make_unique<PKDescriptor>(m_pubkey_args.at(0 - 1)->Clone(), m_xonly);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1193,1 +1193,1 @@\n-        return std::make_unique<PKDescriptor>(m_pubkey_args.at(0)->Clone(), m_xonly);\n+        return std::make_unique<PKDescriptor>(m_pubkey_args.at(0 - 1)->Clone(), m_xonly);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.897Z","updatedAt":"2026-09-18T18:41:30.897Z","url":"https://0.0.0.0:3000/mutants/692","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":693,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1211,"endLine":1211,"title":"Arithmetic operator mutation at descriptor.cpp:1211","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 1 + 20 + 1 + 1; }","mutatedCode":"    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 1 + 20 + 1 + 1; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1211,1 +1211,1 @@\n-    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 1 + 20 + 1 + 1; }\n+    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 1 + 20 + 1 + 1; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.899Z","updatedAt":"2026-09-18T18:41:30.899Z","url":"https://0.0.0.0:3000/mutants/693","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":694,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1215,"endLine":1215,"title":"Arithmetic operator mutation at descriptor.cpp:1215","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return 1 + sig_size + 1 + m_pubkey_args[0]->GetSize();","mutatedCode":"        return 1 - sig_size + 1 + m_pubkey_args[0]->GetSize();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1215,1 +1215,1 @@\n-        return 1 + sig_size + 1 + m_pubkey_args[0]->GetSize();\n+        return 1 - sig_size + 1 + m_pubkey_args[0]->GetSize();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.901Z","updatedAt":"2026-09-18T18:41:30.901Z","url":"https://0.0.0.0:3000/mutants/694","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":695,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1226,"endLine":1226,"title":"Constant replacement mutation at descriptor.cpp:1226","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<PKHDescriptor>(m_pubkey_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<PKHDescriptor>(m_pubkey_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1226,1 +1226,1 @@\n-        return std::make_unique<PKHDescriptor>(m_pubkey_args.at(0)->Clone());\n+        return std::make_unique<PKHDescriptor>(m_pubkey_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.903Z","updatedAt":"2026-09-18T18:41:30.903Z","url":"https://0.0.0.0:3000/mutants/695","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":696,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1244,"endLine":1244,"title":"Arithmetic operator mutation at descriptor.cpp:1244","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 20; }","mutatedCode":"    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 20; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1244,1 +1244,1 @@\n-    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 20; }\n+    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 20; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.905Z","updatedAt":"2026-09-18T18:41:30.905Z","url":"https://0.0.0.0:3000/mutants/696","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":697,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1248,"endLine":1248,"title":"Arithmetic operator mutation at descriptor.cpp:1248","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return (1 + sig_size + 1 + 33);","mutatedCode":"        return (1 - sig_size + 1 + 33);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1248,1 +1248,1 @@\n-        return (1 + sig_size + 1 + 33);\n+        return (1 - sig_size + 1 + 33);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.908Z","updatedAt":"2026-09-18T18:41:30.908Z","url":"https://0.0.0.0:3000/mutants/697","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":698,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1259,"endLine":1259,"title":"Constant replacement mutation at descriptor.cpp:1259","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<WPKHDescriptor>(m_pubkey_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<WPKHDescriptor>(m_pubkey_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1259,1 +1259,1 @@\n-        return std::make_unique<WPKHDescriptor>(m_pubkey_args.at(0)->Clone());\n+        return std::make_unique<WPKHDescriptor>(m_pubkey_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.911Z","updatedAt":"2026-09-18T18:41:30.911Z","url":"https://0.0.0.0:3000/mutants/698","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":699,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1275,"endLine":1275,"title":"Statement deletion mutation at descriptor.cpp:1275","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            out.scripts.emplace(CScriptID(p2wpkh), p2wpkh);","mutatedCode":"            // out.scripts.emplace(CScriptID(p2wpkh), p2wpkh);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1275,1 +1275,1 @@\n-            out.scripts.emplace(CScriptID(p2wpkh), p2wpkh);\n+            // out.scripts.emplace(CScriptID(p2wpkh), p2wpkh);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.914Z","updatedAt":"2026-09-18T18:41:30.914Z","url":"https://0.0.0.0:3000/mutants/699","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":700,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1276,"endLine":1276,"title":"Statement deletion mutation at descriptor.cpp:1276","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(p2wpkh);","mutatedCode":"            // ret.emplace_back(p2wpkh);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1276,1 +1276,1 @@\n-            ret.emplace_back(p2wpkh);\n+            // ret.emplace_back(p2wpkh);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.917Z","updatedAt":"2026-09-18T18:41:30.917Z","url":"https://0.0.0.0:3000/mutants/700","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":701,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1283,"endLine":1283,"title":"Constant replacement mutation at descriptor.cpp:1283","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsSingleType() const final { return false; }","mutatedCode":"    bool IsSingleType() const final { return true; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1283,1 +1283,1 @@\n-    bool IsSingleType() const final { return false; }\n+    bool IsSingleType() const final { return true; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.920Z","updatedAt":"2026-09-18T18:41:30.920Z","url":"https://0.0.0.0:3000/mutants/701","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":702,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1286,"endLine":1286,"title":"Constant replacement mutation at descriptor.cpp:1286","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<ComboDescriptor>(m_pubkey_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<ComboDescriptor>(m_pubkey_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1286,1 +1286,1 @@\n-        return std::make_unique<ComboDescriptor>(m_pubkey_args.at(0)->Clone());\n+        return std::make_unique<ComboDescriptor>(m_pubkey_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.923Z","updatedAt":"2026-09-18T18:41:30.923Z","url":"https://0.0.0.0:3000/mutants/702","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":703,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1298,"endLine":1298,"title":"Conditional operator mutation at descriptor.cpp:1298","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_sorted) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1298,1 +1298,1 @@\n-        if (m_sorted) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.926Z","updatedAt":"2026-09-18T18:41:30.926Z","url":"https://0.0.0.0:3000/mutants/703","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":704,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1300,"endLine":1300,"title":"Statement deletion mutation at descriptor.cpp:1300","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            std::sort(sorted_keys.begin(), sorted_keys.end());","mutatedCode":"            // std::sort(sorted_keys.begin(), sorted_keys.end());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1300,1 +1300,1 @@\n-            std::sort(sorted_keys.begin(), sorted_keys.end());\n+            // std::sort(sorted_keys.begin(), sorted_keys.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.928Z","updatedAt":"2026-09-18T18:41:30.928Z","url":"https://0.0.0.0:3000/mutants/704","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":705,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1313,"endLine":1313,"title":"Arithmetic operator mutation at descriptor.cpp:1313","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return 1 + BuildScript(n_keys).size() + BuildScript(m_threshold).size() + pubkeys_size;","mutatedCode":"        return 1 - BuildScript(n_keys).size() + BuildScript(m_threshold).size() + pubkeys_size;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1313,1 +1313,1 @@\n-        return 1 + BuildScript(n_keys).size() + BuildScript(m_threshold).size() + pubkeys_size;\n+        return 1 - BuildScript(n_keys).size() + BuildScript(m_threshold).size() + pubkeys_size;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.931Z","updatedAt":"2026-09-18T18:41:30.931Z","url":"https://0.0.0.0:3000/mutants/705","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":706,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1318,"endLine":1318,"title":"Arithmetic operator mutation at descriptor.cpp:1318","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return (1 + (1 + sig_size) * m_threshold);","mutatedCode":"        return (1 - (1 + sig_size) * m_threshold);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1318,1 +1318,1 @@\n-        return (1 + (1 + sig_size) * m_threshold);\n+        return (1 - (1 + sig_size) * m_threshold);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.934Z","updatedAt":"2026-09-18T18:41:30.934Z","url":"https://0.0.0.0:3000/mutants/706","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":707,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1325,"endLine":1325,"title":"Arithmetic operator mutation at descriptor.cpp:1325","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::optional<int64_t> MaxSatisfactionElems() const override { return 1 + m_threshold; }","mutatedCode":"    std::optional<int64_t> MaxSatisfactionElems() const override { return 1 - m_threshold; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1325,1 +1325,1 @@\n-    std::optional<int64_t> MaxSatisfactionElems() const override { return 1 + m_threshold; }\n+    std::optional<int64_t> MaxSatisfactionElems() const override { return 1 - m_threshold; }\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.937Z","updatedAt":"2026-09-18T18:41:30.937Z","url":"https://0.0.0.0:3000/mutants/707","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":708,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1350,"endLine":1350,"title":"Relational operator mutation at descriptor.cpp:1350","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t i = 1; i < keys.size(); ++i) {","mutatedCode":"        for (size_t i = 1; i <= keys.size(); ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1350,1 +1350,1 @@\n-        for (size_t i = 1; i < keys.size(); ++i) {\n+        for (size_t i = 1; i <= keys.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.940Z","updatedAt":"2026-09-18T18:41:30.940Z","url":"https://0.0.0.0:3000/mutants/708","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":709,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1362,"endLine":1362,"title":"Arithmetic operator mutation at descriptor.cpp:1362","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return (1 + 32 + 1) * n_keys + BuildScript(m_threshold).size() + 1;","mutatedCode":"        return (1 - 32 + 1) * n_keys + BuildScript(m_threshold).size() + 1;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1362,1 +1362,1 @@\n-        return (1 + 32 + 1) * n_keys + BuildScript(m_threshold).size() + 1;\n+        return (1 - 32 + 1) * n_keys + BuildScript(m_threshold).size() + 1;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.943Z","updatedAt":"2026-09-18T18:41:30.943Z","url":"https://0.0.0.0:3000/mutants/709","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":710,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1366,"endLine":1366,"title":"Arithmetic operator mutation at descriptor.cpp:1366","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return (1 + 65) * m_threshold + (m_pubkey_args.size() - m_threshold);","mutatedCode":"        return (1 + 65) * m_threshold + (m_pubkey_args.size() + m_threshold);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1366,1 +1366,1 @@\n-        return (1 + 65) * m_threshold + (m_pubkey_args.size() - m_threshold);\n+        return (1 + 65) * m_threshold + (m_pubkey_args.size() + m_threshold);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.945Z","updatedAt":"2026-09-18T18:41:30.945Z","url":"https://0.0.0.0:3000/mutants/710","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":711,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1376,"endLine":1376,"title":"Statement deletion mutation at descriptor.cpp:1376","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            providers.push_back(arg->Clone());","mutatedCode":"            // providers.push_back(arg->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1376,1 +1376,1 @@\n-            providers.push_back(arg->Clone());\n+            // providers.push_back(arg->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.947Z","updatedAt":"2026-09-18T18:41:30.947Z","url":"https://0.0.0.0:3000/mutants/711","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":712,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1393,"endLine":1393,"title":"Relational operator mutation at descriptor.cpp:1393","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool IsSegwit() const { return m_subdescriptor_args[0]->GetOutputType() == OutputType::BECH32; }","mutatedCode":"    bool IsSegwit() const { return m_subdescriptor_args[0]->GetOutputType() != OutputType::BECH32; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1393,1 +1393,1 @@\n-    bool IsSegwit() const { return m_subdescriptor_args[0]->GetOutputType() == OutputType::BECH32; }\n+    bool IsSegwit() const { return m_subdescriptor_args[0]->GetOutputType() != OutputType::BECH32; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.949Z","updatedAt":"2026-09-18T18:41:30.949Z","url":"https://0.0.0.0:3000/mutants/712","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":713,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1401,"endLine":1401,"title":"Statement deletion mutation at descriptor.cpp:1401","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (IsSegwit()) return OutputType::P2SH_SEGWIT;","mutatedCode":"        // if (IsSegwit()) return OutputType::P2SH_SEGWIT;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1401,1 +1401,1 @@\n-        if (IsSegwit()) return OutputType::P2SH_SEGWIT;\n+        // if (IsSegwit()) return OutputType::P2SH_SEGWIT;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.952Z","updatedAt":"2026-09-18T18:41:30.952Z","url":"https://0.0.0.0:3000/mutants/713","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":714,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1406,"endLine":1406,"title":"Arithmetic operator mutation at descriptor.cpp:1406","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 20 + 1; }","mutatedCode":"    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 20 + 1; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1406,1 +1406,1 @@\n-    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 20 + 1; }\n+    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 20 + 1; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.955Z","updatedAt":"2026-09-18T18:41:30.955Z","url":"https://0.0.0.0:3000/mutants/714","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":715,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1412,"endLine":1412,"title":"Arithmetic operator mutation at descriptor.cpp:1412","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                const auto subscript_weight = (1 + *subscript_size) * WITNESS_SCALE_FACTOR;","mutatedCode":"                const auto subscript_weight = (1 - *subscript_size) * WITNESS_SCALE_FACTOR;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1412,1 +1412,1 @@\n-                const auto subscript_weight = (1 + *subscript_size) * WITNESS_SCALE_FACTOR;\n+                const auto subscript_weight = (1 - *subscript_size) * WITNESS_SCALE_FACTOR;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.958Z","updatedAt":"2026-09-18T18:41:30.958Z","url":"https://0.0.0.0:3000/mutants/715","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":716,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1414,"endLine":1414,"title":"Arithmetic operator mutation at descriptor.cpp:1414","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                if (IsSegwit()) return subscript_weight + *sat_size;","mutatedCode":"                if (IsSegwit()) return subscript_weight - *sat_size;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1414,1 +1414,1 @@\n-                if (IsSegwit()) return subscript_weight + *sat_size;\n+                if (IsSegwit()) return subscript_weight - *sat_size;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.962Z","updatedAt":"2026-09-18T18:41:30.962Z","url":"https://0.0.0.0:3000/mutants/716","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":717,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1415,"endLine":1415,"title":"Arithmetic operator mutation at descriptor.cpp:1415","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                return subscript_weight + *sat_size * WITNESS_SCALE_FACTOR;","mutatedCode":"                return subscript_weight - *sat_size * WITNESS_SCALE_FACTOR;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1415,1 +1415,1 @@\n-                return subscript_weight + *sat_size * WITNESS_SCALE_FACTOR;\n+                return subscript_weight - *sat_size * WITNESS_SCALE_FACTOR;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.966Z","updatedAt":"2026-09-18T18:41:30.966Z","url":"https://0.0.0.0:3000/mutants/717","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":718,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1422,"endLine":1422,"title":"Arithmetic operator mutation at descriptor.cpp:1422","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        if (const auto sub_elems = m_subdescriptor_args[0]->MaxSatisfactionElems()) return 1 + *sub_elems;","mutatedCode":"        if (const auto sub_elems = m_subdescriptor_args[0]->MaxSatisfactionElems()) return 1 - *sub_elems;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1422,1 +1422,1 @@\n-        if (const auto sub_elems = m_subdescriptor_args[0]->MaxSatisfactionElems()) return 1 + *sub_elems;\n+        if (const auto sub_elems = m_subdescriptor_args[0]->MaxSatisfactionElems()) return 1 - *sub_elems;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.970Z","updatedAt":"2026-09-18T18:41:30.970Z","url":"https://0.0.0.0:3000/mutants/718","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":719,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1428,"endLine":1428,"title":"Constant replacement mutation at descriptor.cpp:1428","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<SHDescriptor>(m_subdescriptor_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<SHDescriptor>(m_subdescriptor_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1428,1 +1428,1 @@\n-        return std::make_unique<SHDescriptor>(m_subdescriptor_args.at(0)->Clone());\n+        return std::make_unique<SHDescriptor>(m_subdescriptor_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.973Z","updatedAt":"2026-09-18T18:41:30.973Z","url":"https://0.0.0.0:3000/mutants/719","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":720,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1447,"endLine":1447,"title":"Arithmetic operator mutation at descriptor.cpp:1447","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 32; }","mutatedCode":"    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 32; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1447,1 +1447,1 @@\n-    std::optional<int64_t> ScriptSize() const override { return 1 + 1 + 32; }\n+    std::optional<int64_t> ScriptSize() const override { return 1 - 1 + 32; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.975Z","updatedAt":"2026-09-18T18:41:30.975Z","url":"https://0.0.0.0:3000/mutants/720","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":721,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1452,"endLine":1452,"title":"Arithmetic operator mutation at descriptor.cpp:1452","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                return GetSizeOfCompactSize(*subscript_size) + *subscript_size + *sat_size;","mutatedCode":"                return GetSizeOfCompactSize(*subscript_size) - *subscript_size + *sat_size;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1452,1 +1452,1 @@\n-                return GetSizeOfCompactSize(*subscript_size) + *subscript_size + *sat_size;\n+                return GetSizeOfCompactSize(*subscript_size) - *subscript_size + *sat_size;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.977Z","updatedAt":"2026-09-18T18:41:30.977Z","url":"https://0.0.0.0:3000/mutants/721","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":722,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1469,"endLine":1469,"title":"Constant replacement mutation at descriptor.cpp:1469","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<WSHDescriptor>(m_subdescriptor_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<WSHDescriptor>(m_subdescriptor_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1469,1 +1469,1 @@\n-        return std::make_unique<WSHDescriptor>(m_subdescriptor_args.at(0)->Clone());\n+        return std::make_unique<WSHDescriptor>(m_subdescriptor_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.979Z","updatedAt":"2026-09-18T18:41:30.979Z","url":"https://0.0.0.0:3000/mutants/722","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":723,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1482,"endLine":1482,"title":"Relational operator mutation at descriptor.cpp:1482","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t pos = 0; pos < m_depths.size(); ++pos) {","mutatedCode":"        for (size_t pos = 0; pos <= m_depths.size(); ++pos) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1482,1 +1482,1 @@\n-        for (size_t pos = 0; pos < m_depths.size(); ++pos) {\n+        for (size_t pos = 0; pos <= m_depths.size(); ++pos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.981Z","updatedAt":"2026-09-18T18:41:30.981Z","url":"https://0.0.0.0:3000/mutants/723","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":724,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1483,"endLine":1483,"title":"Statement deletion mutation at descriptor.cpp:1483","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            builder.Add(m_depths[pos], scripts[pos], TAPROOT_LEAF_TAPSCRIPT);","mutatedCode":"            // builder.Add(m_depths[pos], scripts[pos], TAPROOT_LEAF_TAPSCRIPT);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1483,1 +1483,1 @@\n-            builder.Add(m_depths[pos], scripts[pos], TAPROOT_LEAF_TAPSCRIPT);\n+            // builder.Add(m_depths[pos], scripts[pos], TAPROOT_LEAF_TAPSCRIPT);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.984Z","updatedAt":"2026-09-18T18:41:30.984Z","url":"https://0.0.0.0:3000/mutants/724","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":725,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1485,"endLine":1485,"title":"Statement deletion mutation at descriptor.cpp:1485","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (!builder.IsComplete()) return {};","mutatedCode":"        // if (!builder.IsComplete()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1485,1 +1485,1 @@\n-        if (!builder.IsComplete()) return {};\n+        // if (!builder.IsComplete()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.986Z","updatedAt":"2026-09-18T18:41:30.986Z","url":"https://0.0.0.0:3000/mutants/725","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":726,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1488,"endLine":1488,"title":"Statement deletion mutation at descriptor.cpp:1488","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (!xpk.IsFullyValid()) return {};","mutatedCode":"        // if (!xpk.IsFullyValid()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1488,1 +1488,1 @@\n-        if (!xpk.IsFullyValid()) return {};\n+        // if (!xpk.IsFullyValid()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.988Z","updatedAt":"2026-09-18T18:41:30.988Z","url":"https://0.0.0.0:3000/mutants/726","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":727,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1489,"endLine":1489,"title":"Statement deletion mutation at descriptor.cpp:1489","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        builder.Finalize(xpk);","mutatedCode":"        // builder.Finalize(xpk);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1489,1 +1489,1 @@\n-        builder.Finalize(xpk);\n+        // builder.Finalize(xpk);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.989Z","updatedAt":"2026-09-18T18:41:30.989Z","url":"https://0.0.0.0:3000/mutants/727","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":728,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1502,"endLine":1502,"title":"Relational operator mutation at descriptor.cpp:1502","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return type != StringType::PRIVATE;","mutatedCode":"            return type == StringType::PRIVATE;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1502,1 +1502,1 @@\n-            return type != StringType::PRIVATE;\n+            return type == StringType::PRIVATE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.991Z","updatedAt":"2026-09-18T18:41:30.991Z","url":"https://0.0.0.0:3000/mutants/728","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":729,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1511,"endLine":1511,"title":"Conditional operator mutation at descriptor.cpp:1511","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (pos) ret += ',';","mutatedCode":"            if (1==1) ret += ',';","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1511,1 +1511,1 @@\n-            if (pos) ret += ',';\n+            if (1==1) ret += ',';\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.993Z","updatedAt":"2026-09-18T18:41:30.993Z","url":"https://0.0.0.0:3000/mutants/729","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":730,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1512,"endLine":1512,"title":"Relational operator mutation at descriptor.cpp:1512","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            while ((int)path.size() <= m_depths[pos]) {","mutatedCode":"            while ((int)path.size() < m_depths[pos]) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1512,1 +1512,1 @@\n-            while ((int)path.size() <= m_depths[pos]) {\n+            while ((int)path.size() < m_depths[pos]) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.994Z","updatedAt":"2026-09-18T18:41:30.994Z","url":"https://0.0.0.0:3000/mutants/730","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":731,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1514,"endLine":1514,"title":"Constant replacement mutation at descriptor.cpp:1514","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                path.push_back(false);","mutatedCode":"                path.push_back(true);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1514,1 +1514,1 @@\n-                path.push_back(false);\n+                path.push_back(true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.996Z","updatedAt":"2026-09-18T18:41:30.996Z","url":"https://0.0.0.0:3000/mutants/731","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":732,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1521,"endLine":1521,"title":"Logical operator mutation at descriptor.cpp:1521","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            while (!path.empty() && path.back()) {","mutatedCode":"            while (!path.empty() || path.back()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1521,1 +1521,1 @@\n-            while (!path.empty() && path.back()) {\n+            while (!path.empty() || path.back()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.998Z","updatedAt":"2026-09-18T18:41:30.998Z","url":"https://0.0.0.0:3000/mutants/732","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":733,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1522,"endLine":1522,"title":"Relational operator mutation at descriptor.cpp:1522","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (path.size() > 1) ret += '}';","mutatedCode":"                if (path.size() >= 1) ret += '}';","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1522,1 +1522,1 @@\n-                if (path.size() > 1) ret += '}';\n+                if (path.size() >= 1) ret += '}';\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:30.999Z","updatedAt":"2026-09-18T18:41:30.999Z","url":"https://0.0.0.0:3000/mutants/733","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":734,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1523,"endLine":1523,"title":"Statement deletion mutation at descriptor.cpp:1523","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                path.pop_back();","mutatedCode":"                // path.pop_back();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1523,1 +1523,1 @@\n-                path.pop_back();\n+                // path.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.001Z","updatedAt":"2026-09-18T18:41:31.001Z","url":"https://0.0.0.0:3000/mutants/734","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":735,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1525,"endLine":1525,"title":"Constant replacement mutation at descriptor.cpp:1525","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!path.empty()) path.back() = true;","mutatedCode":"            if (!path.empty()) path.back() = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1525,1 +1525,1 @@\n-            if (!path.empty()) path.back() = true;\n+            if (!path.empty()) path.back() = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.003Z","updatedAt":"2026-09-18T18:41:31.003Z","url":"https://0.0.0.0:3000/mutants/735","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":736,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1542,"endLine":1542,"title":"Arithmetic operator mutation at descriptor.cpp:1542","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return 1 + 65;","mutatedCode":"        return 1 - 65;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1542,1 +1542,1 @@\n-        return 1 + 65;\n+        return 1 - 65;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.004Z","updatedAt":"2026-09-18T18:41:31.004Z","url":"https://0.0.0.0:3000/mutants/736","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":737,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1555,"endLine":1555,"title":"Constant replacement mutation at descriptor.cpp:1555","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<TRDescriptor>(m_pubkey_args.at(0)->Clone(), std::move(subdescs), m_depths);","mutatedCode":"        return std::make_unique<TRDescriptor>(m_pubkey_args.at(0 - 1)->Clone(), std::move(subdescs), m_depths);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1555,1 +1555,1 @@\n-        return std::make_unique<TRDescriptor>(m_pubkey_args.at(0)->Clone(), std::move(subdescs), m_depths);\n+        return std::make_unique<TRDescriptor>(m_pubkey_args.at(0 - 1)->Clone(), std::move(subdescs), m_depths);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.006Z","updatedAt":"2026-09-18T18:41:31.006Z","url":"https://0.0.0.0:3000/mutants/737","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":738,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1623,"endLine":1623,"title":"Constant replacement mutation at descriptor.cpp:1623","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        has_priv_key = false;","mutatedCode":"        has_priv_key = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1623,1 +1623,1 @@\n-        has_priv_key = false;\n+        has_priv_key = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.008Z","updatedAt":"2026-09-18T18:41:31.008Z","url":"https://0.0.0.0:3000/mutants/738","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":739,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1632,"endLine":1632,"title":"Statement deletion mutation at descriptor.cpp:1632","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            if (!m_pubkeys[key]->ToNormalizedString(*m_arg, ret, m_cache)) return {};","mutatedCode":"            // if (!m_pubkeys[key]->ToNormalizedString(*m_arg, ret, m_cache)) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1632,1 +1632,1 @@\n-            if (!m_pubkeys[key]->ToNormalizedString(*m_arg, ret, m_cache)) return {};\n+            // if (!m_pubkeys[key]->ToNormalizedString(*m_arg, ret, m_cache)) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.009Z","updatedAt":"2026-09-18T18:41:31.009Z","url":"https://0.0.0.0:3000/mutants/739","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":740,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1654,"endLine":1654,"title":"Statement deletion mutation at descriptor.cpp:1654","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                provider.pubkeys.emplace(Hash160(XOnlyPubKey{key}), key);","mutatedCode":"                // provider.pubkeys.emplace(Hash160(XOnlyPubKey{key}), key);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1654,1 +1654,1 @@\n-                provider.pubkeys.emplace(Hash160(XOnlyPubKey{key}), key);\n+                // provider.pubkeys.emplace(Hash160(XOnlyPubKey{key}), key);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.011Z","updatedAt":"2026-09-18T18:41:31.011Z","url":"https://0.0.0.0:3000/mutants/740","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":741,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1656,"endLine":1656,"title":"Statement deletion mutation at descriptor.cpp:1656","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                provider.pubkeys.emplace(key.GetID(), key);","mutatedCode":"                // provider.pubkeys.emplace(key.GetID(), key);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1656,1 +1656,1 @@\n-                provider.pubkeys.emplace(key.GetID(), key);\n+                // provider.pubkeys.emplace(key.GetID(), key);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.013Z","updatedAt":"2026-09-18T18:41:31.013Z","url":"https://0.0.0.0:3000/mutants/741","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":742,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1663,"endLine":1663,"title":"Logical operator mutation at descriptor.cpp:1663","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    MiniscriptDescriptor(std::vector<std::unique_ptr<PubkeyProvider>> providers, miniscript::Node<uint32_t>&& node)","mutatedCode":"    MiniscriptDescriptor(std::vector<std::unique_ptr<PubkeyProvider>> providers, miniscript::Node<uint32_t>|| node)","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1663,1 +1663,1 @@\n-    MiniscriptDescriptor(std::vector<std::unique_ptr<PubkeyProvider>> providers, miniscript::Node<uint32_t>&& node)\n+    MiniscriptDescriptor(std::vector<std::unique_ptr<PubkeyProvider>> providers, miniscript::Node<uint32_t>|| node)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.014Z","updatedAt":"2026-09-18T18:41:31.014Z","url":"https://0.0.0.0:3000/mutants/742","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":743,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1668,"endLine":1668,"title":"Relational operator mutation at descriptor.cpp:1668","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (node.Fragment() == miniscript::Fragment::OLDER) {","mutatedCode":"            if (node.Fragment() != miniscript::Fragment::OLDER) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1668,1 +1668,1 @@\n-            if (node.Fragment() == miniscript::Fragment::OLDER) {\n+            if (node.Fragment() != miniscript::Fragment::OLDER) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.016Z","updatedAt":"2026-09-18T18:41:31.016Z","url":"https://0.0.0.0:3000/mutants/743","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":744,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1671,"endLine":1671,"title":"Relational operator mutation at descriptor.cpp:1671","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (value_part > CTxIn::SEQUENCE_LOCKTIME_MASK) {","mutatedCode":"                if (value_part >= CTxIn::SEQUENCE_LOCKTIME_MASK) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1671,1 +1671,1 @@\n-                if (value_part > CTxIn::SEQUENCE_LOCKTIME_MASK) {\n+                if (value_part >= CTxIn::SEQUENCE_LOCKTIME_MASK) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.018Z","updatedAt":"2026-09-18T18:41:31.018Z","url":"https://0.0.0.0:3000/mutants/744","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":745,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1672,"endLine":1672,"title":"Relational operator mutation at descriptor.cpp:1672","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    const bool is_time_based = (raw & CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) != 0;","mutatedCode":"                    const bool is_time_based = (raw & CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) == 0;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1672,1 +1672,1 @@\n-                    const bool is_time_based = (raw & CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) != 0;\n+                    const bool is_time_based = (raw & CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) == 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.019Z","updatedAt":"2026-09-18T18:41:31.019Z","url":"https://0.0.0.0:3000/mutants/745","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":746,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1686,"endLine":1686,"title":"Constant replacement mutation at descriptor.cpp:1686","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool has_priv_key{false};","mutatedCode":"        bool has_priv_key{true};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1686,1 +1686,1 @@\n-        bool has_priv_key{false};\n+        bool has_priv_key{true};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.021Z","updatedAt":"2026-09-18T18:41:31.021Z","url":"https://0.0.0.0:3000/mutants/746","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":747,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1688,"endLine":1688,"title":"Conditional operator mutation at descriptor.cpp:1688","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (res) out = *res;","mutatedCode":"        if (1==1) out = *res;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1688,1 +1688,1 @@\n-        if (res) out = *res;\n+        if (1==1) out = *res;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.023Z","updatedAt":"2026-09-18T18:41:31.023Z","url":"https://0.0.0.0:3000/mutants/747","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":748,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1689,"endLine":1689,"title":"Relational operator mutation at descriptor.cpp:1689","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (type == StringType::PRIVATE) {","mutatedCode":"        if (type != StringType::PRIVATE) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1689,1 +1689,1 @@\n-        if (type == StringType::PRIVATE) {\n+        if (type != StringType::PRIVATE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.025Z","updatedAt":"2026-09-18T18:41:31.025Z","url":"https://0.0.0.0:3000/mutants/748","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":749,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1697,"endLine":1697,"title":"Constant replacement mutation at descriptor.cpp:1697","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool IsSolvable() const override { return true; }","mutatedCode":"    bool IsSolvable() const override { return false; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1697,1 +1697,1 @@\n-    bool IsSolvable() const override { return true; }\n+    bool IsSolvable() const override { return false; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.027Z","updatedAt":"2026-09-18T18:41:31.027Z","url":"https://0.0.0.0:3000/mutants/749","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":750,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1755,"endLine":1755,"title":"Constant replacement mutation at descriptor.cpp:1755","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<RawTRDescriptor>(m_pubkey_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<RawTRDescriptor>(m_pubkey_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1755,1 +1755,1 @@\n-        return std::make_unique<RawTRDescriptor>(m_pubkey_args.at(0)->Clone());\n+        return std::make_unique<RawTRDescriptor>(m_pubkey_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.028Z","updatedAt":"2026-09-18T18:41:31.028Z","url":"https://0.0.0.0:3000/mutants/750","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":751,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1767,"endLine":1767,"title":"Constant replacement mutation at descriptor.cpp:1767","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool HasScripts() const override { return false; }","mutatedCode":"    bool HasScripts() const override { return true; }","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1767,1 +1767,1 @@\n-    bool HasScripts() const override { return false; }\n+    bool HasScripts() const override { return true; }\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.035Z","updatedAt":"2026-09-18T18:41:31.035Z","url":"https://0.0.0.0:3000/mutants/751","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":752,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1771,"endLine":1771,"title":"Constant replacement mutation at descriptor.cpp:1771","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<UnusedDescriptor>(m_pubkey_args.at(0)->Clone());","mutatedCode":"        return std::make_unique<UnusedDescriptor>(m_pubkey_args.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1771,1 +1771,1 @@\n-        return std::make_unique<UnusedDescriptor>(m_pubkey_args.at(0)->Clone());\n+        return std::make_unique<UnusedDescriptor>(m_pubkey_args.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.037Z","updatedAt":"2026-09-18T18:41:31.037Z","url":"https://0.0.0.0:3000/mutants/752","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":753,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1791,"endLine":1791,"title":"Constant replacement mutation at descriptor.cpp:1791","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool hardened = false;","mutatedCode":"    bool hardened = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1791,1 +1791,1 @@\n-    bool hardened = false;\n+    bool hardened = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.039Z","updatedAt":"2026-09-18T18:41:31.039Z","url":"https://0.0.0.0:3000/mutants/753","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":754,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1792,"endLine":1792,"title":"Relational operator mutation at descriptor.cpp:1792","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (elem.size() > 0) {","mutatedCode":"    if (elem.size() >= 0) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1792,1 +1792,1 @@\n-    if (elem.size() > 0) {\n+    if (elem.size() >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.042Z","updatedAt":"2026-09-18T18:41:31.042Z","url":"https://0.0.0.0:3000/mutants/754","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":755,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1793,"endLine":1793,"title":"Arithmetic operator mutation at descriptor.cpp:1793","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        const char last = elem[elem.size() - 1];","mutatedCode":"        const char last = elem[elem.size() + 1];","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1793,1 +1793,1 @@\n-        const char last = elem[elem.size() - 1];\n+        const char last = elem[elem.size() + 1];\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.044Z","updatedAt":"2026-09-18T18:41:31.044Z","url":"https://0.0.0.0:3000/mutants/755","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":756,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1794,"endLine":1794,"title":"Logical operator mutation at descriptor.cpp:1794","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (last == '\\'' || last == 'h') {","mutatedCode":"        if (last == '\\'' && last == 'h') {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1794,1 +1794,1 @@\n-        if (last == '\\'' || last == 'h') {\n+        if (last == '\\'' && last == 'h') {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.047Z","updatedAt":"2026-09-18T18:41:31.047Z","url":"https://0.0.0.0:3000/mutants/756","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":757,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1795,"endLine":1795,"title":"Arithmetic operator mutation at descriptor.cpp:1795","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            elem = elem.first(elem.size() - 1);","mutatedCode":"            elem = elem.first(elem.size() + 1);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1795,1 +1795,1 @@\n-            elem = elem.first(elem.size() - 1);\n+            elem = elem.first(elem.size() + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.050Z","updatedAt":"2026-09-18T18:41:31.050Z","url":"https://0.0.0.0:3000/mutants/757","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":758,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1796,"endLine":1796,"title":"Constant replacement mutation at descriptor.cpp:1796","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            hardened = true;","mutatedCode":"            hardened = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1796,1 +1796,1 @@\n-            hardened = true;\n+            hardened = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.052Z","updatedAt":"2026-09-18T18:41:31.052Z","url":"https://0.0.0.0:3000/mutants/758","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":759,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1797,"endLine":1797,"title":"Relational operator mutation at descriptor.cpp:1797","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            apostrophe = last == '\\'';","mutatedCode":"            apostrophe = last != '\\'';","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1797,1 +1797,1 @@\n-            apostrophe = last == '\\'';\n+            apostrophe = last != '\\'';\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.054Z","updatedAt":"2026-09-18T18:41:31.054Z","url":"https://0.0.0.0:3000/mutants/759","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":760,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1804,"endLine":1804,"title":"Relational operator mutation at descriptor.cpp:1804","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (*p > 0x7FFFFFFFUL) {","mutatedCode":"    } else if (*p >= 0x7FFFFFFFUL) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1804,1 +1804,1 @@\n-    } else if (*p > 0x7FFFFFFFUL) {\n+    } else if (*p >= 0x7FFFFFFFUL) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.056Z","updatedAt":"2026-09-18T18:41:31.056Z","url":"https://0.0.0.0:3000/mutants/760","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":761,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1808,"endLine":1808,"title":"Logical operator mutation at descriptor.cpp:1808","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    has_hardened = has_hardened || hardened;","mutatedCode":"    has_hardened = has_hardened && hardened;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1808,1 +1808,1 @@\n-    has_hardened = has_hardened || hardened;\n+    has_hardened = has_hardened && hardened;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.058Z","updatedAt":"2026-09-18T18:41:31.058Z","url":"https://0.0.0.0:3000/mutants/761","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":762,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1832,"endLine":1832,"title":"Constant replacement mutation at descriptor.cpp:1832","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    has_hardened = false;","mutatedCode":"    has_hardened = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1832,1 +1832,1 @@\n-    has_hardened = false;\n+    has_hardened = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.060Z","updatedAt":"2026-09-18T18:41:31.060Z","url":"https://0.0.0.0:3000/mutants/762","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":763,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1834,"endLine":1834,"title":"Relational operator mutation at descriptor.cpp:1834","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t i = 1; i < split.size(); ++i) {","mutatedCode":"    for (size_t i = 1; i <= split.size(); ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1834,1 +1834,1 @@\n-    for (size_t i = 1; i < split.size(); ++i) {\n+    for (size_t i = 1; i <= split.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.061Z","updatedAt":"2026-09-18T18:41:31.061Z","url":"https://0.0.0.0:3000/mutants/763","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":764,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1838,"endLine":1838,"title":"Logical operator mutation at descriptor.cpp:1838","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!elem.empty() && elem.front() == '<' && elem.back() == '>') {","mutatedCode":"        if (!elem.empty() || elem.front() == '<' && elem.back() == '>') {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1838,1 +1838,1 @@\n-        if (!elem.empty() && elem.front() == '<' && elem.back() == '>') {\n+        if (!elem.empty() || elem.front() == '<' && elem.back() == '>') {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.063Z","updatedAt":"2026-09-18T18:41:31.063Z","url":"https://0.0.0.0:3000/mutants/764","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":765,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1839,"endLine":1839,"title":"Conditional operator mutation at descriptor.cpp:1839","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (!allow_multipath) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1839,1 +1839,1 @@\n-            if (!allow_multipath) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.065Z","updatedAt":"2026-09-18T18:41:31.065Z","url":"https://0.0.0.0:3000/mutants/765","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":766,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1843,"endLine":1843,"title":"Conditional operator mutation at descriptor.cpp:1843","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (substitutes) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1843,1 +1843,1 @@\n-            if (substitutes) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.067Z","updatedAt":"2026-09-18T18:41:31.067Z","url":"https://0.0.0.0:3000/mutants/766","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":767,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1850,"endLine":1850,"title":"Relational operator mutation at descriptor.cpp:1850","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (nums.size() < 2) {","mutatedCode":"            if (nums.size() <= 2) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1850,1 +1850,1 @@\n-            if (nums.size() < 2) {\n+            if (nums.size() <= 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.068Z","updatedAt":"2026-09-18T18:41:31.068Z","url":"https://0.0.0.0:3000/mutants/767","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":768,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1855,"endLine":1855,"title":"Statement deletion mutation at descriptor.cpp:1855","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            substitutes.emplace();","mutatedCode":"            // substitutes.emplace();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1855,1 +1855,1 @@\n-            substitutes.emplace();\n+            // substitutes.emplace();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.070Z","updatedAt":"2026-09-18T18:41:31.070Z","url":"https://0.0.0.0:3000/mutants/768","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":769,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1859,"endLine":1859,"title":"Constant replacement mutation at descriptor.cpp:1859","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (!op_num) return false;","mutatedCode":"                if (!op_num) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1859,1 +1859,1 @@\n-                if (!op_num) return false;\n+                if (!op_num) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.072Z","updatedAt":"2026-09-18T18:41:31.072Z","url":"https://0.0.0.0:3000/mutants/769","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":770,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1861,"endLine":1861,"title":"Conditional operator mutation at descriptor.cpp:1861","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (!inserted) {","mutatedCode":"                if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1861,1 +1861,1 @@\n-                if (!inserted) {\n+                if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.074Z","updatedAt":"2026-09-18T18:41:31.074Z","url":"https://0.0.0.0:3000/mutants/770","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":771,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1865,"endLine":1865,"title":"Statement deletion mutation at descriptor.cpp:1865","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                substitutes->values.emplace_back(*op_num);","mutatedCode":"                // substitutes->values.emplace_back(*op_num);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1865,1 +1865,1 @@\n-                substitutes->values.emplace_back(*op_num);\n+                // substitutes->values.emplace_back(*op_num);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.075Z","updatedAt":"2026-09-18T18:41:31.075Z","url":"https://0.0.0.0:3000/mutants/771","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":772,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1869,"endLine":1869,"title":"Arithmetic operator mutation at descriptor.cpp:1869","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            substitutes->placeholder_index = path.size() - 1;","mutatedCode":"            substitutes->placeholder_index = path.size() + 1;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1869,1 +1869,1 @@\n-            substitutes->placeholder_index = path.size() - 1;\n+            substitutes->placeholder_index = path.size() + 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.077Z","updatedAt":"2026-09-18T18:41:31.077Z","url":"https://0.0.0.0:3000/mutants/772","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":773,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1873,"endLine":1873,"title":"Statement deletion mutation at descriptor.cpp:1873","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            path.emplace_back(*op_num);","mutatedCode":"            // path.emplace_back(*op_num);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1873,1 +1873,1 @@\n-            path.emplace_back(*op_num);\n+            // path.emplace_back(*op_num);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.079Z","updatedAt":"2026-09-18T18:41:31.079Z","url":"https://0.0.0.0:3000/mutants/773","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":774,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1877,"endLine":1877,"title":"Conditional operator mutation at descriptor.cpp:1877","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!substitutes) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1877,1 +1877,1 @@\n-    if (!substitutes) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.081Z","updatedAt":"2026-09-18T18:41:31.081Z","url":"https://0.0.0.0:3000/mutants/774","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":775,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1878,"endLine":1878,"title":"Statement deletion mutation at descriptor.cpp:1878","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.emplace_back(std::move(path));","mutatedCode":"        // out.emplace_back(std::move(path));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1878,1 +1878,1 @@\n-        out.emplace_back(std::move(path));\n+        // out.emplace_back(std::move(path));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.083Z","updatedAt":"2026-09-18T18:41:31.083Z","url":"https://0.0.0.0:3000/mutants/775","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":776,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1884,"endLine":1884,"title":"Statement deletion mutation at descriptor.cpp:1884","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            out.emplace_back(std::move(branch_path));","mutatedCode":"            // out.emplace_back(std::move(branch_path));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1884,1 +1884,1 @@\n-            out.emplace_back(std::move(branch_path));\n+            // out.emplace_back(std::move(branch_path));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.085Z","updatedAt":"2026-09-18T18:41:31.085Z","url":"https://0.0.0.0:3000/mutants/776","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":777,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1899,"endLine":1899,"title":"Constant replacement mutation at descriptor.cpp:1899","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (std::ranges::equal(split.back(), std::span{\"*\"}.first(1))) {","mutatedCode":"    if (std::ranges::equal(split.back(), std::span{\"*\"}.first(1 - 1))) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1899,1 +1899,1 @@\n-    if (std::ranges::equal(split.back(), std::span{\"*\"}.first(1))) {\n+    if (std::ranges::equal(split.back(), std::span{\"*\"}.first(1 - 1))) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.087Z","updatedAt":"2026-09-18T18:41:31.087Z","url":"https://0.0.0.0:3000/mutants/777","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":778,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1900,"endLine":1900,"title":"Statement deletion mutation at descriptor.cpp:1900","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        split.pop_back();","mutatedCode":"        // split.pop_back();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1900,1 +1900,1 @@\n-        split.pop_back();\n+        // split.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.089Z","updatedAt":"2026-09-18T18:41:31.089Z","url":"https://0.0.0.0:3000/mutants/778","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":779,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1902,"endLine":1902,"title":"Logical operator mutation at descriptor.cpp:1902","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (std::ranges::equal(split.back(), std::span{\"*'\"}.first(2)) || std::ranges::equal(split.back(), std::span{\"*h\"}.first(2))) {","mutatedCode":"    } else if (std::ranges::equal(split.back(), std::span{\"*'\"}.first(2)) && std::ranges::equal(split.back(), std::span{\"*h\"}.first(2))) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1902,1 +1902,1 @@\n-    } else if (std::ranges::equal(split.back(), std::span{\"*'\"}.first(2)) || std::ranges::equal(split.back(), std::span{\"*h\"}.first(2))) {\n+    } else if (std::ranges::equal(split.back(), std::span{\"*'\"}.first(2)) && std::ranges::equal(split.back(), std::span{\"*h\"}.first(2))) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.091Z","updatedAt":"2026-09-18T18:41:31.091Z","url":"https://0.0.0.0:3000/mutants/779","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":780,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1914,"endLine":1914,"title":"Logical operator mutation at descriptor.cpp:1914","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    bool permit_uncompressed = ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH;","mutatedCode":"    bool permit_uncompressed = ctx == ParseScriptContext::TOP && ctx == ParseScriptContext::P2SH;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1914,1 +1914,1 @@\n-    bool permit_uncompressed = ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH;\n+    bool permit_uncompressed = ctx == ParseScriptContext::TOP && ctx == ParseScriptContext::P2SH;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.093Z","updatedAt":"2026-09-18T18:41:31.093Z","url":"https://0.0.0.0:3000/mutants/780","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":781,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1917,"endLine":1917,"title":"Relational operator mutation at descriptor.cpp:1917","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (str.size() == 0) {","mutatedCode":"    if (str.size() != 0) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1917,1 +1917,1 @@\n-    if (str.size() == 0) {\n+    if (str.size() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.095Z","updatedAt":"2026-09-18T18:41:31.095Z","url":"https://0.0.0.0:3000/mutants/781","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":782,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1921,"endLine":1921,"title":"Logical operator mutation at descriptor.cpp:1921","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (IsSpace(str.front()) || IsSpace(str.back())) {","mutatedCode":"    if (IsSpace(str.front()) && IsSpace(str.back())) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1921,1 +1921,1 @@\n-    if (IsSpace(str.front()) || IsSpace(str.back())) {\n+    if (IsSpace(str.front()) && IsSpace(str.back())) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.098Z","updatedAt":"2026-09-18T18:41:31.098Z","url":"https://0.0.0.0:3000/mutants/782","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":783,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1925,"endLine":1925,"title":"Relational operator mutation at descriptor.cpp:1925","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (split.size() == 1) {","mutatedCode":"    if (split.size() != 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1925,1 +1925,1 @@\n-    if (split.size() == 1) {\n+    if (split.size() != 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.100Z","updatedAt":"2026-09-18T18:41:31.100Z","url":"https://0.0.0.0:3000/mutants/783","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":784,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1929,"endLine":1929,"title":"Logical operator mutation at descriptor.cpp:1929","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (pubkey.IsValid() && !pubkey.IsValidNonHybrid()) {","mutatedCode":"            if (pubkey.IsValid() || !pubkey.IsValidNonHybrid()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1929,1 +1929,1 @@\n-            if (pubkey.IsValid() && !pubkey.IsValidNonHybrid()) {\n+            if (pubkey.IsValid() || !pubkey.IsValidNonHybrid()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.101Z","updatedAt":"2026-09-18T18:41:31.101Z","url":"https://0.0.0.0:3000/mutants/784","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":785,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1934,"endLine":1934,"title":"Logical operator mutation at descriptor.cpp:1934","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                if (permit_uncompressed || pubkey.IsCompressed()) {","mutatedCode":"                if (permit_uncompressed && pubkey.IsCompressed()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1934,1 +1934,1 @@\n-                if (permit_uncompressed || pubkey.IsCompressed()) {\n+                if (permit_uncompressed && pubkey.IsCompressed()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.103Z","updatedAt":"2026-09-18T18:41:31.103Z","url":"https://0.0.0.0:3000/mutants/785","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":786,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1935,"endLine":1935,"title":"Constant replacement mutation at descriptor.cpp:1935","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, false));","mutatedCode":"                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, true));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1935,1 +1935,1 @@\n-                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, false));\n+                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, true));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.105Z","updatedAt":"2026-09-18T18:41:31.105Z","url":"https://0.0.0.0:3000/mutants/786","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":787,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1942,"endLine":1942,"title":"Logical operator mutation at descriptor.cpp:1942","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            } else if (data.size() == 32 && ctx == ParseScriptContext::P2TR) {","mutatedCode":"            } else if (data.size() == 32 || ctx == ParseScriptContext::P2TR) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1942,1 +1942,1 @@\n-            } else if (data.size() == 32 && ctx == ParseScriptContext::P2TR) {\n+            } else if (data.size() == 32 || ctx == ParseScriptContext::P2TR) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.107Z","updatedAt":"2026-09-18T18:41:31.107Z","url":"https://0.0.0.0:3000/mutants/787","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":788,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1944,"endLine":1944,"title":"Arithmetic operator mutation at descriptor.cpp:1944","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                std::copy(data.begin(), data.end(), fullkey + 1);","mutatedCode":"                std::copy(data.begin(), data.end(), fullkey - 1);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1944,1 +1944,1 @@\n-                std::copy(data.begin(), data.end(), fullkey + 1);\n+                std::copy(data.begin(), data.end(), fullkey - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.109Z","updatedAt":"2026-09-18T18:41:31.109Z","url":"https://0.0.0.0:3000/mutants/788","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":789,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1945,"endLine":1945,"title":"Function call mutation at descriptor.cpp:1945","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"                pubkey.Set(std::begin(fullkey), std::end(fullkey));","mutatedCode":"                pubkey.Set(std::end(fullkey), std::end(fullkey));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1945,1 +1945,1 @@\n-                pubkey.Set(std::begin(fullkey), std::end(fullkey));\n+                pubkey.Set(std::end(fullkey), std::end(fullkey));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.111Z","updatedAt":"2026-09-18T18:41:31.111Z","url":"https://0.0.0.0:3000/mutants/789","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":790,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1947,"endLine":1947,"title":"Constant replacement mutation at descriptor.cpp:1947","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, true));","mutatedCode":"                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, false));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1947,1 +1947,1 @@\n-                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, true));\n+                    ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, false));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.112Z","updatedAt":"2026-09-18T18:41:31.112Z","url":"https://0.0.0.0:3000/mutants/790","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":791,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1957,"endLine":1957,"title":"Logical operator mutation at descriptor.cpp:1957","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (permit_uncompressed || key.IsCompressed()) {","mutatedCode":"            if (permit_uncompressed && key.IsCompressed()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1957,1 +1957,1 @@\n-            if (permit_uncompressed || key.IsCompressed()) {\n+            if (permit_uncompressed && key.IsCompressed()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.114Z","updatedAt":"2026-09-18T18:41:31.114Z","url":"https://0.0.0.0:3000/mutants/791","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":792,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1959,"endLine":1959,"title":"Statement deletion mutation at descriptor.cpp:1959","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                out.keys.emplace(pubkey.GetID(), key);","mutatedCode":"                // out.keys.emplace(pubkey.GetID(), key);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1959,1 +1959,1 @@\n-                out.keys.emplace(pubkey.GetID(), key);\n+                // out.keys.emplace(pubkey.GetID(), key);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.116Z","updatedAt":"2026-09-18T18:41:31.116Z","url":"https://0.0.0.0:3000/mutants/792","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":793,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1960,"endLine":1960,"title":"Relational operator mutation at descriptor.cpp:1960","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, ctx == ParseScriptContext::P2TR));","mutatedCode":"                ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, ctx != ParseScriptContext::P2TR));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1960,1 +1960,1 @@\n-                ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, ctx == ParseScriptContext::P2TR));\n+                ret.emplace_back(std::make_unique<ConstPubkeyProvider>(key_exp_index, pubkey, ctx != ParseScriptContext::P2TR));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.120Z","updatedAt":"2026-09-18T18:41:31.120Z","url":"https://0.0.0.0:3000/mutants/793","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":794,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1971,"endLine":1971,"title":"Logical operator mutation at descriptor.cpp:1971","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!extkey.key.IsValid() && !extpubkey.pubkey.IsValid()) {","mutatedCode":"    if (!extkey.key.IsValid() || !extpubkey.pubkey.IsValid()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1971,1 +1971,1 @@\n-    if (!extkey.key.IsValid() && !extpubkey.pubkey.IsValid()) {\n+    if (!extkey.key.IsValid() || !extpubkey.pubkey.IsValid()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.123Z","updatedAt":"2026-09-18T18:41:31.123Z","url":"https://0.0.0.0:3000/mutants/794","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":795,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1977,"endLine":1977,"title":"Constant replacement mutation at descriptor.cpp:1977","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!ParseKeyPath(split, paths, apostrophe, error, /*allow_multipath=*/true)) return {};","mutatedCode":"    if (!ParseKeyPath(split, paths, apostrophe, error, /*allow_multipath=*/false)) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1977,1 +1977,1 @@\n-    if (!ParseKeyPath(split, paths, apostrophe, error, /*allow_multipath=*/true)) return {};\n+    if (!ParseKeyPath(split, paths, apostrophe, error, /*allow_multipath=*/false)) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.126Z","updatedAt":"2026-09-18T18:41:31.126Z","url":"https://0.0.0.0:3000/mutants/795","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":796,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1980,"endLine":1980,"title":"Statement deletion mutation at descriptor.cpp:1980","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        out.keys.emplace(extpubkey.pubkey.GetID(), extkey.key);","mutatedCode":"        // out.keys.emplace(extpubkey.pubkey.GetID(), extkey.key);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1980,1 +1980,1 @@\n-        out.keys.emplace(extpubkey.pubkey.GetID(), extkey.key);\n+        // out.keys.emplace(extpubkey.pubkey.GetID(), extkey.key);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.129Z","updatedAt":"2026-09-18T18:41:31.129Z","url":"https://0.0.0.0:3000/mutants/796","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":797,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1983,"endLine":1983,"title":"Statement deletion mutation at descriptor.cpp:1983","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ret.emplace_back(std::make_unique<BIP32PubkeyProvider>(key_exp_index, extpubkey, std::move(path), type, apostrophe));","mutatedCode":"        // ret.emplace_back(std::make_unique<BIP32PubkeyProvider>(key_exp_index, extpubkey, std::move(path), type, apostrophe));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1983,1 +1983,1 @@\n-        ret.emplace_back(std::make_unique<BIP32PubkeyProvider>(key_exp_index, extpubkey, std::move(path), type, apostrophe));\n+        // ret.emplace_back(std::make_unique<BIP32PubkeyProvider>(key_exp_index, extpubkey, std::move(path), type, apostrophe));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.132Z","updatedAt":"2026-09-18T18:41:31.132Z","url":"https://0.0.0.0:3000/mutants/797","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":798,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":1999,"endLine":1999,"title":"Constant replacement mutation at descriptor.cpp:1999","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (Const(\"musig(\", span, /*skip=*/false)) {","mutatedCode":"    if (Const(\"musig(\", span, /*skip=*/true)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -1999,1 +1999,1 @@\n-    if (Const(\"musig(\", span, /*skip=*/false)) {\n+    if (Const(\"musig(\", span, /*skip=*/true)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.134Z","updatedAt":"2026-09-18T18:41:31.134Z","url":"https://0.0.0.0:3000/mutants/798","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":799,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2000,"endLine":2000,"title":"Relational operator mutation at descriptor.cpp:2000","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (ctx != ParseScriptContext::P2TR) {","mutatedCode":"        if (ctx == ParseScriptContext::P2TR) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2000,1 +2000,1 @@\n-        if (ctx != ParseScriptContext::P2TR) {\n+        if (ctx == ParseScriptContext::P2TR) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.137Z","updatedAt":"2026-09-18T18:41:31.137Z","url":"https://0.0.0.0:3000/mutants/799","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":800,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2007,"endLine":2007,"title":"Constant replacement mutation at descriptor.cpp:2007","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        auto split = Split(sp, ')', /*include_sep=*/true);","mutatedCode":"        auto split = Split(sp, ')', /*include_sep=*/false);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2007,1 +2007,1 @@\n-        auto split = Split(sp, ')', /*include_sep=*/true);\n+        auto split = Split(sp, ')', /*include_sep=*/false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.140Z","updatedAt":"2026-09-18T18:41:31.140Z","url":"https://0.0.0.0:3000/mutants/800","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":801,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2008,"endLine":2008,"title":"Relational operator mutation at descriptor.cpp:2008","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (split.size() > 2) {","mutatedCode":"        if (split.size() >= 2) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2008,1 +2008,1 @@\n-        if (split.size() > 2) {\n+        if (split.size() >= 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.143Z","updatedAt":"2026-09-18T18:41:31.143Z","url":"https://0.0.0.0:3000/mutants/801","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":802,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2012,"endLine":2012,"title":"Constant replacement mutation at descriptor.cpp:2012","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        std::span<const char> expr(split.at(0).begin(), split.at(0).end());","mutatedCode":"        std::span<const char> expr(split.at(0 - 1).begin(), split.at(0).end());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2012,1 +2012,1 @@\n-        std::span<const char> expr(split.at(0).begin(), split.at(0).end());\n+        std::span<const char> expr(split.at(0 - 1).begin(), split.at(0).end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.145Z","updatedAt":"2026-09-18T18:41:31.145Z","url":"https://0.0.0.0:3000/mutants/802","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":803,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2019,"endLine":2019,"title":"Constant replacement mutation at descriptor.cpp:2019","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool any_ranged = false;","mutatedCode":"        bool any_ranged = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2019,1 +2019,1 @@\n-        bool any_ranged = false;\n+        bool any_ranged = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.149Z","updatedAt":"2026-09-18T18:41:31.149Z","url":"https://0.0.0.0:3000/mutants/803","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":804,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2020,"endLine":2020,"title":"Constant replacement mutation at descriptor.cpp:2020","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool all_bip32 = true;","mutatedCode":"        bool all_bip32 = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2020,1 +2020,1 @@\n-        bool all_bip32 = true;\n+        bool all_bip32 = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.152Z","updatedAt":"2026-09-18T18:41:31.152Z","url":"https://0.0.0.0:3000/mutants/804","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":805,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2022,"endLine":2022,"title":"Constant replacement mutation at descriptor.cpp:2022","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool any_key_parsed = false;","mutatedCode":"        bool any_key_parsed = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2022,1 +2022,1 @@\n-        bool any_key_parsed = false;\n+        bool any_key_parsed = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.155Z","updatedAt":"2026-09-18T18:41:31.155Z","url":"https://0.0.0.0:3000/mutants/805","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":806,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2024,"endLine":2024,"title":"Custom mutation at descriptor.cpp:2024","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (expr.size()) {","mutatedCode":";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2024,1 +2024,1 @@\n-        while (expr.size()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.157Z","updatedAt":"2026-09-18T18:41:31.157Z","url":"https://0.0.0.0:3000/mutants/806","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":807,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2025,"endLine":2025,"title":"Logical operator mutation at descriptor.cpp:2025","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (any_key_parsed && !Const(\",\", expr)) {","mutatedCode":"            if (any_key_parsed || !Const(\",\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2025,1 +2025,1 @@\n-            if (any_key_parsed && !Const(\",\", expr)) {\n+            if (any_key_parsed || !Const(\",\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.161Z","updatedAt":"2026-09-18T18:41:31.161Z","url":"https://0.0.0.0:3000/mutants/807","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":808,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2035,"endLine":2035,"title":"Constant replacement mutation at descriptor.cpp:2035","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            any_key_parsed = true;","mutatedCode":"            any_key_parsed = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2035,1 +2035,1 @@\n-            any_key_parsed = true;\n+            any_key_parsed = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.164Z","updatedAt":"2026-09-18T18:41:31.164Z","url":"https://0.0.0.0:3000/mutants/808","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":809,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2037,"endLine":2037,"title":"Logical operator mutation at descriptor.cpp:2037","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            any_ranged = any_ranged || pk.at(0)->IsRange();","mutatedCode":"            any_ranged = any_ranged && pk.at(0)->IsRange();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2037,1 +2037,1 @@\n-            any_ranged = any_ranged || pk.at(0)->IsRange();\n+            any_ranged = any_ranged && pk.at(0)->IsRange();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.167Z","updatedAt":"2026-09-18T18:41:31.167Z","url":"https://0.0.0.0:3000/mutants/809","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":810,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2038,"endLine":2038,"title":"Logical operator mutation at descriptor.cpp:2038","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            all_bip32 = all_bip32 &&  pk.at(0)->IsBIP32();","mutatedCode":"            all_bip32 = all_bip32 ||  pk.at(0)->IsBIP32();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2038,1 +2038,1 @@\n-            all_bip32 = all_bip32 &&  pk.at(0)->IsBIP32();\n+            all_bip32 = all_bip32 ||  pk.at(0)->IsBIP32();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.170Z","updatedAt":"2026-09-18T18:41:31.170Z","url":"https://0.0.0.0:3000/mutants/810","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":811,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2042,"endLine":2042,"title":"Statement deletion mutation at descriptor.cpp:2042","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            providers.emplace_back(std::move(pk));","mutatedCode":"            // providers.emplace_back(std::move(pk));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2042,1 +2042,1 @@\n-            providers.emplace_back(std::move(pk));\n+            // providers.emplace_back(std::move(pk));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.172Z","updatedAt":"2026-09-18T18:41:31.172Z","url":"https://0.0.0.0:3000/mutants/811","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":812,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2044,"endLine":2044,"title":"Conditional operator mutation at descriptor.cpp:2044","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!any_key_parsed) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2044,1 +2044,1 @@\n-        if (!any_key_parsed) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.175Z","updatedAt":"2026-09-18T18:41:31.175Z","url":"https://0.0.0.0:3000/mutants/812","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":813,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2052,"endLine":2052,"title":"Constant replacement mutation at descriptor.cpp:2052","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (split.size() == 2 && Const(\"/\", split.at(1), /*skip=*/false)) {","mutatedCode":"        if (split.size() == 2 && Const(\"/\", split.at(1), /*skip=*/true)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2052,1 +2052,1 @@\n-        if (split.size() == 2 && Const(\"/\", split.at(1), /*skip=*/false)) {\n+        if (split.size() == 2 && Const(\"/\", split.at(1), /*skip=*/true)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.178Z","updatedAt":"2026-09-18T18:41:31.178Z","url":"https://0.0.0.0:3000/mutants/813","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":814,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2053,"endLine":2053,"title":"Conditional operator mutation at descriptor.cpp:2053","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (!all_bip32) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2053,1 +2053,1 @@\n-            if (!all_bip32) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.180Z","updatedAt":"2026-09-18T18:41:31.180Z","url":"https://0.0.0.0:3000/mutants/814","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":815,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2057,"endLine":2057,"title":"Conditional operator mutation at descriptor.cpp:2057","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (any_ranged) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2057,1 +2057,1 @@\n-            if (any_ranged) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.183Z","updatedAt":"2026-09-18T18:41:31.183Z","url":"https://0.0.0.0:3000/mutants/815","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":816,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2061,"endLine":2061,"title":"Constant replacement mutation at descriptor.cpp:2061","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            bool dummy = false;","mutatedCode":"            bool dummy = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2061,1 +2061,1 @@\n-            bool dummy = false;\n+            bool dummy = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.185Z","updatedAt":"2026-09-18T18:41:31.185Z","url":"https://0.0.0.0:3000/mutants/816","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":817,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2062,"endLine":2062,"title":"Constant replacement mutation at descriptor.cpp:2062","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            auto deriv_split = Split(split.at(1), '/');","mutatedCode":"            auto deriv_split = Split(split.at(1 - 1), '/');","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2062,1 +2062,1 @@\n-            auto deriv_split = Split(split.at(1), '/');\n+            auto deriv_split = Split(split.at(1 - 1), '/');\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.187Z","updatedAt":"2026-09-18T18:41:31.187Z","url":"https://0.0.0.0:3000/mutants/817","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":818,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2064,"endLine":2064,"title":"Relational operator mutation at descriptor.cpp:2064","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (deriv_type == DeriveType::HARDENED_RANGED) {","mutatedCode":"            if (deriv_type != DeriveType::HARDENED_RANGED) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2064,1 +2064,1 @@\n-            if (deriv_type == DeriveType::HARDENED_RANGED) {\n+            if (deriv_type != DeriveType::HARDENED_RANGED) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.190Z","updatedAt":"2026-09-18T18:41:31.190Z","url":"https://0.0.0.0:3000/mutants/818","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":819,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2068,"endLine":2068,"title":"Constant replacement mutation at descriptor.cpp:2068","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            bool has_hardened = false;","mutatedCode":"            bool has_hardened = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2068,1 +2068,1 @@\n-            bool has_hardened = false;\n+            bool has_hardened = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.192Z","updatedAt":"2026-09-18T18:41:31.192Z","url":"https://0.0.0.0:3000/mutants/819","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":820,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2069,"endLine":2069,"title":"Constant replacement mutation at descriptor.cpp:2069","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!ParseKeyPath(deriv_split, derivation_multipaths, dummy, error, /*allow_multipath=*/true, has_hardened)) {","mutatedCode":"            if (!ParseKeyPath(deriv_split, derivation_multipaths, dummy, error, /*allow_multipath=*/false, has_hardened)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2069,1 +2069,1 @@\n-            if (!ParseKeyPath(deriv_split, derivation_multipaths, dummy, error, /*allow_multipath=*/true, has_hardened)) {\n+            if (!ParseKeyPath(deriv_split, derivation_multipaths, dummy, error, /*allow_multipath=*/false, has_hardened)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.196Z","updatedAt":"2026-09-18T18:41:31.196Z","url":"https://0.0.0.0:3000/mutants/820","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":821,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2070,"endLine":2070,"title":"Arithmetic operator mutation at descriptor.cpp:2070","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                error = \"musig(): \" + error;","mutatedCode":"                error = \"musig(): \" - error;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2070,1 +2070,1 @@\n-                error = \"musig(): \" + error;\n+                error = \"musig(): \" - error;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.199Z","updatedAt":"2026-09-18T18:41:31.199Z","url":"https://0.0.0.0:3000/mutants/821","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":822,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2073,"endLine":2073,"title":"Conditional operator mutation at descriptor.cpp:2073","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (has_hardened) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2073,1 +2073,1 @@\n-            if (has_hardened) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.201Z","updatedAt":"2026-09-18T18:41:31.201Z","url":"https://0.0.0.0:3000/mutants/822","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":823,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2078,"endLine":2078,"title":"Statement deletion mutation at descriptor.cpp:2078","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            derivation_multipaths.emplace_back();","mutatedCode":"            // derivation_multipaths.emplace_back();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2078,1 +2078,1 @@\n-            derivation_multipaths.emplace_back();\n+            // derivation_multipaths.emplace_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.204Z","updatedAt":"2026-09-18T18:41:31.204Z","url":"https://0.0.0.0:3000/mutants/823","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":824,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2085,"endLine":2085,"title":"Relational operator mutation at descriptor.cpp:2085","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (multipath_providers.size() == 1) {","mutatedCode":"                if (multipath_providers.size() != 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2085,1 +2085,1 @@\n-                if (multipath_providers.size() == 1) {\n+                if (multipath_providers.size() != 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.207Z","updatedAt":"2026-09-18T18:41:31.207Z","url":"https://0.0.0.0:3000/mutants/824","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":825,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2086,"endLine":2086,"title":"Relational operator mutation at descriptor.cpp:2086","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    for (size_t i = 1; i < length; ++i) {","mutatedCode":"                    for (size_t i = 1; i <= length; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2086,1 +2086,1 @@\n-                    for (size_t i = 1; i < length; ++i) {\n+                    for (size_t i = 1; i <= length; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.209Z","updatedAt":"2026-09-18T18:41:31.209Z","url":"https://0.0.0.0:3000/mutants/825","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":826,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2087,"endLine":2087,"title":"Constant replacement mutation at descriptor.cpp:2087","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        multipath_providers.emplace_back(multipath_providers.at(0)->Clone());","mutatedCode":"                        multipath_providers.emplace_back(multipath_providers.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2087,1 +2087,1 @@\n-                        multipath_providers.emplace_back(multipath_providers.at(0)->Clone());\n+                        multipath_providers.emplace_back(multipath_providers.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.212Z","updatedAt":"2026-09-18T18:41:31.212Z","url":"https://0.0.0.0:3000/mutants/826","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":827,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2089,"endLine":2089,"title":"Relational operator mutation at descriptor.cpp:2089","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                } else if (multipath_providers.size() != length) {","mutatedCode":"                } else if (multipath_providers.size() == length) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2089,1 +2089,1 @@\n-                } else if (multipath_providers.size() != length) {\n+                } else if (multipath_providers.size() == length) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.215Z","updatedAt":"2026-09-18T18:41:31.215Z","url":"https://0.0.0.0:3000/mutants/827","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":828,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2103,"endLine":2103,"title":"Statement deletion mutation at descriptor.cpp:2103","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                pubs.emplace_back(std::move(vec.at(vec_idx)));","mutatedCode":"                // pubs.emplace_back(std::move(vec.at(vec_idx)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2103,1 +2103,1 @@\n-                pubs.emplace_back(std::move(vec.at(vec_idx)));\n+                // pubs.emplace_back(std::move(vec.at(vec_idx)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.217Z","updatedAt":"2026-09-18T18:41:31.217Z","url":"https://0.0.0.0:3000/mutants/828","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":829,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2105,"endLine":2105,"title":"Statement deletion mutation at descriptor.cpp:2105","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<MuSigPubkeyProvider>(key_exp_index, std::move(pubs), path, deriv_type));","mutatedCode":"            // ret.emplace_back(std::make_unique<MuSigPubkeyProvider>(key_exp_index, std::move(pubs), path, deriv_type));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2105,1 +2105,1 @@\n-            ret.emplace_back(std::make_unique<MuSigPubkeyProvider>(key_exp_index, std::move(pubs), path, deriv_type));\n+            // ret.emplace_back(std::make_unique<MuSigPubkeyProvider>(key_exp_index, std::move(pubs), path, deriv_type));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.221Z","updatedAt":"2026-09-18T18:41:31.221Z","url":"https://0.0.0.0:3000/mutants/829","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":830,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2108,"endLine":2108,"title":"Relational operator mutation at descriptor.cpp:2108","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (max_multipath_len > 1 && derivation_multipaths.size() > 1) {","mutatedCode":"        if (max_multipath_len >= 1 && derivation_multipaths.size() > 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2108,1 +2108,1 @@\n-        if (max_multipath_len > 1 && derivation_multipaths.size() > 1) {\n+        if (max_multipath_len >= 1 && derivation_multipaths.size() > 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.225Z","updatedAt":"2026-09-18T18:41:31.225Z","url":"https://0.0.0.0:3000/mutants/830","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":831,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2111,"endLine":2111,"title":"Relational operator mutation at descriptor.cpp:2111","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (max_multipath_len > 1) {","mutatedCode":"        } else if (max_multipath_len >= 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2111,1 +2111,1 @@\n-        } else if (max_multipath_len > 1) {\n+        } else if (max_multipath_len >= 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.229Z","updatedAt":"2026-09-18T18:41:31.229Z","url":"https://0.0.0.0:3000/mutants/831","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":832,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2116,"endLine":2116,"title":"Relational operator mutation at descriptor.cpp:2116","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (size_t i = 0; i < max_multipath_len; ++i) {","mutatedCode":"            for (size_t i = 0; i <= max_multipath_len; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2116,1 +2116,1 @@\n-            for (size_t i = 0; i < max_multipath_len; ++i) {\n+            for (size_t i = 0; i <= max_multipath_len; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.233Z","updatedAt":"2026-09-18T18:41:31.233Z","url":"https://0.0.0.0:3000/mutants/832","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":833,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2118,"endLine":2118,"title":"Statement deletion mutation at descriptor.cpp:2118","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                emplace_final_provider(i, 0);","mutatedCode":"                // emplace_final_provider(i, 0);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2118,1 +2118,1 @@\n-                emplace_final_provider(i, 0);\n+                // emplace_final_provider(i, 0);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.236Z","updatedAt":"2026-09-18T18:41:31.236Z","url":"https://0.0.0.0:3000/mutants/833","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":834,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2120,"endLine":2120,"title":"Relational operator mutation at descriptor.cpp:2120","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (derivation_multipaths.size() > 1) {","mutatedCode":"        } else if (derivation_multipaths.size() >= 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2120,1 +2120,1 @@\n-        } else if (derivation_multipaths.size() > 1) {\n+        } else if (derivation_multipaths.size() >= 1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.240Z","updatedAt":"2026-09-18T18:41:31.240Z","url":"https://0.0.0.0:3000/mutants/834","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":835,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2126,"endLine":2126,"title":"Relational operator mutation at descriptor.cpp:2126","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (size_t i = 0; i < derivation_multipaths.size(); ++i) {","mutatedCode":"            for (size_t i = 0; i <= derivation_multipaths.size(); ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2126,1 +2126,1 @@\n-            for (size_t i = 0; i < derivation_multipaths.size(); ++i) {\n+            for (size_t i = 0; i <= derivation_multipaths.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.244Z","updatedAt":"2026-09-18T18:41:31.244Z","url":"https://0.0.0.0:3000/mutants/835","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":836,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2128,"endLine":2128,"title":"Statement deletion mutation at descriptor.cpp:2128","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                emplace_final_provider(i, i);","mutatedCode":"                // emplace_final_provider(i, i);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2128,1 +2128,1 @@\n-                emplace_final_provider(i, i);\n+                // emplace_final_provider(i, i);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.248Z","updatedAt":"2026-09-18T18:41:31.248Z","url":"https://0.0.0.0:3000/mutants/836","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":837,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2132,"endLine":2132,"title":"Statement deletion mutation at descriptor.cpp:2132","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            emplace_final_provider(0, 0);","mutatedCode":"            // emplace_final_provider(0, 0);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2132,1 +2132,1 @@\n-            emplace_final_provider(0, 0);\n+            // emplace_final_provider(0, 0);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.252Z","updatedAt":"2026-09-18T18:41:31.252Z","url":"https://0.0.0.0:3000/mutants/837","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":838,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2139,"endLine":2139,"title":"Relational operator mutation at descriptor.cpp:2139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (origin_split.size() > 2) {","mutatedCode":"    if (origin_split.size() >= 2) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2139,1 +2139,1 @@\n-    if (origin_split.size() > 2) {\n+    if (origin_split.size() >= 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.256Z","updatedAt":"2026-09-18T18:41:31.256Z","url":"https://0.0.0.0:3000/mutants/838","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":839,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2144,"endLine":2144,"title":"Constant replacement mutation at descriptor.cpp:2144","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool apostrophe = false;","mutatedCode":"    bool apostrophe = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2144,1 +2144,1 @@\n-    bool apostrophe = false;\n+    bool apostrophe = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.259Z","updatedAt":"2026-09-18T18:41:31.259Z","url":"https://0.0.0.0:3000/mutants/839","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":840,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2145,"endLine":2145,"title":"Relational operator mutation at descriptor.cpp:2145","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (origin_split.size() == 1) {","mutatedCode":"    if (origin_split.size() != 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2145,1 +2145,1 @@\n-    if (origin_split.size() == 1) {\n+    if (origin_split.size() != 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.264Z","updatedAt":"2026-09-18T18:41:31.264Z","url":"https://0.0.0.0:3000/mutants/840","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":841,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2148,"endLine":2148,"title":"Logical operator mutation at descriptor.cpp:2148","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (origin_split[0].empty() || origin_split[0][0] != '[') {","mutatedCode":"    if (origin_split[0].empty() && origin_split[0][0] != '[') {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2148,1 +2148,1 @@\n-    if (origin_split[0].empty() || origin_split[0][0] != '[') {\n+    if (origin_split[0].empty() && origin_split[0][0] != '[') {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.268Z","updatedAt":"2026-09-18T18:41:31.268Z","url":"https://0.0.0.0:3000/mutants/841","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":842,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2153,"endLine":2153,"title":"Constant replacement mutation at descriptor.cpp:2153","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    auto slash_split = Split(origin_split[0].subspan(1), '/');","mutatedCode":"    auto slash_split = Split(origin_split[0].subspan(1 - 1), '/');","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2153,1 +2153,1 @@\n-    auto slash_split = Split(origin_split[0].subspan(1), '/');\n+    auto slash_split = Split(origin_split[0].subspan(1 - 1), '/');\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.271Z","updatedAt":"2026-09-18T18:41:31.271Z","url":"https://0.0.0.0:3000/mutants/842","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":843,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2154,"endLine":2154,"title":"Relational operator mutation at descriptor.cpp:2154","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (slash_split[0].size() != 8) {","mutatedCode":"    if (slash_split[0].size() == 8) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2154,1 +2154,1 @@\n-    if (slash_split[0].size() != 8) {\n+    if (slash_split[0].size() == 8) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.275Z","updatedAt":"2026-09-18T18:41:31.275Z","url":"https://0.0.0.0:3000/mutants/843","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":844,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2167,"endLine":2167,"title":"Statement deletion mutation at descriptor.cpp:2167","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::copy(fpr_bytes.begin(), fpr_bytes.end(), info.fingerprint);","mutatedCode":"    // std::copy(fpr_bytes.begin(), fpr_bytes.end(), info.fingerprint);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2167,1 +2167,1 @@\n-    std::copy(fpr_bytes.begin(), fpr_bytes.end(), info.fingerprint);\n+    // std::copy(fpr_bytes.begin(), fpr_bytes.end(), info.fingerprint);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.278Z","updatedAt":"2026-09-18T18:41:31.278Z","url":"https://0.0.0.0:3000/mutants/844","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":845,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2169,"endLine":2169,"title":"Constant replacement mutation at descriptor.cpp:2169","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!ParseKeyPath(slash_split, path, apostrophe, error, /*allow_multipath=*/false)) return {};","mutatedCode":"    if (!ParseKeyPath(slash_split, path, apostrophe, error, /*allow_multipath=*/true)) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2169,1 +2169,1 @@\n-    if (!ParseKeyPath(slash_split, path, apostrophe, error, /*allow_multipath=*/false)) return {};\n+    if (!ParseKeyPath(slash_split, path, apostrophe, error, /*allow_multipath=*/true)) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.281Z","updatedAt":"2026-09-18T18:41:31.281Z","url":"https://0.0.0.0:3000/mutants/845","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":846,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2170,"endLine":2170,"title":"Constant replacement mutation at descriptor.cpp:2170","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    info.path = path.at(0);","mutatedCode":"    info.path = path.at(0 - 1);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2170,1 +2170,1 @@\n-    info.path = path.at(0);\n+    info.path = path.at(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.285Z","updatedAt":"2026-09-18T18:41:31.285Z","url":"https://0.0.0.0:3000/mutants/846","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":847,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2172,"endLine":2172,"title":"Statement deletion mutation at descriptor.cpp:2172","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (providers.empty()) return {};","mutatedCode":"    // if (providers.empty()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2172,1 +2172,1 @@\n-    if (providers.empty()) return {};\n+    // if (providers.empty()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.288Z","updatedAt":"2026-09-18T18:41:31.288Z","url":"https://0.0.0.0:3000/mutants/847","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":848,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2175,"endLine":2175,"title":"Statement deletion mutation at descriptor.cpp:2175","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ret.emplace_back(std::make_unique<OriginPubkeyProvider>(prov->m_expr_index, info, std::move(prov), apostrophe));","mutatedCode":"        // ret.emplace_back(std::make_unique<OriginPubkeyProvider>(prov->m_expr_index, info, std::move(prov), apostrophe));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2175,1 +2175,1 @@\n-        ret.emplace_back(std::make_unique<OriginPubkeyProvider>(prov->m_expr_index, info, std::move(prov), apostrophe));\n+        // ret.emplace_back(std::make_unique<OriginPubkeyProvider>(prov->m_expr_index, info, std::move(prov), apostrophe));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.291Z","updatedAt":"2026-09-18T18:41:31.291Z","url":"https://0.0.0.0:3000/mutants/848","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":849,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2187,"endLine":2187,"title":"Logical operator mutation at descriptor.cpp:2187","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx != ParseScriptContext::TOP && ctx != ParseScriptContext::P2SH && !pubkey.IsCompressed()) {","mutatedCode":"    if (ctx != ParseScriptContext::TOP || ctx != ParseScriptContext::P2SH && !pubkey.IsCompressed()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2187,1 +2187,1 @@\n-    if (ctx != ParseScriptContext::TOP && ctx != ParseScriptContext::P2SH && !pubkey.IsCompressed()) {\n+    if (ctx != ParseScriptContext::TOP || ctx != ParseScriptContext::P2SH && !pubkey.IsCompressed()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.295Z","updatedAt":"2026-09-18T18:41:31.295Z","url":"https://0.0.0.0:3000/mutants/849","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":850,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2233,"endLine":2233,"title":"Relational operator mutation at descriptor.cpp:2233","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return *m_keys.at(a).at(0) < *m_keys.at(b).at(0);","mutatedCode":"        return *m_keys.at(a).at(0) <= *m_keys.at(b).at(0);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2233,1 +2233,1 @@\n-        return *m_keys.at(a).at(0) < *m_keys.at(b).at(0);\n+        return *m_keys.at(a).at(0) <= *m_keys.at(b).at(0);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.298Z","updatedAt":"2026-09-18T18:41:31.298Z","url":"https://0.0.0.0:3000/mutants/850","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":851,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2249,"endLine":2249,"title":"Statement deletion mutation at descriptor.cpp:2249","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (pk.empty()) return {};","mutatedCode":"        // if (pk.empty()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2249,1 +2249,1 @@\n-        if (pk.empty()) return {};\n+        // if (pk.empty()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.302Z","updatedAt":"2026-09-18T18:41:31.302Z","url":"https://0.0.0.0:3000/mutants/851","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":852,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2250,"endLine":2250,"title":"Statement deletion mutation at descriptor.cpp:2250","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        m_keys.emplace_back(std::move(pk));","mutatedCode":"        // m_keys.emplace_back(std::move(pk));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2250,1 +2250,1 @@\n-        m_keys.emplace_back(std::move(pk));\n+        // m_keys.emplace_back(std::move(pk));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.305Z","updatedAt":"2026-09-18T18:41:31.305Z","url":"https://0.0.0.0:3000/mutants/852","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":853,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2256,"endLine":2256,"title":"Constant replacement mutation at descriptor.cpp:2256","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return m_keys.at(key).at(0)->ToString();","mutatedCode":"        return m_keys.at(key).at(0 - 1)->ToString();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2256,1 +2256,1 @@\n-        return m_keys.at(key).at(0)->ToString();\n+        return m_keys.at(key).at(0 - 1)->ToString();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.308Z","updatedAt":"2026-09-18T18:41:31.308Z","url":"https://0.0.0.0:3000/mutants/853","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":854,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2263,"endLine":2263,"title":"Logical operator mutation at descriptor.cpp:2263","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (miniscript::IsTapscript(m_script_ctx) && end - begin == 32) {","mutatedCode":"        if (miniscript::IsTapscript(m_script_ctx) || end - begin == 32) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2263,1 +2263,1 @@\n-        if (miniscript::IsTapscript(m_script_ctx) && end - begin == 32) {\n+        if (miniscript::IsTapscript(m_script_ctx) || end - begin == 32) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.311Z","updatedAt":"2026-09-18T18:41:31.311Z","url":"https://0.0.0.0:3000/mutants/854","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":855,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2265,"endLine":2265,"title":"Statement deletion mutation at descriptor.cpp:2265","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            std::copy(begin, end, pubkey.begin());","mutatedCode":"            // std::copy(begin, end, pubkey.begin());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2265,1 +2265,1 @@\n-            std::copy(begin, end, pubkey.begin());\n+            // std::copy(begin, end, pubkey.begin());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.315Z","updatedAt":"2026-09-18T18:41:31.315Z","url":"https://0.0.0.0:3000/mutants/855","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":856,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2267,"endLine":2267,"title":"Statement deletion mutation at descriptor.cpp:2267","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                m_keys.emplace_back();","mutatedCode":"                // m_keys.emplace_back();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2267,1 +2267,1 @@\n-                m_keys.emplace_back();\n+                // m_keys.emplace_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.318Z","updatedAt":"2026-09-18T18:41:31.318Z","url":"https://0.0.0.0:3000/mutants/856","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":857,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2268,"endLine":2268,"title":"Statement deletion mutation at descriptor.cpp:2268","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                m_keys.back().push_back(std::move(pubkey_provider));","mutatedCode":"                // m_keys.back().push_back(std::move(pubkey_provider));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2268,1 +2268,1 @@\n-                m_keys.back().push_back(std::move(pubkey_provider));\n+                // m_keys.back().push_back(std::move(pubkey_provider));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.322Z","updatedAt":"2026-09-18T18:41:31.322Z","url":"https://0.0.0.0:3000/mutants/857","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":858,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2287,"endLine":2287,"title":"Statement deletion mutation at descriptor.cpp:2287","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        std::copy(begin, end, hash.begin());","mutatedCode":"        // std::copy(begin, end, hash.begin());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2287,1 +2287,1 @@\n-        std::copy(begin, end, hash.begin());\n+        // std::copy(begin, end, hash.begin());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.325Z","updatedAt":"2026-09-18T18:41:31.325Z","url":"https://0.0.0.0:3000/mutants/858","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":859,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2321,"endLine":2321,"title":"Relational operator mutation at descriptor.cpp:2321","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            ret.emplace_back(std::make_unique<PKDescriptor>(std::move(pubkey), ctx == ParseScriptContext::P2TR));","mutatedCode":"            ret.emplace_back(std::make_unique<PKDescriptor>(std::move(pubkey), ctx != ParseScriptContext::P2TR));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2321,1 +2321,1 @@\n-            ret.emplace_back(std::make_unique<PKDescriptor>(std::move(pubkey), ctx == ParseScriptContext::P2TR));\n+            ret.emplace_back(std::make_unique<PKDescriptor>(std::move(pubkey), ctx != ParseScriptContext::P2TR));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.328Z","updatedAt":"2026-09-18T18:41:31.328Z","url":"https://0.0.0.0:3000/mutants/859","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":860,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2325,"endLine":2325,"title":"Logical operator mutation at descriptor.cpp:2325","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) && Func(\"pkh\", expr)) {","mutatedCode":"    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) || Func(\"pkh\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2325,1 +2325,1 @@\n-    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) && Func(\"pkh\", expr)) {\n+    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) || Func(\"pkh\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.332Z","updatedAt":"2026-09-18T18:41:31.332Z","url":"https://0.0.0.0:3000/mutants/860","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":861,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2332,"endLine":2332,"title":"Statement deletion mutation at descriptor.cpp:2332","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<PKHDescriptor>(std::move(pubkey)));","mutatedCode":"            // ret.emplace_back(std::make_unique<PKHDescriptor>(std::move(pubkey)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2332,1 +2332,1 @@\n-            ret.emplace_back(std::make_unique<PKHDescriptor>(std::move(pubkey)));\n+            // ret.emplace_back(std::make_unique<PKHDescriptor>(std::move(pubkey)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.336Z","updatedAt":"2026-09-18T18:41:31.336Z","url":"https://0.0.0.0:3000/mutants/861","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":862,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2336,"endLine":2336,"title":"Logical operator mutation at descriptor.cpp:2336","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"combo\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"combo\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2336,1 +2336,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"combo\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"combo\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.340Z","updatedAt":"2026-09-18T18:41:31.340Z","url":"https://0.0.0.0:3000/mutants/862","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":863,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2343,"endLine":2343,"title":"Statement deletion mutation at descriptor.cpp:2343","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<ComboDescriptor>(std::move(pubkey)));","mutatedCode":"            // ret.emplace_back(std::make_unique<ComboDescriptor>(std::move(pubkey)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2343,1 +2343,1 @@\n-            ret.emplace_back(std::make_unique<ComboDescriptor>(std::move(pubkey)));\n+            // ret.emplace_back(std::make_unique<ComboDescriptor>(std::move(pubkey)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.344Z","updatedAt":"2026-09-18T18:41:31.344Z","url":"https://0.0.0.0:3000/mutants/863","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":864,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2351,"endLine":2351,"title":"Logical operator mutation at descriptor.cpp:2351","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    const bool sortedmulti = !multi && Func(\"sortedmulti\", expr);","mutatedCode":"    const bool sortedmulti = !multi || Func(\"sortedmulti\", expr);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2351,1 +2351,1 @@\n-    const bool sortedmulti = !multi && Func(\"sortedmulti\", expr);\n+    const bool sortedmulti = !multi || Func(\"sortedmulti\", expr);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.347Z","updatedAt":"2026-09-18T18:41:31.347Z","url":"https://0.0.0.0:3000/mutants/864","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":865,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2352,"endLine":2352,"title":"Logical operator mutation at descriptor.cpp:2352","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    const bool multi_a = !(multi || sortedmulti) && Func(\"multi_a\", expr);","mutatedCode":"    const bool multi_a = !(multi || sortedmulti) || Func(\"multi_a\", expr);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2352,1 +2352,1 @@\n-    const bool multi_a = !(multi || sortedmulti) && Func(\"multi_a\", expr);\n+    const bool multi_a = !(multi || sortedmulti) || Func(\"multi_a\", expr);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.350Z","updatedAt":"2026-09-18T18:41:31.350Z","url":"https://0.0.0.0:3000/mutants/865","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":866,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2353,"endLine":2353,"title":"Logical operator mutation at descriptor.cpp:2353","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    const bool sortedmulti_a = !(multi || sortedmulti || multi_a) && Func(\"sortedmulti_a\", expr);","mutatedCode":"    const bool sortedmulti_a = !(multi || sortedmulti || multi_a) || Func(\"sortedmulti_a\", expr);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2353,1 +2353,1 @@\n-    const bool sortedmulti_a = !(multi || sortedmulti || multi_a) && Func(\"sortedmulti_a\", expr);\n+    const bool sortedmulti_a = !(multi || sortedmulti || multi_a) || Func(\"sortedmulti_a\", expr);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.354Z","updatedAt":"2026-09-18T18:41:31.354Z","url":"https://0.0.0.0:3000/mutants/866","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":867,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2354,"endLine":2354,"title":"Logical operator mutation at descriptor.cpp:2354","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) && (multi || sortedmulti)) ||","mutatedCode":"    if (((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) || (multi || sortedmulti)) ||","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2354,1 +2354,1 @@\n-    if (((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) && (multi || sortedmulti)) ||\n+    if (((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH) || (multi || sortedmulti)) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.357Z","updatedAt":"2026-09-18T18:41:31.357Z","url":"https://0.0.0.0:3000/mutants/867","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":868,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2355,"endLine":2355,"title":"Logical operator mutation at descriptor.cpp:2355","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (ctx == ParseScriptContext::P2TR && (multi_a || sortedmulti_a))) {","mutatedCode":"        (ctx == ParseScriptContext::P2TR || (multi_a || sortedmulti_a))) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2355,1 +2355,1 @@\n-        (ctx == ParseScriptContext::P2TR && (multi_a || sortedmulti_a))) {\n+        (ctx == ParseScriptContext::P2TR || (multi_a || sortedmulti_a))) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.361Z","updatedAt":"2026-09-18T18:41:31.361Z","url":"https://0.0.0.0:3000/mutants/868","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":869,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2378,"endLine":2378,"title":"Arithmetic operator mutation at descriptor.cpp:2378","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            script_size += pks.at(0)->GetSize() + 1;","mutatedCode":"            script_size += pks.at(0)->GetSize() - 1;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2378,1 +2378,1 @@\n-            script_size += pks.at(0)->GetSize() + 1;\n+            script_size += pks.at(0)->GetSize() - 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.364Z","updatedAt":"2026-09-18T18:41:31.364Z","url":"https://0.0.0.0:3000/mutants/869","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":870,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2380,"endLine":2380,"title":"Statement deletion mutation at descriptor.cpp:2380","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            providers.emplace_back(std::move(pks));","mutatedCode":"            // providers.emplace_back(std::move(pks));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2380,1 +2380,1 @@\n-            providers.emplace_back(std::move(pks));\n+            // providers.emplace_back(std::move(pks));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.367Z","updatedAt":"2026-09-18T18:41:31.367Z","url":"https://0.0.0.0:3000/mutants/870","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":871,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2382,"endLine":2382,"title":"Relational operator mutation at descriptor.cpp:2382","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if ((multi || sortedmulti) && (providers.empty() || providers.size() > MAX_PUBKEYS_PER_MULTISIG)) {","mutatedCode":"        if ((multi || sortedmulti) && (providers.empty() || providers.size() >= MAX_PUBKEYS_PER_MULTISIG)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2382,1 +2382,1 @@\n-        if ((multi || sortedmulti) && (providers.empty() || providers.size() > MAX_PUBKEYS_PER_MULTISIG)) {\n+        if ((multi || sortedmulti) && (providers.empty() || providers.size() >= MAX_PUBKEYS_PER_MULTISIG)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.371Z","updatedAt":"2026-09-18T18:41:31.371Z","url":"https://0.0.0.0:3000/mutants/871","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":872,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2385,"endLine":2385,"title":"Relational operator mutation at descriptor.cpp:2385","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if ((multi_a || sortedmulti_a) && (providers.empty() || providers.size() > MAX_PUBKEYS_PER_MULTI_A)) {","mutatedCode":"        } else if ((multi_a || sortedmulti_a) && (providers.empty() || providers.size() >= MAX_PUBKEYS_PER_MULTI_A)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2385,1 +2385,1 @@\n-        } else if ((multi_a || sortedmulti_a) && (providers.empty() || providers.size() > MAX_PUBKEYS_PER_MULTI_A)) {\n+        } else if ((multi_a || sortedmulti_a) && (providers.empty() || providers.size() >= MAX_PUBKEYS_PER_MULTI_A)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.374Z","updatedAt":"2026-09-18T18:41:31.374Z","url":"https://0.0.0.0:3000/mutants/872","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":873,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2388,"endLine":2388,"title":"Relational operator mutation at descriptor.cpp:2388","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (thres < 1) {","mutatedCode":"        } else if (thres <= 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2388,1 +2388,1 @@\n-        } else if (thres < 1) {\n+        } else if (thres <= 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.378Z","updatedAt":"2026-09-18T18:41:31.378Z","url":"https://0.0.0.0:3000/mutants/873","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":874,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2391,"endLine":2391,"title":"Relational operator mutation at descriptor.cpp:2391","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (thres > providers.size()) {","mutatedCode":"        } else if (thres >= providers.size()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2391,1 +2391,1 @@\n-        } else if (thres > providers.size()) {\n+        } else if (thres >= providers.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.381Z","updatedAt":"2026-09-18T18:41:31.381Z","url":"https://0.0.0.0:3000/mutants/874","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":875,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2395,"endLine":2395,"title":"Relational operator mutation at descriptor.cpp:2395","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (ctx == ParseScriptContext::TOP) {","mutatedCode":"        if (ctx != ParseScriptContext::TOP) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2395,1 +2395,1 @@\n-        if (ctx == ParseScriptContext::TOP) {\n+        if (ctx != ParseScriptContext::TOP) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.384Z","updatedAt":"2026-09-18T18:41:31.384Z","url":"https://0.0.0.0:3000/mutants/875","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":876,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2396,"endLine":2396,"title":"Relational operator mutation at descriptor.cpp:2396","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (providers.size() > 3) {","mutatedCode":"            if (providers.size() >= 3) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2396,1 +2396,1 @@\n-            if (providers.size() > 3) {\n+            if (providers.size() >= 3) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.387Z","updatedAt":"2026-09-18T18:41:31.387Z","url":"https://0.0.0.0:3000/mutants/876","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":877,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2401,"endLine":2401,"title":"Relational operator mutation at descriptor.cpp:2401","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (ctx == ParseScriptContext::P2SH) {","mutatedCode":"        if (ctx != ParseScriptContext::P2SH) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2401,1 +2401,1 @@\n-        if (ctx == ParseScriptContext::P2SH) {\n+        if (ctx != ParseScriptContext::P2SH) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.390Z","updatedAt":"2026-09-18T18:41:31.390Z","url":"https://0.0.0.0:3000/mutants/877","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":878,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2403,"endLine":2403,"title":"Relational operator mutation at descriptor.cpp:2403","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (script_size + 3 > MAX_SCRIPT_ELEMENT_SIZE) {","mutatedCode":"            if (script_size + 3 >= MAX_SCRIPT_ELEMENT_SIZE) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2403,1 +2403,1 @@\n-            if (script_size + 3 > MAX_SCRIPT_ELEMENT_SIZE) {\n+            if (script_size + 3 >= MAX_SCRIPT_ELEMENT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.393Z","updatedAt":"2026-09-18T18:41:31.393Z","url":"https://0.0.0.0:3000/mutants/878","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":879,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2404,"endLine":2404,"title":"Arithmetic operator mutation at descriptor.cpp:2404","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                error = strprintf(\"P2SH script is too large, %d bytes is larger than %d bytes\", script_size + 3, MAX_SCRIPT_ELEMENT_SIZE);","mutatedCode":"                error = strprintf(\"P2SH script is too large, %d bytes is larger than %d bytes\", script_size - 3, MAX_SCRIPT_ELEMENT_SIZE);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2404,1 +2404,1 @@\n-                error = strprintf(\"P2SH script is too large, %d bytes is larger than %d bytes\", script_size + 3, MAX_SCRIPT_ELEMENT_SIZE);\n+                error = strprintf(\"P2SH script is too large, %d bytes is larger than %d bytes\", script_size - 3, MAX_SCRIPT_ELEMENT_SIZE);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.397Z","updatedAt":"2026-09-18T18:41:31.397Z","url":"https://0.0.0.0:3000/mutants/879","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":880,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2412,"endLine":2412,"title":"Relational operator mutation at descriptor.cpp:2412","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vec.size() == 1) {","mutatedCode":"            if (vec.size() != 1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2412,1 +2412,1 @@\n-            if (vec.size() == 1) {\n+            if (vec.size() != 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.400Z","updatedAt":"2026-09-18T18:41:31.400Z","url":"https://0.0.0.0:3000/mutants/880","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":881,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2413,"endLine":2413,"title":"Relational operator mutation at descriptor.cpp:2413","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                for (size_t i = 1; i < max_providers_len; ++i) {","mutatedCode":"                for (size_t i = 1; i <= max_providers_len; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2413,1 +2413,1 @@\n-                for (size_t i = 1; i < max_providers_len; ++i) {\n+                for (size_t i = 1; i <= max_providers_len; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.403Z","updatedAt":"2026-09-18T18:41:31.403Z","url":"https://0.0.0.0:3000/mutants/881","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":882,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2414,"endLine":2414,"title":"Constant replacement mutation at descriptor.cpp:2414","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    vec.emplace_back(vec.at(0)->Clone());","mutatedCode":"                    vec.emplace_back(vec.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2414,1 +2414,1 @@\n-                    vec.emplace_back(vec.at(0)->Clone());\n+                    vec.emplace_back(vec.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.406Z","updatedAt":"2026-09-18T18:41:31.406Z","url":"https://0.0.0.0:3000/mutants/882","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":883,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2416,"endLine":2416,"title":"Relational operator mutation at descriptor.cpp:2416","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } else if (vec.size() != max_providers_len) {","mutatedCode":"            } else if (vec.size() == max_providers_len) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2416,1 +2416,1 @@\n-            } else if (vec.size() != max_providers_len) {\n+            } else if (vec.size() == max_providers_len) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.411Z","updatedAt":"2026-09-18T18:41:31.411Z","url":"https://0.0.0.0:3000/mutants/883","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":884,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2423,"endLine":2423,"title":"Relational operator mutation at descriptor.cpp:2423","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t i = 0; i < max_providers_len; ++i) {","mutatedCode":"        for (size_t i = 0; i <= max_providers_len; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2423,1 +2423,1 @@\n-        for (size_t i = 0; i < max_providers_len; ++i) {\n+        for (size_t i = 0; i <= max_providers_len; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.414Z","updatedAt":"2026-09-18T18:41:31.414Z","url":"https://0.0.0.0:3000/mutants/884","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":885,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2428,"endLine":2428,"title":"Statement deletion mutation at descriptor.cpp:2428","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                pubs.emplace_back(std::move(pub.at(i)));","mutatedCode":"                // pubs.emplace_back(std::move(pub.at(i)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2428,1 +2428,1 @@\n-                pubs.emplace_back(std::move(pub.at(i)));\n+                // pubs.emplace_back(std::move(pub.at(i)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.417Z","updatedAt":"2026-09-18T18:41:31.417Z","url":"https://0.0.0.0:3000/mutants/885","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":886,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2430,"endLine":2430,"title":"Logical operator mutation at descriptor.cpp:2430","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (multi || sortedmulti) {","mutatedCode":"            if (multi && sortedmulti) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2430,1 +2430,1 @@\n-            if (multi || sortedmulti) {\n+            if (multi && sortedmulti) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.421Z","updatedAt":"2026-09-18T18:41:31.421Z","url":"https://0.0.0.0:3000/mutants/886","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":887,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2431,"endLine":2431,"title":"Statement deletion mutation at descriptor.cpp:2431","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                ret.emplace_back(std::make_unique<MultisigDescriptor>(thres, std::move(pubs), sortedmulti));","mutatedCode":"                // ret.emplace_back(std::make_unique<MultisigDescriptor>(thres, std::move(pubs), sortedmulti));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2431,1 +2431,1 @@\n-                ret.emplace_back(std::make_unique<MultisigDescriptor>(thres, std::move(pubs), sortedmulti));\n+                // ret.emplace_back(std::make_unique<MultisigDescriptor>(thres, std::move(pubs), sortedmulti));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.424Z","updatedAt":"2026-09-18T18:41:31.424Z","url":"https://0.0.0.0:3000/mutants/887","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":888,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2433,"endLine":2433,"title":"Statement deletion mutation at descriptor.cpp:2433","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                ret.emplace_back(std::make_unique<MultiADescriptor>(thres, std::move(pubs), sortedmulti_a));","mutatedCode":"                // ret.emplace_back(std::make_unique<MultiADescriptor>(thres, std::move(pubs), sortedmulti_a));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2433,1 +2433,1 @@\n-                ret.emplace_back(std::make_unique<MultiADescriptor>(thres, std::move(pubs), sortedmulti_a));\n+                // ret.emplace_back(std::make_unique<MultiADescriptor>(thres, std::move(pubs), sortedmulti_a));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.427Z","updatedAt":"2026-09-18T18:41:31.427Z","url":"https://0.0.0.0:3000/mutants/888","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":889,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2437,"endLine":2437,"title":"Logical operator mutation at descriptor.cpp:2437","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (multi || sortedmulti) {","mutatedCode":"    } else if (multi && sortedmulti) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2437,1 +2437,1 @@\n-    } else if (multi || sortedmulti) {\n+    } else if (multi && sortedmulti) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.430Z","updatedAt":"2026-09-18T18:41:31.430Z","url":"https://0.0.0.0:3000/mutants/889","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":890,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2440,"endLine":2440,"title":"Logical operator mutation at descriptor.cpp:2440","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (multi_a || sortedmulti_a) {","mutatedCode":"    } else if (multi_a && sortedmulti_a) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2440,1 +2440,1 @@\n-    } else if (multi_a || sortedmulti_a) {\n+    } else if (multi_a && sortedmulti_a) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.433Z","updatedAt":"2026-09-18T18:41:31.433Z","url":"https://0.0.0.0:3000/mutants/890","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":891,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2444,"endLine":2444,"title":"Logical operator mutation at descriptor.cpp:2444","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) && Func(\"wpkh\", expr)) {","mutatedCode":"    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) || Func(\"wpkh\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2444,1 +2444,1 @@\n-    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) && Func(\"wpkh\", expr)) {\n+    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) || Func(\"wpkh\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.436Z","updatedAt":"2026-09-18T18:41:31.436Z","url":"https://0.0.0.0:3000/mutants/891","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":892,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2451,"endLine":2451,"title":"Statement deletion mutation at descriptor.cpp:2451","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<WPKHDescriptor>(std::move(pubkey)));","mutatedCode":"            // ret.emplace_back(std::make_unique<WPKHDescriptor>(std::move(pubkey)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2451,1 +2451,1 @@\n-            ret.emplace_back(std::make_unique<WPKHDescriptor>(std::move(pubkey)));\n+            // ret.emplace_back(std::make_unique<WPKHDescriptor>(std::move(pubkey)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.440Z","updatedAt":"2026-09-18T18:41:31.440Z","url":"https://0.0.0.0:3000/mutants/892","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":893,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2458,"endLine":2458,"title":"Logical operator mutation at descriptor.cpp:2458","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"sh\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"sh\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2458,1 +2458,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"sh\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"sh\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.443Z","updatedAt":"2026-09-18T18:41:31.443Z","url":"https://0.0.0.0:3000/mutants/893","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":894,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2460,"endLine":2460,"title":"Logical operator mutation at descriptor.cpp:2460","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (descs.empty() || expr.size()) return {};","mutatedCode":"        if (descs.empty() && expr.size()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2460,1 +2460,1 @@\n-        if (descs.empty() || expr.size()) return {};\n+        if (descs.empty() && expr.size()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.446Z","updatedAt":"2026-09-18T18:41:31.446Z","url":"https://0.0.0.0:3000/mutants/894","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":895,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2464,"endLine":2464,"title":"Statement deletion mutation at descriptor.cpp:2464","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.push_back(std::make_unique<SHDescriptor>(std::move(desc)));","mutatedCode":"            // ret.push_back(std::make_unique<SHDescriptor>(std::move(desc)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2464,1 +2464,1 @@\n-            ret.push_back(std::make_unique<SHDescriptor>(std::move(desc)));\n+            // ret.push_back(std::make_unique<SHDescriptor>(std::move(desc)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.449Z","updatedAt":"2026-09-18T18:41:31.449Z","url":"https://0.0.0.0:3000/mutants/895","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":896,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2471,"endLine":2471,"title":"Logical operator mutation at descriptor.cpp:2471","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) && Func(\"wsh\", expr)) {","mutatedCode":"    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) || Func(\"wsh\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2471,1 +2471,1 @@\n-    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) && Func(\"wsh\", expr)) {\n+    if ((ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH) || Func(\"wsh\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.452Z","updatedAt":"2026-09-18T18:41:31.452Z","url":"https://0.0.0.0:3000/mutants/896","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":897,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2475,"endLine":2475,"title":"Statement deletion mutation at descriptor.cpp:2475","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<WSHDescriptor>(std::move(desc)));","mutatedCode":"            // ret.emplace_back(std::make_unique<WSHDescriptor>(std::move(desc)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2475,1 +2475,1 @@\n-            ret.emplace_back(std::make_unique<WSHDescriptor>(std::move(desc)));\n+            // ret.emplace_back(std::make_unique<WSHDescriptor>(std::move(desc)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.455Z","updatedAt":"2026-09-18T18:41:31.455Z","url":"https://0.0.0.0:3000/mutants/897","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":898,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2482,"endLine":2482,"title":"Logical operator mutation at descriptor.cpp:2482","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"addr\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"addr\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2482,1 +2482,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"addr\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"addr\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.459Z","updatedAt":"2026-09-18T18:41:31.459Z","url":"https://0.0.0.0:3000/mutants/898","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":899,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2488,"endLine":2488,"title":"Statement deletion mutation at descriptor.cpp:2488","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ret.emplace_back(std::make_unique<AddressDescriptor>(std::move(dest)));","mutatedCode":"        // ret.emplace_back(std::make_unique<AddressDescriptor>(std::move(dest)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2488,1 +2488,1 @@\n-        ret.emplace_back(std::make_unique<AddressDescriptor>(std::move(dest)));\n+        // ret.emplace_back(std::make_unique<AddressDescriptor>(std::move(dest)));\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.463Z","updatedAt":"2026-09-18T18:41:31.463Z","url":"https://0.0.0.0:3000/mutants/899","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":900,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2494,"endLine":2494,"title":"Logical operator mutation at descriptor.cpp:2494","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"tr\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"tr\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2494,1 +2494,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"tr\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"tr\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.467Z","updatedAt":"2026-09-18T18:41:31.467Z","url":"https://0.0.0.0:3000/mutants/900","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":901,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2517,"endLine":2517,"title":"Custom mutation at descriptor.cpp:2517","description":null,"mutationOperator":"CUSTOM","originalCode":"                while (Const(\"{\", expr)) {","mutatedCode":";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2517,1 +2517,1 @@\n-                while (Const(\"{\", expr)) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.470Z","updatedAt":"2026-09-18T18:41:31.470Z","url":"https://0.0.0.0:3000/mutants/901","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":902,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2518,"endLine":2518,"title":"Constant replacement mutation at descriptor.cpp:2518","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    branches.push_back(false); // new left branch","mutatedCode":"                    branches.push_back(true); // new left branch","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2518,1 +2518,1 @@\n-                    branches.push_back(false); // new left branch\n+                    branches.push_back(true); // new left branch\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.473Z","updatedAt":"2026-09-18T18:41:31.473Z","url":"https://0.0.0.0:3000/mutants/902","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":903,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2519,"endLine":2519,"title":"Relational operator mutation at descriptor.cpp:2519","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (branches.size() > TAPROOT_CONTROL_MAX_NODE_COUNT) {","mutatedCode":"                    if (branches.size() >= TAPROOT_CONTROL_MAX_NODE_COUNT) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2519,1 +2519,1 @@\n-                    if (branches.size() > TAPROOT_CONTROL_MAX_NODE_COUNT) {\n+                    if (branches.size() >= TAPROOT_CONTROL_MAX_NODE_COUNT) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.476Z","updatedAt":"2026-09-18T18:41:31.476Z","url":"https://0.0.0.0:3000/mutants/903","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":904,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2526,"endLine":2526,"title":"Statement deletion mutation at descriptor.cpp:2526","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                subscripts.emplace_back(ParseScript(key_exp_index, sarg, ParseScriptContext::P2TR, out, error));","mutatedCode":"                // subscripts.emplace_back(ParseScript(key_exp_index, sarg, ParseScriptContext::P2TR, out, error));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2526,1 +2526,1 @@\n-                subscripts.emplace_back(ParseScript(key_exp_index, sarg, ParseScriptContext::P2TR, out, error));\n+                // subscripts.emplace_back(ParseScript(key_exp_index, sarg, ParseScriptContext::P2TR, out, error));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.479Z","updatedAt":"2026-09-18T18:41:31.479Z","url":"https://0.0.0.0:3000/mutants/904","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":905,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2527,"endLine":2527,"title":"Statement deletion mutation at descriptor.cpp:2527","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                if (subscripts.back().empty()) return {};","mutatedCode":"                // if (subscripts.back().empty()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2527,1 +2527,1 @@\n-                if (subscripts.back().empty()) return {};\n+                // if (subscripts.back().empty()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.481Z","updatedAt":"2026-09-18T18:41:31.481Z","url":"https://0.0.0.0:3000/mutants/905","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":906,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2529,"endLine":2529,"title":"Statement deletion mutation at descriptor.cpp:2529","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                depths.push_back(branches.size());","mutatedCode":"                // depths.push_back(branches.size());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2529,1 +2529,1 @@\n-                depths.push_back(branches.size());\n+                // depths.push_back(branches.size());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.484Z","updatedAt":"2026-09-18T18:41:31.484Z","url":"https://0.0.0.0:3000/mutants/906","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":907,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2531,"endLine":2531,"title":"Logical operator mutation at descriptor.cpp:2531","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                while (branches.size() && branches.back()) {","mutatedCode":"                while (branches.size() || branches.back()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2531,1 +2531,1 @@\n-                while (branches.size() && branches.back()) {\n+                while (branches.size() || branches.back()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.487Z","updatedAt":"2026-09-18T18:41:31.487Z","url":"https://0.0.0.0:3000/mutants/907","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":908,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2539,"endLine":2539,"title":"Logical operator mutation at descriptor.cpp:2539","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                if (branches.size() && !branches.back()) {","mutatedCode":"                if (branches.size() || !branches.back()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2539,1 +2539,1 @@\n-                if (branches.size() && !branches.back()) {\n+                if (branches.size() || !branches.back()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.489Z","updatedAt":"2026-09-18T18:41:31.489Z","url":"https://0.0.0.0:3000/mutants/908","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":909,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2544,"endLine":2544,"title":"Constant replacement mutation at descriptor.cpp:2544","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    branches.back() = true; // And now we're in a right branch.","mutatedCode":"                    branches.back() = false; // And now we're in a right branch.","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2544,1 +2544,1 @@\n-                    branches.back() = true; // And now we're in a right branch.\n+                    branches.back() = false; // And now we're in a right branch.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.492Z","updatedAt":"2026-09-18T18:41:31.492Z","url":"https://0.0.0.0:3000/mutants/909","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":910,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2568,"endLine":2568,"title":"Relational operator mutation at descriptor.cpp:2568","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (internal_keys.size() > 1 && internal_keys.size() != max_providers_len) {","mutatedCode":"        if (internal_keys.size() >= 1 && internal_keys.size() != max_providers_len) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2568,1 +2568,1 @@\n-        if (internal_keys.size() > 1 && internal_keys.size() != max_providers_len) {\n+        if (internal_keys.size() >= 1 && internal_keys.size() != max_providers_len) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.495Z","updatedAt":"2026-09-18T18:41:31.495Z","url":"https://0.0.0.0:3000/mutants/910","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":911,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2573,"endLine":2573,"title":"Relational operator mutation at descriptor.cpp:2573","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (internal_keys.size() < max_providers_len) {","mutatedCode":"        while (internal_keys.size() <= max_providers_len) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2573,1 +2573,1 @@\n-        while (internal_keys.size() < max_providers_len) {\n+        while (internal_keys.size() <= max_providers_len) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.498Z","updatedAt":"2026-09-18T18:41:31.498Z","url":"https://0.0.0.0:3000/mutants/911","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":912,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2574,"endLine":2574,"title":"Constant replacement mutation at descriptor.cpp:2574","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            internal_keys.emplace_back(internal_keys.at(0)->Clone());","mutatedCode":"            internal_keys.emplace_back(internal_keys.at(0 - 1)->Clone());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2574,1 +2574,1 @@\n-            internal_keys.emplace_back(internal_keys.at(0)->Clone());\n+            internal_keys.emplace_back(internal_keys.at(0 - 1)->Clone());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.501Z","updatedAt":"2026-09-18T18:41:31.501Z","url":"https://0.0.0.0:3000/mutants/912","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":913,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2583,"endLine":2583,"title":"Statement deletion mutation at descriptor.cpp:2583","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                this_subs.emplace_back(std::move(subs.at(i)));","mutatedCode":"                // this_subs.emplace_back(std::move(subs.at(i)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2583,1 +2583,1 @@\n-                this_subs.emplace_back(std::move(subs.at(i)));\n+                // this_subs.emplace_back(std::move(subs.at(i)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.504Z","updatedAt":"2026-09-18T18:41:31.504Z","url":"https://0.0.0.0:3000/mutants/913","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":914,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2585,"endLine":2585,"title":"Statement deletion mutation at descriptor.cpp:2585","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<TRDescriptor>(std::move(internal_keys.at(i)), std::move(this_subs), depths));","mutatedCode":"            // ret.emplace_back(std::make_unique<TRDescriptor>(std::move(internal_keys.at(i)), std::move(this_subs), depths));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2585,1 +2585,1 @@\n-            ret.emplace_back(std::make_unique<TRDescriptor>(std::move(internal_keys.at(i)), std::move(this_subs), depths));\n+            // ret.emplace_back(std::make_unique<TRDescriptor>(std::move(internal_keys.at(i)), std::move(this_subs), depths));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.508Z","updatedAt":"2026-09-18T18:41:31.508Z","url":"https://0.0.0.0:3000/mutants/914","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":915,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2594,"endLine":2594,"title":"Logical operator mutation at descriptor.cpp:2594","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"rawtr\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"rawtr\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2594,1 +2594,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"rawtr\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"rawtr\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.512Z","updatedAt":"2026-09-18T18:41:31.512Z","url":"https://0.0.0.0:3000/mutants/915","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":916,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2606,"endLine":2606,"title":"Statement deletion mutation at descriptor.cpp:2606","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<RawTRDescriptor>(std::move(pubkey)));","mutatedCode":"            // ret.emplace_back(std::make_unique<RawTRDescriptor>(std::move(pubkey)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2606,1 +2606,1 @@\n-            ret.emplace_back(std::make_unique<RawTRDescriptor>(std::move(pubkey)));\n+            // ret.emplace_back(std::make_unique<RawTRDescriptor>(std::move(pubkey)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.516Z","updatedAt":"2026-09-18T18:41:31.516Z","url":"https://0.0.0.0:3000/mutants/916","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":917,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2613,"endLine":2613,"title":"Logical operator mutation at descriptor.cpp:2613","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"unused\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"unused\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2613,1 +2613,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"unused\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"unused\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.519Z","updatedAt":"2026-09-18T18:41:31.519Z","url":"https://0.0.0.0:3000/mutants/917","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":918,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2621,"endLine":2621,"title":"Statement deletion mutation at descriptor.cpp:2621","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (keys.empty()) return {};","mutatedCode":"        // if (keys.empty()) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2621,1 +2621,1 @@\n-        if (keys.empty()) return {};\n+        // if (keys.empty()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.523Z","updatedAt":"2026-09-18T18:41:31.523Z","url":"https://0.0.0.0:3000/mutants/918","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":919,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2627,"endLine":2627,"title":"Statement deletion mutation at descriptor.cpp:2627","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            ret.emplace_back(std::make_unique<UnusedDescriptor>(std::move(pubkey)));","mutatedCode":"            // ret.emplace_back(std::make_unique<UnusedDescriptor>(std::move(pubkey)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2627,1 +2627,1 @@\n-            ret.emplace_back(std::make_unique<UnusedDescriptor>(std::move(pubkey)));\n+            // ret.emplace_back(std::make_unique<UnusedDescriptor>(std::move(pubkey)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.526Z","updatedAt":"2026-09-18T18:41:31.526Z","url":"https://0.0.0.0:3000/mutants/919","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":920,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2634,"endLine":2634,"title":"Logical operator mutation at descriptor.cpp:2634","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::TOP && Func(\"raw\", expr)) {","mutatedCode":"    if (ctx == ParseScriptContext::TOP || Func(\"raw\", expr)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2634,1 +2634,1 @@\n-    if (ctx == ParseScriptContext::TOP && Func(\"raw\", expr)) {\n+    if (ctx == ParseScriptContext::TOP || Func(\"raw\", expr)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.529Z","updatedAt":"2026-09-18T18:41:31.529Z","url":"https://0.0.0.0:3000/mutants/920","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":921,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2641,"endLine":2641,"title":"Statement deletion mutation at descriptor.cpp:2641","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        ret.emplace_back(std::make_unique<RawDescriptor>(CScript(bytes.begin(), bytes.end())));","mutatedCode":"        // ret.emplace_back(std::make_unique<RawDescriptor>(CScript(bytes.begin(), bytes.end())));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2641,1 +2641,1 @@\n-        ret.emplace_back(std::make_unique<RawDescriptor>(CScript(bytes.begin(), bytes.end())));\n+        // ret.emplace_back(std::make_unique<RawDescriptor>(CScript(bytes.begin(), bytes.end())));\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.533Z","updatedAt":"2026-09-18T18:41:31.533Z","url":"https://0.0.0.0:3000/mutants/921","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":922,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2649,"endLine":2649,"title":"Relational operator mutation at descriptor.cpp:2649","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        const auto script_ctx{ctx == ParseScriptContext::P2WSH ? miniscript::MiniscriptContext::P2WSH : miniscript::MiniscriptContext::TAPSCRIPT};","mutatedCode":"        const auto script_ctx{ctx != ParseScriptContext::P2WSH ? miniscript::MiniscriptContext::P2WSH : miniscript::MiniscriptContext::TAPSCRIPT};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2649,1 +2649,1 @@\n-        const auto script_ctx{ctx == ParseScriptContext::P2WSH ? miniscript::MiniscriptContext::P2WSH : miniscript::MiniscriptContext::TAPSCRIPT};\n+        const auto script_ctx{ctx != ParseScriptContext::P2WSH ? miniscript::MiniscriptContext::P2WSH : miniscript::MiniscriptContext::TAPSCRIPT};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.536Z","updatedAt":"2026-09-18T18:41:31.536Z","url":"https://0.0.0.0:3000/mutants/922","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":923,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2652,"endLine":2652,"title":"Relational operator mutation at descriptor.cpp:2652","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (parser.m_key_parsing_error != \"\") {","mutatedCode":"        if (parser.m_key_parsing_error == \"\") {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2652,1 +2652,1 @@\n-        if (parser.m_key_parsing_error != \"\") {\n+        if (parser.m_key_parsing_error == \"\") {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.540Z","updatedAt":"2026-09-18T18:41:31.540Z","url":"https://0.0.0.0:3000/mutants/923","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":924,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2656,"endLine":2656,"title":"Conditional operator mutation at descriptor.cpp:2656","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (node) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2656,1 +2656,1 @@\n-        if (node) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.543Z","updatedAt":"2026-09-18T18:41:31.543Z","url":"https://0.0.0.0:3000/mutants/924","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":925,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2657,"endLine":2657,"title":"Logical operator mutation at descriptor.cpp:2657","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (ctx != ParseScriptContext::P2WSH && ctx != ParseScriptContext::P2TR) {","mutatedCode":"            if (ctx != ParseScriptContext::P2WSH || ctx != ParseScriptContext::P2TR) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2657,1 +2657,1 @@\n-            if (ctx != ParseScriptContext::P2WSH && ctx != ParseScriptContext::P2TR) {\n+            if (ctx != ParseScriptContext::P2WSH || ctx != ParseScriptContext::P2TR) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.546Z","updatedAt":"2026-09-18T18:41:31.546Z","url":"https://0.0.0.0:3000/mutants/925","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":926,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2661,"endLine":2661,"title":"Logical operator mutation at descriptor.cpp:2661","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (!node->IsSane() || node->IsNotSatisfiable()) {","mutatedCode":"            if (!node->IsSane() && node->IsNotSatisfiable()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2661,1 +2661,1 @@\n-            if (!node->IsSane() || node->IsNotSatisfiable()) {\n+            if (!node->IsSane() && node->IsNotSatisfiable()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.550Z","updatedAt":"2026-09-18T18:41:31.550Z","url":"https://0.0.0.0:3000/mutants/926","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":927,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2672,"endLine":2672,"title":"Logical operator mutation at descriptor.cpp:2672","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    } else if (insane_node == &node.value() && !insane_node->NeedsSignature()) {","mutatedCode":"                    } else if (insane_node == &node.value() || !insane_node->NeedsSignature()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2672,1 +2672,1 @@\n-                    } else if (insane_node == &node.value() && !insane_node->NeedsSignature()) {\n+                    } else if (insane_node == &node.value() || !insane_node->NeedsSignature()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.554Z","updatedAt":"2026-09-18T18:41:31.554Z","url":"https://0.0.0.0:3000/mutants/927","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":928,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2693,"endLine":2693,"title":"Relational operator mutation at descriptor.cpp:2693","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        return a.size() < b.size();","mutatedCode":"                        return a.size() <= b.size();","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2693,1 +2693,1 @@\n-                        return a.size() < b.size();\n+                        return a.size() <= b.size();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.567Z","updatedAt":"2026-09-18T18:41:31.567Z","url":"https://0.0.0.0:3000/mutants/928","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":929,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2698,"endLine":2698,"title":"Relational operator mutation at descriptor.cpp:2698","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    for (size_t i = 1; i < num_multipath; ++i) {","mutatedCode":"                    for (size_t i = 1; i <= num_multipath; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2698,1 +2698,1 @@\n-                    for (size_t i = 1; i < num_multipath; ++i) {\n+                    for (size_t i = 1; i <= num_multipath; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.571Z","updatedAt":"2026-09-18T18:41:31.571Z","url":"https://0.0.0.0:3000/mutants/929","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":930,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2701,"endLine":2701,"title":"Relational operator mutation at descriptor.cpp:2701","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                } else if (vec.size() != num_multipath) {","mutatedCode":"                } else if (vec.size() == num_multipath) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2701,1 +2701,1 @@\n-                } else if (vec.size() != num_multipath) {\n+                } else if (vec.size() == num_multipath) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.575Z","updatedAt":"2026-09-18T18:41:31.575Z","url":"https://0.0.0.0:3000/mutants/930","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":931,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2708,"endLine":2708,"title":"Relational operator mutation at descriptor.cpp:2708","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (size_t i = 0; i < num_multipath; ++i) {","mutatedCode":"            for (size_t i = 0; i <= num_multipath; ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2708,1 +2708,1 @@\n-            for (size_t i = 0; i < num_multipath; ++i) {\n+            for (size_t i = 0; i <= num_multipath; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.579Z","updatedAt":"2026-09-18T18:41:31.579Z","url":"https://0.0.0.0:3000/mutants/931","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":932,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2715,"endLine":2715,"title":"Statement deletion mutation at descriptor.cpp:2715","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                ret.emplace_back(std::make_unique<MiniscriptDescriptor>(std::move(pubs), node->Clone()));","mutatedCode":"                // ret.emplace_back(std::make_unique<MiniscriptDescriptor>(std::move(pubs), node->Clone()));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2715,1 +2715,1 @@\n-                ret.emplace_back(std::make_unique<MiniscriptDescriptor>(std::move(pubs), node->Clone()));\n+                // ret.emplace_back(std::make_unique<MiniscriptDescriptor>(std::move(pubs), node->Clone()));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.582Z","updatedAt":"2026-09-18T18:41:31.582Z","url":"https://0.0.0.0:3000/mutants/932","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":933,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2723,"endLine":2723,"title":"Relational operator mutation at descriptor.cpp:2723","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (ctx == ParseScriptContext::P2WSH) {","mutatedCode":"    } else if (ctx != ParseScriptContext::P2WSH) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2723,1 +2723,1 @@\n-    } else if (ctx == ParseScriptContext::P2WSH) {\n+    } else if (ctx != ParseScriptContext::P2WSH) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.586Z","updatedAt":"2026-09-18T18:41:31.586Z","url":"https://0.0.0.0:3000/mutants/933","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":934,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2734,"endLine":2734,"title":"Conditional operator mutation at descriptor.cpp:2734","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (!match) return {};","mutatedCode":"    if (1==1) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2734,1 +2734,1 @@\n-    if (!match) return {};\n+    if (1==1) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.589Z","updatedAt":"2026-09-18T18:41:31.589Z","url":"https://0.0.0.0:3000/mutants/934","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":935,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2738,"endLine":2738,"title":"Relational operator mutation at descriptor.cpp:2738","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (keyspan.size() != 32) return {};","mutatedCode":"        if (keyspan.size() == 32) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2738,1 +2738,1 @@\n-        if (keyspan.size() != 32) return {};\n+        if (keyspan.size() == 32) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.592Z","updatedAt":"2026-09-18T18:41:31.592Z","url":"https://0.0.0.0:3000/mutants/935","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":936,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2740,"endLine":2740,"title":"Conditional operator mutation at descriptor.cpp:2740","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!key) return {};","mutatedCode":"        if (1==1) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2740,1 +2740,1 @@\n-        if (!key) return {};\n+        if (1==1) return {};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.596Z","updatedAt":"2026-09-18T18:41:31.596Z","url":"https://0.0.0.0:3000/mutants/936","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":937,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2741,"endLine":2741,"title":"Statement deletion mutation at descriptor.cpp:2741","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        keys.push_back(std::move(key));","mutatedCode":"        // keys.push_back(std::move(key));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2741,1 +2741,1 @@\n-        keys.push_back(std::move(key));\n+        // keys.push_back(std::move(key));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.599Z","updatedAt":"2026-09-18T18:41:31.599Z","url":"https://0.0.0.0:3000/mutants/937","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":938,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2749,"endLine":2749,"title":"Logical operator mutation at descriptor.cpp:2749","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::P2TR && script.size() == 34 && script[0] == 32 && script[33] == OP_CHECKSIG) {","mutatedCode":"    if (ctx == ParseScriptContext::P2TR || script.size() == 34 && script[0] == 32 && script[33] == OP_CHECKSIG) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2749,1 +2749,1 @@\n-    if (ctx == ParseScriptContext::P2TR && script.size() == 34 && script[0] == 32 && script[33] == OP_CHECKSIG) {\n+    if (ctx == ParseScriptContext::P2TR || script.size() == 34 && script[0] == 32 && script[33] == OP_CHECKSIG) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.602Z","updatedAt":"2026-09-18T18:41:31.602Z","url":"https://0.0.0.0:3000/mutants/938","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":939,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2751,"endLine":2751,"title":"Constant replacement mutation at descriptor.cpp:2751","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return std::make_unique<PKDescriptor>(InferXOnlyPubkey(key, ctx, provider), true);","mutatedCode":"        return std::make_unique<PKDescriptor>(InferXOnlyPubkey(key, ctx, provider), false);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2751,1 +2751,1 @@\n-        return std::make_unique<PKDescriptor>(InferXOnlyPubkey(key, ctx, provider), true);\n+        return std::make_unique<PKDescriptor>(InferXOnlyPubkey(key, ctx, provider), false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.606Z","updatedAt":"2026-09-18T18:41:31.606Z","url":"https://0.0.0.0:3000/mutants/939","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":940,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2754,"endLine":2754,"title":"Relational operator mutation at descriptor.cpp:2754","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::P2TR) {","mutatedCode":"    if (ctx != ParseScriptContext::P2TR) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2754,1 +2754,1 @@\n-    if (ctx == ParseScriptContext::P2TR) {\n+    if (ctx != ParseScriptContext::P2TR) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.609Z","updatedAt":"2026-09-18T18:41:31.609Z","url":"https://0.0.0.0:3000/mutants/940","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":941,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2756,"endLine":2756,"title":"Conditional operator mutation at descriptor.cpp:2756","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (ret) return ret;","mutatedCode":"        if (1==1) return ret;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2756,1 +2756,1 @@\n-        if (ret) return ret;\n+        if (1==1) return ret;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.612Z","updatedAt":"2026-09-18T18:41:31.612Z","url":"https://0.0.0.0:3000/mutants/941","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":942,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2762,"endLine":2762,"title":"Logical operator mutation at descriptor.cpp:2762","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::PUBKEY && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {","mutatedCode":"    if (txntype == TxoutType::PUBKEY || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2762,1 +2762,1 @@\n-    if (txntype == TxoutType::PUBKEY && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {\n+    if (txntype == TxoutType::PUBKEY || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.615Z","updatedAt":"2026-09-18T18:41:31.615Z","url":"https://0.0.0.0:3000/mutants/942","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":943,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2768,"endLine":2768,"title":"Logical operator mutation at descriptor.cpp:2768","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::PUBKEYHASH && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {","mutatedCode":"    if (txntype == TxoutType::PUBKEYHASH || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2768,1 +2768,1 @@\n-    if (txntype == TxoutType::PUBKEYHASH && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {\n+    if (txntype == TxoutType::PUBKEYHASH || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.619Z","updatedAt":"2026-09-18T18:41:31.619Z","url":"https://0.0.0.0:3000/mutants/943","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":944,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2778,"endLine":2778,"title":"Logical operator mutation at descriptor.cpp:2778","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::WITNESS_V0_KEYHASH && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {","mutatedCode":"    if (txntype == TxoutType::WITNESS_V0_KEYHASH || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2778,1 +2778,1 @@\n-    if (txntype == TxoutType::WITNESS_V0_KEYHASH && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {\n+    if (txntype == TxoutType::WITNESS_V0_KEYHASH || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.622Z","updatedAt":"2026-09-18T18:41:31.622Z","url":"https://0.0.0.0:3000/mutants/944","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":945,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2788,"endLine":2788,"title":"Logical operator mutation at descriptor.cpp:2788","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::MULTISIG && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {","mutatedCode":"    if (txntype == TxoutType::MULTISIG || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2788,1 +2788,1 @@\n-    if (txntype == TxoutType::MULTISIG && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {\n+    if (txntype == TxoutType::MULTISIG || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH || ctx == ParseScriptContext::P2WSH)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.625Z","updatedAt":"2026-09-18T18:41:31.625Z","url":"https://0.0.0.0:3000/mutants/945","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":946,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2789,"endLine":2789,"title":"Constant replacement mutation at descriptor.cpp:2789","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool ok = true;","mutatedCode":"        bool ok = false;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2789,1 +2789,1 @@\n-        bool ok = true;\n+        bool ok = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.628Z","updatedAt":"2026-09-18T18:41:31.628Z","url":"https://0.0.0.0:3000/mutants/946","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":947,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2791,"endLine":2791,"title":"Relational operator mutation at descriptor.cpp:2791","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t i = 1; i + 1 < data.size(); ++i) {","mutatedCode":"        for (size_t i = 1; i + 1 <= data.size(); ++i) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2791,1 +2791,1 @@\n-        for (size_t i = 1; i + 1 < data.size(); ++i) {\n+        for (size_t i = 1; i + 1 <= data.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.632Z","updatedAt":"2026-09-18T18:41:31.632Z","url":"https://0.0.0.0:3000/mutants/947","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":948,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2794,"endLine":2794,"title":"Statement deletion mutation at descriptor.cpp:2794","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                providers.push_back(std::move(pubkey_provider));","mutatedCode":"                // providers.push_back(std::move(pubkey_provider));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2794,1 +2794,1 @@\n-                providers.push_back(std::move(pubkey_provider));\n+                // providers.push_back(std::move(pubkey_provider));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.635Z","updatedAt":"2026-09-18T18:41:31.635Z","url":"https://0.0.0.0:3000/mutants/948","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":949,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2796,"endLine":2796,"title":"Constant replacement mutation at descriptor.cpp:2796","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                ok = false;","mutatedCode":"                ok = true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2796,1 +2796,1 @@\n-                ok = false;\n+                ok = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.638Z","updatedAt":"2026-09-18T18:41:31.638Z","url":"https://0.0.0.0:3000/mutants/949","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":950,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2802,"endLine":2802,"title":"Logical operator mutation at descriptor.cpp:2802","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::SCRIPTHASH && ctx == ParseScriptContext::TOP) {","mutatedCode":"    if (txntype == TxoutType::SCRIPTHASH || ctx == ParseScriptContext::TOP) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2802,1 +2802,1 @@\n-    if (txntype == TxoutType::SCRIPTHASH && ctx == ParseScriptContext::TOP) {\n+    if (txntype == TxoutType::SCRIPTHASH || ctx == ParseScriptContext::TOP) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.641Z","updatedAt":"2026-09-18T18:41:31.641Z","url":"https://0.0.0.0:3000/mutants/950","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":951,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2811,"endLine":2811,"title":"Logical operator mutation at descriptor.cpp:2811","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::WITNESS_V0_SCRIPTHASH && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {","mutatedCode":"    if (txntype == TxoutType::WITNESS_V0_SCRIPTHASH || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2811,1 +2811,1 @@\n-    if (txntype == TxoutType::WITNESS_V0_SCRIPTHASH && (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {\n+    if (txntype == TxoutType::WITNESS_V0_SCRIPTHASH || (ctx == ParseScriptContext::TOP || ctx == ParseScriptContext::P2SH)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.645Z","updatedAt":"2026-09-18T18:41:31.645Z","url":"https://0.0.0.0:3000/mutants/951","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":952,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2819,"endLine":2819,"title":"Logical operator mutation at descriptor.cpp:2819","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (txntype == TxoutType::WITNESS_V1_TAPROOT && ctx == ParseScriptContext::TOP) {","mutatedCode":"    if (txntype == TxoutType::WITNESS_V1_TAPROOT || ctx == ParseScriptContext::TOP) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2819,1 +2819,1 @@\n-    if (txntype == TxoutType::WITNESS_V1_TAPROOT && ctx == ParseScriptContext::TOP) {\n+    if (txntype == TxoutType::WITNESS_V1_TAPROOT || ctx == ParseScriptContext::TOP) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.648Z","updatedAt":"2026-09-18T18:41:31.648Z","url":"https://0.0.0.0:3000/mutants/952","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":953,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2822,"endLine":2822,"title":"Statement deletion mutation at descriptor.cpp:2822","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        std::copy(data[0].begin(), data[0].end(), pubkey.begin());","mutatedCode":"        // std::copy(data[0].begin(), data[0].end(), pubkey.begin());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2822,1 +2822,1 @@\n-        std::copy(data[0].begin(), data[0].end(), pubkey.begin());\n+        // std::copy(data[0].begin(), data[0].end(), pubkey.begin());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.651Z","updatedAt":"2026-09-18T18:41:31.651Z","url":"https://0.0.0.0:3000/mutants/953","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":954,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2828,"endLine":2828,"title":"Conditional operator mutation at descriptor.cpp:2828","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (tree) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2828,1 +2828,1 @@\n-            if (tree) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.654Z","updatedAt":"2026-09-18T18:41:31.654Z","url":"https://0.0.0.0:3000/mutants/954","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":955,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2835,"endLine":2835,"title":"Relational operator mutation at descriptor.cpp:2835","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (leaf_ver == TAPROOT_LEAF_TAPSCRIPT) {","mutatedCode":"                    if (leaf_ver != TAPROOT_LEAF_TAPSCRIPT) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2835,1 +2835,1 @@\n-                    if (leaf_ver == TAPROOT_LEAF_TAPSCRIPT) {\n+                    if (leaf_ver != TAPROOT_LEAF_TAPSCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.658Z","updatedAt":"2026-09-18T18:41:31.658Z","url":"https://0.0.0.0:3000/mutants/955","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":956,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2838,"endLine":2838,"title":"Conditional operator mutation at descriptor.cpp:2838","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (!subdesc) {","mutatedCode":"                    if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2838,1 +2838,1 @@\n-                    if (!subdesc) {\n+                    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.663Z","updatedAt":"2026-09-18T18:41:31.663Z","url":"https://0.0.0.0:3000/mutants/956","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":957,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2842,"endLine":2842,"title":"Statement deletion mutation at descriptor.cpp:2842","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        subscripts.push_back(std::move(subdesc));","mutatedCode":"                        // subscripts.push_back(std::move(subdesc));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2842,1 +2842,1 @@\n-                        subscripts.push_back(std::move(subdesc));\n+                        // subscripts.push_back(std::move(subdesc));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.667Z","updatedAt":"2026-09-18T18:41:31.667Z","url":"https://0.0.0.0:3000/mutants/957","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":958,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2843,"endLine":2843,"title":"Statement deletion mutation at descriptor.cpp:2843","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        depths.push_back(depth);","mutatedCode":"                        // depths.push_back(depth);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2843,1 +2843,1 @@\n-                        depths.push_back(depth);\n+                        // depths.push_back(depth);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.673Z","updatedAt":"2026-09-18T18:41:31.673Z","url":"https://0.0.0.0:3000/mutants/958","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":959,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2846,"endLine":2846,"title":"Conditional operator mutation at descriptor.cpp:2846","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (ok) {","mutatedCode":"                if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2846,1 +2846,1 @@\n-                if (ok) {\n+                if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.679Z","updatedAt":"2026-09-18T18:41:31.679Z","url":"https://0.0.0.0:3000/mutants/959","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":960,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2855,"endLine":2855,"title":"Conditional operator mutation at descriptor.cpp:2855","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (key) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2855,1 +2855,1 @@\n-            if (key) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.686Z","updatedAt":"2026-09-18T18:41:31.686Z","url":"https://0.0.0.0:3000/mutants/960","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":961,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2861,"endLine":2861,"title":"Logical operator mutation at descriptor.cpp:2861","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (ctx == ParseScriptContext::P2WSH || ctx == ParseScriptContext::P2TR) {","mutatedCode":"    if (ctx == ParseScriptContext::P2WSH && ctx == ParseScriptContext::P2TR) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2861,1 +2861,1 @@\n-    if (ctx == ParseScriptContext::P2WSH || ctx == ParseScriptContext::P2TR) {\n+    if (ctx == ParseScriptContext::P2WSH && ctx == ParseScriptContext::P2TR) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.690Z","updatedAt":"2026-09-18T18:41:31.690Z","url":"https://0.0.0.0:3000/mutants/961","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":962,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2866,"endLine":2866,"title":"Logical operator mutation at descriptor.cpp:2866","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (node && node->IsSane()) {","mutatedCode":"        if (node || node->IsSane()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2866,1 +2866,1 @@\n-        if (node && node->IsSane()) {\n+        if (node || node->IsSane()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.693Z","updatedAt":"2026-09-18T18:41:31.693Z","url":"https://0.0.0.0:3000/mutants/962","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":963,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2870,"endLine":2870,"title":"Constant replacement mutation at descriptor.cpp:2870","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                keys.emplace_back(std::move(key.at(0)));","mutatedCode":"                keys.emplace_back(std::move(key.at(0 - 1)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2870,1 +2870,1 @@\n-                keys.emplace_back(std::move(key.at(0)));\n+                keys.emplace_back(std::move(key.at(0 - 1)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.696Z","updatedAt":"2026-09-18T18:41:31.696Z","url":"https://0.0.0.0:3000/mutants/963","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":964,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2878,"endLine":2878,"title":"Relational operator mutation at descriptor.cpp:2878","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (ctx != ParseScriptContext::TOP) return nullptr;","mutatedCode":"    if (ctx == ParseScriptContext::TOP) return nullptr;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2878,1 +2878,1 @@\n-    if (ctx != ParseScriptContext::TOP) return nullptr;\n+    if (ctx == ParseScriptContext::TOP) return nullptr;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.698Z","updatedAt":"2026-09-18T18:41:31.698Z","url":"https://0.0.0.0:3000/mutants/964","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":965,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2882,"endLine":2882,"title":"Relational operator mutation at descriptor.cpp:2882","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (GetScriptForDestination(dest) == script) {","mutatedCode":"        if (GetScriptForDestination(dest) != script) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2882,1 +2882,1 @@\n-        if (GetScriptForDestination(dest) == script) {\n+        if (GetScriptForDestination(dest) != script) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.700Z","updatedAt":"2026-09-18T18:41:31.700Z","url":"https://0.0.0.0:3000/mutants/965","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":966,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2897,"endLine":2897,"title":"Relational operator mutation at descriptor.cpp:2897","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (check_split.size() > 2) {","mutatedCode":"    if (check_split.size() >= 2) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2897,1 +2897,1 @@\n-    if (check_split.size() > 2) {\n+    if (check_split.size() >= 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.703Z","updatedAt":"2026-09-18T18:41:31.703Z","url":"https://0.0.0.0:3000/mutants/966","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":967,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2901,"endLine":2901,"title":"Logical operator mutation at descriptor.cpp:2901","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (check_split.size() == 1 && require_checksum){","mutatedCode":"    if (check_split.size() == 1 || require_checksum){","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2901,1 +2901,1 @@\n-    if (check_split.size() == 1 && require_checksum){\n+    if (check_split.size() == 1 || require_checksum){\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.706Z","updatedAt":"2026-09-18T18:41:31.706Z","url":"https://0.0.0.0:3000/mutants/967","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":968,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2905,"endLine":2905,"title":"Relational operator mutation at descriptor.cpp:2905","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (check_split.size() == 2) {","mutatedCode":"    if (check_split.size() != 2) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2905,1 +2905,1 @@\n-    if (check_split.size() == 2) {\n+    if (check_split.size() != 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.708Z","updatedAt":"2026-09-18T18:41:31.708Z","url":"https://0.0.0.0:3000/mutants/968","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":969,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2906,"endLine":2906,"title":"Relational operator mutation at descriptor.cpp:2906","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (check_split[1].size() != 8) {","mutatedCode":"        if (check_split[1].size() == 8) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2906,1 +2906,1 @@\n-        if (check_split[1].size() != 8) {\n+        if (check_split[1].size() == 8) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.710Z","updatedAt":"2026-09-18T18:41:31.710Z","url":"https://0.0.0.0:3000/mutants/969","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":970,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2930,"endLine":2930,"title":"Statement deletion mutation at descriptor.cpp:2930","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!CheckChecksum(sp, require_checksum, error)) return {};","mutatedCode":"    // if (!CheckChecksum(sp, require_checksum, error)) return {};","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2930,1 +2930,1 @@\n-    if (!CheckChecksum(sp, require_checksum, error)) return {};\n+    // if (!CheckChecksum(sp, require_checksum, error)) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.712Z","updatedAt":"2026-09-18T18:41:31.712Z","url":"https://0.0.0.0:3000/mutants/970","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":971,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2933,"endLine":2933,"title":"Logical operator mutation at descriptor.cpp:2933","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (sp.empty() && !ret.empty()) {","mutatedCode":"    if (sp.empty() || !ret.empty()) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2933,1 +2933,1 @@\n-    if (sp.empty() && !ret.empty()) {\n+    if (sp.empty() || !ret.empty()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.714Z","updatedAt":"2026-09-18T18:41:31.714Z","url":"https://0.0.0.0:3000/mutants/971","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":972,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2937,"endLine":2937,"title":"Statement deletion mutation at descriptor.cpp:2937","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            descs.emplace_back(std::unique_ptr<Descriptor>(std::move(r)));","mutatedCode":"            // descs.emplace_back(std::unique_ptr<Descriptor>(std::move(r)));","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2937,1 +2937,1 @@\n-            descs.emplace_back(std::unique_ptr<Descriptor>(std::move(r)));\n+            // descs.emplace_back(std::unique_ptr<Descriptor>(std::move(r)));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.716Z","updatedAt":"2026-09-18T18:41:31.716Z","url":"https://0.0.0.0:3000/mutants/972","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":973,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2949,"endLine":2949,"title":"Constant replacement mutation at descriptor.cpp:2949","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!CheckChecksum(sp, false, error, &ret)) return \"\";","mutatedCode":"    if (!CheckChecksum(sp, true, error, &ret)) return \"\";","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2949,1 +2949,1 @@\n-    if (!CheckChecksum(sp, false, error, &ret)) return \"\";\n+    if (!CheckChecksum(sp, true, error, &ret)) return \"\";\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.718Z","updatedAt":"2026-09-18T18:41:31.718Z","url":"https://0.0.0.0:3000/mutants/973","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":974,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2962,"endLine":2962,"title":"Statement deletion mutation at descriptor.cpp:2962","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    CSHA256().Write((unsigned char*)desc_str.data(), desc_str.size()).Finalize(id.begin());","mutatedCode":"    // CSHA256().Write((unsigned char*)desc_str.data(), desc_str.size()).Finalize(id.begin());","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2962,1 +2962,1 @@\n-    CSHA256().Write((unsigned char*)desc_str.data(), desc_str.size()).Finalize(id.begin());\n+    // CSHA256().Write((unsigned char*)desc_str.data(), desc_str.size()).Finalize(id.begin());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.720Z","updatedAt":"2026-09-18T18:41:31.720Z","url":"https://0.0.0.0:3000/mutants/974","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":975,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2985,"endLine":2985,"title":"Constant replacement mutation at descriptor.cpp:2985","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (it == m_parent_xpubs.end()) return false;","mutatedCode":"    if (it == m_parent_xpubs.end()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2985,1 +2985,1 @@\n-    if (it == m_parent_xpubs.end()) return false;\n+    if (it == m_parent_xpubs.end()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.722Z","updatedAt":"2026-09-18T18:41:31.722Z","url":"https://0.0.0.0:3000/mutants/975","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":976,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2993,"endLine":2993,"title":"Constant replacement mutation at descriptor.cpp:2993","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (key_exp_it == m_derived_xpubs.end()) return false;","mutatedCode":"    if (key_exp_it == m_derived_xpubs.end()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2993,1 +2993,1 @@\n-    if (key_exp_it == m_derived_xpubs.end()) return false;\n+    if (key_exp_it == m_derived_xpubs.end()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.724Z","updatedAt":"2026-09-18T18:41:31.724Z","url":"https://0.0.0.0:3000/mutants/976","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":977,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":2995,"endLine":2995,"title":"Constant replacement mutation at descriptor.cpp:2995","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (der_it == key_exp_it->second.end()) return false;","mutatedCode":"    if (der_it == key_exp_it->second.end()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -2995,1 +2995,1 @@\n-    if (der_it == key_exp_it->second.end()) return false;\n+    if (der_it == key_exp_it->second.end()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.726Z","updatedAt":"2026-09-18T18:41:31.726Z","url":"https://0.0.0.0:3000/mutants/977","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":978,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3003,"endLine":3003,"title":"Constant replacement mutation at descriptor.cpp:3003","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (it == m_last_hardened_xpubs.end()) return false;","mutatedCode":"    if (it == m_last_hardened_xpubs.end()) return true;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3003,1 +3003,1 @@\n-    if (it == m_last_hardened_xpubs.end()) return false;\n+    if (it == m_last_hardened_xpubs.end()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.728Z","updatedAt":"2026-09-18T18:41:31.728Z","url":"https://0.0.0.0:3000/mutants/978","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":979,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3014,"endLine":3014,"title":"Relational operator mutation at descriptor.cpp:3014","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (xpub != parent_xpub_pair.second) {","mutatedCode":"            if (xpub == parent_xpub_pair.second) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3014,1 +3014,1 @@\n-            if (xpub != parent_xpub_pair.second) {\n+            if (xpub == parent_xpub_pair.second) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.731Z","updatedAt":"2026-09-18T18:41:31.731Z","url":"https://0.0.0.0:3000/mutants/979","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":980,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3015,"endLine":3015,"title":"Arithmetic operator mutation at descriptor.cpp:3015","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                throw std::runtime_error(std::string(__func__) + \": New cached parent xpub does not match already cached parent xpub\");","mutatedCode":"                throw std::runtime_error(std::string(__func__) - \": New cached parent xpub does not match already cached parent xpub\");","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3015,1 +3015,1 @@\n-                throw std::runtime_error(std::string(__func__) + \": New cached parent xpub does not match already cached parent xpub\");\n+                throw std::runtime_error(std::string(__func__) - \": New cached parent xpub does not match already cached parent xpub\");\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.734Z","updatedAt":"2026-09-18T18:41:31.734Z","url":"https://0.0.0.0:3000/mutants/980","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":981,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3017,"endLine":3017,"title":"Custom mutation at descriptor.cpp:3017","description":null,"mutationOperator":"CUSTOM","originalCode":"            continue;","mutatedCode":"            break;","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3017,1 +3017,1 @@\n-            continue;\n+            break;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.735Z","updatedAt":"2026-09-18T18:41:31.735Z","url":"https://0.0.0.0:3000/mutants/981","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":982,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3019,"endLine":3019,"title":"Statement deletion mutation at descriptor.cpp:3019","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);","mutatedCode":"        // CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3019,1 +3019,1 @@\n-        CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);\n+        // CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.737Z","updatedAt":"2026-09-18T18:41:31.737Z","url":"https://0.0.0.0:3000/mutants/982","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":983,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3020,"endLine":3020,"title":"Statement deletion mutation at descriptor.cpp:3020","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        diff.CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);","mutatedCode":"        // diff.CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3020,1 +3020,1 @@\n-        diff.CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);\n+        // diff.CacheParentExtPubKey(parent_xpub_pair.first, parent_xpub_pair.second);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.739Z","updatedAt":"2026-09-18T18:41:31.739Z","url":"https://0.0.0.0:3000/mutants/983","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":984,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3026,"endLine":3026,"title":"Relational operator mutation at descriptor.cpp:3026","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (xpub != derived_xpub_pair.second) {","mutatedCode":"                if (xpub == derived_xpub_pair.second) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3026,1 +3026,1 @@\n-                if (xpub != derived_xpub_pair.second) {\n+                if (xpub == derived_xpub_pair.second) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.740Z","updatedAt":"2026-09-18T18:41:31.740Z","url":"https://0.0.0.0:3000/mutants/984","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":985,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3027,"endLine":3027,"title":"Arithmetic operator mutation at descriptor.cpp:3027","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    throw std::runtime_error(std::string(__func__) + \": New cached derived xpub does not match already cached derived xpub\");","mutatedCode":"                    throw std::runtime_error(std::string(__func__) - \": New cached derived xpub does not match already cached derived xpub\");","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3027,1 +3027,1 @@\n-                    throw std::runtime_error(std::string(__func__) + \": New cached derived xpub does not match already cached derived xpub\");\n+                    throw std::runtime_error(std::string(__func__) - \": New cached derived xpub does not match already cached derived xpub\");\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.742Z","updatedAt":"2026-09-18T18:41:31.742Z","url":"https://0.0.0.0:3000/mutants/985","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":986,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3031,"endLine":3031,"title":"Statement deletion mutation at descriptor.cpp:3031","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);","mutatedCode":"            // CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3031,1 +3031,1 @@\n-            CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);\n+            // CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.744Z","updatedAt":"2026-09-18T18:41:31.744Z","url":"https://0.0.0.0:3000/mutants/986","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":987,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3032,"endLine":3032,"title":"Statement deletion mutation at descriptor.cpp:3032","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            diff.CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);","mutatedCode":"            // diff.CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3032,1 +3032,1 @@\n-            diff.CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);\n+            // diff.CacheDerivedExtPubKey(derived_xpub_map_pair.first, derived_xpub_pair.first, derived_xpub_pair.second);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.745Z","updatedAt":"2026-09-18T18:41:31.745Z","url":"https://0.0.0.0:3000/mutants/987","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":988,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3038,"endLine":3038,"title":"Relational operator mutation at descriptor.cpp:3038","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (xpub != lh_xpub_pair.second) {","mutatedCode":"            if (xpub == lh_xpub_pair.second) {","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3038,1 +3038,1 @@\n-            if (xpub != lh_xpub_pair.second) {\n+            if (xpub == lh_xpub_pair.second) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.747Z","updatedAt":"2026-09-18T18:41:31.747Z","url":"https://0.0.0.0:3000/mutants/988","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":989,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3039,"endLine":3039,"title":"Arithmetic operator mutation at descriptor.cpp:3039","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                throw std::runtime_error(std::string(__func__) + \": New cached last hardened xpub does not match already cached last hardened xpub\");","mutatedCode":"                throw std::runtime_error(std::string(__func__) - \": New cached last hardened xpub does not match already cached last hardened xpub\");","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3039,1 +3039,1 @@\n-                throw std::runtime_error(std::string(__func__) + \": New cached last hardened xpub does not match already cached last hardened xpub\");\n+                throw std::runtime_error(std::string(__func__) - \": New cached last hardened xpub does not match already cached last hardened xpub\");\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.749Z","updatedAt":"2026-09-18T18:41:31.749Z","url":"https://0.0.0.0:3000/mutants/989","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":990,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3043,"endLine":3043,"title":"Statement deletion mutation at descriptor.cpp:3043","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);","mutatedCode":"        // CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3043,1 +3043,1 @@\n-        CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);\n+        // CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.751Z","updatedAt":"2026-09-18T18:41:31.751Z","url":"https://0.0.0.0:3000/mutants/990","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":991,"repository":"bitcoin/bitcoin","language":"C++","commit":"1aafd49077041e874d6b5f114927bc37e5b85d71","pullRequest":null,"file":"src/script/descriptor.cpp","startLine":3044,"endLine":3044,"title":"Statement deletion mutation at descriptor.cpp:3044","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        diff.CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);","mutatedCode":"        // diff.CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);","diff":"--- a/src/script/descriptor.cpp\n+++ b/src/script/descriptor.cpp\n@@ -3044,1 +3044,1 @@\n-        diff.CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);\n+        // diff.CacheLastHardenedExtPubKey(lh_xpub_pair.first, lh_xpub_pair.second);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=descriptor_tests && ./build_corecheck/test/functional/wallet_descriptor.py && ./build_corecheck/test/functional/wallet_multisig_descriptor_psbt.py && FUZZ=descriptor_parse ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/descriptor_parse","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.752Z","updatedAt":"2026-09-18T18:41:31.752Z","url":"https://0.0.0.0:3000/mutants/991","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":992,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":32,"endLine":32,"title":"Conditional operator mutation at interpreter.cpp:32","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (ret)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -32,1 +32,1 @@\n-    if (ret)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.754Z","updatedAt":"2026-09-18T18:41:31.754Z","url":"https://0.0.0.0:3000/mutants/992","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":993,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":32,"endLine":32,"title":"Conditional operator mutation at interpreter.cpp:32","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (ret)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -32,1 +32,1 @@\n-    if (ret)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.757Z","updatedAt":"2026-09-18T18:41:31.757Z","url":"https://0.0.0.0:3000/mutants/993","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":994,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":34,"endLine":34,"title":"Constant replacement mutation at interpreter.cpp:34","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return true;","mutatedCode":"    return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -34,1 +34,1 @@\n-    return true;\n+    return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.758Z","updatedAt":"2026-09-18T18:41:31.758Z","url":"https://0.0.0.0:3000/mutants/994","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":995,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":41,"endLine":41,"title":"Constant replacement mutation at interpreter.cpp:41","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return false;","mutatedCode":"    return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -41,1 +41,1 @@\n-    return false;\n+    return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.760Z","updatedAt":"2026-09-18T18:41:31.760Z","url":"https://0.0.0.0:3000/mutants/995","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":996,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":48,"endLine":48,"title":"Relational operator mutation at interpreter.cpp:48","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < vch.size(); i++)","mutatedCode":"    for (unsigned int i = 0; i <= vch.size(); i++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -48,1 +48,1 @@\n-    for (unsigned int i = 0; i < vch.size(); i++)\n+    for (unsigned int i = 0; i <= vch.size(); i++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.762Z","updatedAt":"2026-09-18T18:41:31.762Z","url":"https://0.0.0.0:3000/mutants/996","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":997,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":48,"endLine":48,"title":"Relational operator mutation at interpreter.cpp:48","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < vch.size(); i++)","mutatedCode":"    for (unsigned int i = 0; i > vch.size(); i++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -48,1 +48,1 @@\n-    for (unsigned int i = 0; i < vch.size(); i++)\n+    for (unsigned int i = 0; i > vch.size(); i++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.763Z","updatedAt":"2026-09-18T18:41:31.763Z","url":"https://0.0.0.0:3000/mutants/997","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":998,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":48,"endLine":48,"title":"Relational operator mutation at interpreter.cpp:48","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < vch.size(); i++)","mutatedCode":"    for (unsigned int i = 0; i >= vch.size(); i++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -48,1 +48,1 @@\n-    for (unsigned int i = 0; i < vch.size(); i++)\n+    for (unsigned int i = 0; i >= vch.size(); i++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.765Z","updatedAt":"2026-09-18T18:41:31.765Z","url":"https://0.0.0.0:3000/mutants/998","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":999,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":50,"endLine":50,"title":"Relational operator mutation at interpreter.cpp:50","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (vch[i] != 0)","mutatedCode":"        if (vch[i] == 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -50,1 +50,1 @@\n-        if (vch[i] != 0)\n+        if (vch[i] == 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.767Z","updatedAt":"2026-09-18T18:41:31.767Z","url":"https://0.0.0.0:3000/mutants/999","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1000,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":50,"endLine":50,"title":"Conditional operator mutation at interpreter.cpp:50","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (vch[i] != 0)","mutatedCode":"        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -50,1 +50,1 @@\n-        if (vch[i] != 0)\n+        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.768Z","updatedAt":"2026-09-18T18:41:31.768Z","url":"https://0.0.0.0:3000/mutants/1000","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1001,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":50,"endLine":50,"title":"Conditional operator mutation at interpreter.cpp:50","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (vch[i] != 0)","mutatedCode":"        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -50,1 +50,1 @@\n-        if (vch[i] != 0)\n+        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.770Z","updatedAt":"2026-09-18T18:41:31.770Z","url":"https://0.0.0.0:3000/mutants/1001","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1002,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":53,"endLine":53,"title":"Logical operator mutation at interpreter.cpp:53","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (i == vch.size()-1 && vch[i] == 0x80)","mutatedCode":"            if (i == vch.size()-1 || vch[i] == 0x80)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -53,1 +53,1 @@\n-            if (i == vch.size()-1 && vch[i] == 0x80)\n+            if (i == vch.size()-1 || vch[i] == 0x80)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.771Z","updatedAt":"2026-09-18T18:41:31.771Z","url":"https://0.0.0.0:3000/mutants/1002","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1003,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":53,"endLine":53,"title":"Relational operator mutation at interpreter.cpp:53","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (i == vch.size()-1 && vch[i] == 0x80)","mutatedCode":"            if (i != vch.size()-1 && vch[i] == 0x80)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -53,1 +53,1 @@\n-            if (i == vch.size()-1 && vch[i] == 0x80)\n+            if (i != vch.size()-1 && vch[i] == 0x80)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.773Z","updatedAt":"2026-09-18T18:41:31.773Z","url":"https://0.0.0.0:3000/mutants/1003","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1004,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":71,"endLine":71,"title":"Statement deletion mutation at interpreter.cpp:71","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    stack.pop_back();","mutatedCode":"    // stack.pop_back();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -71,1 +71,1 @@\n-    stack.pop_back();\n+    // stack.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.774Z","updatedAt":"2026-09-18T18:41:31.774Z","url":"https://0.0.0.0:3000/mutants/1004","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1005,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":75,"endLine":75,"title":"Relational operator mutation at interpreter.cpp:75","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vchPubKey.size() < CPubKey::COMPRESSED_SIZE) {","mutatedCode":"    if (vchPubKey.size() <= CPubKey::COMPRESSED_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -75,1 +75,1 @@\n-    if (vchPubKey.size() < CPubKey::COMPRESSED_SIZE) {\n+    if (vchPubKey.size() <= CPubKey::COMPRESSED_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.776Z","updatedAt":"2026-09-18T18:41:31.776Z","url":"https://0.0.0.0:3000/mutants/1005","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1006,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":75,"endLine":75,"title":"Relational operator mutation at interpreter.cpp:75","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vchPubKey.size() < CPubKey::COMPRESSED_SIZE) {","mutatedCode":"    if (vchPubKey.size() > CPubKey::COMPRESSED_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -75,1 +75,1 @@\n-    if (vchPubKey.size() < CPubKey::COMPRESSED_SIZE) {\n+    if (vchPubKey.size() > CPubKey::COMPRESSED_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.778Z","updatedAt":"2026-09-18T18:41:31.778Z","url":"https://0.0.0.0:3000/mutants/1006","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1007,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":75,"endLine":75,"title":"Relational operator mutation at interpreter.cpp:75","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vchPubKey.size() < CPubKey::COMPRESSED_SIZE) {","mutatedCode":"    if (vchPubKey.size() >= CPubKey::COMPRESSED_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -75,1 +75,1 @@\n-    if (vchPubKey.size() < CPubKey::COMPRESSED_SIZE) {\n+    if (vchPubKey.size() >= CPubKey::COMPRESSED_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.779Z","updatedAt":"2026-09-18T18:41:31.779Z","url":"https://0.0.0.0:3000/mutants/1007","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1008,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":79,"endLine":79,"title":"Relational operator mutation at interpreter.cpp:79","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vchPubKey[0] == 0x04) {","mutatedCode":"    if (vchPubKey[0] != 0x04) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -79,1 +79,1 @@\n-    if (vchPubKey[0] == 0x04) {\n+    if (vchPubKey[0] != 0x04) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.781Z","updatedAt":"2026-09-18T18:41:31.781Z","url":"https://0.0.0.0:3000/mutants/1008","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1009,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":79,"endLine":79,"title":"Conditional operator mutation at interpreter.cpp:79","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (vchPubKey[0] == 0x04) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -79,1 +79,1 @@\n-    if (vchPubKey[0] == 0x04) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.783Z","updatedAt":"2026-09-18T18:41:31.783Z","url":"https://0.0.0.0:3000/mutants/1009","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1010,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":79,"endLine":79,"title":"Conditional operator mutation at interpreter.cpp:79","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (vchPubKey[0] == 0x04) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -79,1 +79,1 @@\n-    if (vchPubKey[0] == 0x04) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.785Z","updatedAt":"2026-09-18T18:41:31.785Z","url":"https://0.0.0.0:3000/mutants/1010","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1011,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":80,"endLine":80,"title":"Relational operator mutation at interpreter.cpp:80","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (vchPubKey.size() != CPubKey::SIZE) {","mutatedCode":"        if (vchPubKey.size() == CPubKey::SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -80,1 +80,1 @@\n-        if (vchPubKey.size() != CPubKey::SIZE) {\n+        if (vchPubKey.size() == CPubKey::SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.788Z","updatedAt":"2026-09-18T18:41:31.788Z","url":"https://0.0.0.0:3000/mutants/1011","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1012,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":84,"endLine":84,"title":"Logical operator mutation at interpreter.cpp:84","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {","mutatedCode":"    } else if (vchPubKey[0] == 0x02 && vchPubKey[0] == 0x03) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -84,1 +84,1 @@\n-    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {\n+    } else if (vchPubKey[0] == 0x02 && vchPubKey[0] == 0x03) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.791Z","updatedAt":"2026-09-18T18:41:31.791Z","url":"https://0.0.0.0:3000/mutants/1012","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1013,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":84,"endLine":84,"title":"Relational operator mutation at interpreter.cpp:84","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {","mutatedCode":"    } else if (vchPubKey[0] != 0x02 || vchPubKey[0] == 0x03) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -84,1 +84,1 @@\n-    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {\n+    } else if (vchPubKey[0] != 0x02 || vchPubKey[0] == 0x03) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.793Z","updatedAt":"2026-09-18T18:41:31.793Z","url":"https://0.0.0.0:3000/mutants/1013","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1014,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":84,"endLine":84,"title":"Conditional operator mutation at interpreter.cpp:84","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {","mutatedCode":"    } else if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -84,1 +84,1 @@\n-    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {\n+    } else if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.796Z","updatedAt":"2026-09-18T18:41:31.796Z","url":"https://0.0.0.0:3000/mutants/1014","killClaims":"PR #36291 (CLAIMED)","source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1015,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":84,"endLine":84,"title":"Conditional operator mutation at interpreter.cpp:84","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {","mutatedCode":"    } else if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -84,1 +84,1 @@\n-    } else if (vchPubKey[0] == 0x02 || vchPubKey[0] == 0x03) {\n+    } else if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.798Z","updatedAt":"2026-09-18T18:41:31.798Z","url":"https://0.0.0.0:3000/mutants/1015","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1016,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":85,"endLine":85,"title":"Relational operator mutation at interpreter.cpp:85","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (vchPubKey.size() != CPubKey::COMPRESSED_SIZE) {","mutatedCode":"        if (vchPubKey.size() == CPubKey::COMPRESSED_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -85,1 +85,1 @@\n-        if (vchPubKey.size() != CPubKey::COMPRESSED_SIZE) {\n+        if (vchPubKey.size() == CPubKey::COMPRESSED_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.800Z","updatedAt":"2026-09-18T18:41:31.800Z","url":"https://0.0.0.0:3000/mutants/1016","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1017,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":101,"endLine":101,"title":"Logical operator mutation at interpreter.cpp:101","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {","mutatedCode":"    if (vchPubKey[0] != 0x02 || vchPubKey[0] != 0x03) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -101,1 +101,1 @@\n-    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {\n+    if (vchPubKey[0] != 0x02 || vchPubKey[0] != 0x03) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.802Z","updatedAt":"2026-09-18T18:41:31.802Z","url":"https://0.0.0.0:3000/mutants/1017","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1018,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":101,"endLine":101,"title":"Relational operator mutation at interpreter.cpp:101","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {","mutatedCode":"    if (vchPubKey[0] == 0x02 && vchPubKey[0] != 0x03) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -101,1 +101,1 @@\n-    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {\n+    if (vchPubKey[0] == 0x02 && vchPubKey[0] != 0x03) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.805Z","updatedAt":"2026-09-18T18:41:31.805Z","url":"https://0.0.0.0:3000/mutants/1018","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1019,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":101,"endLine":101,"title":"Conditional operator mutation at interpreter.cpp:101","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -101,1 +101,1 @@\n-    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.808Z","updatedAt":"2026-09-18T18:41:31.808Z","url":"https://0.0.0.0:3000/mutants/1019","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1020,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":101,"endLine":101,"title":"Conditional operator mutation at interpreter.cpp:101","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -101,1 +101,1 @@\n-    if (vchPubKey[0] != 0x02 && vchPubKey[0] != 0x03) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.810Z","updatedAt":"2026-09-18T18:41:31.810Z","url":"https://0.0.0.0:3000/mutants/1020","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1021,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":132,"endLine":132,"title":"Constant replacement mutation at interpreter.cpp:132","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig.size() < 9) return false;","mutatedCode":"    if (sig.size() < 9) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -132,1 +132,1 @@\n-    if (sig.size() < 9) return false;\n+    if (sig.size() < 9) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.813Z","updatedAt":"2026-09-18T18:41:31.813Z","url":"https://0.0.0.0:3000/mutants/1021","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1022,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":132,"endLine":132,"title":"Relational operator mutation at interpreter.cpp:132","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() < 9) return false;","mutatedCode":"    if (sig.size() <= 9) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -132,1 +132,1 @@\n-    if (sig.size() < 9) return false;\n+    if (sig.size() <= 9) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.816Z","updatedAt":"2026-09-18T18:41:31.816Z","url":"https://0.0.0.0:3000/mutants/1022","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1023,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":132,"endLine":132,"title":"Relational operator mutation at interpreter.cpp:132","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() < 9) return false;","mutatedCode":"    if (sig.size() > 9) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -132,1 +132,1 @@\n-    if (sig.size() < 9) return false;\n+    if (sig.size() > 9) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.818Z","updatedAt":"2026-09-18T18:41:31.818Z","url":"https://0.0.0.0:3000/mutants/1023","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1024,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":132,"endLine":132,"title":"Relational operator mutation at interpreter.cpp:132","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() < 9) return false;","mutatedCode":"    if (sig.size() >= 9) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -132,1 +132,1 @@\n-    if (sig.size() < 9) return false;\n+    if (sig.size() >= 9) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.821Z","updatedAt":"2026-09-18T18:41:31.821Z","url":"https://0.0.0.0:3000/mutants/1024","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1025,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":132,"endLine":132,"title":"Statement deletion mutation at interpreter.cpp:132","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig.size() < 9) return false;","mutatedCode":"    // if (sig.size() < 9) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -132,1 +132,1 @@\n-    if (sig.size() < 9) return false;\n+    // if (sig.size() < 9) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.823Z","updatedAt":"2026-09-18T18:41:31.823Z","url":"https://0.0.0.0:3000/mutants/1025","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1026,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":133,"endLine":133,"title":"Constant replacement mutation at interpreter.cpp:133","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig.size() > 73) return false;","mutatedCode":"    if (sig.size() > 73) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -133,1 +133,1 @@\n-    if (sig.size() > 73) return false;\n+    if (sig.size() > 73) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.826Z","updatedAt":"2026-09-18T18:41:31.826Z","url":"https://0.0.0.0:3000/mutants/1026","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1027,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":133,"endLine":133,"title":"Relational operator mutation at interpreter.cpp:133","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() > 73) return false;","mutatedCode":"    if (sig.size() >= 73) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -133,1 +133,1 @@\n-    if (sig.size() > 73) return false;\n+    if (sig.size() >= 73) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.828Z","updatedAt":"2026-09-18T18:41:31.828Z","url":"https://0.0.0.0:3000/mutants/1027","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1028,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":133,"endLine":133,"title":"Relational operator mutation at interpreter.cpp:133","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() > 73) return false;","mutatedCode":"    if (sig.size() < 73) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -133,1 +133,1 @@\n-    if (sig.size() > 73) return false;\n+    if (sig.size() < 73) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.831Z","updatedAt":"2026-09-18T18:41:31.831Z","url":"https://0.0.0.0:3000/mutants/1028","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1029,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":133,"endLine":133,"title":"Relational operator mutation at interpreter.cpp:133","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() > 73) return false;","mutatedCode":"    if (sig.size() <= 73) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -133,1 +133,1 @@\n-    if (sig.size() > 73) return false;\n+    if (sig.size() <= 73) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.833Z","updatedAt":"2026-09-18T18:41:31.833Z","url":"https://0.0.0.0:3000/mutants/1029","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1030,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":133,"endLine":133,"title":"Statement deletion mutation at interpreter.cpp:133","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig.size() > 73) return false;","mutatedCode":"    // if (sig.size() > 73) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -133,1 +133,1 @@\n-    if (sig.size() > 73) return false;\n+    // if (sig.size() > 73) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.835Z","updatedAt":"2026-09-18T18:41:31.835Z","url":"https://0.0.0.0:3000/mutants/1030","killClaims":"PR #36291 (CLAIMED)","source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1031,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":136,"endLine":136,"title":"Constant replacement mutation at interpreter.cpp:136","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig[0] != 0x30) return false;","mutatedCode":"    if (sig[0] != 0x30) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -136,1 +136,1 @@\n-    if (sig[0] != 0x30) return false;\n+    if (sig[0] != 0x30) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.838Z","updatedAt":"2026-09-18T18:41:31.838Z","url":"https://0.0.0.0:3000/mutants/1031","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1032,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":136,"endLine":136,"title":"Relational operator mutation at interpreter.cpp:136","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig[0] != 0x30) return false;","mutatedCode":"    if (sig[0] == 0x30) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -136,1 +136,1 @@\n-    if (sig[0] != 0x30) return false;\n+    if (sig[0] == 0x30) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.840Z","updatedAt":"2026-09-18T18:41:31.840Z","url":"https://0.0.0.0:3000/mutants/1032","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1033,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":136,"endLine":136,"title":"Conditional operator mutation at interpreter.cpp:136","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[0] != 0x30) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -136,1 +136,1 @@\n-    if (sig[0] != 0x30) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.843Z","updatedAt":"2026-09-18T18:41:31.843Z","url":"https://0.0.0.0:3000/mutants/1033","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1034,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":136,"endLine":136,"title":"Conditional operator mutation at interpreter.cpp:136","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[0] != 0x30) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -136,1 +136,1 @@\n-    if (sig[0] != 0x30) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.845Z","updatedAt":"2026-09-18T18:41:31.845Z","url":"https://0.0.0.0:3000/mutants/1034","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1035,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":136,"endLine":136,"title":"Statement deletion mutation at interpreter.cpp:136","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig[0] != 0x30) return false;","mutatedCode":"    // if (sig[0] != 0x30) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -136,1 +136,1 @@\n-    if (sig[0] != 0x30) return false;\n+    // if (sig[0] != 0x30) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.848Z","updatedAt":"2026-09-18T18:41:31.848Z","url":"https://0.0.0.0:3000/mutants/1035","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1036,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":139,"endLine":139,"title":"Constant replacement mutation at interpreter.cpp:139","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig[1] != sig.size() - 3) return false;","mutatedCode":"    if (sig[1] != sig.size() - 3) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -139,1 +139,1 @@\n-    if (sig[1] != sig.size() - 3) return false;\n+    if (sig[1] != sig.size() - 3) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.850Z","updatedAt":"2026-09-18T18:41:31.850Z","url":"https://0.0.0.0:3000/mutants/1036","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1037,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":139,"endLine":139,"title":"Relational operator mutation at interpreter.cpp:139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig[1] != sig.size() - 3) return false;","mutatedCode":"    if (sig[1] == sig.size() - 3) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -139,1 +139,1 @@\n-    if (sig[1] != sig.size() - 3) return false;\n+    if (sig[1] == sig.size() - 3) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.852Z","updatedAt":"2026-09-18T18:41:31.852Z","url":"https://0.0.0.0:3000/mutants/1037","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1038,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":139,"endLine":139,"title":"Arithmetic operator mutation at interpreter.cpp:139","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[1] != sig.size() - 3) return false;","mutatedCode":"    if (sig[1] != sig.size() + 3) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -139,1 +139,1 @@\n-    if (sig[1] != sig.size() - 3) return false;\n+    if (sig[1] != sig.size() + 3) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.855Z","updatedAt":"2026-09-18T18:41:31.855Z","url":"https://0.0.0.0:3000/mutants/1038","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1039,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":139,"endLine":139,"title":"Statement deletion mutation at interpreter.cpp:139","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig[1] != sig.size() - 3) return false;","mutatedCode":"    // if (sig[1] != sig.size() - 3) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -139,1 +139,1 @@\n-    if (sig[1] != sig.size() - 3) return false;\n+    // if (sig[1] != sig.size() - 3) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.857Z","updatedAt":"2026-09-18T18:41:31.857Z","url":"https://0.0.0.0:3000/mutants/1039","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1040,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Constant replacement mutation at interpreter.cpp:145","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    if (5 + lenR >= sig.size()) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    if (5 + lenR >= sig.size()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.860Z","updatedAt":"2026-09-18T18:41:31.860Z","url":"https://0.0.0.0:3000/mutants/1040","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1041,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Relational operator mutation at interpreter.cpp:145","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    if (5 + lenR > sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    if (5 + lenR > sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.862Z","updatedAt":"2026-09-18T18:41:31.862Z","url":"https://0.0.0.0:3000/mutants/1041","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1042,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Relational operator mutation at interpreter.cpp:145","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    if (5 + lenR <= sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    if (5 + lenR <= sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.865Z","updatedAt":"2026-09-18T18:41:31.865Z","url":"https://0.0.0.0:3000/mutants/1042","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1043,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Arithmetic operator mutation at interpreter.cpp:145","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    if (5 - lenR >= sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    if (5 - lenR >= sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.867Z","updatedAt":"2026-09-18T18:41:31.867Z","url":"https://0.0.0.0:3000/mutants/1043","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1044,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Arithmetic operator mutation at interpreter.cpp:145","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    if (5 * lenR >= sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    if (5 * lenR >= sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.869Z","updatedAt":"2026-09-18T18:41:31.869Z","url":"https://0.0.0.0:3000/mutants/1044","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1045,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Arithmetic operator mutation at interpreter.cpp:145","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    if (5 / lenR >= sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    if (5 / lenR >= sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.872Z","updatedAt":"2026-09-18T18:41:31.872Z","url":"https://0.0.0.0:3000/mutants/1045","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1046,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":145,"endLine":145,"title":"Statement deletion mutation at interpreter.cpp:145","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (5 + lenR >= sig.size()) return false;","mutatedCode":"    // if (5 + lenR >= sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -145,1 +145,1 @@\n-    if (5 + lenR >= sig.size()) return false;\n+    // if (5 + lenR >= sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.874Z","updatedAt":"2026-09-18T18:41:31.874Z","url":"https://0.0.0.0:3000/mutants/1046","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1047,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":148,"endLine":148,"title":"Arithmetic operator mutation at interpreter.cpp:148","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    unsigned int lenS = sig[5 + lenR];","mutatedCode":"    unsigned int lenS = sig[5 - lenR];","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -148,1 +148,1 @@\n-    unsigned int lenS = sig[5 + lenR];\n+    unsigned int lenS = sig[5 - lenR];\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.876Z","updatedAt":"2026-09-18T18:41:31.876Z","url":"https://0.0.0.0:3000/mutants/1047","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1048,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":148,"endLine":148,"title":"Arithmetic operator mutation at interpreter.cpp:148","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    unsigned int lenS = sig[5 + lenR];","mutatedCode":"    unsigned int lenS = sig[5 * lenR];","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -148,1 +148,1 @@\n-    unsigned int lenS = sig[5 + lenR];\n+    unsigned int lenS = sig[5 * lenR];\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.877Z","updatedAt":"2026-09-18T18:41:31.877Z","url":"https://0.0.0.0:3000/mutants/1048","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1049,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":148,"endLine":148,"title":"Arithmetic operator mutation at interpreter.cpp:148","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    unsigned int lenS = sig[5 + lenR];","mutatedCode":"    unsigned int lenS = sig[5 / lenR];","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -148,1 +148,1 @@\n-    unsigned int lenS = sig[5 + lenR];\n+    unsigned int lenS = sig[5 / lenR];\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.879Z","updatedAt":"2026-09-18T18:41:31.879Z","url":"https://0.0.0.0:3000/mutants/1049","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1050,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":152,"endLine":152,"title":"Constant replacement mutation at interpreter.cpp:152","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","mutatedCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -152,1 +152,1 @@\n-    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n+    if ((size_t)(lenR + lenS + 7) != sig.size()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.881Z","updatedAt":"2026-09-18T18:41:31.881Z","url":"https://0.0.0.0:3000/mutants/1050","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1051,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":152,"endLine":152,"title":"Relational operator mutation at interpreter.cpp:152","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","mutatedCode":"    if ((size_t)(lenR + lenS + 7) == sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -152,1 +152,1 @@\n-    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n+    if ((size_t)(lenR + lenS + 7) == sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.882Z","updatedAt":"2026-09-18T18:41:31.882Z","url":"https://0.0.0.0:3000/mutants/1051","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1052,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":152,"endLine":152,"title":"Arithmetic operator mutation at interpreter.cpp:152","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","mutatedCode":"    if ((size_t)(lenR - lenS + 7) != sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -152,1 +152,1 @@\n-    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n+    if ((size_t)(lenR - lenS + 7) != sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.884Z","updatedAt":"2026-09-18T18:41:31.884Z","url":"https://0.0.0.0:3000/mutants/1052","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1053,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":152,"endLine":152,"title":"Arithmetic operator mutation at interpreter.cpp:152","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","mutatedCode":"    if ((size_t)(lenR * lenS + 7) != sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -152,1 +152,1 @@\n-    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n+    if ((size_t)(lenR * lenS + 7) != sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.885Z","updatedAt":"2026-09-18T18:41:31.885Z","url":"https://0.0.0.0:3000/mutants/1053","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1054,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":152,"endLine":152,"title":"Arithmetic operator mutation at interpreter.cpp:152","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","mutatedCode":"    if ((size_t)(lenR / lenS + 7) != sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -152,1 +152,1 @@\n-    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n+    if ((size_t)(lenR / lenS + 7) != sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.887Z","updatedAt":"2026-09-18T18:41:31.887Z","url":"https://0.0.0.0:3000/mutants/1054","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1055,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":152,"endLine":152,"title":"Statement deletion mutation at interpreter.cpp:152","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","mutatedCode":"    // if ((size_t)(lenR + lenS + 7) != sig.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -152,1 +152,1 @@\n-    if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n+    // if ((size_t)(lenR + lenS + 7) != sig.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.888Z","updatedAt":"2026-09-18T18:41:31.888Z","url":"https://0.0.0.0:3000/mutants/1055","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1056,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":155,"endLine":155,"title":"Constant replacement mutation at interpreter.cpp:155","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig[2] != 0x02) return false;","mutatedCode":"    if (sig[2] != 0x02) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -155,1 +155,1 @@\n-    if (sig[2] != 0x02) return false;\n+    if (sig[2] != 0x02) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.890Z","updatedAt":"2026-09-18T18:41:31.890Z","url":"https://0.0.0.0:3000/mutants/1056","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1057,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":155,"endLine":155,"title":"Relational operator mutation at interpreter.cpp:155","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig[2] != 0x02) return false;","mutatedCode":"    if (sig[2] == 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -155,1 +155,1 @@\n-    if (sig[2] != 0x02) return false;\n+    if (sig[2] == 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.891Z","updatedAt":"2026-09-18T18:41:31.891Z","url":"https://0.0.0.0:3000/mutants/1057","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1058,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":155,"endLine":155,"title":"Conditional operator mutation at interpreter.cpp:155","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[2] != 0x02) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -155,1 +155,1 @@\n-    if (sig[2] != 0x02) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.893Z","updatedAt":"2026-09-18T18:41:31.893Z","url":"https://0.0.0.0:3000/mutants/1058","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1059,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":155,"endLine":155,"title":"Conditional operator mutation at interpreter.cpp:155","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[2] != 0x02) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -155,1 +155,1 @@\n-    if (sig[2] != 0x02) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.895Z","updatedAt":"2026-09-18T18:41:31.895Z","url":"https://0.0.0.0:3000/mutants/1059","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1060,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":155,"endLine":155,"title":"Statement deletion mutation at interpreter.cpp:155","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig[2] != 0x02) return false;","mutatedCode":"    // if (sig[2] != 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -155,1 +155,1 @@\n-    if (sig[2] != 0x02) return false;\n+    // if (sig[2] != 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.896Z","updatedAt":"2026-09-18T18:41:31.896Z","url":"https://0.0.0.0:3000/mutants/1060","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1061,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":158,"endLine":158,"title":"Constant replacement mutation at interpreter.cpp:158","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (lenR == 0) return false;","mutatedCode":"    if (lenR == 0) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -158,1 +158,1 @@\n-    if (lenR == 0) return false;\n+    if (lenR == 0) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.898Z","updatedAt":"2026-09-18T18:41:31.898Z","url":"https://0.0.0.0:3000/mutants/1061","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1062,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":158,"endLine":158,"title":"Relational operator mutation at interpreter.cpp:158","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenR == 0) return false;","mutatedCode":"    if (lenR != 0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -158,1 +158,1 @@\n-    if (lenR == 0) return false;\n+    if (lenR != 0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.899Z","updatedAt":"2026-09-18T18:41:31.899Z","url":"https://0.0.0.0:3000/mutants/1062","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1063,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":158,"endLine":158,"title":"Conditional operator mutation at interpreter.cpp:158","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (lenR == 0) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -158,1 +158,1 @@\n-    if (lenR == 0) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.901Z","updatedAt":"2026-09-18T18:41:31.901Z","url":"https://0.0.0.0:3000/mutants/1063","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1064,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":158,"endLine":158,"title":"Conditional operator mutation at interpreter.cpp:158","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (lenR == 0) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -158,1 +158,1 @@\n-    if (lenR == 0) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.902Z","updatedAt":"2026-09-18T18:41:31.902Z","url":"https://0.0.0.0:3000/mutants/1064","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1065,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":158,"endLine":158,"title":"Statement deletion mutation at interpreter.cpp:158","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (lenR == 0) return false;","mutatedCode":"    // if (lenR == 0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -158,1 +158,1 @@\n-    if (lenR == 0) return false;\n+    // if (lenR == 0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.904Z","updatedAt":"2026-09-18T18:41:31.904Z","url":"https://0.0.0.0:3000/mutants/1065","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1066,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":161,"endLine":161,"title":"Constant replacement mutation at interpreter.cpp:161","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig[4] & 0x80) return false;","mutatedCode":"    if (sig[4] & 0x80) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -161,1 +161,1 @@\n-    if (sig[4] & 0x80) return false;\n+    if (sig[4] & 0x80) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.905Z","updatedAt":"2026-09-18T18:41:31.905Z","url":"https://0.0.0.0:3000/mutants/1066","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1067,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":161,"endLine":161,"title":"Conditional operator mutation at interpreter.cpp:161","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[4] & 0x80) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -161,1 +161,1 @@\n-    if (sig[4] & 0x80) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.907Z","updatedAt":"2026-09-18T18:41:31.907Z","url":"https://0.0.0.0:3000/mutants/1067","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1068,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":161,"endLine":161,"title":"Conditional operator mutation at interpreter.cpp:161","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[4] & 0x80) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -161,1 +161,1 @@\n-    if (sig[4] & 0x80) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.908Z","updatedAt":"2026-09-18T18:41:31.908Z","url":"https://0.0.0.0:3000/mutants/1068","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1069,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":161,"endLine":161,"title":"Statement deletion mutation at interpreter.cpp:161","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig[4] & 0x80) return false;","mutatedCode":"    // if (sig[4] & 0x80) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -161,1 +161,1 @@\n-    if (sig[4] & 0x80) return false;\n+    // if (sig[4] & 0x80) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.910Z","updatedAt":"2026-09-18T18:41:31.910Z","url":"https://0.0.0.0:3000/mutants/1069","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1070,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Constant replacement mutation at interpreter.cpp:165","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.912Z","updatedAt":"2026-09-18T18:41:31.912Z","url":"https://0.0.0.0:3000/mutants/1070","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1071,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Relational operator mutation at interpreter.cpp:165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    if (lenR >= 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    if (lenR >= 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.913Z","updatedAt":"2026-09-18T18:41:31.913Z","url":"https://0.0.0.0:3000/mutants/1071","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1072,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Relational operator mutation at interpreter.cpp:165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    if (lenR < 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    if (lenR < 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.915Z","updatedAt":"2026-09-18T18:41:31.915Z","url":"https://0.0.0.0:3000/mutants/1072","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1073,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Relational operator mutation at interpreter.cpp:165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    if (lenR <= 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    if (lenR <= 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.916Z","updatedAt":"2026-09-18T18:41:31.916Z","url":"https://0.0.0.0:3000/mutants/1073","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1074,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Logical operator mutation at interpreter.cpp:165","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    if (lenR > 1 || (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    if (lenR > 1 || (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.918Z","updatedAt":"2026-09-18T18:41:31.918Z","url":"https://0.0.0.0:3000/mutants/1074","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1075,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Relational operator mutation at interpreter.cpp:165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    if (lenR > 1 && (sig[4] != 0x00) && !(sig[5] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    if (lenR > 1 && (sig[4] != 0x00) && !(sig[5] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.920Z","updatedAt":"2026-09-18T18:41:31.920Z","url":"https://0.0.0.0:3000/mutants/1075","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1076,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":165,"endLine":165,"title":"Statement deletion mutation at interpreter.cpp:165","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","mutatedCode":"    // if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -165,1 +165,1 @@\n-    if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n+    // if (lenR > 1 && (sig[4] == 0x00) && !(sig[5] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.921Z","updatedAt":"2026-09-18T18:41:31.921Z","url":"https://0.0.0.0:3000/mutants/1076","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1077,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Constant replacement mutation at interpreter.cpp:168","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (sig[lenR + 4] != 0x02) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (sig[lenR + 4] != 0x02) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.923Z","updatedAt":"2026-09-18T18:41:31.923Z","url":"https://0.0.0.0:3000/mutants/1077","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1078,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Relational operator mutation at interpreter.cpp:168","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (sig[lenR + 4] == 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (sig[lenR + 4] == 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.924Z","updatedAt":"2026-09-18T18:41:31.924Z","url":"https://0.0.0.0:3000/mutants/1078","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1079,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Arithmetic operator mutation at interpreter.cpp:168","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (sig[lenR - 4] != 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (sig[lenR - 4] != 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.926Z","updatedAt":"2026-09-18T18:41:31.926Z","url":"https://0.0.0.0:3000/mutants/1079","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1080,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Arithmetic operator mutation at interpreter.cpp:168","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (sig[lenR * 4] != 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (sig[lenR * 4] != 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.927Z","updatedAt":"2026-09-18T18:41:31.927Z","url":"https://0.0.0.0:3000/mutants/1080","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1081,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Arithmetic operator mutation at interpreter.cpp:168","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (sig[lenR / 4] != 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (sig[lenR / 4] != 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.929Z","updatedAt":"2026-09-18T18:41:31.929Z","url":"https://0.0.0.0:3000/mutants/1081","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1082,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Conditional operator mutation at interpreter.cpp:168","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.931Z","updatedAt":"2026-09-18T18:41:31.931Z","url":"https://0.0.0.0:3000/mutants/1082","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1083,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Conditional operator mutation at interpreter.cpp:168","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.932Z","updatedAt":"2026-09-18T18:41:31.932Z","url":"https://0.0.0.0:3000/mutants/1083","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1084,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":168,"endLine":168,"title":"Statement deletion mutation at interpreter.cpp:168","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig[lenR + 4] != 0x02) return false;","mutatedCode":"    // if (sig[lenR + 4] != 0x02) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -168,1 +168,1 @@\n-    if (sig[lenR + 4] != 0x02) return false;\n+    // if (sig[lenR + 4] != 0x02) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.934Z","updatedAt":"2026-09-18T18:41:31.934Z","url":"https://0.0.0.0:3000/mutants/1084","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1085,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":171,"endLine":171,"title":"Constant replacement mutation at interpreter.cpp:171","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (lenS == 0) return false;","mutatedCode":"    if (lenS == 0) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -171,1 +171,1 @@\n-    if (lenS == 0) return false;\n+    if (lenS == 0) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.936Z","updatedAt":"2026-09-18T18:41:31.936Z","url":"https://0.0.0.0:3000/mutants/1085","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1086,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":171,"endLine":171,"title":"Relational operator mutation at interpreter.cpp:171","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenS == 0) return false;","mutatedCode":"    if (lenS != 0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -171,1 +171,1 @@\n-    if (lenS == 0) return false;\n+    if (lenS != 0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.937Z","updatedAt":"2026-09-18T18:41:31.937Z","url":"https://0.0.0.0:3000/mutants/1086","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1087,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":171,"endLine":171,"title":"Conditional operator mutation at interpreter.cpp:171","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (lenS == 0) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -171,1 +171,1 @@\n-    if (lenS == 0) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.939Z","updatedAt":"2026-09-18T18:41:31.939Z","url":"https://0.0.0.0:3000/mutants/1087","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1088,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":171,"endLine":171,"title":"Conditional operator mutation at interpreter.cpp:171","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (lenS == 0) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -171,1 +171,1 @@\n-    if (lenS == 0) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.941Z","updatedAt":"2026-09-18T18:41:31.941Z","url":"https://0.0.0.0:3000/mutants/1088","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1089,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":171,"endLine":171,"title":"Statement deletion mutation at interpreter.cpp:171","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (lenS == 0) return false;","mutatedCode":"    // if (lenS == 0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -171,1 +171,1 @@\n-    if (lenS == 0) return false;\n+    // if (lenS == 0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.942Z","updatedAt":"2026-09-18T18:41:31.942Z","url":"https://0.0.0.0:3000/mutants/1089","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1090,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Constant replacement mutation at interpreter.cpp:174","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    if (sig[lenR + 6] & 0x80) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    if (sig[lenR + 6] & 0x80) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.944Z","updatedAt":"2026-09-18T18:41:31.944Z","url":"https://0.0.0.0:3000/mutants/1090","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1091,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Arithmetic operator mutation at interpreter.cpp:174","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    if (sig[lenR - 6] & 0x80) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    if (sig[lenR - 6] & 0x80) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.946Z","updatedAt":"2026-09-18T18:41:31.946Z","url":"https://0.0.0.0:3000/mutants/1091","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1092,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Arithmetic operator mutation at interpreter.cpp:174","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    if (sig[lenR * 6] & 0x80) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    if (sig[lenR * 6] & 0x80) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.947Z","updatedAt":"2026-09-18T18:41:31.947Z","url":"https://0.0.0.0:3000/mutants/1092","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1093,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Arithmetic operator mutation at interpreter.cpp:174","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    if (sig[lenR / 6] & 0x80) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    if (sig[lenR / 6] & 0x80) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.949Z","updatedAt":"2026-09-18T18:41:31.949Z","url":"https://0.0.0.0:3000/mutants/1093","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1094,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Conditional operator mutation at interpreter.cpp:174","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    if (1==1) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    if (1==1) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.950Z","updatedAt":"2026-09-18T18:41:31.950Z","url":"https://0.0.0.0:3000/mutants/1094","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1095,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Conditional operator mutation at interpreter.cpp:174","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    if (1==0) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    if (1==0) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.952Z","updatedAt":"2026-09-18T18:41:31.952Z","url":"https://0.0.0.0:3000/mutants/1095","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1096,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":174,"endLine":174,"title":"Statement deletion mutation at interpreter.cpp:174","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (sig[lenR + 6] & 0x80) return false;","mutatedCode":"    // if (sig[lenR + 6] & 0x80) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -174,1 +174,1 @@\n-    if (sig[lenR + 6] & 0x80) return false;\n+    // if (sig[lenR + 6] & 0x80) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.953Z","updatedAt":"2026-09-18T18:41:31.953Z","url":"https://0.0.0.0:3000/mutants/1096","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1097,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Constant replacement mutation at interpreter.cpp:178","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.955Z","updatedAt":"2026-09-18T18:41:31.955Z","url":"https://0.0.0.0:3000/mutants/1097","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1098,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Relational operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS >= 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS >= 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.957Z","updatedAt":"2026-09-18T18:41:31.957Z","url":"https://0.0.0.0:3000/mutants/1098","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1099,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Relational operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS < 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS < 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.959Z","updatedAt":"2026-09-18T18:41:31.959Z","url":"https://0.0.0.0:3000/mutants/1099","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1100,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Relational operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS <= 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS <= 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.961Z","updatedAt":"2026-09-18T18:41:31.961Z","url":"https://0.0.0.0:3000/mutants/1100","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1101,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Logical operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS > 1 || (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS > 1 || (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.962Z","updatedAt":"2026-09-18T18:41:31.962Z","url":"https://0.0.0.0:3000/mutants/1101","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1102,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Relational operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS > 1 && (sig[lenR + 6] != 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS > 1 && (sig[lenR + 6] != 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.964Z","updatedAt":"2026-09-18T18:41:31.964Z","url":"https://0.0.0.0:3000/mutants/1102","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1103,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Arithmetic operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS > 1 && (sig[lenR - 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS > 1 && (sig[lenR - 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.965Z","updatedAt":"2026-09-18T18:41:31.965Z","url":"https://0.0.0.0:3000/mutants/1103","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1104,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Arithmetic operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS > 1 && (sig[lenR * 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS > 1 && (sig[lenR * 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.967Z","updatedAt":"2026-09-18T18:41:31.967Z","url":"https://0.0.0.0:3000/mutants/1104","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1105,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Arithmetic operator mutation at interpreter.cpp:178","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    if (lenS > 1 && (sig[lenR / 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    if (lenS > 1 && (sig[lenR / 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.973Z","updatedAt":"2026-09-18T18:41:31.973Z","url":"https://0.0.0.0:3000/mutants/1105","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1106,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":178,"endLine":178,"title":"Statement deletion mutation at interpreter.cpp:178","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","mutatedCode":"    // if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -178,1 +178,1 @@\n-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n+    // if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.975Z","updatedAt":"2026-09-18T18:41:31.975Z","url":"https://0.0.0.0:3000/mutants/1106","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1107,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":190,"endLine":190,"title":"Arithmetic operator mutation at interpreter.cpp:190","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);","mutatedCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -190,1 +190,1 @@\n-    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);\n+    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() + 1);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.976Z","updatedAt":"2026-09-18T18:41:31.976Z","url":"https://0.0.0.0:3000/mutants/1107","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1108,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":190,"endLine":190,"title":"Arithmetic operator mutation at interpreter.cpp:190","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);","mutatedCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() - vchSig.size() - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -190,1 +190,1 @@\n-    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);\n+    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() - vchSig.size() - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.978Z","updatedAt":"2026-09-18T18:41:31.978Z","url":"https://0.0.0.0:3000/mutants/1108","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1109,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":190,"endLine":190,"title":"Arithmetic operator mutation at interpreter.cpp:190","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);","mutatedCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() * vchSig.size() - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -190,1 +190,1 @@\n-    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);\n+    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() * vchSig.size() - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.980Z","updatedAt":"2026-09-18T18:41:31.980Z","url":"https://0.0.0.0:3000/mutants/1109","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1110,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":190,"endLine":190,"title":"Arithmetic operator mutation at interpreter.cpp:190","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);","mutatedCode":"    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() / vchSig.size() - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -190,1 +190,1 @@\n-    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() + vchSig.size() - 1);\n+    std::vector<unsigned char> vchSigCopy(vchSig.begin(), vchSig.begin() / vchSig.size() - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.981Z","updatedAt":"2026-09-18T18:41:31.981Z","url":"https://0.0.0.0:3000/mutants/1110","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1111,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":201,"endLine":201,"title":"Relational operator mutation at interpreter.cpp:201","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (vchSig.size() == 0) {","mutatedCode":"    if (vchSig.size() != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -201,1 +201,1 @@\n-    if (vchSig.size() == 0) {\n+    if (vchSig.size() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.983Z","updatedAt":"2026-09-18T18:41:31.983Z","url":"https://0.0.0.0:3000/mutants/1111","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1112,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":204,"endLine":204,"title":"Arithmetic operator mutation at interpreter.cpp:204","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    unsigned char nHashType = vchSig[vchSig.size() - 1] & (~(SIGHASH_ANYONECANPAY));","mutatedCode":"    unsigned char nHashType = vchSig[vchSig.size() + 1] & (~(SIGHASH_ANYONECANPAY));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -204,1 +204,1 @@\n-    unsigned char nHashType = vchSig[vchSig.size() - 1] & (~(SIGHASH_ANYONECANPAY));\n+    unsigned char nHashType = vchSig[vchSig.size() + 1] & (~(SIGHASH_ANYONECANPAY));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.985Z","updatedAt":"2026-09-18T18:41:31.985Z","url":"https://0.0.0.0:3000/mutants/1112","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1113,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Relational operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType < SIGHASH_ALL || nHashType >= SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType < SIGHASH_ALL || nHashType >= SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.986Z","updatedAt":"2026-09-18T18:41:31.986Z","url":"https://0.0.0.0:3000/mutants/1113","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1114,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Relational operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType <= SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType <= SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.988Z","updatedAt":"2026-09-18T18:41:31.988Z","url":"https://0.0.0.0:3000/mutants/1114","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1115,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Relational operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType < SIGHASH_ALL || nHashType < SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType < SIGHASH_ALL || nHashType < SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.990Z","updatedAt":"2026-09-18T18:41:31.990Z","url":"https://0.0.0.0:3000/mutants/1115","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1116,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Relational operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType > SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType > SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.992Z","updatedAt":"2026-09-18T18:41:31.992Z","url":"https://0.0.0.0:3000/mutants/1116","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1117,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Relational operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType < SIGHASH_ALL || nHashType <= SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType < SIGHASH_ALL || nHashType <= SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.993Z","updatedAt":"2026-09-18T18:41:31.993Z","url":"https://0.0.0.0:3000/mutants/1117","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1118,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Relational operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType >= SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType >= SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.995Z","updatedAt":"2026-09-18T18:41:31.995Z","url":"https://0.0.0.0:3000/mutants/1118","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1119,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Logical operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (nHashType < SIGHASH_ALL && nHashType > SIGHASH_SINGLE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (nHashType < SIGHASH_ALL && nHashType > SIGHASH_SINGLE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.996Z","updatedAt":"2026-09-18T18:41:31.996Z","url":"https://0.0.0.0:3000/mutants/1119","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1120,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Conditional operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:31.998Z","updatedAt":"2026-09-18T18:41:31.998Z","url":"https://0.0.0.0:3000/mutants/1120","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1121,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":205,"endLine":205,"title":"Conditional operator mutation at interpreter.cpp:205","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -205,1 +205,1 @@\n-    if (nHashType < SIGHASH_ALL || nHashType > SIGHASH_SINGLE)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.000Z","updatedAt":"2026-09-18T18:41:32.000Z","url":"https://0.0.0.0:3000/mutants/1121","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1122,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":217,"endLine":217,"title":"Logical operator mutation at interpreter.cpp:217","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) != 0 && !IsValidSignatureEncoding(vchSig)) {","mutatedCode":"    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) != 0 || !IsValidSignatureEncoding(vchSig)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -217,1 +217,1 @@\n-    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) != 0 && !IsValidSignatureEncoding(vchSig)) {\n+    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) != 0 || !IsValidSignatureEncoding(vchSig)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.001Z","updatedAt":"2026-09-18T18:41:32.001Z","url":"https://0.0.0.0:3000/mutants/1122","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1123,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":217,"endLine":217,"title":"Relational operator mutation at interpreter.cpp:217","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) != 0 && !IsValidSignatureEncoding(vchSig)) {","mutatedCode":"    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) == 0 && !IsValidSignatureEncoding(vchSig)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -217,1 +217,1 @@\n-    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) != 0 && !IsValidSignatureEncoding(vchSig)) {\n+    if ((flags & (SCRIPT_VERIFY_DERSIG | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_STRICTENC)) == 0 && !IsValidSignatureEncoding(vchSig)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.003Z","updatedAt":"2026-09-18T18:41:32.003Z","url":"https://0.0.0.0:3000/mutants/1123","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1124,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":219,"endLine":219,"title":"Logical operator mutation at interpreter.cpp:219","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if ((flags & SCRIPT_VERIFY_LOW_S) != 0 && !IsLowDERSignature(vchSig, serror)) {","mutatedCode":"    } else if ((flags & SCRIPT_VERIFY_LOW_S) != 0 || !IsLowDERSignature(vchSig, serror)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -219,1 +219,1 @@\n-    } else if ((flags & SCRIPT_VERIFY_LOW_S) != 0 && !IsLowDERSignature(vchSig, serror)) {\n+    } else if ((flags & SCRIPT_VERIFY_LOW_S) != 0 || !IsLowDERSignature(vchSig, serror)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.005Z","updatedAt":"2026-09-18T18:41:32.005Z","url":"https://0.0.0.0:3000/mutants/1124","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1125,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":219,"endLine":219,"title":"Relational operator mutation at interpreter.cpp:219","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if ((flags & SCRIPT_VERIFY_LOW_S) != 0 && !IsLowDERSignature(vchSig, serror)) {","mutatedCode":"    } else if ((flags & SCRIPT_VERIFY_LOW_S) == 0 && !IsLowDERSignature(vchSig, serror)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -219,1 +219,1 @@\n-    } else if ((flags & SCRIPT_VERIFY_LOW_S) != 0 && !IsLowDERSignature(vchSig, serror)) {\n+    } else if ((flags & SCRIPT_VERIFY_LOW_S) == 0 && !IsLowDERSignature(vchSig, serror)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.007Z","updatedAt":"2026-09-18T18:41:32.007Z","url":"https://0.0.0.0:3000/mutants/1125","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1126,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":222,"endLine":222,"title":"Logical operator mutation at interpreter.cpp:222","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsDefinedHashtypeSignature(vchSig)) {","mutatedCode":"    } else if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 || !IsDefinedHashtypeSignature(vchSig)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -222,1 +222,1 @@\n-    } else if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsDefinedHashtypeSignature(vchSig)) {\n+    } else if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 || !IsDefinedHashtypeSignature(vchSig)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.009Z","updatedAt":"2026-09-18T18:41:32.009Z","url":"https://0.0.0.0:3000/mutants/1126","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1127,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":222,"endLine":222,"title":"Relational operator mutation at interpreter.cpp:222","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsDefinedHashtypeSignature(vchSig)) {","mutatedCode":"    } else if ((flags & SCRIPT_VERIFY_STRICTENC) == 0 && !IsDefinedHashtypeSignature(vchSig)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -222,1 +222,1 @@\n-    } else if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsDefinedHashtypeSignature(vchSig)) {\n+    } else if ((flags & SCRIPT_VERIFY_STRICTENC) == 0 && !IsDefinedHashtypeSignature(vchSig)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.012Z","updatedAt":"2026-09-18T18:41:32.012Z","url":"https://0.0.0.0:3000/mutants/1127","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1128,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":229,"endLine":229,"title":"Logical operator mutation at interpreter.cpp:229","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsCompressedOrUncompressedPubKey(vchPubKey)) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 || !IsCompressedOrUncompressedPubKey(vchPubKey)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -229,1 +229,1 @@\n-    if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsCompressedOrUncompressedPubKey(vchPubKey)) {\n+    if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 || !IsCompressedOrUncompressedPubKey(vchPubKey)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.014Z","updatedAt":"2026-09-18T18:41:32.014Z","url":"https://0.0.0.0:3000/mutants/1128","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1129,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":229,"endLine":229,"title":"Relational operator mutation at interpreter.cpp:229","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsCompressedOrUncompressedPubKey(vchPubKey)) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_STRICTENC) == 0 && !IsCompressedOrUncompressedPubKey(vchPubKey)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -229,1 +229,1 @@\n-    if ((flags & SCRIPT_VERIFY_STRICTENC) != 0 && !IsCompressedOrUncompressedPubKey(vchPubKey)) {\n+    if ((flags & SCRIPT_VERIFY_STRICTENC) == 0 && !IsCompressedOrUncompressedPubKey(vchPubKey)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.016Z","updatedAt":"2026-09-18T18:41:32.016Z","url":"https://0.0.0.0:3000/mutants/1129","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1130,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":233,"endLine":233,"title":"Logical operator mutation at interpreter.cpp:233","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 || sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -233,1 +233,1 @@\n-    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {\n+    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 || sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.018Z","updatedAt":"2026-09-18T18:41:32.018Z","url":"https://0.0.0.0:3000/mutants/1130","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1131,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":233,"endLine":233,"title":"Relational operator mutation at interpreter.cpp:233","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion != SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -233,1 +233,1 @@\n-    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {\n+    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion != SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.020Z","updatedAt":"2026-09-18T18:41:32.020Z","url":"https://0.0.0.0:3000/mutants/1131","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1132,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":233,"endLine":233,"title":"Relational operator mutation at interpreter.cpp:233","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) == 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -233,1 +233,1 @@\n-    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) != 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {\n+    if ((flags & SCRIPT_VERIFY_WITNESS_PUBKEYTYPE) == 0 && sigversion == SigVersion::WITNESS_V0 && !IsCompressedPubKey(vchPubKey)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.022Z","updatedAt":"2026-09-18T18:41:32.022Z","url":"https://0.0.0.0:3000/mutants/1132","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1133,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":249,"endLine":249,"title":"Statement deletion mutation at interpreter.cpp:249","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        result.insert(result.end(), pc2, pc);","mutatedCode":"        // result.insert(result.end(), pc2, pc);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -249,1 +249,1 @@\n-        result.insert(result.end(), pc2, pc);\n+        // result.insert(result.end(), pc2, pc);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.023Z","updatedAt":"2026-09-18T18:41:32.023Z","url":"https://0.0.0.0:3000/mutants/1133","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1134,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":250,"endLine":250,"title":"Relational operator mutation at interpreter.cpp:250","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))","mutatedCode":"        while (static_cast<size_t>(end - pc) > b.size() && std::equal(b.begin(), b.end(), pc))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -250,1 +250,1 @@\n-        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))\n+        while (static_cast<size_t>(end - pc) > b.size() && std::equal(b.begin(), b.end(), pc))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.026Z","updatedAt":"2026-09-18T18:41:32.026Z","url":"https://0.0.0.0:3000/mutants/1134","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1135,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":250,"endLine":250,"title":"Relational operator mutation at interpreter.cpp:250","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))","mutatedCode":"        while (static_cast<size_t>(end - pc) <= b.size() && std::equal(b.begin(), b.end(), pc))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -250,1 +250,1 @@\n-        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))\n+        while (static_cast<size_t>(end - pc) <= b.size() && std::equal(b.begin(), b.end(), pc))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.028Z","updatedAt":"2026-09-18T18:41:32.028Z","url":"https://0.0.0.0:3000/mutants/1135","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1136,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":250,"endLine":250,"title":"Logical operator mutation at interpreter.cpp:250","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))","mutatedCode":"        while (static_cast<size_t>(end - pc) >= b.size() || std::equal(b.begin(), b.end(), pc))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -250,1 +250,1 @@\n-        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))\n+        while (static_cast<size_t>(end - pc) >= b.size() || std::equal(b.begin(), b.end(), pc))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.030Z","updatedAt":"2026-09-18T18:41:32.030Z","url":"https://0.0.0.0:3000/mutants/1136","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1137,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":250,"endLine":250,"title":"Arithmetic operator mutation at interpreter.cpp:250","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))","mutatedCode":"        while (static_cast<size_t>(end + pc) >= b.size() && std::equal(b.begin(), b.end(), pc))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -250,1 +250,1 @@\n-        while (static_cast<size_t>(end - pc) >= b.size() && std::equal(b.begin(), b.end(), pc))\n+        while (static_cast<size_t>(end + pc) >= b.size() && std::equal(b.begin(), b.end(), pc))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.032Z","updatedAt":"2026-09-18T18:41:32.032Z","url":"https://0.0.0.0:3000/mutants/1137","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1138,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":252,"endLine":252,"title":"Arithmetic operator mutation at interpreter.cpp:252","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            pc = pc + b.size();","mutatedCode":"            pc = pc - b.size();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -252,1 +252,1 @@\n-            pc = pc + b.size();\n+            pc = pc - b.size();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.034Z","updatedAt":"2026-09-18T18:41:32.034Z","url":"https://0.0.0.0:3000/mutants/1138","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1139,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":252,"endLine":252,"title":"Arithmetic operator mutation at interpreter.cpp:252","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            pc = pc + b.size();","mutatedCode":"            pc = pc * b.size();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -252,1 +252,1 @@\n-            pc = pc + b.size();\n+            pc = pc * b.size();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.036Z","updatedAt":"2026-09-18T18:41:32.036Z","url":"https://0.0.0.0:3000/mutants/1139","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1140,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":252,"endLine":252,"title":"Arithmetic operator mutation at interpreter.cpp:252","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            pc = pc + b.size();","mutatedCode":"            pc = pc / b.size();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -252,1 +252,1 @@\n-            pc = pc + b.size();\n+            pc = pc / b.size();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.038Z","updatedAt":"2026-09-18T18:41:32.038Z","url":"https://0.0.0.0:3000/mutants/1140","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1141,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":260,"endLine":260,"title":"Statement deletion mutation at interpreter.cpp:260","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        result.insert(result.end(), pc2, end);","mutatedCode":"        // result.insert(result.end(), pc2, end);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -260,1 +260,1 @@\n-        result.insert(result.end(), pc2, end);\n+        // result.insert(result.end(), pc2, end);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.040Z","updatedAt":"2026-09-18T18:41:32.040Z","url":"https://0.0.0.0:3000/mutants/1141","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1142,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":291,"endLine":291,"title":"Constant replacement mutation at interpreter.cpp:291","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    uint32_t m_first_false_pos = NO_FALSE;","mutatedCode":"    uint32_t m_first_true_pos = NO_FALSE;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -291,1 +291,1 @@\n-    uint32_t m_first_false_pos = NO_FALSE;\n+    uint32_t m_first_true_pos = NO_FALSE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.042Z","updatedAt":"2026-09-18T18:41:32.042Z","url":"https://0.0.0.0:3000/mutants/1142","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1143,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":294,"endLine":294,"title":"Relational operator mutation at interpreter.cpp:294","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool empty() const { return m_stack_size == 0; }","mutatedCode":"    bool empty() const { return m_stack_size != 0; }","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -294,1 +294,1 @@\n-    bool empty() const { return m_stack_size == 0; }\n+    bool empty() const { return m_stack_size != 0; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.044Z","updatedAt":"2026-09-18T18:41:32.044Z","url":"https://0.0.0.0:3000/mutants/1143","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1144,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":295,"endLine":295,"title":"Constant replacement mutation at interpreter.cpp:295","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool all_true() const { return m_first_false_pos == NO_FALSE; }","mutatedCode":"    bool all_false() const { return m_first_false_pos == NO_FALSE; }","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -295,1 +295,1 @@\n-    bool all_true() const { return m_first_false_pos == NO_FALSE; }\n+    bool all_false() const { return m_first_false_pos == NO_FALSE; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.046Z","updatedAt":"2026-09-18T18:41:32.046Z","url":"https://0.0.0.0:3000/mutants/1144","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1145,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":295,"endLine":295,"title":"Constant replacement mutation at interpreter.cpp:295","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool all_true() const { return m_first_false_pos == NO_FALSE; }","mutatedCode":"    bool all_true() const { return m_first_true_pos == NO_FALSE; }","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -295,1 +295,1 @@\n-    bool all_true() const { return m_first_false_pos == NO_FALSE; }\n+    bool all_true() const { return m_first_true_pos == NO_FALSE; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.048Z","updatedAt":"2026-09-18T18:41:32.048Z","url":"https://0.0.0.0:3000/mutants/1145","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1146,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":295,"endLine":295,"title":"Relational operator mutation at interpreter.cpp:295","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool all_true() const { return m_first_false_pos == NO_FALSE; }","mutatedCode":"    bool all_true() const { return m_first_false_pos != NO_FALSE; }","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -295,1 +295,1 @@\n-    bool all_true() const { return m_first_false_pos == NO_FALSE; }\n+    bool all_true() const { return m_first_false_pos != NO_FALSE; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.050Z","updatedAt":"2026-09-18T18:41:32.050Z","url":"https://0.0.0.0:3000/mutants/1146","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1147,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":298,"endLine":298,"title":"Constant replacement mutation at interpreter.cpp:298","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (m_first_false_pos == NO_FALSE && !f) {","mutatedCode":"        if (m_first_true_pos == NO_FALSE && !f) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -298,1 +298,1 @@\n-        if (m_first_false_pos == NO_FALSE && !f) {\n+        if (m_first_true_pos == NO_FALSE && !f) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.052Z","updatedAt":"2026-09-18T18:41:32.052Z","url":"https://0.0.0.0:3000/mutants/1147","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1148,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":298,"endLine":298,"title":"Logical operator mutation at interpreter.cpp:298","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE && !f) {","mutatedCode":"        if (m_first_false_pos == NO_FALSE || !f) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -298,1 +298,1 @@\n-        if (m_first_false_pos == NO_FALSE && !f) {\n+        if (m_first_false_pos == NO_FALSE || !f) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.054Z","updatedAt":"2026-09-18T18:41:32.054Z","url":"https://0.0.0.0:3000/mutants/1148","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1149,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":298,"endLine":298,"title":"Relational operator mutation at interpreter.cpp:298","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE && !f) {","mutatedCode":"        if (m_first_false_pos != NO_FALSE && !f) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -298,1 +298,1 @@\n-        if (m_first_false_pos == NO_FALSE && !f) {\n+        if (m_first_false_pos != NO_FALSE && !f) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.056Z","updatedAt":"2026-09-18T18:41:32.056Z","url":"https://0.0.0.0:3000/mutants/1149","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1150,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":298,"endLine":298,"title":"Conditional operator mutation at interpreter.cpp:298","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE && !f) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -298,1 +298,1 @@\n-        if (m_first_false_pos == NO_FALSE && !f) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.058Z","updatedAt":"2026-09-18T18:41:32.058Z","url":"https://0.0.0.0:3000/mutants/1150","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1151,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":298,"endLine":298,"title":"Conditional operator mutation at interpreter.cpp:298","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE && !f) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -298,1 +298,1 @@\n-        if (m_first_false_pos == NO_FALSE && !f) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.060Z","updatedAt":"2026-09-18T18:41:32.060Z","url":"https://0.0.0.0:3000/mutants/1151","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1152,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":301,"endLine":301,"title":"Constant replacement mutation at interpreter.cpp:301","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            m_first_false_pos = m_stack_size;","mutatedCode":"            m_first_true_pos = m_stack_size;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -301,1 +301,1 @@\n-            m_first_false_pos = m_stack_size;\n+            m_first_true_pos = m_stack_size;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.062Z","updatedAt":"2026-09-18T18:41:32.062Z","url":"https://0.0.0.0:3000/mutants/1152","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1153,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":308,"endLine":308,"title":"Arithmetic operator mutation at interpreter.cpp:308","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        --m_stack_size;","mutatedCode":"        ++m_stack_size;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -308,1 +308,1 @@\n-        --m_stack_size;\n+        ++m_stack_size;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.064Z","updatedAt":"2026-09-18T18:41:32.064Z","url":"https://0.0.0.0:3000/mutants/1153","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1154,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":309,"endLine":309,"title":"Constant replacement mutation at interpreter.cpp:309","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (m_first_false_pos == m_stack_size) {","mutatedCode":"        if (m_first_true_pos == m_stack_size) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -309,1 +309,1 @@\n-        if (m_first_false_pos == m_stack_size) {\n+        if (m_first_true_pos == m_stack_size) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.066Z","updatedAt":"2026-09-18T18:41:32.066Z","url":"https://0.0.0.0:3000/mutants/1154","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1155,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":309,"endLine":309,"title":"Relational operator mutation at interpreter.cpp:309","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == m_stack_size) {","mutatedCode":"        if (m_first_false_pos != m_stack_size) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -309,1 +309,1 @@\n-        if (m_first_false_pos == m_stack_size) {\n+        if (m_first_false_pos != m_stack_size) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.069Z","updatedAt":"2026-09-18T18:41:32.069Z","url":"https://0.0.0.0:3000/mutants/1155","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1156,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":309,"endLine":309,"title":"Conditional operator mutation at interpreter.cpp:309","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == m_stack_size) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -309,1 +309,1 @@\n-        if (m_first_false_pos == m_stack_size) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.071Z","updatedAt":"2026-09-18T18:41:32.071Z","url":"https://0.0.0.0:3000/mutants/1156","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1157,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":309,"endLine":309,"title":"Conditional operator mutation at interpreter.cpp:309","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == m_stack_size) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -309,1 +309,1 @@\n-        if (m_first_false_pos == m_stack_size) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.073Z","updatedAt":"2026-09-18T18:41:32.073Z","url":"https://0.0.0.0:3000/mutants/1157","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1158,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":311,"endLine":311,"title":"Constant replacement mutation at interpreter.cpp:311","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            m_first_false_pos = NO_FALSE;","mutatedCode":"            m_first_true_pos = NO_FALSE;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -311,1 +311,1 @@\n-            m_first_false_pos = NO_FALSE;\n+            m_first_true_pos = NO_FALSE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.075Z","updatedAt":"2026-09-18T18:41:32.075Z","url":"https://0.0.0.0:3000/mutants/1158","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1159,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":317,"endLine":317,"title":"Constant replacement mutation at interpreter.cpp:317","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (m_first_false_pos == NO_FALSE) {","mutatedCode":"        if (m_first_true_pos == NO_FALSE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -317,1 +317,1 @@\n-        if (m_first_false_pos == NO_FALSE) {\n+        if (m_first_true_pos == NO_FALSE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.077Z","updatedAt":"2026-09-18T18:41:32.077Z","url":"https://0.0.0.0:3000/mutants/1159","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1160,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":317,"endLine":317,"title":"Relational operator mutation at interpreter.cpp:317","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE) {","mutatedCode":"        if (m_first_false_pos != NO_FALSE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -317,1 +317,1 @@\n-        if (m_first_false_pos == NO_FALSE) {\n+        if (m_first_false_pos != NO_FALSE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.079Z","updatedAt":"2026-09-18T18:41:32.079Z","url":"https://0.0.0.0:3000/mutants/1160","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1161,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":317,"endLine":317,"title":"Conditional operator mutation at interpreter.cpp:317","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -317,1 +317,1 @@\n-        if (m_first_false_pos == NO_FALSE) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.081Z","updatedAt":"2026-09-18T18:41:32.081Z","url":"https://0.0.0.0:3000/mutants/1161","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1162,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":317,"endLine":317,"title":"Conditional operator mutation at interpreter.cpp:317","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (m_first_false_pos == NO_FALSE) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -317,1 +317,1 @@\n-        if (m_first_false_pos == NO_FALSE) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.083Z","updatedAt":"2026-09-18T18:41:32.083Z","url":"https://0.0.0.0:3000/mutants/1162","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1163,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":319,"endLine":319,"title":"Constant replacement mutation at interpreter.cpp:319","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            m_first_false_pos = m_stack_size - 1;","mutatedCode":"            m_first_true_pos = m_stack_size - 1;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -319,1 +319,1 @@\n-            m_first_false_pos = m_stack_size - 1;\n+            m_first_true_pos = m_stack_size - 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.085Z","updatedAt":"2026-09-18T18:41:32.085Z","url":"https://0.0.0.0:3000/mutants/1163","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1164,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":319,"endLine":319,"title":"Arithmetic operator mutation at interpreter.cpp:319","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            m_first_false_pos = m_stack_size - 1;","mutatedCode":"            m_first_false_pos = m_stack_size + 1;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -319,1 +319,1 @@\n-            m_first_false_pos = m_stack_size - 1;\n+            m_first_false_pos = m_stack_size + 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.087Z","updatedAt":"2026-09-18T18:41:32.087Z","url":"https://0.0.0.0:3000/mutants/1164","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1165,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":320,"endLine":320,"title":"Constant replacement mutation at interpreter.cpp:320","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        } else if (m_first_false_pos == m_stack_size - 1) {","mutatedCode":"        } else if (m_first_true_pos == m_stack_size - 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -320,1 +320,1 @@\n-        } else if (m_first_false_pos == m_stack_size - 1) {\n+        } else if (m_first_true_pos == m_stack_size - 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.089Z","updatedAt":"2026-09-18T18:41:32.089Z","url":"https://0.0.0.0:3000/mutants/1165","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1166,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":320,"endLine":320,"title":"Relational operator mutation at interpreter.cpp:320","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (m_first_false_pos == m_stack_size - 1) {","mutatedCode":"        } else if (m_first_false_pos != m_stack_size - 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -320,1 +320,1 @@\n-        } else if (m_first_false_pos == m_stack_size - 1) {\n+        } else if (m_first_false_pos != m_stack_size - 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.090Z","updatedAt":"2026-09-18T18:41:32.090Z","url":"https://0.0.0.0:3000/mutants/1166","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1167,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":320,"endLine":320,"title":"Arithmetic operator mutation at interpreter.cpp:320","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        } else if (m_first_false_pos == m_stack_size - 1) {","mutatedCode":"        } else if (m_first_false_pos == m_stack_size + 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -320,1 +320,1 @@\n-        } else if (m_first_false_pos == m_stack_size - 1) {\n+        } else if (m_first_false_pos == m_stack_size + 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.092Z","updatedAt":"2026-09-18T18:41:32.092Z","url":"https://0.0.0.0:3000/mutants/1167","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1168,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":320,"endLine":320,"title":"Conditional operator mutation at interpreter.cpp:320","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        } else if (m_first_false_pos == m_stack_size - 1) {","mutatedCode":"        } else if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -320,1 +320,1 @@\n-        } else if (m_first_false_pos == m_stack_size - 1) {\n+        } else if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.094Z","updatedAt":"2026-09-18T18:41:32.094Z","url":"https://0.0.0.0:3000/mutants/1168","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1169,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":320,"endLine":320,"title":"Conditional operator mutation at interpreter.cpp:320","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        } else if (m_first_false_pos == m_stack_size - 1) {","mutatedCode":"        } else if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -320,1 +320,1 @@\n-        } else if (m_first_false_pos == m_stack_size - 1) {\n+        } else if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.097Z","updatedAt":"2026-09-18T18:41:32.097Z","url":"https://0.0.0.0:3000/mutants/1169","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1170,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":339,"endLine":339,"title":"Relational operator mutation at interpreter.cpp:339","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sigversion == SigVersion::BASE) {","mutatedCode":"    if (sigversion != SigVersion::BASE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -339,1 +339,1 @@\n-    if (sigversion == SigVersion::BASE) {\n+    if (sigversion != SigVersion::BASE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.098Z","updatedAt":"2026-09-18T18:41:32.098Z","url":"https://0.0.0.0:3000/mutants/1170","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1171,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":339,"endLine":339,"title":"Conditional operator mutation at interpreter.cpp:339","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigversion == SigVersion::BASE) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -339,1 +339,1 @@\n-    if (sigversion == SigVersion::BASE) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.101Z","updatedAt":"2026-09-18T18:41:32.101Z","url":"https://0.0.0.0:3000/mutants/1171","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1172,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":339,"endLine":339,"title":"Conditional operator mutation at interpreter.cpp:339","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigversion == SigVersion::BASE) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -339,1 +339,1 @@\n-    if (sigversion == SigVersion::BASE) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.102Z","updatedAt":"2026-09-18T18:41:32.102Z","url":"https://0.0.0.0:3000/mutants/1172","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1173,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":341,"endLine":341,"title":"Relational operator mutation at interpreter.cpp:341","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","mutatedCode":"        if (found >= 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -341,1 +341,1 @@\n-        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n+        if (found >= 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.105Z","updatedAt":"2026-09-18T18:41:32.105Z","url":"https://0.0.0.0:3000/mutants/1173","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1174,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":341,"endLine":341,"title":"Relational operator mutation at interpreter.cpp:341","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","mutatedCode":"        if (found < 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -341,1 +341,1 @@\n-        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n+        if (found < 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.107Z","updatedAt":"2026-09-18T18:41:32.107Z","url":"https://0.0.0.0:3000/mutants/1174","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1175,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":341,"endLine":341,"title":"Relational operator mutation at interpreter.cpp:341","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","mutatedCode":"        if (found <= 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -341,1 +341,1 @@\n-        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n+        if (found <= 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.109Z","updatedAt":"2026-09-18T18:41:32.109Z","url":"https://0.0.0.0:3000/mutants/1175","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1176,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":341,"endLine":341,"title":"Logical operator mutation at interpreter.cpp:341","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","mutatedCode":"        if (found > 0 || (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -341,1 +341,1 @@\n-        if (found > 0 && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n+        if (found > 0 || (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.111Z","updatedAt":"2026-09-18T18:41:32.111Z","url":"https://0.0.0.0:3000/mutants/1176","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1177,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":345,"endLine":345,"title":"Logical operator mutation at interpreter.cpp:345","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!CheckSignatureEncoding(vchSig, flags, serror) || !CheckPubKeyEncoding(vchPubKey, flags, sigversion, serror)) {","mutatedCode":"    if (!CheckSignatureEncoding(vchSig, flags, serror) && !CheckPubKeyEncoding(vchPubKey, flags, sigversion, serror)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -345,1 +345,1 @@\n-    if (!CheckSignatureEncoding(vchSig, flags, serror) || !CheckPubKeyEncoding(vchPubKey, flags, sigversion, serror)) {\n+    if (!CheckSignatureEncoding(vchSig, flags, serror) && !CheckPubKeyEncoding(vchPubKey, flags, sigversion, serror)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.112Z","updatedAt":"2026-09-18T18:41:32.112Z","url":"https://0.0.0.0:3000/mutants/1177","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1178,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":351,"endLine":351,"title":"Logical operator mutation at interpreter.cpp:351","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && vchSig.size())","mutatedCode":"    if (!fSuccess || (flags & SCRIPT_VERIFY_NULLFAIL) && vchSig.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -351,1 +351,1 @@\n-    if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && vchSig.size())\n+    if (!fSuccess || (flags & SCRIPT_VERIFY_NULLFAIL) && vchSig.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.115Z","updatedAt":"2026-09-18T18:41:32.115Z","url":"https://0.0.0.0:3000/mutants/1178","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1179,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":368,"endLine":368,"title":"Conditional operator mutation at interpreter.cpp:368","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (success) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -368,1 +368,1 @@\n-    if (success) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.117Z","updatedAt":"2026-09-18T18:41:32.117Z","url":"https://0.0.0.0:3000/mutants/1179","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1180,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":368,"endLine":368,"title":"Conditional operator mutation at interpreter.cpp:368","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (success) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -368,1 +368,1 @@\n-    if (success) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.118Z","updatedAt":"2026-09-18T18:41:32.118Z","url":"https://0.0.0.0:3000/mutants/1180","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1181,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":373,"endLine":373,"title":"Relational operator mutation at interpreter.cpp:373","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (execdata.m_validation_weight_left < 0) {","mutatedCode":"        if (execdata.m_validation_weight_left <= 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -373,1 +373,1 @@\n-        if (execdata.m_validation_weight_left < 0) {\n+        if (execdata.m_validation_weight_left <= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.120Z","updatedAt":"2026-09-18T18:41:32.120Z","url":"https://0.0.0.0:3000/mutants/1181","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1182,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":373,"endLine":373,"title":"Relational operator mutation at interpreter.cpp:373","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (execdata.m_validation_weight_left < 0) {","mutatedCode":"        if (execdata.m_validation_weight_left > 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -373,1 +373,1 @@\n-        if (execdata.m_validation_weight_left < 0) {\n+        if (execdata.m_validation_weight_left > 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.122Z","updatedAt":"2026-09-18T18:41:32.122Z","url":"https://0.0.0.0:3000/mutants/1182","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1183,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":373,"endLine":373,"title":"Relational operator mutation at interpreter.cpp:373","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (execdata.m_validation_weight_left < 0) {","mutatedCode":"        if (execdata.m_validation_weight_left >= 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -373,1 +373,1 @@\n-        if (execdata.m_validation_weight_left < 0) {\n+        if (execdata.m_validation_weight_left >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.125Z","updatedAt":"2026-09-18T18:41:32.125Z","url":"https://0.0.0.0:3000/mutants/1183","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1184,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":373,"endLine":373,"title":"Conditional operator mutation at interpreter.cpp:373","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (execdata.m_validation_weight_left < 0) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -373,1 +373,1 @@\n-        if (execdata.m_validation_weight_left < 0) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.127Z","updatedAt":"2026-09-18T18:41:32.127Z","url":"https://0.0.0.0:3000/mutants/1184","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1185,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":373,"endLine":373,"title":"Conditional operator mutation at interpreter.cpp:373","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (execdata.m_validation_weight_left < 0) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -373,1 +373,1 @@\n-        if (execdata.m_validation_weight_left < 0) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.129Z","updatedAt":"2026-09-18T18:41:32.129Z","url":"https://0.0.0.0:3000/mutants/1185","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1186,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":377,"endLine":377,"title":"Relational operator mutation at interpreter.cpp:377","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (pubkey.size() == 0) {","mutatedCode":"    if (pubkey.size() != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -377,1 +377,1 @@\n-    if (pubkey.size() == 0) {\n+    if (pubkey.size() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.130Z","updatedAt":"2026-09-18T18:41:32.130Z","url":"https://0.0.0.0:3000/mutants/1186","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1187,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":379,"endLine":379,"title":"Relational operator mutation at interpreter.cpp:379","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (pubkey.size() == 32) {","mutatedCode":"    } else if (pubkey.size() != 32) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -379,1 +379,1 @@\n-    } else if (pubkey.size() == 32) {\n+    } else if (pubkey.size() != 32) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.132Z","updatedAt":"2026-09-18T18:41:32.132Z","url":"https://0.0.0.0:3000/mutants/1187","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1188,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":380,"endLine":380,"title":"Logical operator mutation at interpreter.cpp:380","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (success && !checker.CheckSchnorrSignature(sig, pubkey, sigversion, execdata, serror)) {","mutatedCode":"        if (success || !checker.CheckSchnorrSignature(sig, pubkey, sigversion, execdata, serror)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -380,1 +380,1 @@\n-        if (success && !checker.CheckSchnorrSignature(sig, pubkey, sigversion, execdata, serror)) {\n+        if (success || !checker.CheckSchnorrSignature(sig, pubkey, sigversion, execdata, serror)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.134Z","updatedAt":"2026-09-18T18:41:32.134Z","url":"https://0.0.0.0:3000/mutants/1188","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1189,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":381,"endLine":381,"title":"Constant replacement mutation at interpreter.cpp:381","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            return false; // serror is set","mutatedCode":"            return true; // serror is set","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -381,1 +381,1 @@\n-            return false; // serror is set\n+            return true; // serror is set\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.137Z","updatedAt":"2026-09-18T18:41:32.137Z","url":"https://0.0.0.0:3000/mutants/1189","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1190,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":389,"endLine":389,"title":"Relational operator mutation at interpreter.cpp:389","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if ((flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_PUBKEYTYPE) != 0) {","mutatedCode":"        if ((flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_PUBKEYTYPE) == 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -389,1 +389,1 @@\n-        if ((flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_PUBKEYTYPE) != 0) {\n+        if ((flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_PUBKEYTYPE) == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.138Z","updatedAt":"2026-09-18T18:41:32.138Z","url":"https://0.0.0.0:3000/mutants/1190","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1191,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":412,"endLine":412,"title":"Custom mutation at interpreter.cpp:412","description":null,"mutationOperator":"CUSTOM","originalCode":"        break;","mutatedCode":"        continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -412,1 +412,1 @@\n-        break;\n+        continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.140Z","updatedAt":"2026-09-18T18:41:32.140Z","url":"https://0.0.0.0:3000/mutants/1191","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1192,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":419,"endLine":419,"title":"Constant replacement mutation at interpreter.cpp:419","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static const CScriptNum bnZero(0);","mutatedCode":"    static const CScriptNum bnZero(0 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -419,1 +419,1 @@\n-    static const CScriptNum bnZero(0);\n+    static const CScriptNum bnZero(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.142Z","updatedAt":"2026-09-18T18:41:32.142Z","url":"https://0.0.0.0:3000/mutants/1192","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1193,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":419,"endLine":419,"title":"Constant replacement mutation at interpreter.cpp:419","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static const CScriptNum bnZero(0);","mutatedCode":"    static const CScriptNum bnZero(0 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -419,1 +419,1 @@\n-    static const CScriptNum bnZero(0);\n+    static const CScriptNum bnZero(0 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.145Z","updatedAt":"2026-09-18T18:41:32.145Z","url":"https://0.0.0.0:3000/mutants/1193","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1194,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":420,"endLine":420,"title":"Constant replacement mutation at interpreter.cpp:420","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static const CScriptNum bnOne(1);","mutatedCode":"    static const CScriptNum bnOne(1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -420,1 +420,1 @@\n-    static const CScriptNum bnOne(1);\n+    static const CScriptNum bnOne(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.147Z","updatedAt":"2026-09-18T18:41:32.147Z","url":"https://0.0.0.0:3000/mutants/1194","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1195,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":420,"endLine":420,"title":"Constant replacement mutation at interpreter.cpp:420","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static const CScriptNum bnOne(1);","mutatedCode":"    static const CScriptNum bnOne(1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -420,1 +420,1 @@\n-    static const CScriptNum bnOne(1);\n+    static const CScriptNum bnOne(1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.149Z","updatedAt":"2026-09-18T18:41:32.149Z","url":"https://0.0.0.0:3000/mutants/1195","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1196,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":423,"endLine":423,"title":"Constant replacement mutation at interpreter.cpp:423","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static const valtype vchFalse(0);","mutatedCode":"    static const valtype vchFalse(0 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -423,1 +423,1 @@\n-    static const valtype vchFalse(0);\n+    static const valtype vchFalse(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.151Z","updatedAt":"2026-09-18T18:41:32.151Z","url":"https://0.0.0.0:3000/mutants/1196","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1197,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":423,"endLine":423,"title":"Constant replacement mutation at interpreter.cpp:423","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static const valtype vchFalse(0);","mutatedCode":"    static const valtype vchFalse(0 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -423,1 +423,1 @@\n-    static const valtype vchFalse(0);\n+    static const valtype vchFalse(0 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.153Z","updatedAt":"2026-09-18T18:41:32.153Z","url":"https://0.0.0.0:3000/mutants/1197","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1198,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":438,"endLine":438,"title":"Relational operator mutation at interpreter.cpp:438","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","mutatedCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() >= MAX_SCRIPT_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -438,1 +438,1 @@\n-    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n+    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() >= MAX_SCRIPT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.155Z","updatedAt":"2026-09-18T18:41:32.155Z","url":"https://0.0.0.0:3000/mutants/1198","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1199,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":438,"endLine":438,"title":"Relational operator mutation at interpreter.cpp:438","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","mutatedCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() < MAX_SCRIPT_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -438,1 +438,1 @@\n-    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n+    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() < MAX_SCRIPT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.157Z","updatedAt":"2026-09-18T18:41:32.157Z","url":"https://0.0.0.0:3000/mutants/1199","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1200,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":438,"endLine":438,"title":"Relational operator mutation at interpreter.cpp:438","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","mutatedCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() <= MAX_SCRIPT_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -438,1 +438,1 @@\n-    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n+    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() <= MAX_SCRIPT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.159Z","updatedAt":"2026-09-18T18:41:32.159Z","url":"https://0.0.0.0:3000/mutants/1200","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1201,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":438,"endLine":438,"title":"Logical operator mutation at interpreter.cpp:438","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","mutatedCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) || script.size() > MAX_SCRIPT_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -438,1 +438,1 @@\n-    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n+    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) || script.size() > MAX_SCRIPT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.161Z","updatedAt":"2026-09-18T18:41:32.161Z","url":"https://0.0.0.0:3000/mutants/1201","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1202,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":438,"endLine":438,"title":"Logical operator mutation at interpreter.cpp:438","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","mutatedCode":"    if ((sigversion == SigVersion::BASE && sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -438,1 +438,1 @@\n-    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n+    if ((sigversion == SigVersion::BASE && sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.162Z","updatedAt":"2026-09-18T18:41:32.162Z","url":"https://0.0.0.0:3000/mutants/1202","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1203,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":438,"endLine":438,"title":"Relational operator mutation at interpreter.cpp:438","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","mutatedCode":"    if ((sigversion != SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -438,1 +438,1 @@\n-    if ((sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n+    if ((sigversion != SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) && script.size() > MAX_SCRIPT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.165Z","updatedAt":"2026-09-18T18:41:32.165Z","url":"https://0.0.0.0:3000/mutants/1203","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1204,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":442,"endLine":442,"title":"Relational operator mutation at interpreter.cpp:442","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool fRequireMinimal = (flags & SCRIPT_VERIFY_MINIMALDATA) != 0;","mutatedCode":"    bool fRequireMinimal = (flags & SCRIPT_VERIFY_MINIMALDATA) == 0;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -442,1 +442,1 @@\n-    bool fRequireMinimal = (flags & SCRIPT_VERIFY_MINIMALDATA) != 0;\n+    bool fRequireMinimal = (flags & SCRIPT_VERIFY_MINIMALDATA) == 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.167Z","updatedAt":"2026-09-18T18:41:32.167Z","url":"https://0.0.0.0:3000/mutants/1204","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1205,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":444,"endLine":444,"title":"Constant replacement mutation at interpreter.cpp:444","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    execdata.m_codeseparator_pos = 0xFFFFFFFFUL;","mutatedCode":"    execdata.m_codeseparator_pos = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -444,1 +444,1 @@\n-    execdata.m_codeseparator_pos = 0xFFFFFFFFUL;\n+    execdata.m_codeseparator_pos = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.169Z","updatedAt":"2026-09-18T18:41:32.169Z","url":"https://0.0.0.0:3000/mutants/1205","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1206,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":444,"endLine":444,"title":"Constant replacement mutation at interpreter.cpp:444","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    execdata.m_codeseparator_pos = 0xFFFFFFFFUL;","mutatedCode":"    execdata.m_codeseparator_pos = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -444,1 +444,1 @@\n-    execdata.m_codeseparator_pos = 0xFFFFFFFFUL;\n+    execdata.m_codeseparator_pos = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.170Z","updatedAt":"2026-09-18T18:41:32.170Z","url":"https://0.0.0.0:3000/mutants/1206","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1207,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":445,"endLine":445,"title":"Constant replacement mutation at interpreter.cpp:445","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    execdata.m_codeseparator_pos_init = true;","mutatedCode":"    execdata.m_codeseparator_pos_init = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -445,1 +445,1 @@\n-    execdata.m_codeseparator_pos_init = true;\n+    execdata.m_codeseparator_pos_init = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.172Z","updatedAt":"2026-09-18T18:41:32.172Z","url":"https://0.0.0.0:3000/mutants/1207","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1208,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":449,"endLine":449,"title":"Relational operator mutation at interpreter.cpp:449","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (; pc < pend; ++opcode_pos) {","mutatedCode":"        for (; pc <= pend; ++opcode_pos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -449,1 +449,1 @@\n-        for (; pc < pend; ++opcode_pos) {\n+        for (; pc <= pend; ++opcode_pos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.174Z","updatedAt":"2026-09-18T18:41:32.174Z","url":"https://0.0.0.0:3000/mutants/1208","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1209,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":449,"endLine":449,"title":"Relational operator mutation at interpreter.cpp:449","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (; pc < pend; ++opcode_pos) {","mutatedCode":"        for (; pc > pend; ++opcode_pos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -449,1 +449,1 @@\n-        for (; pc < pend; ++opcode_pos) {\n+        for (; pc > pend; ++opcode_pos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.176Z","updatedAt":"2026-09-18T18:41:32.176Z","url":"https://0.0.0.0:3000/mutants/1209","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1210,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":449,"endLine":449,"title":"Relational operator mutation at interpreter.cpp:449","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (; pc < pend; ++opcode_pos) {","mutatedCode":"        for (; pc >= pend; ++opcode_pos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -449,1 +449,1 @@\n-        for (; pc < pend; ++opcode_pos) {\n+        for (; pc >= pend; ++opcode_pos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.178Z","updatedAt":"2026-09-18T18:41:32.178Z","url":"https://0.0.0.0:3000/mutants/1210","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1211,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":449,"endLine":449,"title":"Custom mutation at interpreter.cpp:449","description":null,"mutationOperator":"CUSTOM","originalCode":"        for (; pc < pend; ++opcode_pos) {","mutatedCode":"        for (; pc < pend; ++opcode_pos) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -449,1 +449,1 @@\n-        for (; pc < pend; ++opcode_pos) {\n+        for (; pc < pend; ++opcode_pos) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.180Z","updatedAt":"2026-09-18T18:41:32.180Z","url":"https://0.0.0.0:3000/mutants/1211","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1212,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":450,"endLine":450,"title":"Constant replacement mutation at interpreter.cpp:450","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            bool fExec = vfExec.all_true();","mutatedCode":"            bool fExec = vfExec.all_false();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -450,1 +450,1 @@\n-            bool fExec = vfExec.all_true();\n+            bool fExec = vfExec.all_false();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.182Z","updatedAt":"2026-09-18T18:41:32.182Z","url":"https://0.0.0.0:3000/mutants/1212","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1213,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":457,"endLine":457,"title":"Relational operator mutation at interpreter.cpp:457","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vchPushValue.size() > MAX_SCRIPT_ELEMENT_SIZE)","mutatedCode":"            if (vchPushValue.size() >= MAX_SCRIPT_ELEMENT_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -457,1 +457,1 @@\n-            if (vchPushValue.size() > MAX_SCRIPT_ELEMENT_SIZE)\n+            if (vchPushValue.size() >= MAX_SCRIPT_ELEMENT_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.184Z","updatedAt":"2026-09-18T18:41:32.184Z","url":"https://0.0.0.0:3000/mutants/1213","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1214,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":457,"endLine":457,"title":"Relational operator mutation at interpreter.cpp:457","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vchPushValue.size() > MAX_SCRIPT_ELEMENT_SIZE)","mutatedCode":"            if (vchPushValue.size() < MAX_SCRIPT_ELEMENT_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -457,1 +457,1 @@\n-            if (vchPushValue.size() > MAX_SCRIPT_ELEMENT_SIZE)\n+            if (vchPushValue.size() < MAX_SCRIPT_ELEMENT_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.186Z","updatedAt":"2026-09-18T18:41:32.186Z","url":"https://0.0.0.0:3000/mutants/1214","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1215,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":457,"endLine":457,"title":"Relational operator mutation at interpreter.cpp:457","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (vchPushValue.size() > MAX_SCRIPT_ELEMENT_SIZE)","mutatedCode":"            if (vchPushValue.size() <= MAX_SCRIPT_ELEMENT_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -457,1 +457,1 @@\n-            if (vchPushValue.size() > MAX_SCRIPT_ELEMENT_SIZE)\n+            if (vchPushValue.size() <= MAX_SCRIPT_ELEMENT_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.188Z","updatedAt":"2026-09-18T18:41:32.188Z","url":"https://0.0.0.0:3000/mutants/1215","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1216,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":460,"endLine":460,"title":"Logical operator mutation at interpreter.cpp:460","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"            if (sigversion == SigVersion::BASE && sigversion == SigVersion::WITNESS_V0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -460,1 +460,1 @@\n-            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {\n+            if (sigversion == SigVersion::BASE && sigversion == SigVersion::WITNESS_V0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.190Z","updatedAt":"2026-09-18T18:41:32.190Z","url":"https://0.0.0.0:3000/mutants/1216","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1217,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":460,"endLine":460,"title":"Relational operator mutation at interpreter.cpp:460","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"            if (sigversion != SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -460,1 +460,1 @@\n-            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {\n+            if (sigversion != SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.192Z","updatedAt":"2026-09-18T18:41:32.192Z","url":"https://0.0.0.0:3000/mutants/1217","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1218,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":460,"endLine":460,"title":"Conditional operator mutation at interpreter.cpp:460","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -460,1 +460,1 @@\n-            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.194Z","updatedAt":"2026-09-18T18:41:32.194Z","url":"https://0.0.0.0:3000/mutants/1218","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1219,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":460,"endLine":460,"title":"Conditional operator mutation at interpreter.cpp:460","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"            if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -460,1 +460,1 @@\n-            if (sigversion == SigVersion::BASE || sigversion == SigVersion::WITNESS_V0) {\n+            if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.196Z","updatedAt":"2026-09-18T18:41:32.196Z","url":"https://0.0.0.0:3000/mutants/1219","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1220,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":462,"endLine":462,"title":"Relational operator mutation at interpreter.cpp:462","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","mutatedCode":"                if (opcode >= OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -462,1 +462,1 @@\n-                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n+                if (opcode >= OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.198Z","updatedAt":"2026-09-18T18:41:32.198Z","url":"https://0.0.0.0:3000/mutants/1220","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1221,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":462,"endLine":462,"title":"Relational operator mutation at interpreter.cpp:462","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","mutatedCode":"                if (opcode < OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -462,1 +462,1 @@\n-                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n+                if (opcode < OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.200Z","updatedAt":"2026-09-18T18:41:32.200Z","url":"https://0.0.0.0:3000/mutants/1221","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1222,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":462,"endLine":462,"title":"Relational operator mutation at interpreter.cpp:462","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","mutatedCode":"                if (opcode <= OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -462,1 +462,1 @@\n-                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n+                if (opcode <= OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.202Z","updatedAt":"2026-09-18T18:41:32.202Z","url":"https://0.0.0.0:3000/mutants/1222","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1223,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":462,"endLine":462,"title":"Logical operator mutation at interpreter.cpp:462","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","mutatedCode":"                if (opcode > OP_16 || ++nOpCount > MAX_OPS_PER_SCRIPT) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -462,1 +462,1 @@\n-                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n+                if (opcode > OP_16 || ++nOpCount > MAX_OPS_PER_SCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.204Z","updatedAt":"2026-09-18T18:41:32.204Z","url":"https://0.0.0.0:3000/mutants/1223","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1224,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":462,"endLine":462,"title":"Conditional operator mutation at interpreter.cpp:462","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","mutatedCode":"                if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -462,1 +462,1 @@\n-                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n+                if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.206Z","updatedAt":"2026-09-18T18:41:32.206Z","url":"https://0.0.0.0:3000/mutants/1224","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1225,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":462,"endLine":462,"title":"Conditional operator mutation at interpreter.cpp:462","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {","mutatedCode":"                if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -462,1 +462,1 @@\n-                if (opcode > OP_16 && ++nOpCount > MAX_OPS_PER_SCRIPT) {\n+                if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.208Z","updatedAt":"2026-09-18T18:41:32.208Z","url":"https://0.0.0.0:3000/mutants/1225","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1226,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":467,"endLine":467,"title":"Logical operator mutation at interpreter.cpp:467","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (opcode == OP_CAT ||","mutatedCode":"            if (opcode == OP_CAT &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -467,1 +467,1 @@\n-            if (opcode == OP_CAT ||\n+            if (opcode == OP_CAT &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.210Z","updatedAt":"2026-09-18T18:41:32.210Z","url":"https://0.0.0.0:3000/mutants/1226","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1227,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":467,"endLine":467,"title":"Relational operator mutation at interpreter.cpp:467","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (opcode == OP_CAT ||","mutatedCode":"            if (opcode != OP_CAT ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -467,1 +467,1 @@\n-            if (opcode == OP_CAT ||\n+            if (opcode != OP_CAT ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.212Z","updatedAt":"2026-09-18T18:41:32.212Z","url":"https://0.0.0.0:3000/mutants/1227","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1228,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":468,"endLine":468,"title":"Logical operator mutation at interpreter.cpp:468","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_SUBSTR ||","mutatedCode":"                opcode == OP_SUBSTR &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -468,1 +468,1 @@\n-                opcode == OP_SUBSTR ||\n+                opcode == OP_SUBSTR &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.213Z","updatedAt":"2026-09-18T18:41:32.213Z","url":"https://0.0.0.0:3000/mutants/1228","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1229,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":468,"endLine":468,"title":"Relational operator mutation at interpreter.cpp:468","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_SUBSTR ||","mutatedCode":"                opcode != OP_SUBSTR ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -468,1 +468,1 @@\n-                opcode == OP_SUBSTR ||\n+                opcode != OP_SUBSTR ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.215Z","updatedAt":"2026-09-18T18:41:32.215Z","url":"https://0.0.0.0:3000/mutants/1229","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1230,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":469,"endLine":469,"title":"Logical operator mutation at interpreter.cpp:469","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_LEFT ||","mutatedCode":"                opcode == OP_LEFT &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -469,1 +469,1 @@\n-                opcode == OP_LEFT ||\n+                opcode == OP_LEFT &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.217Z","updatedAt":"2026-09-18T18:41:32.217Z","url":"https://0.0.0.0:3000/mutants/1230","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1231,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":469,"endLine":469,"title":"Relational operator mutation at interpreter.cpp:469","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_LEFT ||","mutatedCode":"                opcode != OP_LEFT ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -469,1 +469,1 @@\n-                opcode == OP_LEFT ||\n+                opcode != OP_LEFT ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.219Z","updatedAt":"2026-09-18T18:41:32.219Z","url":"https://0.0.0.0:3000/mutants/1231","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1232,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":470,"endLine":470,"title":"Logical operator mutation at interpreter.cpp:470","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_RIGHT ||","mutatedCode":"                opcode == OP_RIGHT &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -470,1 +470,1 @@\n-                opcode == OP_RIGHT ||\n+                opcode == OP_RIGHT &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.221Z","updatedAt":"2026-09-18T18:41:32.221Z","url":"https://0.0.0.0:3000/mutants/1232","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1233,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":470,"endLine":470,"title":"Relational operator mutation at interpreter.cpp:470","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_RIGHT ||","mutatedCode":"                opcode != OP_RIGHT ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -470,1 +470,1 @@\n-                opcode == OP_RIGHT ||\n+                opcode != OP_RIGHT ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.223Z","updatedAt":"2026-09-18T18:41:32.223Z","url":"https://0.0.0.0:3000/mutants/1233","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1234,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":471,"endLine":471,"title":"Logical operator mutation at interpreter.cpp:471","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_INVERT ||","mutatedCode":"                opcode == OP_INVERT &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -471,1 +471,1 @@\n-                opcode == OP_INVERT ||\n+                opcode == OP_INVERT &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.225Z","updatedAt":"2026-09-18T18:41:32.225Z","url":"https://0.0.0.0:3000/mutants/1234","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1235,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":471,"endLine":471,"title":"Relational operator mutation at interpreter.cpp:471","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_INVERT ||","mutatedCode":"                opcode != OP_INVERT ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -471,1 +471,1 @@\n-                opcode == OP_INVERT ||\n+                opcode != OP_INVERT ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.227Z","updatedAt":"2026-09-18T18:41:32.227Z","url":"https://0.0.0.0:3000/mutants/1235","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1236,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":472,"endLine":472,"title":"Logical operator mutation at interpreter.cpp:472","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_AND ||","mutatedCode":"                opcode == OP_AND &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -472,1 +472,1 @@\n-                opcode == OP_AND ||\n+                opcode == OP_AND &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.229Z","updatedAt":"2026-09-18T18:41:32.229Z","url":"https://0.0.0.0:3000/mutants/1236","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1237,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":472,"endLine":472,"title":"Relational operator mutation at interpreter.cpp:472","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_AND ||","mutatedCode":"                opcode != OP_AND ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -472,1 +472,1 @@\n-                opcode == OP_AND ||\n+                opcode != OP_AND ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.231Z","updatedAt":"2026-09-18T18:41:32.231Z","url":"https://0.0.0.0:3000/mutants/1237","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1238,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":473,"endLine":473,"title":"Logical operator mutation at interpreter.cpp:473","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_OR ||","mutatedCode":"                opcode == OP_OR &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -473,1 +473,1 @@\n-                opcode == OP_OR ||\n+                opcode == OP_OR &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.232Z","updatedAt":"2026-09-18T18:41:32.232Z","url":"https://0.0.0.0:3000/mutants/1238","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1239,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":473,"endLine":473,"title":"Relational operator mutation at interpreter.cpp:473","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_OR ||","mutatedCode":"                opcode != OP_OR ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -473,1 +473,1 @@\n-                opcode == OP_OR ||\n+                opcode != OP_OR ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.234Z","updatedAt":"2026-09-18T18:41:32.234Z","url":"https://0.0.0.0:3000/mutants/1239","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1240,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":474,"endLine":474,"title":"Logical operator mutation at interpreter.cpp:474","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_XOR ||","mutatedCode":"                opcode == OP_XOR &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -474,1 +474,1 @@\n-                opcode == OP_XOR ||\n+                opcode == OP_XOR &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.236Z","updatedAt":"2026-09-18T18:41:32.236Z","url":"https://0.0.0.0:3000/mutants/1240","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1241,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":474,"endLine":474,"title":"Relational operator mutation at interpreter.cpp:474","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_XOR ||","mutatedCode":"                opcode != OP_XOR ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -474,1 +474,1 @@\n-                opcode == OP_XOR ||\n+                opcode != OP_XOR ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.238Z","updatedAt":"2026-09-18T18:41:32.238Z","url":"https://0.0.0.0:3000/mutants/1241","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1242,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":475,"endLine":475,"title":"Logical operator mutation at interpreter.cpp:475","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_2MUL ||","mutatedCode":"                opcode == OP_2MUL &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -475,1 +475,1 @@\n-                opcode == OP_2MUL ||\n+                opcode == OP_2MUL &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.241Z","updatedAt":"2026-09-18T18:41:32.241Z","url":"https://0.0.0.0:3000/mutants/1242","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1243,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":475,"endLine":475,"title":"Relational operator mutation at interpreter.cpp:475","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_2MUL ||","mutatedCode":"                opcode != OP_2MUL ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -475,1 +475,1 @@\n-                opcode == OP_2MUL ||\n+                opcode != OP_2MUL ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.243Z","updatedAt":"2026-09-18T18:41:32.243Z","url":"https://0.0.0.0:3000/mutants/1243","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1244,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":476,"endLine":476,"title":"Logical operator mutation at interpreter.cpp:476","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_2DIV ||","mutatedCode":"                opcode == OP_2DIV &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -476,1 +476,1 @@\n-                opcode == OP_2DIV ||\n+                opcode == OP_2DIV &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.244Z","updatedAt":"2026-09-18T18:41:32.244Z","url":"https://0.0.0.0:3000/mutants/1244","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1245,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":476,"endLine":476,"title":"Relational operator mutation at interpreter.cpp:476","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_2DIV ||","mutatedCode":"                opcode != OP_2DIV ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -476,1 +476,1 @@\n-                opcode == OP_2DIV ||\n+                opcode != OP_2DIV ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.246Z","updatedAt":"2026-09-18T18:41:32.246Z","url":"https://0.0.0.0:3000/mutants/1245","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1246,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":477,"endLine":477,"title":"Logical operator mutation at interpreter.cpp:477","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_MUL ||","mutatedCode":"                opcode == OP_MUL &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -477,1 +477,1 @@\n-                opcode == OP_MUL ||\n+                opcode == OP_MUL &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.248Z","updatedAt":"2026-09-18T18:41:32.248Z","url":"https://0.0.0.0:3000/mutants/1246","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1247,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":477,"endLine":477,"title":"Relational operator mutation at interpreter.cpp:477","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_MUL ||","mutatedCode":"                opcode != OP_MUL ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -477,1 +477,1 @@\n-                opcode == OP_MUL ||\n+                opcode != OP_MUL ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.250Z","updatedAt":"2026-09-18T18:41:32.250Z","url":"https://0.0.0.0:3000/mutants/1247","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1248,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":478,"endLine":478,"title":"Logical operator mutation at interpreter.cpp:478","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_DIV ||","mutatedCode":"                opcode == OP_DIV &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -478,1 +478,1 @@\n-                opcode == OP_DIV ||\n+                opcode == OP_DIV &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.252Z","updatedAt":"2026-09-18T18:41:32.252Z","url":"https://0.0.0.0:3000/mutants/1248","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1249,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":478,"endLine":478,"title":"Relational operator mutation at interpreter.cpp:478","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_DIV ||","mutatedCode":"                opcode != OP_DIV ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -478,1 +478,1 @@\n-                opcode == OP_DIV ||\n+                opcode != OP_DIV ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.254Z","updatedAt":"2026-09-18T18:41:32.254Z","url":"https://0.0.0.0:3000/mutants/1249","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1250,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":479,"endLine":479,"title":"Logical operator mutation at interpreter.cpp:479","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_MOD ||","mutatedCode":"                opcode == OP_MOD &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -479,1 +479,1 @@\n-                opcode == OP_MOD ||\n+                opcode == OP_MOD &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.256Z","updatedAt":"2026-09-18T18:41:32.256Z","url":"https://0.0.0.0:3000/mutants/1250","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1251,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":479,"endLine":479,"title":"Relational operator mutation at interpreter.cpp:479","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_MOD ||","mutatedCode":"                opcode != OP_MOD ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -479,1 +479,1 @@\n-                opcode == OP_MOD ||\n+                opcode != OP_MOD ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.258Z","updatedAt":"2026-09-18T18:41:32.258Z","url":"https://0.0.0.0:3000/mutants/1251","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1252,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":480,"endLine":480,"title":"Logical operator mutation at interpreter.cpp:480","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                opcode == OP_LSHIFT ||","mutatedCode":"                opcode == OP_LSHIFT &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -480,1 +480,1 @@\n-                opcode == OP_LSHIFT ||\n+                opcode == OP_LSHIFT &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.260Z","updatedAt":"2026-09-18T18:41:32.260Z","url":"https://0.0.0.0:3000/mutants/1252","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1253,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":480,"endLine":480,"title":"Relational operator mutation at interpreter.cpp:480","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_LSHIFT ||","mutatedCode":"                opcode != OP_LSHIFT ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -480,1 +480,1 @@\n-                opcode == OP_LSHIFT ||\n+                opcode != OP_LSHIFT ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.262Z","updatedAt":"2026-09-18T18:41:32.262Z","url":"https://0.0.0.0:3000/mutants/1253","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1254,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":481,"endLine":481,"title":"Relational operator mutation at interpreter.cpp:481","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                opcode == OP_RSHIFT)","mutatedCode":"                opcode != OP_RSHIFT)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -481,1 +481,1 @@\n-                opcode == OP_RSHIFT)\n+                opcode != OP_RSHIFT)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.264Z","updatedAt":"2026-09-18T18:41:32.264Z","url":"https://0.0.0.0:3000/mutants/1254","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1255,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":485,"endLine":485,"title":"Logical operator mutation at interpreter.cpp:485","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR && sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","mutatedCode":"            if (opcode == OP_CODESEPARATOR || sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -485,1 +485,1 @@\n-            if (opcode == OP_CODESEPARATOR && sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n+            if (opcode == OP_CODESEPARATOR || sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.266Z","updatedAt":"2026-09-18T18:41:32.266Z","url":"https://0.0.0.0:3000/mutants/1255","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1256,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":485,"endLine":485,"title":"Relational operator mutation at interpreter.cpp:485","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR && sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","mutatedCode":"            if (opcode != OP_CODESEPARATOR && sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -485,1 +485,1 @@\n-            if (opcode == OP_CODESEPARATOR && sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n+            if (opcode != OP_CODESEPARATOR && sigversion == SigVersion::BASE && (flags & SCRIPT_VERIFY_CONST_SCRIPTCODE))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.268Z","updatedAt":"2026-09-18T18:41:32.268Z","url":"https://0.0.0.0:3000/mutants/1256","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1257,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":488,"endLine":488,"title":"Relational operator mutation at interpreter.cpp:488","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {","mutatedCode":"            if (fExec && 0 < opcode && opcode <= OP_PUSHDATA4) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -488,1 +488,1 @@\n-            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {\n+            if (fExec && 0 < opcode && opcode <= OP_PUSHDATA4) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.269Z","updatedAt":"2026-09-18T18:41:32.269Z","url":"https://0.0.0.0:3000/mutants/1257","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1258,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":488,"endLine":488,"title":"Relational operator mutation at interpreter.cpp:488","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {","mutatedCode":"            if (fExec && 0 >= opcode && opcode <= OP_PUSHDATA4) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -488,1 +488,1 @@\n-            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {\n+            if (fExec && 0 >= opcode && opcode <= OP_PUSHDATA4) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.271Z","updatedAt":"2026-09-18T18:41:32.271Z","url":"https://0.0.0.0:3000/mutants/1258","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1259,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":488,"endLine":488,"title":"Logical operator mutation at interpreter.cpp:488","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {","mutatedCode":"            if (fExec || 0 <= opcode && opcode <= OP_PUSHDATA4) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -488,1 +488,1 @@\n-            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {\n+            if (fExec || 0 <= opcode && opcode <= OP_PUSHDATA4) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.273Z","updatedAt":"2026-09-18T18:41:32.273Z","url":"https://0.0.0.0:3000/mutants/1259","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1260,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":488,"endLine":488,"title":"Conditional operator mutation at interpreter.cpp:488","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -488,1 +488,1 @@\n-            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.275Z","updatedAt":"2026-09-18T18:41:32.275Z","url":"https://0.0.0.0:3000/mutants/1260","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1261,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":488,"endLine":488,"title":"Conditional operator mutation at interpreter.cpp:488","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {","mutatedCode":"            if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -488,1 +488,1 @@\n-            if (fExec && 0 <= opcode && opcode <= OP_PUSHDATA4) {\n+            if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.277Z","updatedAt":"2026-09-18T18:41:32.277Z","url":"https://0.0.0.0:3000/mutants/1261","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1262,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":489,"endLine":489,"title":"Logical operator mutation at interpreter.cpp:489","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                if (fRequireMinimal && !CheckMinimalPush(vchPushValue, opcode)) {","mutatedCode":"                if (fRequireMinimal || !CheckMinimalPush(vchPushValue, opcode)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -489,1 +489,1 @@\n-                if (fRequireMinimal && !CheckMinimalPush(vchPushValue, opcode)) {\n+                if (fRequireMinimal || !CheckMinimalPush(vchPushValue, opcode)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.279Z","updatedAt":"2026-09-18T18:41:32.279Z","url":"https://0.0.0.0:3000/mutants/1262","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1263,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":492,"endLine":492,"title":"Statement deletion mutation at interpreter.cpp:492","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                stack.push_back(vchPushValue);","mutatedCode":"                // stack.push_back(vchPushValue);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -492,1 +492,1 @@\n-                stack.push_back(vchPushValue);\n+                // stack.push_back(vchPushValue);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.281Z","updatedAt":"2026-09-18T18:41:32.281Z","url":"https://0.0.0.0:3000/mutants/1263","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1264,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":493,"endLine":493,"title":"Relational operator mutation at interpreter.cpp:493","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))","mutatedCode":"            } else if (fExec || (OP_IF < opcode && opcode <= OP_ENDIF))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -493,1 +493,1 @@\n-            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))\n+            } else if (fExec || (OP_IF < opcode && opcode <= OP_ENDIF))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.283Z","updatedAt":"2026-09-18T18:41:32.283Z","url":"https://0.0.0.0:3000/mutants/1264","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1265,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":493,"endLine":493,"title":"Relational operator mutation at interpreter.cpp:493","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))","mutatedCode":"            } else if (fExec || (OP_IF >= opcode && opcode <= OP_ENDIF))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -493,1 +493,1 @@\n-            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))\n+            } else if (fExec || (OP_IF >= opcode && opcode <= OP_ENDIF))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.285Z","updatedAt":"2026-09-18T18:41:32.285Z","url":"https://0.0.0.0:3000/mutants/1265","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1266,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":493,"endLine":493,"title":"Logical operator mutation at interpreter.cpp:493","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))","mutatedCode":"            } else if (fExec || (OP_IF <= opcode || opcode <= OP_ENDIF))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -493,1 +493,1 @@\n-            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))\n+            } else if (fExec || (OP_IF <= opcode || opcode <= OP_ENDIF))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.287Z","updatedAt":"2026-09-18T18:41:32.287Z","url":"https://0.0.0.0:3000/mutants/1266","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1267,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":493,"endLine":493,"title":"Logical operator mutation at interpreter.cpp:493","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))","mutatedCode":"            } else if (fExec && (OP_IF <= opcode && opcode <= OP_ENDIF))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -493,1 +493,1 @@\n-            } else if (fExec || (OP_IF <= opcode && opcode <= OP_ENDIF))\n+            } else if (fExec && (OP_IF <= opcode && opcode <= OP_ENDIF))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.289Z","updatedAt":"2026-09-18T18:41:32.289Z","url":"https://0.0.0.0:3000/mutants/1267","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1268,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":518,"endLine":518,"title":"Arithmetic operator mutation at interpreter.cpp:518","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    CScriptNum bn((int)opcode - (int)(OP_1 - 1));","mutatedCode":"                    CScriptNum bn((int)opcode + (int)(OP_1 - 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -518,1 +518,1 @@\n-                    CScriptNum bn((int)opcode - (int)(OP_1 - 1));\n+                    CScriptNum bn((int)opcode + (int)(OP_1 - 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.290Z","updatedAt":"2026-09-18T18:41:32.290Z","url":"https://0.0.0.0:3000/mutants/1268","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1269,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":519,"endLine":519,"title":"Statement deletion mutation at interpreter.cpp:519","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(bn.getvch());","mutatedCode":"                    // stack.push_back(bn.getvch());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -519,1 +519,1 @@\n-                    stack.push_back(bn.getvch());\n+                    // stack.push_back(bn.getvch());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.293Z","updatedAt":"2026-09-18T18:41:32.293Z","url":"https://0.0.0.0:3000/mutants/1269","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1270,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":539,"endLine":539,"title":"Relational operator mutation at interpreter.cpp:539","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 1)","mutatedCode":"                    if (stack.size() <= 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -539,1 +539,1 @@\n-                    if (stack.size() < 1)\n+                    if (stack.size() <= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.294Z","updatedAt":"2026-09-18T18:41:32.294Z","url":"https://0.0.0.0:3000/mutants/1270","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1271,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":539,"endLine":539,"title":"Relational operator mutation at interpreter.cpp:539","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 1)","mutatedCode":"                    if (stack.size() > 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -539,1 +539,1 @@\n-                    if (stack.size() < 1)\n+                    if (stack.size() > 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.296Z","updatedAt":"2026-09-18T18:41:32.296Z","url":"https://0.0.0.0:3000/mutants/1271","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1272,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":539,"endLine":539,"title":"Relational operator mutation at interpreter.cpp:539","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 1)","mutatedCode":"                    if (stack.size() >= 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -539,1 +539,1 @@\n-                    if (stack.size() < 1)\n+                    if (stack.size() >= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.297Z","updatedAt":"2026-09-18T18:41:32.297Z","url":"https://0.0.0.0:3000/mutants/1272","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1273,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":556,"endLine":556,"title":"Constant replacement mutation at interpreter.cpp:556","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const CScriptNum nLockTime(stacktop(-1), fRequireMinimal, 5);","mutatedCode":"                    const CScriptNum nLockTime(stacktop(-1 - 1), fRequireMinimal, 5);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -556,1 +556,1 @@\n-                    const CScriptNum nLockTime(stacktop(-1), fRequireMinimal, 5);\n+                    const CScriptNum nLockTime(stacktop(-1 - 1), fRequireMinimal, 5);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.299Z","updatedAt":"2026-09-18T18:41:32.299Z","url":"https://0.0.0.0:3000/mutants/1273","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1274,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":556,"endLine":556,"title":"Constant replacement mutation at interpreter.cpp:556","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const CScriptNum nLockTime(stacktop(-1), fRequireMinimal, 5);","mutatedCode":"                    const CScriptNum nLockTime(stacktop(-1 + 1), fRequireMinimal, 5);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -556,1 +556,1 @@\n-                    const CScriptNum nLockTime(stacktop(-1), fRequireMinimal, 5);\n+                    const CScriptNum nLockTime(stacktop(-1 + 1), fRequireMinimal, 5);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.300Z","updatedAt":"2026-09-18T18:41:32.300Z","url":"https://0.0.0.0:3000/mutants/1274","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1275,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":561,"endLine":561,"title":"Relational operator mutation at interpreter.cpp:561","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nLockTime < 0)","mutatedCode":"                    if (nLockTime <= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -561,1 +561,1 @@\n-                    if (nLockTime < 0)\n+                    if (nLockTime <= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.302Z","updatedAt":"2026-09-18T18:41:32.302Z","url":"https://0.0.0.0:3000/mutants/1275","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1276,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":561,"endLine":561,"title":"Relational operator mutation at interpreter.cpp:561","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nLockTime < 0)","mutatedCode":"                    if (nLockTime > 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -561,1 +561,1 @@\n-                    if (nLockTime < 0)\n+                    if (nLockTime > 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.304Z","updatedAt":"2026-09-18T18:41:32.304Z","url":"https://0.0.0.0:3000/mutants/1276","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1277,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":561,"endLine":561,"title":"Relational operator mutation at interpreter.cpp:561","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nLockTime < 0)","mutatedCode":"                    if (nLockTime >= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -561,1 +561,1 @@\n-                    if (nLockTime < 0)\n+                    if (nLockTime >= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.305Z","updatedAt":"2026-09-18T18:41:32.305Z","url":"https://0.0.0.0:3000/mutants/1277","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1278,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":561,"endLine":561,"title":"Conditional operator mutation at interpreter.cpp:561","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nLockTime < 0)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -561,1 +561,1 @@\n-                    if (nLockTime < 0)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.307Z","updatedAt":"2026-09-18T18:41:32.307Z","url":"https://0.0.0.0:3000/mutants/1278","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1279,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":561,"endLine":561,"title":"Conditional operator mutation at interpreter.cpp:561","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nLockTime < 0)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -561,1 +561,1 @@\n-                    if (nLockTime < 0)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.308Z","updatedAt":"2026-09-18T18:41:32.308Z","url":"https://0.0.0.0:3000/mutants/1279","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1280,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":584,"endLine":584,"title":"Constant replacement mutation at interpreter.cpp:584","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const CScriptNum nSequence(stacktop(-1), fRequireMinimal, 5);","mutatedCode":"                    const CScriptNum nSequence(stacktop(-1 - 1), fRequireMinimal, 5);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -584,1 +584,1 @@\n-                    const CScriptNum nSequence(stacktop(-1), fRequireMinimal, 5);\n+                    const CScriptNum nSequence(stacktop(-1 - 1), fRequireMinimal, 5);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.310Z","updatedAt":"2026-09-18T18:41:32.310Z","url":"https://0.0.0.0:3000/mutants/1280","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1281,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":584,"endLine":584,"title":"Constant replacement mutation at interpreter.cpp:584","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const CScriptNum nSequence(stacktop(-1), fRequireMinimal, 5);","mutatedCode":"                    const CScriptNum nSequence(stacktop(-1 + 1), fRequireMinimal, 5);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -584,1 +584,1 @@\n-                    const CScriptNum nSequence(stacktop(-1), fRequireMinimal, 5);\n+                    const CScriptNum nSequence(stacktop(-1 + 1), fRequireMinimal, 5);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.312Z","updatedAt":"2026-09-18T18:41:32.312Z","url":"https://0.0.0.0:3000/mutants/1281","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1282,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":589,"endLine":589,"title":"Relational operator mutation at interpreter.cpp:589","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSequence < 0)","mutatedCode":"                    if (nSequence <= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -589,1 +589,1 @@\n-                    if (nSequence < 0)\n+                    if (nSequence <= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.320Z","updatedAt":"2026-09-18T18:41:32.320Z","url":"https://0.0.0.0:3000/mutants/1282","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1283,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":589,"endLine":589,"title":"Relational operator mutation at interpreter.cpp:589","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSequence < 0)","mutatedCode":"                    if (nSequence > 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -589,1 +589,1 @@\n-                    if (nSequence < 0)\n+                    if (nSequence > 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.324Z","updatedAt":"2026-09-18T18:41:32.324Z","url":"https://0.0.0.0:3000/mutants/1283","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1284,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":589,"endLine":589,"title":"Relational operator mutation at interpreter.cpp:589","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSequence < 0)","mutatedCode":"                    if (nSequence >= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -589,1 +589,1 @@\n-                    if (nSequence < 0)\n+                    if (nSequence >= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.326Z","updatedAt":"2026-09-18T18:41:32.326Z","url":"https://0.0.0.0:3000/mutants/1284","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1285,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":589,"endLine":589,"title":"Conditional operator mutation at interpreter.cpp:589","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nSequence < 0)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -589,1 +589,1 @@\n-                    if (nSequence < 0)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.328Z","updatedAt":"2026-09-18T18:41:32.328Z","url":"https://0.0.0.0:3000/mutants/1285","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1286,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":589,"endLine":589,"title":"Conditional operator mutation at interpreter.cpp:589","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nSequence < 0)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -589,1 +589,1 @@\n-                    if (nSequence < 0)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.330Z","updatedAt":"2026-09-18T18:41:32.330Z","url":"https://0.0.0.0:3000/mutants/1286","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1287,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":595,"endLine":595,"title":"Relational operator mutation at interpreter.cpp:595","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if ((nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) != 0)","mutatedCode":"                    if ((nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) == 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -595,1 +595,1 @@\n-                    if ((nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) != 0)\n+                    if ((nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) == 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.332Z","updatedAt":"2026-09-18T18:41:32.332Z","url":"https://0.0.0.0:3000/mutants/1287","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1288,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":608,"endLine":608,"title":"Conditional operator mutation at interpreter.cpp:608","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -608,1 +608,1 @@\n-                    if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.334Z","updatedAt":"2026-09-18T18:41:32.334Z","url":"https://0.0.0.0:3000/mutants/1288","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1289,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":608,"endLine":608,"title":"Conditional operator mutation at interpreter.cpp:608","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -608,1 +608,1 @@\n-                    if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.336Z","updatedAt":"2026-09-18T18:41:32.336Z","url":"https://0.0.0.0:3000/mutants/1289","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1290,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":617,"endLine":617,"title":"Constant replacement mutation at interpreter.cpp:617","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    bool fValue = false;","mutatedCode":"                    bool fValue = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -617,1 +617,1 @@\n-                    bool fValue = false;\n+                    bool fValue = true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.338Z","updatedAt":"2026-09-18T18:41:32.338Z","url":"https://0.0.0.0:3000/mutants/1290","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1291,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":618,"endLine":618,"title":"Conditional operator mutation at interpreter.cpp:618","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (fExec)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -618,1 +618,1 @@\n-                    if (fExec)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.339Z","updatedAt":"2026-09-18T18:41:32.339Z","url":"https://0.0.0.0:3000/mutants/1291","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1292,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":618,"endLine":618,"title":"Conditional operator mutation at interpreter.cpp:618","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (fExec)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -618,1 +618,1 @@\n-                    if (fExec)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.341Z","updatedAt":"2026-09-18T18:41:32.341Z","url":"https://0.0.0.0:3000/mutants/1292","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1293,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":622,"endLine":622,"title":"Constant replacement mutation at interpreter.cpp:622","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        valtype& vch = stacktop(-1);","mutatedCode":"                        valtype& vch = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -622,1 +622,1 @@\n-                        valtype& vch = stacktop(-1);\n+                        valtype& vch = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.343Z","updatedAt":"2026-09-18T18:41:32.343Z","url":"https://0.0.0.0:3000/mutants/1293","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1294,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":622,"endLine":622,"title":"Constant replacement mutation at interpreter.cpp:622","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        valtype& vch = stacktop(-1);","mutatedCode":"                        valtype& vch = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -622,1 +622,1 @@\n-                        valtype& vch = stacktop(-1);\n+                        valtype& vch = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.345Z","updatedAt":"2026-09-18T18:41:32.345Z","url":"https://0.0.0.0:3000/mutants/1294","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1295,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":624,"endLine":624,"title":"Relational operator mutation at interpreter.cpp:624","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (sigversion == SigVersion::TAPSCRIPT) {","mutatedCode":"                        if (sigversion != SigVersion::TAPSCRIPT) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -624,1 +624,1 @@\n-                        if (sigversion == SigVersion::TAPSCRIPT) {\n+                        if (sigversion != SigVersion::TAPSCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.347Z","updatedAt":"2026-09-18T18:41:32.347Z","url":"https://0.0.0.0:3000/mutants/1295","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1296,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":624,"endLine":624,"title":"Conditional operator mutation at interpreter.cpp:624","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (sigversion == SigVersion::TAPSCRIPT) {","mutatedCode":"                        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -624,1 +624,1 @@\n-                        if (sigversion == SigVersion::TAPSCRIPT) {\n+                        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.349Z","updatedAt":"2026-09-18T18:41:32.349Z","url":"https://0.0.0.0:3000/mutants/1296","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1297,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":624,"endLine":624,"title":"Conditional operator mutation at interpreter.cpp:624","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (sigversion == SigVersion::TAPSCRIPT) {","mutatedCode":"                        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -624,1 +624,1 @@\n-                        if (sigversion == SigVersion::TAPSCRIPT) {\n+                        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.351Z","updatedAt":"2026-09-18T18:41:32.351Z","url":"https://0.0.0.0:3000/mutants/1297","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1298,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Relational operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() >= 1 || (vch.size() == 1 && vch[0] != 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() >= 1 || (vch.size() == 1 && vch[0] != 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.354Z","updatedAt":"2026-09-18T18:41:32.354Z","url":"https://0.0.0.0:3000/mutants/1298","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1299,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Relational operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() < 1 || (vch.size() == 1 && vch[0] != 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() < 1 || (vch.size() == 1 && vch[0] != 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.356Z","updatedAt":"2026-09-18T18:41:32.356Z","url":"https://0.0.0.0:3000/mutants/1299","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1300,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Relational operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() <= 1 || (vch.size() == 1 && vch[0] != 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() <= 1 || (vch.size() == 1 && vch[0] != 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.358Z","updatedAt":"2026-09-18T18:41:32.358Z","url":"https://0.0.0.0:3000/mutants/1300","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1301,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Logical operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() > 1 || (vch.size() == 1 || vch[0] != 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() > 1 || (vch.size() == 1 || vch[0] != 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.359Z","updatedAt":"2026-09-18T18:41:32.359Z","url":"https://0.0.0.0:3000/mutants/1301","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1302,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Logical operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() > 1 && (vch.size() == 1 && vch[0] != 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() > 1 && (vch.size() == 1 && vch[0] != 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.361Z","updatedAt":"2026-09-18T18:41:32.361Z","url":"https://0.0.0.0:3000/mutants/1302","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1303,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Relational operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() > 1 || (vch.size() != 1 && vch[0] != 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() > 1 || (vch.size() != 1 && vch[0] != 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.363Z","updatedAt":"2026-09-18T18:41:32.363Z","url":"https://0.0.0.0:3000/mutants/1303","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1304,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":627,"endLine":627,"title":"Relational operator mutation at interpreter.cpp:627","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {","mutatedCode":"                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] == 1)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -627,1 +627,1 @@\n-                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] != 1)) {\n+                            if (vch.size() > 1 || (vch.size() == 1 && vch[0] == 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.365Z","updatedAt":"2026-09-18T18:41:32.365Z","url":"https://0.0.0.0:3000/mutants/1304","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1305,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":632,"endLine":632,"title":"Logical operator mutation at interpreter.cpp:632","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                        if (sigversion == SigVersion::WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) {","mutatedCode":"                        if (sigversion == SigVersion::WITNESS_V0 || (flags & SCRIPT_VERIFY_MINIMALIF)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -632,1 +632,1 @@\n-                        if (sigversion == SigVersion::WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) {\n+                        if (sigversion == SigVersion::WITNESS_V0 || (flags & SCRIPT_VERIFY_MINIMALIF)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.367Z","updatedAt":"2026-09-18T18:41:32.367Z","url":"https://0.0.0.0:3000/mutants/1305","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1306,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":632,"endLine":632,"title":"Relational operator mutation at interpreter.cpp:632","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (sigversion == SigVersion::WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) {","mutatedCode":"                        if (sigversion != SigVersion::WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -632,1 +632,1 @@\n-                        if (sigversion == SigVersion::WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) {\n+                        if (sigversion != SigVersion::WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.369Z","updatedAt":"2026-09-18T18:41:32.369Z","url":"https://0.0.0.0:3000/mutants/1306","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1307,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":633,"endLine":633,"title":"Relational operator mutation at interpreter.cpp:633","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1)","mutatedCode":"                            if (vch.size() >= 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -633,1 +633,1 @@\n-                            if (vch.size() > 1)\n+                            if (vch.size() >= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.370Z","updatedAt":"2026-09-18T18:41:32.370Z","url":"https://0.0.0.0:3000/mutants/1307","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1308,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":633,"endLine":633,"title":"Relational operator mutation at interpreter.cpp:633","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1)","mutatedCode":"                            if (vch.size() < 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -633,1 +633,1 @@\n-                            if (vch.size() > 1)\n+                            if (vch.size() < 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.372Z","updatedAt":"2026-09-18T18:41:32.372Z","url":"https://0.0.0.0:3000/mutants/1308","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1309,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":633,"endLine":633,"title":"Relational operator mutation at interpreter.cpp:633","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() > 1)","mutatedCode":"                            if (vch.size() <= 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -633,1 +633,1 @@\n-                            if (vch.size() > 1)\n+                            if (vch.size() <= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.374Z","updatedAt":"2026-09-18T18:41:32.374Z","url":"https://0.0.0.0:3000/mutants/1309","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1310,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":635,"endLine":635,"title":"Logical operator mutation at interpreter.cpp:635","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                            if (vch.size() == 1 && vch[0] != 1)","mutatedCode":"                            if (vch.size() == 1 || vch[0] != 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -635,1 +635,1 @@\n-                            if (vch.size() == 1 && vch[0] != 1)\n+                            if (vch.size() == 1 || vch[0] != 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.375Z","updatedAt":"2026-09-18T18:41:32.375Z","url":"https://0.0.0.0:3000/mutants/1310","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1311,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":635,"endLine":635,"title":"Relational operator mutation at interpreter.cpp:635","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() == 1 && vch[0] != 1)","mutatedCode":"                            if (vch.size() != 1 && vch[0] != 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -635,1 +635,1 @@\n-                            if (vch.size() == 1 && vch[0] != 1)\n+                            if (vch.size() != 1 && vch[0] != 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.377Z","updatedAt":"2026-09-18T18:41:32.377Z","url":"https://0.0.0.0:3000/mutants/1311","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1312,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":635,"endLine":635,"title":"Relational operator mutation at interpreter.cpp:635","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                            if (vch.size() == 1 && vch[0] != 1)","mutatedCode":"                            if (vch.size() == 1 && vch[0] == 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -635,1 +635,1 @@\n-                            if (vch.size() == 1 && vch[0] != 1)\n+                            if (vch.size() == 1 && vch[0] == 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.379Z","updatedAt":"2026-09-18T18:41:32.379Z","url":"https://0.0.0.0:3000/mutants/1312","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1313,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":639,"endLine":639,"title":"Relational operator mutation at interpreter.cpp:639","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (opcode == OP_NOTIF)","mutatedCode":"                        if (opcode != OP_NOTIF)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -639,1 +639,1 @@\n-                        if (opcode == OP_NOTIF)\n+                        if (opcode != OP_NOTIF)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.381Z","updatedAt":"2026-09-18T18:41:32.381Z","url":"https://0.0.0.0:3000/mutants/1313","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1314,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":639,"endLine":639,"title":"Conditional operator mutation at interpreter.cpp:639","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (opcode == OP_NOTIF)","mutatedCode":"                        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -639,1 +639,1 @@\n-                        if (opcode == OP_NOTIF)\n+                        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.382Z","updatedAt":"2026-09-18T18:41:32.382Z","url":"https://0.0.0.0:3000/mutants/1314","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1315,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":639,"endLine":639,"title":"Conditional operator mutation at interpreter.cpp:639","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (opcode == OP_NOTIF)","mutatedCode":"                        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -639,1 +639,1 @@\n-                        if (opcode == OP_NOTIF)\n+                        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.384Z","updatedAt":"2026-09-18T18:41:32.384Z","url":"https://0.0.0.0:3000/mutants/1315","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1316,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":641,"endLine":641,"title":"Statement deletion mutation at interpreter.cpp:641","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        popstack(stack);","mutatedCode":"                        // popstack(stack);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -641,1 +641,1 @@\n-                        popstack(stack);\n+                        // popstack(stack);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.385Z","updatedAt":"2026-09-18T18:41:32.385Z","url":"https://0.0.0.0:3000/mutants/1316","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1317,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":643,"endLine":643,"title":"Statement deletion mutation at interpreter.cpp:643","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    vfExec.push_back(fValue);","mutatedCode":"                    // vfExec.push_back(fValue);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -643,1 +643,1 @@\n-                    vfExec.push_back(fValue);\n+                    // vfExec.push_back(fValue);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.387Z","updatedAt":"2026-09-18T18:41:32.387Z","url":"https://0.0.0.0:3000/mutants/1317","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1318,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":651,"endLine":651,"title":"Statement deletion mutation at interpreter.cpp:651","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    vfExec.toggle_top();","mutatedCode":"                    // vfExec.toggle_top();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -651,1 +651,1 @@\n-                    vfExec.toggle_top();\n+                    // vfExec.toggle_top();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.388Z","updatedAt":"2026-09-18T18:41:32.388Z","url":"https://0.0.0.0:3000/mutants/1318","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1319,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":659,"endLine":659,"title":"Statement deletion mutation at interpreter.cpp:659","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    vfExec.pop_back();","mutatedCode":"                    // vfExec.pop_back();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -659,1 +659,1 @@\n-                    vfExec.pop_back();\n+                    // vfExec.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.390Z","updatedAt":"2026-09-18T18:41:32.390Z","url":"https://0.0.0.0:3000/mutants/1319","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1320,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":669,"endLine":669,"title":"Constant replacement mutation at interpreter.cpp:669","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    bool fValue = CastToBool(stacktop(-1));","mutatedCode":"                    bool fValue = CastToBool(stacktop(-1 - 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -669,1 +669,1 @@\n-                    bool fValue = CastToBool(stacktop(-1));\n+                    bool fValue = CastToBool(stacktop(-1 - 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.391Z","updatedAt":"2026-09-18T18:41:32.391Z","url":"https://0.0.0.0:3000/mutants/1320","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1321,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":669,"endLine":669,"title":"Constant replacement mutation at interpreter.cpp:669","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    bool fValue = CastToBool(stacktop(-1));","mutatedCode":"                    bool fValue = CastToBool(stacktop(-1 + 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -669,1 +669,1 @@\n-                    bool fValue = CastToBool(stacktop(-1));\n+                    bool fValue = CastToBool(stacktop(-1 + 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.393Z","updatedAt":"2026-09-18T18:41:32.393Z","url":"https://0.0.0.0:3000/mutants/1321","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1322,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":670,"endLine":670,"title":"Conditional operator mutation at interpreter.cpp:670","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (fValue)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -670,1 +670,1 @@\n-                    if (fValue)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.394Z","updatedAt":"2026-09-18T18:41:32.394Z","url":"https://0.0.0.0:3000/mutants/1322","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1323,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":670,"endLine":670,"title":"Conditional operator mutation at interpreter.cpp:670","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (fValue)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -670,1 +670,1 @@\n-                    if (fValue)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.396Z","updatedAt":"2026-09-18T18:41:32.396Z","url":"https://0.0.0.0:3000/mutants/1323","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1324,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":691,"endLine":691,"title":"Constant replacement mutation at interpreter.cpp:691","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    altstack.push_back(stacktop(-1));","mutatedCode":"                    altstack.push_back(stacktop(-1 - 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -691,1 +691,1 @@\n-                    altstack.push_back(stacktop(-1));\n+                    altstack.push_back(stacktop(-1 - 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.398Z","updatedAt":"2026-09-18T18:41:32.398Z","url":"https://0.0.0.0:3000/mutants/1324","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1325,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":691,"endLine":691,"title":"Constant replacement mutation at interpreter.cpp:691","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    altstack.push_back(stacktop(-1));","mutatedCode":"                    altstack.push_back(stacktop(-1 + 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -691,1 +691,1 @@\n-                    altstack.push_back(stacktop(-1));\n+                    altstack.push_back(stacktop(-1 + 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.400Z","updatedAt":"2026-09-18T18:41:32.400Z","url":"https://0.0.0.0:3000/mutants/1325","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1326,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":691,"endLine":691,"title":"Statement deletion mutation at interpreter.cpp:691","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    altstack.push_back(stacktop(-1));","mutatedCode":"                    // altstack.push_back(stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -691,1 +691,1 @@\n-                    altstack.push_back(stacktop(-1));\n+                    // altstack.push_back(stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.402Z","updatedAt":"2026-09-18T18:41:32.402Z","url":"https://0.0.0.0:3000/mutants/1326","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1327,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":698,"endLine":698,"title":"Relational operator mutation at interpreter.cpp:698","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (altstack.size() < 1)","mutatedCode":"                    if (altstack.size() <= 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -698,1 +698,1 @@\n-                    if (altstack.size() < 1)\n+                    if (altstack.size() <= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.404Z","updatedAt":"2026-09-18T18:41:32.404Z","url":"https://0.0.0.0:3000/mutants/1327","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1328,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":698,"endLine":698,"title":"Relational operator mutation at interpreter.cpp:698","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (altstack.size() < 1)","mutatedCode":"                    if (altstack.size() > 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -698,1 +698,1 @@\n-                    if (altstack.size() < 1)\n+                    if (altstack.size() > 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.406Z","updatedAt":"2026-09-18T18:41:32.406Z","url":"https://0.0.0.0:3000/mutants/1328","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1329,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":698,"endLine":698,"title":"Relational operator mutation at interpreter.cpp:698","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (altstack.size() < 1)","mutatedCode":"                    if (altstack.size() >= 1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -698,1 +698,1 @@\n-                    if (altstack.size() < 1)\n+                    if (altstack.size() >= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.407Z","updatedAt":"2026-09-18T18:41:32.407Z","url":"https://0.0.0.0:3000/mutants/1329","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1330,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":700,"endLine":700,"title":"Constant replacement mutation at interpreter.cpp:700","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    stack.push_back(altstacktop(-1));","mutatedCode":"                    stack.push_back(altstacktop(-1 - 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -700,1 +700,1 @@\n-                    stack.push_back(altstacktop(-1));\n+                    stack.push_back(altstacktop(-1 - 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.409Z","updatedAt":"2026-09-18T18:41:32.409Z","url":"https://0.0.0.0:3000/mutants/1330","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1331,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":700,"endLine":700,"title":"Constant replacement mutation at interpreter.cpp:700","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    stack.push_back(altstacktop(-1));","mutatedCode":"                    stack.push_back(altstacktop(-1 + 1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -700,1 +700,1 @@\n-                    stack.push_back(altstacktop(-1));\n+                    stack.push_back(altstacktop(-1 + 1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.411Z","updatedAt":"2026-09-18T18:41:32.411Z","url":"https://0.0.0.0:3000/mutants/1331","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1332,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":700,"endLine":700,"title":"Statement deletion mutation at interpreter.cpp:700","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(altstacktop(-1));","mutatedCode":"                    // stack.push_back(altstacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -700,1 +700,1 @@\n-                    stack.push_back(altstacktop(-1));\n+                    // stack.push_back(altstacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.413Z","updatedAt":"2026-09-18T18:41:32.413Z","url":"https://0.0.0.0:3000/mutants/1332","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1333,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":701,"endLine":701,"title":"Statement deletion mutation at interpreter.cpp:701","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    popstack(altstack);","mutatedCode":"                    // popstack(altstack);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -701,1 +701,1 @@\n-                    popstack(altstack);\n+                    // popstack(altstack);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.415Z","updatedAt":"2026-09-18T18:41:32.415Z","url":"https://0.0.0.0:3000/mutants/1333","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1334,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":708,"endLine":708,"title":"Relational operator mutation at interpreter.cpp:708","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 2)","mutatedCode":"                    if (stack.size() <= 2)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -708,1 +708,1 @@\n-                    if (stack.size() < 2)\n+                    if (stack.size() <= 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.417Z","updatedAt":"2026-09-18T18:41:32.417Z","url":"https://0.0.0.0:3000/mutants/1334","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1335,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":708,"endLine":708,"title":"Relational operator mutation at interpreter.cpp:708","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 2)","mutatedCode":"                    if (stack.size() > 2)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -708,1 +708,1 @@\n-                    if (stack.size() < 2)\n+                    if (stack.size() > 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.418Z","updatedAt":"2026-09-18T18:41:32.418Z","url":"https://0.0.0.0:3000/mutants/1335","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1336,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":708,"endLine":708,"title":"Relational operator mutation at interpreter.cpp:708","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 2)","mutatedCode":"                    if (stack.size() >= 2)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -708,1 +708,1 @@\n-                    if (stack.size() < 2)\n+                    if (stack.size() >= 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.420Z","updatedAt":"2026-09-18T18:41:32.420Z","url":"https://0.0.0.0:3000/mutants/1336","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1337,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":720,"endLine":720,"title":"Constant replacement mutation at interpreter.cpp:720","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-2);","mutatedCode":"                    valtype vch1 = stacktop(-2 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -720,1 +720,1 @@\n-                    valtype vch1 = stacktop(-2);\n+                    valtype vch1 = stacktop(-2 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.422Z","updatedAt":"2026-09-18T18:41:32.422Z","url":"https://0.0.0.0:3000/mutants/1337","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1338,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":720,"endLine":720,"title":"Constant replacement mutation at interpreter.cpp:720","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-2);","mutatedCode":"                    valtype vch1 = stacktop(-2 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -720,1 +720,1 @@\n-                    valtype vch1 = stacktop(-2);\n+                    valtype vch1 = stacktop(-2 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.423Z","updatedAt":"2026-09-18T18:41:32.423Z","url":"https://0.0.0.0:3000/mutants/1338","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1339,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":721,"endLine":721,"title":"Constant replacement mutation at interpreter.cpp:721","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-1);","mutatedCode":"                    valtype vch2 = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -721,1 +721,1 @@\n-                    valtype vch2 = stacktop(-1);\n+                    valtype vch2 = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.425Z","updatedAt":"2026-09-18T18:41:32.425Z","url":"https://0.0.0.0:3000/mutants/1339","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1340,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":721,"endLine":721,"title":"Constant replacement mutation at interpreter.cpp:721","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-1);","mutatedCode":"                    valtype vch2 = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -721,1 +721,1 @@\n-                    valtype vch2 = stacktop(-1);\n+                    valtype vch2 = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.427Z","updatedAt":"2026-09-18T18:41:32.427Z","url":"https://0.0.0.0:3000/mutants/1340","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1341,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":722,"endLine":722,"title":"Statement deletion mutation at interpreter.cpp:722","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(vch1);","mutatedCode":"                    // stack.push_back(vch1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -722,1 +722,1 @@\n-                    stack.push_back(vch1);\n+                    // stack.push_back(vch1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.429Z","updatedAt":"2026-09-18T18:41:32.429Z","url":"https://0.0.0.0:3000/mutants/1341","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1342,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":723,"endLine":723,"title":"Statement deletion mutation at interpreter.cpp:723","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(vch2);","mutatedCode":"                    // stack.push_back(vch2);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -723,1 +723,1 @@\n-                    stack.push_back(vch2);\n+                    // stack.push_back(vch2);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.431Z","updatedAt":"2026-09-18T18:41:32.431Z","url":"https://0.0.0.0:3000/mutants/1342","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1343,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":730,"endLine":730,"title":"Relational operator mutation at interpreter.cpp:730","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 3)","mutatedCode":"                    if (stack.size() <= 3)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -730,1 +730,1 @@\n-                    if (stack.size() < 3)\n+                    if (stack.size() <= 3)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.432Z","updatedAt":"2026-09-18T18:41:32.432Z","url":"https://0.0.0.0:3000/mutants/1343","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1344,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":730,"endLine":730,"title":"Relational operator mutation at interpreter.cpp:730","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 3)","mutatedCode":"                    if (stack.size() > 3)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -730,1 +730,1 @@\n-                    if (stack.size() < 3)\n+                    if (stack.size() > 3)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.434Z","updatedAt":"2026-09-18T18:41:32.434Z","url":"https://0.0.0.0:3000/mutants/1344","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1345,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":730,"endLine":730,"title":"Relational operator mutation at interpreter.cpp:730","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 3)","mutatedCode":"                    if (stack.size() >= 3)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -730,1 +730,1 @@\n-                    if (stack.size() < 3)\n+                    if (stack.size() >= 3)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.435Z","updatedAt":"2026-09-18T18:41:32.435Z","url":"https://0.0.0.0:3000/mutants/1345","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1346,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":732,"endLine":732,"title":"Constant replacement mutation at interpreter.cpp:732","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-3);","mutatedCode":"                    valtype vch1 = stacktop(-3 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -732,1 +732,1 @@\n-                    valtype vch1 = stacktop(-3);\n+                    valtype vch1 = stacktop(-3 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.437Z","updatedAt":"2026-09-18T18:41:32.437Z","url":"https://0.0.0.0:3000/mutants/1346","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1347,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":732,"endLine":732,"title":"Constant replacement mutation at interpreter.cpp:732","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-3);","mutatedCode":"                    valtype vch1 = stacktop(-3 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -732,1 +732,1 @@\n-                    valtype vch1 = stacktop(-3);\n+                    valtype vch1 = stacktop(-3 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.438Z","updatedAt":"2026-09-18T18:41:32.438Z","url":"https://0.0.0.0:3000/mutants/1347","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1348,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":733,"endLine":733,"title":"Constant replacement mutation at interpreter.cpp:733","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-2);","mutatedCode":"                    valtype vch2 = stacktop(-2 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -733,1 +733,1 @@\n-                    valtype vch2 = stacktop(-2);\n+                    valtype vch2 = stacktop(-2 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.440Z","updatedAt":"2026-09-18T18:41:32.440Z","url":"https://0.0.0.0:3000/mutants/1348","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1349,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":733,"endLine":733,"title":"Constant replacement mutation at interpreter.cpp:733","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-2);","mutatedCode":"                    valtype vch2 = stacktop(-2 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -733,1 +733,1 @@\n-                    valtype vch2 = stacktop(-2);\n+                    valtype vch2 = stacktop(-2 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.442Z","updatedAt":"2026-09-18T18:41:32.442Z","url":"https://0.0.0.0:3000/mutants/1349","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1350,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":734,"endLine":734,"title":"Constant replacement mutation at interpreter.cpp:734","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch3 = stacktop(-1);","mutatedCode":"                    valtype vch3 = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -734,1 +734,1 @@\n-                    valtype vch3 = stacktop(-1);\n+                    valtype vch3 = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.443Z","updatedAt":"2026-09-18T18:41:32.443Z","url":"https://0.0.0.0:3000/mutants/1350","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1351,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":734,"endLine":734,"title":"Constant replacement mutation at interpreter.cpp:734","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch3 = stacktop(-1);","mutatedCode":"                    valtype vch3 = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -734,1 +734,1 @@\n-                    valtype vch3 = stacktop(-1);\n+                    valtype vch3 = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.445Z","updatedAt":"2026-09-18T18:41:32.445Z","url":"https://0.0.0.0:3000/mutants/1351","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1352,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":737,"endLine":737,"title":"Statement deletion mutation at interpreter.cpp:737","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(vch3);","mutatedCode":"                    // stack.push_back(vch3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -737,1 +737,1 @@\n-                    stack.push_back(vch3);\n+                    // stack.push_back(vch3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.447Z","updatedAt":"2026-09-18T18:41:32.447Z","url":"https://0.0.0.0:3000/mutants/1352","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1353,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":744,"endLine":744,"title":"Relational operator mutation at interpreter.cpp:744","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 4)","mutatedCode":"                    if (stack.size() <= 4)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -744,1 +744,1 @@\n-                    if (stack.size() < 4)\n+                    if (stack.size() <= 4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.449Z","updatedAt":"2026-09-18T18:41:32.449Z","url":"https://0.0.0.0:3000/mutants/1353","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1354,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":744,"endLine":744,"title":"Relational operator mutation at interpreter.cpp:744","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 4)","mutatedCode":"                    if (stack.size() > 4)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -744,1 +744,1 @@\n-                    if (stack.size() < 4)\n+                    if (stack.size() > 4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.451Z","updatedAt":"2026-09-18T18:41:32.451Z","url":"https://0.0.0.0:3000/mutants/1354","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1355,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":744,"endLine":744,"title":"Relational operator mutation at interpreter.cpp:744","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 4)","mutatedCode":"                    if (stack.size() >= 4)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -744,1 +744,1 @@\n-                    if (stack.size() < 4)\n+                    if (stack.size() >= 4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.453Z","updatedAt":"2026-09-18T18:41:32.453Z","url":"https://0.0.0.0:3000/mutants/1355","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1356,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":746,"endLine":746,"title":"Constant replacement mutation at interpreter.cpp:746","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-4);","mutatedCode":"                    valtype vch1 = stacktop(-4 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -746,1 +746,1 @@\n-                    valtype vch1 = stacktop(-4);\n+                    valtype vch1 = stacktop(-4 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.455Z","updatedAt":"2026-09-18T18:41:32.455Z","url":"https://0.0.0.0:3000/mutants/1356","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1357,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":746,"endLine":746,"title":"Constant replacement mutation at interpreter.cpp:746","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-4);","mutatedCode":"                    valtype vch1 = stacktop(-4 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -746,1 +746,1 @@\n-                    valtype vch1 = stacktop(-4);\n+                    valtype vch1 = stacktop(-4 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.457Z","updatedAt":"2026-09-18T18:41:32.457Z","url":"https://0.0.0.0:3000/mutants/1357","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1358,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":747,"endLine":747,"title":"Constant replacement mutation at interpreter.cpp:747","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-3);","mutatedCode":"                    valtype vch2 = stacktop(-3 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -747,1 +747,1 @@\n-                    valtype vch2 = stacktop(-3);\n+                    valtype vch2 = stacktop(-3 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.458Z","updatedAt":"2026-09-18T18:41:32.458Z","url":"https://0.0.0.0:3000/mutants/1358","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1359,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":747,"endLine":747,"title":"Constant replacement mutation at interpreter.cpp:747","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-3);","mutatedCode":"                    valtype vch2 = stacktop(-3 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -747,1 +747,1 @@\n-                    valtype vch2 = stacktop(-3);\n+                    valtype vch2 = stacktop(-3 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.461Z","updatedAt":"2026-09-18T18:41:32.461Z","url":"https://0.0.0.0:3000/mutants/1359","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1360,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":756,"endLine":756,"title":"Relational operator mutation at interpreter.cpp:756","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 6)","mutatedCode":"                    if (stack.size() <= 6)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -756,1 +756,1 @@\n-                    if (stack.size() < 6)\n+                    if (stack.size() <= 6)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.463Z","updatedAt":"2026-09-18T18:41:32.463Z","url":"https://0.0.0.0:3000/mutants/1360","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1361,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":756,"endLine":756,"title":"Relational operator mutation at interpreter.cpp:756","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 6)","mutatedCode":"                    if (stack.size() > 6)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -756,1 +756,1 @@\n-                    if (stack.size() < 6)\n+                    if (stack.size() > 6)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.466Z","updatedAt":"2026-09-18T18:41:32.466Z","url":"https://0.0.0.0:3000/mutants/1361","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1362,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":756,"endLine":756,"title":"Relational operator mutation at interpreter.cpp:756","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (stack.size() < 6)","mutatedCode":"                    if (stack.size() >= 6)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -756,1 +756,1 @@\n-                    if (stack.size() < 6)\n+                    if (stack.size() >= 6)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.467Z","updatedAt":"2026-09-18T18:41:32.467Z","url":"https://0.0.0.0:3000/mutants/1362","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1363,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":758,"endLine":758,"title":"Constant replacement mutation at interpreter.cpp:758","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-6);","mutatedCode":"                    valtype vch1 = stacktop(-6 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -758,1 +758,1 @@\n-                    valtype vch1 = stacktop(-6);\n+                    valtype vch1 = stacktop(-6 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.469Z","updatedAt":"2026-09-18T18:41:32.469Z","url":"https://0.0.0.0:3000/mutants/1363","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1364,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":758,"endLine":758,"title":"Constant replacement mutation at interpreter.cpp:758","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch1 = stacktop(-6);","mutatedCode":"                    valtype vch1 = stacktop(-6 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -758,1 +758,1 @@\n-                    valtype vch1 = stacktop(-6);\n+                    valtype vch1 = stacktop(-6 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.471Z","updatedAt":"2026-09-18T18:41:32.471Z","url":"https://0.0.0.0:3000/mutants/1364","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1365,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":759,"endLine":759,"title":"Constant replacement mutation at interpreter.cpp:759","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-5);","mutatedCode":"                    valtype vch2 = stacktop(-5 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -759,1 +759,1 @@\n-                    valtype vch2 = stacktop(-5);\n+                    valtype vch2 = stacktop(-5 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.473Z","updatedAt":"2026-09-18T18:41:32.473Z","url":"https://0.0.0.0:3000/mutants/1365","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1366,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":759,"endLine":759,"title":"Constant replacement mutation at interpreter.cpp:759","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch2 = stacktop(-5);","mutatedCode":"                    valtype vch2 = stacktop(-5 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -759,1 +759,1 @@\n-                    valtype vch2 = stacktop(-5);\n+                    valtype vch2 = stacktop(-5 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.474Z","updatedAt":"2026-09-18T18:41:32.474Z","url":"https://0.0.0.0:3000/mutants/1366","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1367,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":760,"endLine":760,"title":"Statement deletion mutation at interpreter.cpp:760","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.erase(stack.end()-6, stack.end()-4);","mutatedCode":"                    // stack.erase(stack.end()-6, stack.end()-4);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -760,1 +760,1 @@\n-                    stack.erase(stack.end()-6, stack.end()-4);\n+                    // stack.erase(stack.end()-6, stack.end()-4);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.476Z","updatedAt":"2026-09-18T18:41:32.476Z","url":"https://0.0.0.0:3000/mutants/1367","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1368,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":771,"endLine":771,"title":"Constant replacement mutation at interpreter.cpp:771","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-4), stacktop(-2));","mutatedCode":"                    swap(stacktop(-4 - 1), stacktop(-2));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -771,1 +771,1 @@\n-                    swap(stacktop(-4), stacktop(-2));\n+                    swap(stacktop(-4 - 1), stacktop(-2));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.478Z","updatedAt":"2026-09-18T18:41:32.478Z","url":"https://0.0.0.0:3000/mutants/1368","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1369,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":771,"endLine":771,"title":"Constant replacement mutation at interpreter.cpp:771","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-4), stacktop(-2));","mutatedCode":"                    swap(stacktop(-4 + 1), stacktop(-2));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -771,1 +771,1 @@\n-                    swap(stacktop(-4), stacktop(-2));\n+                    swap(stacktop(-4 + 1), stacktop(-2));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.479Z","updatedAt":"2026-09-18T18:41:32.479Z","url":"https://0.0.0.0:3000/mutants/1369","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1370,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":771,"endLine":771,"title":"Statement deletion mutation at interpreter.cpp:771","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    swap(stacktop(-4), stacktop(-2));","mutatedCode":"                    // swap(stacktop(-4), stacktop(-2));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -771,1 +771,1 @@\n-                    swap(stacktop(-4), stacktop(-2));\n+                    // swap(stacktop(-4), stacktop(-2));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.481Z","updatedAt":"2026-09-18T18:41:32.481Z","url":"https://0.0.0.0:3000/mutants/1370","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1371,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":772,"endLine":772,"title":"Constant replacement mutation at interpreter.cpp:772","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-3), stacktop(-1));","mutatedCode":"                    swap(stacktop(-3 - 1), stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -772,1 +772,1 @@\n-                    swap(stacktop(-3), stacktop(-1));\n+                    swap(stacktop(-3 - 1), stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.482Z","updatedAt":"2026-09-18T18:41:32.482Z","url":"https://0.0.0.0:3000/mutants/1371","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1372,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":772,"endLine":772,"title":"Constant replacement mutation at interpreter.cpp:772","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-3), stacktop(-1));","mutatedCode":"                    swap(stacktop(-3 + 1), stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -772,1 +772,1 @@\n-                    swap(stacktop(-3), stacktop(-1));\n+                    swap(stacktop(-3 + 1), stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.484Z","updatedAt":"2026-09-18T18:41:32.484Z","url":"https://0.0.0.0:3000/mutants/1372","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1373,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":772,"endLine":772,"title":"Statement deletion mutation at interpreter.cpp:772","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    swap(stacktop(-3), stacktop(-1));","mutatedCode":"                    // swap(stacktop(-3), stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -772,1 +772,1 @@\n-                    swap(stacktop(-3), stacktop(-1));\n+                    // swap(stacktop(-3), stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.485Z","updatedAt":"2026-09-18T18:41:32.485Z","url":"https://0.0.0.0:3000/mutants/1373","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1374,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":781,"endLine":781,"title":"Constant replacement mutation at interpreter.cpp:781","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch = stacktop(-1);","mutatedCode":"                    valtype vch = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -781,1 +781,1 @@\n-                    valtype vch = stacktop(-1);\n+                    valtype vch = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.487Z","updatedAt":"2026-09-18T18:41:32.487Z","url":"https://0.0.0.0:3000/mutants/1374","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1375,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":781,"endLine":781,"title":"Constant replacement mutation at interpreter.cpp:781","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch = stacktop(-1);","mutatedCode":"                    valtype vch = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -781,1 +781,1 @@\n-                    valtype vch = stacktop(-1);\n+                    valtype vch = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.488Z","updatedAt":"2026-09-18T18:41:32.488Z","url":"https://0.0.0.0:3000/mutants/1375","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1376,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":783,"endLine":783,"title":"Statement deletion mutation at interpreter.cpp:783","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        stack.push_back(vch);","mutatedCode":"                        // stack.push_back(vch);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -783,1 +783,1 @@\n-                        stack.push_back(vch);\n+                        // stack.push_back(vch);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.490Z","updatedAt":"2026-09-18T18:41:32.490Z","url":"https://0.0.0.0:3000/mutants/1376","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1377,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":819,"endLine":819,"title":"Arithmetic operator mutation at interpreter.cpp:819","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    stack.erase(stack.end() - 2);","mutatedCode":"                    stack.erase(stack.end() + 2);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -819,1 +819,1 @@\n-                    stack.erase(stack.end() - 2);\n+                    stack.erase(stack.end() + 2);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.491Z","updatedAt":"2026-09-18T18:41:32.491Z","url":"https://0.0.0.0:3000/mutants/1377","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1378,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":819,"endLine":819,"title":"Statement deletion mutation at interpreter.cpp:819","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.erase(stack.end() - 2);","mutatedCode":"                    // stack.erase(stack.end() - 2);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -819,1 +819,1 @@\n-                    stack.erase(stack.end() - 2);\n+                    // stack.erase(stack.end() - 2);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.493Z","updatedAt":"2026-09-18T18:41:32.493Z","url":"https://0.0.0.0:3000/mutants/1378","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1379,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":828,"endLine":828,"title":"Constant replacement mutation at interpreter.cpp:828","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch = stacktop(-2);","mutatedCode":"                    valtype vch = stacktop(-2 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -828,1 +828,1 @@\n-                    valtype vch = stacktop(-2);\n+                    valtype vch = stacktop(-2 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.494Z","updatedAt":"2026-09-18T18:41:32.494Z","url":"https://0.0.0.0:3000/mutants/1379","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1380,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":828,"endLine":828,"title":"Constant replacement mutation at interpreter.cpp:828","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype vch = stacktop(-2);","mutatedCode":"                    valtype vch = stacktop(-2 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -828,1 +828,1 @@\n-                    valtype vch = stacktop(-2);\n+                    valtype vch = stacktop(-2 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.496Z","updatedAt":"2026-09-18T18:41:32.496Z","url":"https://0.0.0.0:3000/mutants/1380","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1381,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":840,"endLine":840,"title":"Constant replacement mutation at interpreter.cpp:840","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    int n = CScriptNum(stacktop(-1), fRequireMinimal).getint();","mutatedCode":"                    int n = CScriptNum(stacktop(-1 - 1), fRequireMinimal).getint();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -840,1 +840,1 @@\n-                    int n = CScriptNum(stacktop(-1), fRequireMinimal).getint();\n+                    int n = CScriptNum(stacktop(-1 - 1), fRequireMinimal).getint();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.497Z","updatedAt":"2026-09-18T18:41:32.497Z","url":"https://0.0.0.0:3000/mutants/1381","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1382,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":840,"endLine":840,"title":"Constant replacement mutation at interpreter.cpp:840","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    int n = CScriptNum(stacktop(-1), fRequireMinimal).getint();","mutatedCode":"                    int n = CScriptNum(stacktop(-1 + 1), fRequireMinimal).getint();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -840,1 +840,1 @@\n-                    int n = CScriptNum(stacktop(-1), fRequireMinimal).getint();\n+                    int n = CScriptNum(stacktop(-1 + 1), fRequireMinimal).getint();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.499Z","updatedAt":"2026-09-18T18:41:32.499Z","url":"https://0.0.0.0:3000/mutants/1382","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1383,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":842,"endLine":842,"title":"Relational operator mutation at interpreter.cpp:842","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (n < 0 || n >= (int)stack.size())","mutatedCode":"                    if (n < 0 || n > (int)stack.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -842,1 +842,1 @@\n-                    if (n < 0 || n >= (int)stack.size())\n+                    if (n < 0 || n > (int)stack.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.500Z","updatedAt":"2026-09-18T18:41:32.500Z","url":"https://0.0.0.0:3000/mutants/1383","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1384,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":842,"endLine":842,"title":"Relational operator mutation at interpreter.cpp:842","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (n < 0 || n >= (int)stack.size())","mutatedCode":"                    if (n <= 0 || n >= (int)stack.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -842,1 +842,1 @@\n-                    if (n < 0 || n >= (int)stack.size())\n+                    if (n <= 0 || n >= (int)stack.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.502Z","updatedAt":"2026-09-18T18:41:32.502Z","url":"https://0.0.0.0:3000/mutants/1384","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1385,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":842,"endLine":842,"title":"Relational operator mutation at interpreter.cpp:842","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (n < 0 || n >= (int)stack.size())","mutatedCode":"                    if (n < 0 || n <= (int)stack.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -842,1 +842,1 @@\n-                    if (n < 0 || n >= (int)stack.size())\n+                    if (n < 0 || n <= (int)stack.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.505Z","updatedAt":"2026-09-18T18:41:32.505Z","url":"https://0.0.0.0:3000/mutants/1385","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1386,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":842,"endLine":842,"title":"Relational operator mutation at interpreter.cpp:842","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (n < 0 || n >= (int)stack.size())","mutatedCode":"                    if (n > 0 || n >= (int)stack.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -842,1 +842,1 @@\n-                    if (n < 0 || n >= (int)stack.size())\n+                    if (n > 0 || n >= (int)stack.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.507Z","updatedAt":"2026-09-18T18:41:32.507Z","url":"https://0.0.0.0:3000/mutants/1386","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1387,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":842,"endLine":842,"title":"Relational operator mutation at interpreter.cpp:842","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (n < 0 || n >= (int)stack.size())","mutatedCode":"                    if (n >= 0 || n >= (int)stack.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -842,1 +842,1 @@\n-                    if (n < 0 || n >= (int)stack.size())\n+                    if (n >= 0 || n >= (int)stack.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.509Z","updatedAt":"2026-09-18T18:41:32.509Z","url":"https://0.0.0.0:3000/mutants/1387","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1388,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":842,"endLine":842,"title":"Logical operator mutation at interpreter.cpp:842","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    if (n < 0 || n >= (int)stack.size())","mutatedCode":"                    if (n < 0 && n >= (int)stack.size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -842,1 +842,1 @@\n-                    if (n < 0 || n >= (int)stack.size())\n+                    if (n < 0 && n >= (int)stack.size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.511Z","updatedAt":"2026-09-18T18:41:32.511Z","url":"https://0.0.0.0:3000/mutants/1388","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1389,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":845,"endLine":845,"title":"Relational operator mutation at interpreter.cpp:845","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (opcode == OP_ROLL)","mutatedCode":"                    if (opcode != OP_ROLL)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -845,1 +845,1 @@\n-                    if (opcode == OP_ROLL)\n+                    if (opcode != OP_ROLL)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.515Z","updatedAt":"2026-09-18T18:41:32.515Z","url":"https://0.0.0.0:3000/mutants/1389","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1390,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":845,"endLine":845,"title":"Conditional operator mutation at interpreter.cpp:845","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_ROLL)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -845,1 +845,1 @@\n-                    if (opcode == OP_ROLL)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.518Z","updatedAt":"2026-09-18T18:41:32.518Z","url":"https://0.0.0.0:3000/mutants/1390","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1391,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":845,"endLine":845,"title":"Conditional operator mutation at interpreter.cpp:845","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_ROLL)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -845,1 +845,1 @@\n-                    if (opcode == OP_ROLL)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.521Z","updatedAt":"2026-09-18T18:41:32.521Z","url":"https://0.0.0.0:3000/mutants/1391","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1392,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":846,"endLine":846,"title":"Statement deletion mutation at interpreter.cpp:846","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        stack.erase(stack.end()-n-1);","mutatedCode":"                        // stack.erase(stack.end()-n-1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -846,1 +846,1 @@\n-                        stack.erase(stack.end()-n-1);\n+                        // stack.erase(stack.end()-n-1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.524Z","updatedAt":"2026-09-18T18:41:32.524Z","url":"https://0.0.0.0:3000/mutants/1392","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1393,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":858,"endLine":858,"title":"Constant replacement mutation at interpreter.cpp:858","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-3), stacktop(-2));","mutatedCode":"                    swap(stacktop(-3 - 1), stacktop(-2));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -858,1 +858,1 @@\n-                    swap(stacktop(-3), stacktop(-2));\n+                    swap(stacktop(-3 - 1), stacktop(-2));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.527Z","updatedAt":"2026-09-18T18:41:32.527Z","url":"https://0.0.0.0:3000/mutants/1393","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1394,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":858,"endLine":858,"title":"Constant replacement mutation at interpreter.cpp:858","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-3), stacktop(-2));","mutatedCode":"                    swap(stacktop(-3 + 1), stacktop(-2));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -858,1 +858,1 @@\n-                    swap(stacktop(-3), stacktop(-2));\n+                    swap(stacktop(-3 + 1), stacktop(-2));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.530Z","updatedAt":"2026-09-18T18:41:32.530Z","url":"https://0.0.0.0:3000/mutants/1394","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1395,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":858,"endLine":858,"title":"Statement deletion mutation at interpreter.cpp:858","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    swap(stacktop(-3), stacktop(-2));","mutatedCode":"                    // swap(stacktop(-3), stacktop(-2));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -858,1 +858,1 @@\n-                    swap(stacktop(-3), stacktop(-2));\n+                    // swap(stacktop(-3), stacktop(-2));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.534Z","updatedAt":"2026-09-18T18:41:32.534Z","url":"https://0.0.0.0:3000/mutants/1395","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1396,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":859,"endLine":859,"title":"Constant replacement mutation at interpreter.cpp:859","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-2), stacktop(-1));","mutatedCode":"                    swap(stacktop(-2 - 1), stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -859,1 +859,1 @@\n-                    swap(stacktop(-2), stacktop(-1));\n+                    swap(stacktop(-2 - 1), stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.537Z","updatedAt":"2026-09-18T18:41:32.537Z","url":"https://0.0.0.0:3000/mutants/1396","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1397,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":859,"endLine":859,"title":"Constant replacement mutation at interpreter.cpp:859","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    swap(stacktop(-2), stacktop(-1));","mutatedCode":"                    swap(stacktop(-2 + 1), stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -859,1 +859,1 @@\n-                    swap(stacktop(-2), stacktop(-1));\n+                    swap(stacktop(-2 + 1), stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.540Z","updatedAt":"2026-09-18T18:41:32.540Z","url":"https://0.0.0.0:3000/mutants/1397","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1398,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":859,"endLine":859,"title":"Statement deletion mutation at interpreter.cpp:859","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    swap(stacktop(-2), stacktop(-1));","mutatedCode":"                    // swap(stacktop(-2), stacktop(-1));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -859,1 +859,1 @@\n-                    swap(stacktop(-2), stacktop(-1));\n+                    // swap(stacktop(-2), stacktop(-1));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.542Z","updatedAt":"2026-09-18T18:41:32.542Z","url":"https://0.0.0.0:3000/mutants/1398","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1399,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":878,"endLine":878,"title":"Statement deletion mutation at interpreter.cpp:878","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.insert(stack.end()-2, vch);","mutatedCode":"                    // stack.insert(stack.end()-2, vch);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -878,1 +878,1 @@\n-                    stack.insert(stack.end()-2, vch);\n+                    // stack.insert(stack.end()-2, vch);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.545Z","updatedAt":"2026-09-18T18:41:32.545Z","url":"https://0.0.0.0:3000/mutants/1399","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1400,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":888,"endLine":888,"title":"Constant replacement mutation at interpreter.cpp:888","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn(stacktop(-1).size());","mutatedCode":"                    CScriptNum bn(stacktop(-1 - 1).size());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -888,1 +888,1 @@\n-                    CScriptNum bn(stacktop(-1).size());\n+                    CScriptNum bn(stacktop(-1 - 1).size());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.549Z","updatedAt":"2026-09-18T18:41:32.549Z","url":"https://0.0.0.0:3000/mutants/1400","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1401,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":888,"endLine":888,"title":"Constant replacement mutation at interpreter.cpp:888","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn(stacktop(-1).size());","mutatedCode":"                    CScriptNum bn(stacktop(-1 + 1).size());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -888,1 +888,1 @@\n-                    CScriptNum bn(stacktop(-1).size());\n+                    CScriptNum bn(stacktop(-1 + 1).size());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.552Z","updatedAt":"2026-09-18T18:41:32.552Z","url":"https://0.0.0.0:3000/mutants/1401","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1402,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":904,"endLine":904,"title":"Constant replacement mutation at interpreter.cpp:904","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vch1 = stacktop(-2);","mutatedCode":"                    valtype& vch1 = stacktop(-2 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -904,1 +904,1 @@\n-                    valtype& vch1 = stacktop(-2);\n+                    valtype& vch1 = stacktop(-2 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.556Z","updatedAt":"2026-09-18T18:41:32.556Z","url":"https://0.0.0.0:3000/mutants/1402","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1403,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":904,"endLine":904,"title":"Constant replacement mutation at interpreter.cpp:904","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vch1 = stacktop(-2);","mutatedCode":"                    valtype& vch1 = stacktop(-2 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -904,1 +904,1 @@\n-                    valtype& vch1 = stacktop(-2);\n+                    valtype& vch1 = stacktop(-2 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.558Z","updatedAt":"2026-09-18T18:41:32.558Z","url":"https://0.0.0.0:3000/mutants/1403","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1404,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":905,"endLine":905,"title":"Constant replacement mutation at interpreter.cpp:905","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vch2 = stacktop(-1);","mutatedCode":"                    valtype& vch2 = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -905,1 +905,1 @@\n-                    valtype& vch2 = stacktop(-1);\n+                    valtype& vch2 = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.561Z","updatedAt":"2026-09-18T18:41:32.561Z","url":"https://0.0.0.0:3000/mutants/1404","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1405,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":905,"endLine":905,"title":"Constant replacement mutation at interpreter.cpp:905","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vch2 = stacktop(-1);","mutatedCode":"                    valtype& vch2 = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -905,1 +905,1 @@\n-                    valtype& vch2 = stacktop(-1);\n+                    valtype& vch2 = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.564Z","updatedAt":"2026-09-18T18:41:32.564Z","url":"https://0.0.0.0:3000/mutants/1405","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1406,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":906,"endLine":906,"title":"Relational operator mutation at interpreter.cpp:906","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    bool fEqual = (vch1 == vch2);","mutatedCode":"                    bool fEqual = (vch1 != vch2);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -906,1 +906,1 @@\n-                    bool fEqual = (vch1 == vch2);\n+                    bool fEqual = (vch1 != vch2);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.567Z","updatedAt":"2026-09-18T18:41:32.567Z","url":"https://0.0.0.0:3000/mutants/1406","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1407,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":914,"endLine":914,"title":"Statement deletion mutation at interpreter.cpp:914","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(fEqual ? vchTrue : vchFalse);","mutatedCode":"                    // stack.push_back(fEqual ? vchTrue : vchFalse);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -914,1 +914,1 @@\n-                    stack.push_back(fEqual ? vchTrue : vchFalse);\n+                    // stack.push_back(fEqual ? vchTrue : vchFalse);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.570Z","updatedAt":"2026-09-18T18:41:32.570Z","url":"https://0.0.0.0:3000/mutants/1407","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1408,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":915,"endLine":915,"title":"Relational operator mutation at interpreter.cpp:915","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (opcode == OP_EQUALVERIFY)","mutatedCode":"                    if (opcode != OP_EQUALVERIFY)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -915,1 +915,1 @@\n-                    if (opcode == OP_EQUALVERIFY)\n+                    if (opcode != OP_EQUALVERIFY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.573Z","updatedAt":"2026-09-18T18:41:32.573Z","url":"https://0.0.0.0:3000/mutants/1408","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1409,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":915,"endLine":915,"title":"Conditional operator mutation at interpreter.cpp:915","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_EQUALVERIFY)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -915,1 +915,1 @@\n-                    if (opcode == OP_EQUALVERIFY)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.577Z","updatedAt":"2026-09-18T18:41:32.577Z","url":"https://0.0.0.0:3000/mutants/1409","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1410,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":915,"endLine":915,"title":"Conditional operator mutation at interpreter.cpp:915","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_EQUALVERIFY)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -915,1 +915,1 @@\n-                    if (opcode == OP_EQUALVERIFY)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.580Z","updatedAt":"2026-09-18T18:41:32.580Z","url":"https://0.0.0.0:3000/mutants/1410","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1411,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":917,"endLine":917,"title":"Conditional operator mutation at interpreter.cpp:917","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (fEqual)","mutatedCode":"                        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -917,1 +917,1 @@\n-                        if (fEqual)\n+                        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.582Z","updatedAt":"2026-09-18T18:41:32.582Z","url":"https://0.0.0.0:3000/mutants/1411","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1412,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":917,"endLine":917,"title":"Conditional operator mutation at interpreter.cpp:917","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (fEqual)","mutatedCode":"                        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -917,1 +917,1 @@\n-                        if (fEqual)\n+                        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.585Z","updatedAt":"2026-09-18T18:41:32.585Z","url":"https://0.0.0.0:3000/mutants/1412","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1413,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":939,"endLine":939,"title":"Constant replacement mutation at interpreter.cpp:939","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn(stacktop(-1), fRequireMinimal);","mutatedCode":"                    CScriptNum bn(stacktop(-1 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -939,1 +939,1 @@\n-                    CScriptNum bn(stacktop(-1), fRequireMinimal);\n+                    CScriptNum bn(stacktop(-1 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.588Z","updatedAt":"2026-09-18T18:41:32.588Z","url":"https://0.0.0.0:3000/mutants/1413","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1414,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":939,"endLine":939,"title":"Constant replacement mutation at interpreter.cpp:939","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn(stacktop(-1), fRequireMinimal);","mutatedCode":"                    CScriptNum bn(stacktop(-1 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -939,1 +939,1 @@\n-                    CScriptNum bn(stacktop(-1), fRequireMinimal);\n+                    CScriptNum bn(stacktop(-1 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.590Z","updatedAt":"2026-09-18T18:41:32.590Z","url":"https://0.0.0.0:3000/mutants/1414","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1415,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":942,"endLine":942,"title":"Custom mutation at interpreter.cpp:942","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_1ADD:       bn += bnOne; break;","mutatedCode":"                    case OP_1ADD:       bn += bnOne; continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -942,1 +942,1 @@\n-                    case OP_1ADD:       bn += bnOne; break;\n+                    case OP_1ADD:       bn += bnOne; continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.593Z","updatedAt":"2026-09-18T18:41:32.593Z","url":"https://0.0.0.0:3000/mutants/1415","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1416,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":943,"endLine":943,"title":"Custom mutation at interpreter.cpp:943","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_1SUB:       bn -= bnOne; break;","mutatedCode":"                    case OP_1SUB:       bn -= bnOne; continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -943,1 +943,1 @@\n-                    case OP_1SUB:       bn -= bnOne; break;\n+                    case OP_1SUB:       bn -= bnOne; continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.595Z","updatedAt":"2026-09-18T18:41:32.595Z","url":"https://0.0.0.0:3000/mutants/1416","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1417,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":944,"endLine":944,"title":"Custom mutation at interpreter.cpp:944","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_NEGATE:     bn = -bn; break;","mutatedCode":"                    case OP_NEGATE:     bn = -bn; continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -944,1 +944,1 @@\n-                    case OP_NEGATE:     bn = -bn; break;\n+                    case OP_NEGATE:     bn = -bn; continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.598Z","updatedAt":"2026-09-18T18:41:32.598Z","url":"https://0.0.0.0:3000/mutants/1417","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1418,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":945,"endLine":945,"title":"Custom mutation at interpreter.cpp:945","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;","mutatedCode":"                    case OP_ABS:        if (bn < bnZero) bn = -bn; continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -945,1 +945,1 @@\n-                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;\n+                    case OP_ABS:        if (bn < bnZero) bn = -bn; continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.600Z","updatedAt":"2026-09-18T18:41:32.600Z","url":"https://0.0.0.0:3000/mutants/1418","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1419,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":945,"endLine":945,"title":"Relational operator mutation at interpreter.cpp:945","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;","mutatedCode":"                    case OP_ABS:        if (bn > bnZero) bn = -bn; break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -945,1 +945,1 @@\n-                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;\n+                    case OP_ABS:        if (bn > bnZero) bn = -bn; break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.603Z","updatedAt":"2026-09-18T18:41:32.603Z","url":"https://0.0.0.0:3000/mutants/1419","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1420,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":945,"endLine":945,"title":"Relational operator mutation at interpreter.cpp:945","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;","mutatedCode":"                    case OP_ABS:        if (bn >= bnZero) bn = -bn; break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -945,1 +945,1 @@\n-                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;\n+                    case OP_ABS:        if (bn >= bnZero) bn = -bn; break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.605Z","updatedAt":"2026-09-18T18:41:32.605Z","url":"https://0.0.0.0:3000/mutants/1420","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1421,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":945,"endLine":945,"title":"Conditional operator mutation at interpreter.cpp:945","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;","mutatedCode":"                    case OP_ABS:        if (1==1) bn = -bn; break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -945,1 +945,1 @@\n-                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;\n+                    case OP_ABS:        if (1==1) bn = -bn; break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.608Z","updatedAt":"2026-09-18T18:41:32.608Z","url":"https://0.0.0.0:3000/mutants/1421","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1422,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":945,"endLine":945,"title":"Conditional operator mutation at interpreter.cpp:945","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;","mutatedCode":"                    case OP_ABS:        if (1==0) bn = -bn; break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -945,1 +945,1 @@\n-                    case OP_ABS:        if (bn < bnZero) bn = -bn; break;\n+                    case OP_ABS:        if (1==0) bn = -bn; break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.611Z","updatedAt":"2026-09-18T18:41:32.611Z","url":"https://0.0.0.0:3000/mutants/1422","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1423,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":946,"endLine":946,"title":"Custom mutation at interpreter.cpp:946","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_NOT:        bn = (bn == bnZero); break;","mutatedCode":"                    case OP_NOT:        bn = (bn == bnZero); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -946,1 +946,1 @@\n-                    case OP_NOT:        bn = (bn == bnZero); break;\n+                    case OP_NOT:        bn = (bn == bnZero); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.613Z","updatedAt":"2026-09-18T18:41:32.613Z","url":"https://0.0.0.0:3000/mutants/1423","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1424,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":946,"endLine":946,"title":"Relational operator mutation at interpreter.cpp:946","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_NOT:        bn = (bn == bnZero); break;","mutatedCode":"                    case OP_NOT:        bn = (bn != bnZero); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -946,1 +946,1 @@\n-                    case OP_NOT:        bn = (bn == bnZero); break;\n+                    case OP_NOT:        bn = (bn != bnZero); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.615Z","updatedAt":"2026-09-18T18:41:32.615Z","url":"https://0.0.0.0:3000/mutants/1424","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1425,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":947,"endLine":947,"title":"Custom mutation at interpreter.cpp:947","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_0NOTEQUAL:  bn = (bn != bnZero); break;","mutatedCode":"                    case OP_0NOTEQUAL:  bn = (bn != bnZero); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -947,1 +947,1 @@\n-                    case OP_0NOTEQUAL:  bn = (bn != bnZero); break;\n+                    case OP_0NOTEQUAL:  bn = (bn != bnZero); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.617Z","updatedAt":"2026-09-18T18:41:32.617Z","url":"https://0.0.0.0:3000/mutants/1425","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1426,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":947,"endLine":947,"title":"Relational operator mutation at interpreter.cpp:947","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_0NOTEQUAL:  bn = (bn != bnZero); break;","mutatedCode":"                    case OP_0NOTEQUAL:  bn = (bn == bnZero); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -947,1 +947,1 @@\n-                    case OP_0NOTEQUAL:  bn = (bn != bnZero); break;\n+                    case OP_0NOTEQUAL:  bn = (bn == bnZero); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.618Z","updatedAt":"2026-09-18T18:41:32.618Z","url":"https://0.0.0.0:3000/mutants/1426","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1427,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":972,"endLine":972,"title":"Constant replacement mutation at interpreter.cpp:972","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn1(stacktop(-2), fRequireMinimal);","mutatedCode":"                    CScriptNum bn1(stacktop(-2 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -972,1 +972,1 @@\n-                    CScriptNum bn1(stacktop(-2), fRequireMinimal);\n+                    CScriptNum bn1(stacktop(-2 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.620Z","updatedAt":"2026-09-18T18:41:32.620Z","url":"https://0.0.0.0:3000/mutants/1427","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1428,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":972,"endLine":972,"title":"Constant replacement mutation at interpreter.cpp:972","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn1(stacktop(-2), fRequireMinimal);","mutatedCode":"                    CScriptNum bn1(stacktop(-2 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -972,1 +972,1 @@\n-                    CScriptNum bn1(stacktop(-2), fRequireMinimal);\n+                    CScriptNum bn1(stacktop(-2 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.621Z","updatedAt":"2026-09-18T18:41:32.621Z","url":"https://0.0.0.0:3000/mutants/1428","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1429,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":973,"endLine":973,"title":"Constant replacement mutation at interpreter.cpp:973","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn2(stacktop(-1), fRequireMinimal);","mutatedCode":"                    CScriptNum bn2(stacktop(-1 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -973,1 +973,1 @@\n-                    CScriptNum bn2(stacktop(-1), fRequireMinimal);\n+                    CScriptNum bn2(stacktop(-1 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.623Z","updatedAt":"2026-09-18T18:41:32.623Z","url":"https://0.0.0.0:3000/mutants/1429","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1430,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":973,"endLine":973,"title":"Constant replacement mutation at interpreter.cpp:973","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn2(stacktop(-1), fRequireMinimal);","mutatedCode":"                    CScriptNum bn2(stacktop(-1 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -973,1 +973,1 @@\n-                    CScriptNum bn2(stacktop(-1), fRequireMinimal);\n+                    CScriptNum bn2(stacktop(-1 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.625Z","updatedAt":"2026-09-18T18:41:32.625Z","url":"https://0.0.0.0:3000/mutants/1430","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1431,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":978,"endLine":978,"title":"Arithmetic operator mutation at interpreter.cpp:978","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                        bn = bn1 + bn2;","mutatedCode":"                        bn = bn1 - bn2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -978,1 +978,1 @@\n-                        bn = bn1 + bn2;\n+                        bn = bn1 - bn2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.626Z","updatedAt":"2026-09-18T18:41:32.626Z","url":"https://0.0.0.0:3000/mutants/1431","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1432,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":978,"endLine":978,"title":"Arithmetic operator mutation at interpreter.cpp:978","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                        bn = bn1 + bn2;","mutatedCode":"                        bn = bn1 * bn2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -978,1 +978,1 @@\n-                        bn = bn1 + bn2;\n+                        bn = bn1 * bn2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.628Z","updatedAt":"2026-09-18T18:41:32.628Z","url":"https://0.0.0.0:3000/mutants/1432","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1433,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":978,"endLine":978,"title":"Arithmetic operator mutation at interpreter.cpp:978","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                        bn = bn1 + bn2;","mutatedCode":"                        bn = bn1 / bn2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -978,1 +978,1 @@\n-                        bn = bn1 + bn2;\n+                        bn = bn1 / bn2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.630Z","updatedAt":"2026-09-18T18:41:32.630Z","url":"https://0.0.0.0:3000/mutants/1433","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1434,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":982,"endLine":982,"title":"Arithmetic operator mutation at interpreter.cpp:982","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                        bn = bn1 - bn2;","mutatedCode":"                        bn = bn1 + bn2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -982,1 +982,1 @@\n-                        bn = bn1 - bn2;\n+                        bn = bn1 + bn2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.631Z","updatedAt":"2026-09-18T18:41:32.631Z","url":"https://0.0.0.0:3000/mutants/1434","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1435,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":985,"endLine":985,"title":"Custom mutation at interpreter.cpp:985","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); break;","mutatedCode":"                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -985,1 +985,1 @@\n-                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); break;\n+                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.633Z","updatedAt":"2026-09-18T18:41:32.633Z","url":"https://0.0.0.0:3000/mutants/1435","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1436,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":985,"endLine":985,"title":"Logical operator mutation at interpreter.cpp:985","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); break;","mutatedCode":"                    case OP_BOOLAND:             bn = (bn1 != bnZero || bn2 != bnZero); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -985,1 +985,1 @@\n-                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); break;\n+                    case OP_BOOLAND:             bn = (bn1 != bnZero || bn2 != bnZero); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.634Z","updatedAt":"2026-09-18T18:41:32.634Z","url":"https://0.0.0.0:3000/mutants/1436","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1437,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":985,"endLine":985,"title":"Relational operator mutation at interpreter.cpp:985","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); break;","mutatedCode":"                    case OP_BOOLAND:             bn = (bn1 == bnZero && bn2 != bnZero); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -985,1 +985,1 @@\n-                    case OP_BOOLAND:             bn = (bn1 != bnZero && bn2 != bnZero); break;\n+                    case OP_BOOLAND:             bn = (bn1 == bnZero && bn2 != bnZero); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.636Z","updatedAt":"2026-09-18T18:41:32.636Z","url":"https://0.0.0.0:3000/mutants/1437","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1438,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":986,"endLine":986,"title":"Custom mutation at interpreter.cpp:986","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); break;","mutatedCode":"                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -986,1 +986,1 @@\n-                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); break;\n+                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.637Z","updatedAt":"2026-09-18T18:41:32.637Z","url":"https://0.0.0.0:3000/mutants/1438","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1439,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":986,"endLine":986,"title":"Logical operator mutation at interpreter.cpp:986","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); break;","mutatedCode":"                    case OP_BOOLOR:              bn = (bn1 != bnZero && bn2 != bnZero); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -986,1 +986,1 @@\n-                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); break;\n+                    case OP_BOOLOR:              bn = (bn1 != bnZero && bn2 != bnZero); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.639Z","updatedAt":"2026-09-18T18:41:32.639Z","url":"https://0.0.0.0:3000/mutants/1439","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1440,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":986,"endLine":986,"title":"Relational operator mutation at interpreter.cpp:986","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); break;","mutatedCode":"                    case OP_BOOLOR:              bn = (bn1 == bnZero || bn2 != bnZero); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -986,1 +986,1 @@\n-                    case OP_BOOLOR:              bn = (bn1 != bnZero || bn2 != bnZero); break;\n+                    case OP_BOOLOR:              bn = (bn1 == bnZero || bn2 != bnZero); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.641Z","updatedAt":"2026-09-18T18:41:32.641Z","url":"https://0.0.0.0:3000/mutants/1440","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1441,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":987,"endLine":987,"title":"Custom mutation at interpreter.cpp:987","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_NUMEQUAL:            bn = (bn1 == bn2); break;","mutatedCode":"                    case OP_NUMEQUAL:            bn = (bn1 == bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -987,1 +987,1 @@\n-                    case OP_NUMEQUAL:            bn = (bn1 == bn2); break;\n+                    case OP_NUMEQUAL:            bn = (bn1 == bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.642Z","updatedAt":"2026-09-18T18:41:32.642Z","url":"https://0.0.0.0:3000/mutants/1441","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1442,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":987,"endLine":987,"title":"Relational operator mutation at interpreter.cpp:987","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_NUMEQUAL:            bn = (bn1 == bn2); break;","mutatedCode":"                    case OP_NUMEQUAL:            bn = (bn1 != bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -987,1 +987,1 @@\n-                    case OP_NUMEQUAL:            bn = (bn1 == bn2); break;\n+                    case OP_NUMEQUAL:            bn = (bn1 != bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.644Z","updatedAt":"2026-09-18T18:41:32.644Z","url":"https://0.0.0.0:3000/mutants/1442","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1443,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":988,"endLine":988,"title":"Custom mutation at interpreter.cpp:988","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_NUMEQUALVERIFY:      bn = (bn1 == bn2); break;","mutatedCode":"                    case OP_NUMEQUALVERIFY:      bn = (bn1 == bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -988,1 +988,1 @@\n-                    case OP_NUMEQUALVERIFY:      bn = (bn1 == bn2); break;\n+                    case OP_NUMEQUALVERIFY:      bn = (bn1 == bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.646Z","updatedAt":"2026-09-18T18:41:32.646Z","url":"https://0.0.0.0:3000/mutants/1443","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1444,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":988,"endLine":988,"title":"Relational operator mutation at interpreter.cpp:988","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_NUMEQUALVERIFY:      bn = (bn1 == bn2); break;","mutatedCode":"                    case OP_NUMEQUALVERIFY:      bn = (bn1 != bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -988,1 +988,1 @@\n-                    case OP_NUMEQUALVERIFY:      bn = (bn1 == bn2); break;\n+                    case OP_NUMEQUALVERIFY:      bn = (bn1 != bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.647Z","updatedAt":"2026-09-18T18:41:32.647Z","url":"https://0.0.0.0:3000/mutants/1444","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1445,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":989,"endLine":989,"title":"Custom mutation at interpreter.cpp:989","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_NUMNOTEQUAL:         bn = (bn1 != bn2); break;","mutatedCode":"                    case OP_NUMNOTEQUAL:         bn = (bn1 != bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -989,1 +989,1 @@\n-                    case OP_NUMNOTEQUAL:         bn = (bn1 != bn2); break;\n+                    case OP_NUMNOTEQUAL:         bn = (bn1 != bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.649Z","updatedAt":"2026-09-18T18:41:32.649Z","url":"https://0.0.0.0:3000/mutants/1445","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1446,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":989,"endLine":989,"title":"Relational operator mutation at interpreter.cpp:989","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_NUMNOTEQUAL:         bn = (bn1 != bn2); break;","mutatedCode":"                    case OP_NUMNOTEQUAL:         bn = (bn1 == bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -989,1 +989,1 @@\n-                    case OP_NUMNOTEQUAL:         bn = (bn1 != bn2); break;\n+                    case OP_NUMNOTEQUAL:         bn = (bn1 == bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.651Z","updatedAt":"2026-09-18T18:41:32.651Z","url":"https://0.0.0.0:3000/mutants/1446","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1447,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":990,"endLine":990,"title":"Custom mutation at interpreter.cpp:990","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;","mutatedCode":"                    case OP_LESSTHAN:            bn = (bn1 < bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -990,1 +990,1 @@\n-                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;\n+                    case OP_LESSTHAN:            bn = (bn1 < bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.652Z","updatedAt":"2026-09-18T18:41:32.652Z","url":"https://0.0.0.0:3000/mutants/1447","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1448,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":990,"endLine":990,"title":"Relational operator mutation at interpreter.cpp:990","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;","mutatedCode":"                    case OP_LESSTHAN:            bn = (bn1 <= bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -990,1 +990,1 @@\n-                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;\n+                    case OP_LESSTHAN:            bn = (bn1 <= bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.654Z","updatedAt":"2026-09-18T18:41:32.654Z","url":"https://0.0.0.0:3000/mutants/1448","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1449,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":990,"endLine":990,"title":"Relational operator mutation at interpreter.cpp:990","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;","mutatedCode":"                    case OP_LESSTHAN:            bn = (bn1 > bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -990,1 +990,1 @@\n-                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;\n+                    case OP_LESSTHAN:            bn = (bn1 > bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.655Z","updatedAt":"2026-09-18T18:41:32.655Z","url":"https://0.0.0.0:3000/mutants/1449","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1450,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":990,"endLine":990,"title":"Relational operator mutation at interpreter.cpp:990","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;","mutatedCode":"                    case OP_LESSTHAN:            bn = (bn1 >= bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -990,1 +990,1 @@\n-                    case OP_LESSTHAN:            bn = (bn1 < bn2); break;\n+                    case OP_LESSTHAN:            bn = (bn1 >= bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.657Z","updatedAt":"2026-09-18T18:41:32.657Z","url":"https://0.0.0.0:3000/mutants/1450","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1451,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":991,"endLine":991,"title":"Custom mutation at interpreter.cpp:991","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;","mutatedCode":"                    case OP_GREATERTHAN:         bn = (bn1 > bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -991,1 +991,1 @@\n-                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;\n+                    case OP_GREATERTHAN:         bn = (bn1 > bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.658Z","updatedAt":"2026-09-18T18:41:32.658Z","url":"https://0.0.0.0:3000/mutants/1451","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1452,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":991,"endLine":991,"title":"Relational operator mutation at interpreter.cpp:991","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;","mutatedCode":"                    case OP_GREATERTHAN:         bn = (bn1 >= bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -991,1 +991,1 @@\n-                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;\n+                    case OP_GREATERTHAN:         bn = (bn1 >= bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.660Z","updatedAt":"2026-09-18T18:41:32.660Z","url":"https://0.0.0.0:3000/mutants/1452","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1453,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":991,"endLine":991,"title":"Relational operator mutation at interpreter.cpp:991","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;","mutatedCode":"                    case OP_GREATERTHAN:         bn = (bn1 < bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -991,1 +991,1 @@\n-                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;\n+                    case OP_GREATERTHAN:         bn = (bn1 < bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.661Z","updatedAt":"2026-09-18T18:41:32.661Z","url":"https://0.0.0.0:3000/mutants/1453","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1454,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":991,"endLine":991,"title":"Relational operator mutation at interpreter.cpp:991","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;","mutatedCode":"                    case OP_GREATERTHAN:         bn = (bn1 <= bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -991,1 +991,1 @@\n-                    case OP_GREATERTHAN:         bn = (bn1 > bn2); break;\n+                    case OP_GREATERTHAN:         bn = (bn1 <= bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.663Z","updatedAt":"2026-09-18T18:41:32.663Z","url":"https://0.0.0.0:3000/mutants/1454","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1455,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":992,"endLine":992,"title":"Custom mutation at interpreter.cpp:992","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); break;","mutatedCode":"                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -992,1 +992,1 @@\n-                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); break;\n+                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.665Z","updatedAt":"2026-09-18T18:41:32.665Z","url":"https://0.0.0.0:3000/mutants/1455","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1456,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":992,"endLine":992,"title":"Relational operator mutation at interpreter.cpp:992","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); break;","mutatedCode":"                    case OP_LESSTHANOREQUAL:     bn = (bn1 < bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -992,1 +992,1 @@\n-                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); break;\n+                    case OP_LESSTHANOREQUAL:     bn = (bn1 < bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.666Z","updatedAt":"2026-09-18T18:41:32.666Z","url":"https://0.0.0.0:3000/mutants/1456","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1457,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":992,"endLine":992,"title":"Relational operator mutation at interpreter.cpp:992","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); break;","mutatedCode":"                    case OP_LESSTHANOREQUAL:     bn = (bn1 >= bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -992,1 +992,1 @@\n-                    case OP_LESSTHANOREQUAL:     bn = (bn1 <= bn2); break;\n+                    case OP_LESSTHANOREQUAL:     bn = (bn1 >= bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.668Z","updatedAt":"2026-09-18T18:41:32.668Z","url":"https://0.0.0.0:3000/mutants/1457","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1458,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":993,"endLine":993,"title":"Custom mutation at interpreter.cpp:993","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); break;","mutatedCode":"                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -993,1 +993,1 @@\n-                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); break;\n+                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.669Z","updatedAt":"2026-09-18T18:41:32.669Z","url":"https://0.0.0.0:3000/mutants/1458","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1459,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":993,"endLine":993,"title":"Relational operator mutation at interpreter.cpp:993","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); break;","mutatedCode":"                    case OP_GREATERTHANOREQUAL:  bn = (bn1 > bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -993,1 +993,1 @@\n-                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); break;\n+                    case OP_GREATERTHANOREQUAL:  bn = (bn1 > bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.671Z","updatedAt":"2026-09-18T18:41:32.671Z","url":"https://0.0.0.0:3000/mutants/1459","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1460,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":993,"endLine":993,"title":"Relational operator mutation at interpreter.cpp:993","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); break;","mutatedCode":"                    case OP_GREATERTHANOREQUAL:  bn = (bn1 <= bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -993,1 +993,1 @@\n-                    case OP_GREATERTHANOREQUAL:  bn = (bn1 >= bn2); break;\n+                    case OP_GREATERTHANOREQUAL:  bn = (bn1 <= bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.672Z","updatedAt":"2026-09-18T18:41:32.672Z","url":"https://0.0.0.0:3000/mutants/1460","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1461,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":994,"endLine":994,"title":"Custom mutation at interpreter.cpp:994","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); break;","mutatedCode":"                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -994,1 +994,1 @@\n-                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); break;\n+                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.682Z","updatedAt":"2026-09-18T18:41:32.682Z","url":"https://0.0.0.0:3000/mutants/1461","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1462,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":994,"endLine":994,"title":"Relational operator mutation at interpreter.cpp:994","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); break;","mutatedCode":"                    case OP_MIN:                 bn = (bn1 > bn2 ? bn1 : bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -994,1 +994,1 @@\n-                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); break;\n+                    case OP_MIN:                 bn = (bn1 > bn2 ? bn1 : bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.683Z","updatedAt":"2026-09-18T18:41:32.683Z","url":"https://0.0.0.0:3000/mutants/1462","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1463,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":994,"endLine":994,"title":"Relational operator mutation at interpreter.cpp:994","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); break;","mutatedCode":"                    case OP_MIN:                 bn = (bn1 >= bn2 ? bn1 : bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -994,1 +994,1 @@\n-                    case OP_MIN:                 bn = (bn1 < bn2 ? bn1 : bn2); break;\n+                    case OP_MIN:                 bn = (bn1 >= bn2 ? bn1 : bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.685Z","updatedAt":"2026-09-18T18:41:32.685Z","url":"https://0.0.0.0:3000/mutants/1463","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1464,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":995,"endLine":995,"title":"Custom mutation at interpreter.cpp:995","description":null,"mutationOperator":"CUSTOM","originalCode":"                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;","mutatedCode":"                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); continue;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -995,1 +995,1 @@\n-                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;\n+                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.687Z","updatedAt":"2026-09-18T18:41:32.687Z","url":"https://0.0.0.0:3000/mutants/1464","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1465,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":995,"endLine":995,"title":"Relational operator mutation at interpreter.cpp:995","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;","mutatedCode":"                    case OP_MAX:                 bn = (bn1 < bn2 ? bn1 : bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -995,1 +995,1 @@\n-                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;\n+                    case OP_MAX:                 bn = (bn1 < bn2 ? bn1 : bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.689Z","updatedAt":"2026-09-18T18:41:32.689Z","url":"https://0.0.0.0:3000/mutants/1465","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1466,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":995,"endLine":995,"title":"Relational operator mutation at interpreter.cpp:995","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;","mutatedCode":"                    case OP_MAX:                 bn = (bn1 <= bn2 ? bn1 : bn2); break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -995,1 +995,1 @@\n-                    case OP_MAX:                 bn = (bn1 > bn2 ? bn1 : bn2); break;\n+                    case OP_MAX:                 bn = (bn1 <= bn2 ? bn1 : bn2); break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.690Z","updatedAt":"2026-09-18T18:41:32.690Z","url":"https://0.0.0.0:3000/mutants/1466","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1467,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1002,"endLine":1002,"title":"Relational operator mutation at interpreter.cpp:1002","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (opcode == OP_NUMEQUALVERIFY)","mutatedCode":"                    if (opcode != OP_NUMEQUALVERIFY)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1002,1 +1002,1 @@\n-                    if (opcode == OP_NUMEQUALVERIFY)\n+                    if (opcode != OP_NUMEQUALVERIFY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.692Z","updatedAt":"2026-09-18T18:41:32.692Z","url":"https://0.0.0.0:3000/mutants/1467","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1468,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1002,"endLine":1002,"title":"Conditional operator mutation at interpreter.cpp:1002","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_NUMEQUALVERIFY)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1002,1 +1002,1 @@\n-                    if (opcode == OP_NUMEQUALVERIFY)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.693Z","updatedAt":"2026-09-18T18:41:32.693Z","url":"https://0.0.0.0:3000/mutants/1468","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1469,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1002,"endLine":1002,"title":"Conditional operator mutation at interpreter.cpp:1002","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_NUMEQUALVERIFY)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1002,1 +1002,1 @@\n-                    if (opcode == OP_NUMEQUALVERIFY)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.695Z","updatedAt":"2026-09-18T18:41:32.695Z","url":"https://0.0.0.0:3000/mutants/1469","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1470,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1004,"endLine":1004,"title":"Constant replacement mutation at interpreter.cpp:1004","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        if (CastToBool(stacktop(-1)))","mutatedCode":"                        if (CastToBool(stacktop(-1 - 1)))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1004,1 +1004,1 @@\n-                        if (CastToBool(stacktop(-1)))\n+                        if (CastToBool(stacktop(-1 - 1)))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.697Z","updatedAt":"2026-09-18T18:41:32.697Z","url":"https://0.0.0.0:3000/mutants/1470","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1471,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1004,"endLine":1004,"title":"Constant replacement mutation at interpreter.cpp:1004","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        if (CastToBool(stacktop(-1)))","mutatedCode":"                        if (CastToBool(stacktop(-1 + 1)))","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1004,1 +1004,1 @@\n-                        if (CastToBool(stacktop(-1)))\n+                        if (CastToBool(stacktop(-1 + 1)))\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.698Z","updatedAt":"2026-09-18T18:41:32.698Z","url":"https://0.0.0.0:3000/mutants/1471","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1472,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1017,"endLine":1017,"title":"Constant replacement mutation at interpreter.cpp:1017","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn1(stacktop(-3), fRequireMinimal);","mutatedCode":"                    CScriptNum bn1(stacktop(-3 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1017,1 +1017,1 @@\n-                    CScriptNum bn1(stacktop(-3), fRequireMinimal);\n+                    CScriptNum bn1(stacktop(-3 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.700Z","updatedAt":"2026-09-18T18:41:32.700Z","url":"https://0.0.0.0:3000/mutants/1472","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1473,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1017,"endLine":1017,"title":"Constant replacement mutation at interpreter.cpp:1017","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn1(stacktop(-3), fRequireMinimal);","mutatedCode":"                    CScriptNum bn1(stacktop(-3 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1017,1 +1017,1 @@\n-                    CScriptNum bn1(stacktop(-3), fRequireMinimal);\n+                    CScriptNum bn1(stacktop(-3 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.702Z","updatedAt":"2026-09-18T18:41:32.702Z","url":"https://0.0.0.0:3000/mutants/1473","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1474,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1018,"endLine":1018,"title":"Constant replacement mutation at interpreter.cpp:1018","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn2(stacktop(-2), fRequireMinimal);","mutatedCode":"                    CScriptNum bn2(stacktop(-2 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1018,1 +1018,1 @@\n-                    CScriptNum bn2(stacktop(-2), fRequireMinimal);\n+                    CScriptNum bn2(stacktop(-2 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.703Z","updatedAt":"2026-09-18T18:41:32.703Z","url":"https://0.0.0.0:3000/mutants/1474","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1475,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1018,"endLine":1018,"title":"Constant replacement mutation at interpreter.cpp:1018","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn2(stacktop(-2), fRequireMinimal);","mutatedCode":"                    CScriptNum bn2(stacktop(-2 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1018,1 +1018,1 @@\n-                    CScriptNum bn2(stacktop(-2), fRequireMinimal);\n+                    CScriptNum bn2(stacktop(-2 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.705Z","updatedAt":"2026-09-18T18:41:32.705Z","url":"https://0.0.0.0:3000/mutants/1475","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1476,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1019,"endLine":1019,"title":"Constant replacement mutation at interpreter.cpp:1019","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn3(stacktop(-1), fRequireMinimal);","mutatedCode":"                    CScriptNum bn3(stacktop(-1 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1019,1 +1019,1 @@\n-                    CScriptNum bn3(stacktop(-1), fRequireMinimal);\n+                    CScriptNum bn3(stacktop(-1 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.707Z","updatedAt":"2026-09-18T18:41:32.707Z","url":"https://0.0.0.0:3000/mutants/1476","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1477,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1019,"endLine":1019,"title":"Constant replacement mutation at interpreter.cpp:1019","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    CScriptNum bn3(stacktop(-1), fRequireMinimal);","mutatedCode":"                    CScriptNum bn3(stacktop(-1 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1019,1 +1019,1 @@\n-                    CScriptNum bn3(stacktop(-1), fRequireMinimal);\n+                    CScriptNum bn3(stacktop(-1 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.709Z","updatedAt":"2026-09-18T18:41:32.709Z","url":"https://0.0.0.0:3000/mutants/1477","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1478,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1020,"endLine":1020,"title":"Relational operator mutation at interpreter.cpp:1020","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    bool fValue = (bn2 <= bn1 && bn1 < bn3);","mutatedCode":"                    bool fValue = (bn2 < bn1 && bn1 < bn3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1020,1 +1020,1 @@\n-                    bool fValue = (bn2 <= bn1 && bn1 < bn3);\n+                    bool fValue = (bn2 < bn1 && bn1 < bn3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.710Z","updatedAt":"2026-09-18T18:41:32.710Z","url":"https://0.0.0.0:3000/mutants/1478","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1479,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1020,"endLine":1020,"title":"Relational operator mutation at interpreter.cpp:1020","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    bool fValue = (bn2 <= bn1 && bn1 < bn3);","mutatedCode":"                    bool fValue = (bn2 <= bn1 && bn1 <= bn3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1020,1 +1020,1 @@\n-                    bool fValue = (bn2 <= bn1 && bn1 < bn3);\n+                    bool fValue = (bn2 <= bn1 && bn1 <= bn3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.712Z","updatedAt":"2026-09-18T18:41:32.712Z","url":"https://0.0.0.0:3000/mutants/1479","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1480,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1020,"endLine":1020,"title":"Relational operator mutation at interpreter.cpp:1020","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    bool fValue = (bn2 <= bn1 && bn1 < bn3);","mutatedCode":"                    bool fValue = (bn2 >= bn1 && bn1 < bn3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1020,1 +1020,1 @@\n-                    bool fValue = (bn2 <= bn1 && bn1 < bn3);\n+                    bool fValue = (bn2 >= bn1 && bn1 < bn3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.714Z","updatedAt":"2026-09-18T18:41:32.714Z","url":"https://0.0.0.0:3000/mutants/1480","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1481,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1020,"endLine":1020,"title":"Relational operator mutation at interpreter.cpp:1020","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    bool fValue = (bn2 <= bn1 && bn1 < bn3);","mutatedCode":"                    bool fValue = (bn2 <= bn1 && bn1 > bn3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1020,1 +1020,1 @@\n-                    bool fValue = (bn2 <= bn1 && bn1 < bn3);\n+                    bool fValue = (bn2 <= bn1 && bn1 > bn3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.716Z","updatedAt":"2026-09-18T18:41:32.716Z","url":"https://0.0.0.0:3000/mutants/1481","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1482,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1020,"endLine":1020,"title":"Relational operator mutation at interpreter.cpp:1020","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    bool fValue = (bn2 <= bn1 && bn1 < bn3);","mutatedCode":"                    bool fValue = (bn2 <= bn1 && bn1 >= bn3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1020,1 +1020,1 @@\n-                    bool fValue = (bn2 <= bn1 && bn1 < bn3);\n+                    bool fValue = (bn2 <= bn1 && bn1 >= bn3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.717Z","updatedAt":"2026-09-18T18:41:32.717Z","url":"https://0.0.0.0:3000/mutants/1482","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1483,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1020,"endLine":1020,"title":"Logical operator mutation at interpreter.cpp:1020","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    bool fValue = (bn2 <= bn1 && bn1 < bn3);","mutatedCode":"                    bool fValue = (bn2 <= bn1 || bn1 < bn3);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1020,1 +1020,1 @@\n-                    bool fValue = (bn2 <= bn1 && bn1 < bn3);\n+                    bool fValue = (bn2 <= bn1 || bn1 < bn3);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.719Z","updatedAt":"2026-09-18T18:41:32.719Z","url":"https://0.0.0.0:3000/mutants/1483","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1484,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1024,"endLine":1024,"title":"Statement deletion mutation at interpreter.cpp:1024","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(fValue ? vchTrue : vchFalse);","mutatedCode":"                    // stack.push_back(fValue ? vchTrue : vchFalse);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1024,1 +1024,1 @@\n-                    stack.push_back(fValue ? vchTrue : vchFalse);\n+                    // stack.push_back(fValue ? vchTrue : vchFalse);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.720Z","updatedAt":"2026-09-18T18:41:32.720Z","url":"https://0.0.0.0:3000/mutants/1484","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1485,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1042,"endLine":1042,"title":"Logical operator mutation at interpreter.cpp:1042","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    valtype vchHash((opcode == OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);","mutatedCode":"                    valtype vchHash((opcode == OP_RIPEMD160 && opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1042,1 +1042,1 @@\n-                    valtype vchHash((opcode == OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);\n+                    valtype vchHash((opcode == OP_RIPEMD160 && opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.722Z","updatedAt":"2026-09-18T18:41:32.722Z","url":"https://0.0.0.0:3000/mutants/1485","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1486,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1042,"endLine":1042,"title":"Relational operator mutation at interpreter.cpp:1042","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    valtype vchHash((opcode == OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);","mutatedCode":"                    valtype vchHash((opcode != OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1042,1 +1042,1 @@\n-                    valtype vchHash((opcode == OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);\n+                    valtype vchHash((opcode != OP_RIPEMD160 || opcode == OP_SHA1 || opcode == OP_HASH160) ? 20 : 32);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.724Z","updatedAt":"2026-09-18T18:41:32.724Z","url":"https://0.0.0.0:3000/mutants/1486","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1487,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1043,"endLine":1043,"title":"Relational operator mutation at interpreter.cpp:1043","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (opcode == OP_RIPEMD160)","mutatedCode":"                    if (opcode != OP_RIPEMD160)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1043,1 +1043,1 @@\n-                    if (opcode == OP_RIPEMD160)\n+                    if (opcode != OP_RIPEMD160)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.725Z","updatedAt":"2026-09-18T18:41:32.725Z","url":"https://0.0.0.0:3000/mutants/1487","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1488,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1043,"endLine":1043,"title":"Conditional operator mutation at interpreter.cpp:1043","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_RIPEMD160)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1043,1 +1043,1 @@\n-                    if (opcode == OP_RIPEMD160)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.727Z","updatedAt":"2026-09-18T18:41:32.727Z","url":"https://0.0.0.0:3000/mutants/1488","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1489,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1043,"endLine":1043,"title":"Conditional operator mutation at interpreter.cpp:1043","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_RIPEMD160)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1043,1 +1043,1 @@\n-                    if (opcode == OP_RIPEMD160)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.728Z","updatedAt":"2026-09-18T18:41:32.728Z","url":"https://0.0.0.0:3000/mutants/1489","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1490,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1044,"endLine":1044,"title":"Statement deletion mutation at interpreter.cpp:1044","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        CRIPEMD160().Write(vch.data(), vch.size()).Finalize(vchHash.data());","mutatedCode":"                        // CRIPEMD160().Write(vch.data(), vch.size()).Finalize(vchHash.data());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1044,1 +1044,1 @@\n-                        CRIPEMD160().Write(vch.data(), vch.size()).Finalize(vchHash.data());\n+                        // CRIPEMD160().Write(vch.data(), vch.size()).Finalize(vchHash.data());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.730Z","updatedAt":"2026-09-18T18:41:32.730Z","url":"https://0.0.0.0:3000/mutants/1490","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1491,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1045,"endLine":1045,"title":"Relational operator mutation at interpreter.cpp:1045","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_SHA1)","mutatedCode":"                    else if (opcode != OP_SHA1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1045,1 +1045,1 @@\n-                    else if (opcode == OP_SHA1)\n+                    else if (opcode != OP_SHA1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.732Z","updatedAt":"2026-09-18T18:41:32.732Z","url":"https://0.0.0.0:3000/mutants/1491","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1492,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1045,"endLine":1045,"title":"Conditional operator mutation at interpreter.cpp:1045","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_SHA1)","mutatedCode":"                    else if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1045,1 +1045,1 @@\n-                    else if (opcode == OP_SHA1)\n+                    else if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.733Z","updatedAt":"2026-09-18T18:41:32.733Z","url":"https://0.0.0.0:3000/mutants/1492","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1493,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1045,"endLine":1045,"title":"Conditional operator mutation at interpreter.cpp:1045","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_SHA1)","mutatedCode":"                    else if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1045,1 +1045,1 @@\n-                    else if (opcode == OP_SHA1)\n+                    else if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.735Z","updatedAt":"2026-09-18T18:41:32.735Z","url":"https://0.0.0.0:3000/mutants/1493","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1494,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1046,"endLine":1046,"title":"Statement deletion mutation at interpreter.cpp:1046","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        CSHA1().Write(vch.data(), vch.size()).Finalize(vchHash.data());","mutatedCode":"                        // CSHA1().Write(vch.data(), vch.size()).Finalize(vchHash.data());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1046,1 +1046,1 @@\n-                        CSHA1().Write(vch.data(), vch.size()).Finalize(vchHash.data());\n+                        // CSHA1().Write(vch.data(), vch.size()).Finalize(vchHash.data());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.737Z","updatedAt":"2026-09-18T18:41:32.737Z","url":"https://0.0.0.0:3000/mutants/1494","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1495,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1047,"endLine":1047,"title":"Relational operator mutation at interpreter.cpp:1047","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_SHA256)","mutatedCode":"                    else if (opcode != OP_SHA256)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1047,1 +1047,1 @@\n-                    else if (opcode == OP_SHA256)\n+                    else if (opcode != OP_SHA256)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.738Z","updatedAt":"2026-09-18T18:41:32.738Z","url":"https://0.0.0.0:3000/mutants/1495","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1496,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1047,"endLine":1047,"title":"Conditional operator mutation at interpreter.cpp:1047","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_SHA256)","mutatedCode":"                    else if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1047,1 +1047,1 @@\n-                    else if (opcode == OP_SHA256)\n+                    else if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.740Z","updatedAt":"2026-09-18T18:41:32.740Z","url":"https://0.0.0.0:3000/mutants/1496","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1497,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1047,"endLine":1047,"title":"Conditional operator mutation at interpreter.cpp:1047","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_SHA256)","mutatedCode":"                    else if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1047,1 +1047,1 @@\n-                    else if (opcode == OP_SHA256)\n+                    else if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.741Z","updatedAt":"2026-09-18T18:41:32.741Z","url":"https://0.0.0.0:3000/mutants/1497","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1498,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1048,"endLine":1048,"title":"Statement deletion mutation at interpreter.cpp:1048","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        CSHA256().Write(vch.data(), vch.size()).Finalize(vchHash.data());","mutatedCode":"                        // CSHA256().Write(vch.data(), vch.size()).Finalize(vchHash.data());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1048,1 +1048,1 @@\n-                        CSHA256().Write(vch.data(), vch.size()).Finalize(vchHash.data());\n+                        // CSHA256().Write(vch.data(), vch.size()).Finalize(vchHash.data());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.743Z","updatedAt":"2026-09-18T18:41:32.743Z","url":"https://0.0.0.0:3000/mutants/1498","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1499,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1049,"endLine":1049,"title":"Relational operator mutation at interpreter.cpp:1049","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_HASH160)","mutatedCode":"                    else if (opcode != OP_HASH160)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1049,1 +1049,1 @@\n-                    else if (opcode == OP_HASH160)\n+                    else if (opcode != OP_HASH160)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.745Z","updatedAt":"2026-09-18T18:41:32.745Z","url":"https://0.0.0.0:3000/mutants/1499","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1500,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1049,"endLine":1049,"title":"Conditional operator mutation at interpreter.cpp:1049","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_HASH160)","mutatedCode":"                    else if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1049,1 +1049,1 @@\n-                    else if (opcode == OP_HASH160)\n+                    else if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.747Z","updatedAt":"2026-09-18T18:41:32.747Z","url":"https://0.0.0.0:3000/mutants/1500","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1501,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1049,"endLine":1049,"title":"Conditional operator mutation at interpreter.cpp:1049","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_HASH160)","mutatedCode":"                    else if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1049,1 +1049,1 @@\n-                    else if (opcode == OP_HASH160)\n+                    else if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.748Z","updatedAt":"2026-09-18T18:41:32.748Z","url":"https://0.0.0.0:3000/mutants/1501","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1502,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1050,"endLine":1050,"title":"Statement deletion mutation at interpreter.cpp:1050","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        CHash160().Write(vch).Finalize(vchHash);","mutatedCode":"                        // CHash160().Write(vch).Finalize(vchHash);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1050,1 +1050,1 @@\n-                        CHash160().Write(vch).Finalize(vchHash);\n+                        // CHash160().Write(vch).Finalize(vchHash);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.750Z","updatedAt":"2026-09-18T18:41:32.750Z","url":"https://0.0.0.0:3000/mutants/1502","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1503,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1051,"endLine":1051,"title":"Relational operator mutation at interpreter.cpp:1051","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_HASH256)","mutatedCode":"                    else if (opcode != OP_HASH256)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1051,1 +1051,1 @@\n-                    else if (opcode == OP_HASH256)\n+                    else if (opcode != OP_HASH256)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.752Z","updatedAt":"2026-09-18T18:41:32.752Z","url":"https://0.0.0.0:3000/mutants/1503","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1504,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1051,"endLine":1051,"title":"Conditional operator mutation at interpreter.cpp:1051","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    else if (opcode == OP_HASH256)","mutatedCode":"                    else if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1051,1 +1051,1 @@\n-                    else if (opcode == OP_HASH256)\n+                    else if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.753Z","updatedAt":"2026-09-18T18:41:32.753Z","url":"https://0.0.0.0:3000/mutants/1504","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1505,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1052,"endLine":1052,"title":"Statement deletion mutation at interpreter.cpp:1052","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                        CHash256().Write(vch).Finalize(vchHash);","mutatedCode":"                        // CHash256().Write(vch).Finalize(vchHash);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1052,1 +1052,1 @@\n-                        CHash256().Write(vch).Finalize(vchHash);\n+                        // CHash256().Write(vch).Finalize(vchHash);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.755Z","updatedAt":"2026-09-18T18:41:32.755Z","url":"https://0.0.0.0:3000/mutants/1505","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1506,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1054,"endLine":1054,"title":"Statement deletion mutation at interpreter.cpp:1054","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(vchHash);","mutatedCode":"                    // stack.push_back(vchHash);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1054,1 +1054,1 @@\n-                    stack.push_back(vchHash);\n+                    // stack.push_back(vchHash);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.756Z","updatedAt":"2026-09-18T18:41:32.756Z","url":"https://0.0.0.0:3000/mutants/1506","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1507,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1065,"endLine":1065,"title":"Constant replacement mutation at interpreter.cpp:1065","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    execdata.m_codeseparator_pos = opcode_pos;","mutatedCode":"                    execdata.m_codeseparator_pos = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1065,1 +1065,1 @@\n-                    execdata.m_codeseparator_pos = opcode_pos;\n+                    execdata.m_codeseparator_pos = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.758Z","updatedAt":"2026-09-18T18:41:32.758Z","url":"https://0.0.0.0:3000/mutants/1507","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1508,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1065,"endLine":1065,"title":"Constant replacement mutation at interpreter.cpp:1065","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    execdata.m_codeseparator_pos = opcode_pos;","mutatedCode":"                    execdata.m_codeseparator_pos = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1065,1 +1065,1 @@\n-                    execdata.m_codeseparator_pos = opcode_pos;\n+                    execdata.m_codeseparator_pos = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.760Z","updatedAt":"2026-09-18T18:41:32.760Z","url":"https://0.0.0.0:3000/mutants/1508","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1509,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1076,"endLine":1076,"title":"Constant replacement mutation at interpreter.cpp:1076","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vchSig    = stacktop(-2);","mutatedCode":"                    valtype& vchSig    = stacktop(-2 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1076,1 +1076,1 @@\n-                    valtype& vchSig    = stacktop(-2);\n+                    valtype& vchSig    = stacktop(-2 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.761Z","updatedAt":"2026-09-18T18:41:32.761Z","url":"https://0.0.0.0:3000/mutants/1509","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1510,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1076,"endLine":1076,"title":"Constant replacement mutation at interpreter.cpp:1076","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vchSig    = stacktop(-2);","mutatedCode":"                    valtype& vchSig    = stacktop(-2 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1076,1 +1076,1 @@\n-                    valtype& vchSig    = stacktop(-2);\n+                    valtype& vchSig    = stacktop(-2 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.763Z","updatedAt":"2026-09-18T18:41:32.763Z","url":"https://0.0.0.0:3000/mutants/1510","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1511,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1077,"endLine":1077,"title":"Constant replacement mutation at interpreter.cpp:1077","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vchPubKey = stacktop(-1);","mutatedCode":"                    valtype& vchPubKey = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1077,1 +1077,1 @@\n-                    valtype& vchPubKey = stacktop(-1);\n+                    valtype& vchPubKey = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.765Z","updatedAt":"2026-09-18T18:41:32.765Z","url":"https://0.0.0.0:3000/mutants/1511","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1512,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1077,"endLine":1077,"title":"Constant replacement mutation at interpreter.cpp:1077","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    valtype& vchPubKey = stacktop(-1);","mutatedCode":"                    valtype& vchPubKey = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1077,1 +1077,1 @@\n-                    valtype& vchPubKey = stacktop(-1);\n+                    valtype& vchPubKey = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.767Z","updatedAt":"2026-09-18T18:41:32.767Z","url":"https://0.0.0.0:3000/mutants/1512","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1513,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1079,"endLine":1079,"title":"Constant replacement mutation at interpreter.cpp:1079","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    bool fSuccess = true;","mutatedCode":"                    bool fSuccess = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1079,1 +1079,1 @@\n-                    bool fSuccess = true;\n+                    bool fSuccess = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.768Z","updatedAt":"2026-09-18T18:41:32.768Z","url":"https://0.0.0.0:3000/mutants/1513","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1514,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1080,"endLine":1080,"title":"Constant replacement mutation at interpreter.cpp:1080","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return false;","mutatedCode":"                    if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1080,1 +1080,1 @@\n-                    if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return false;\n+                    if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.770Z","updatedAt":"2026-09-18T18:41:32.770Z","url":"https://0.0.0.0:3000/mutants/1514","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1515,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1080,"endLine":1080,"title":"Statement deletion mutation at interpreter.cpp:1080","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return false;","mutatedCode":"                    // if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1080,1 +1080,1 @@\n-                    if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return false;\n+                    // if (!EvalChecksig(vchSig, vchPubKey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, fSuccess)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.772Z","updatedAt":"2026-09-18T18:41:32.772Z","url":"https://0.0.0.0:3000/mutants/1515","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1516,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1083,"endLine":1083,"title":"Statement deletion mutation at interpreter.cpp:1083","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back(fSuccess ? vchTrue : vchFalse);","mutatedCode":"                    // stack.push_back(fSuccess ? vchTrue : vchFalse);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1083,1 +1083,1 @@\n-                    stack.push_back(fSuccess ? vchTrue : vchFalse);\n+                    // stack.push_back(fSuccess ? vchTrue : vchFalse);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.773Z","updatedAt":"2026-09-18T18:41:32.773Z","url":"https://0.0.0.0:3000/mutants/1516","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1517,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1084,"endLine":1084,"title":"Relational operator mutation at interpreter.cpp:1084","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (opcode == OP_CHECKSIGVERIFY)","mutatedCode":"                    if (opcode != OP_CHECKSIGVERIFY)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1084,1 +1084,1 @@\n-                    if (opcode == OP_CHECKSIGVERIFY)\n+                    if (opcode != OP_CHECKSIGVERIFY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.775Z","updatedAt":"2026-09-18T18:41:32.775Z","url":"https://0.0.0.0:3000/mutants/1517","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1518,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1084,"endLine":1084,"title":"Conditional operator mutation at interpreter.cpp:1084","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_CHECKSIGVERIFY)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1084,1 +1084,1 @@\n-                    if (opcode == OP_CHECKSIGVERIFY)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.776Z","updatedAt":"2026-09-18T18:41:32.776Z","url":"https://0.0.0.0:3000/mutants/1518","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1519,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1084,"endLine":1084,"title":"Conditional operator mutation at interpreter.cpp:1084","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_CHECKSIGVERIFY)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1084,1 +1084,1 @@\n-                    if (opcode == OP_CHECKSIGVERIFY)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.778Z","updatedAt":"2026-09-18T18:41:32.778Z","url":"https://0.0.0.0:3000/mutants/1519","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1520,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1086,"endLine":1086,"title":"Conditional operator mutation at interpreter.cpp:1086","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (fSuccess)","mutatedCode":"                        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1086,1 +1086,1 @@\n-                        if (fSuccess)\n+                        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.779Z","updatedAt":"2026-09-18T18:41:32.779Z","url":"https://0.0.0.0:3000/mutants/1520","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1521,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1086,"endLine":1086,"title":"Conditional operator mutation at interpreter.cpp:1086","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (fSuccess)","mutatedCode":"                        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1086,1 +1086,1 @@\n-                        if (fSuccess)\n+                        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.781Z","updatedAt":"2026-09-18T18:41:32.781Z","url":"https://0.0.0.0:3000/mutants/1521","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1522,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1102,"endLine":1102,"title":"Constant replacement mutation at interpreter.cpp:1102","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const valtype& sig = stacktop(-3);","mutatedCode":"                    const valtype& sig = stacktop(-3 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1102,1 +1102,1 @@\n-                    const valtype& sig = stacktop(-3);\n+                    const valtype& sig = stacktop(-3 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.783Z","updatedAt":"2026-09-18T18:41:32.783Z","url":"https://0.0.0.0:3000/mutants/1522","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1523,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1102,"endLine":1102,"title":"Constant replacement mutation at interpreter.cpp:1102","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const valtype& sig = stacktop(-3);","mutatedCode":"                    const valtype& sig = stacktop(-3 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1102,1 +1102,1 @@\n-                    const valtype& sig = stacktop(-3);\n+                    const valtype& sig = stacktop(-3 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.784Z","updatedAt":"2026-09-18T18:41:32.784Z","url":"https://0.0.0.0:3000/mutants/1523","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1524,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1103,"endLine":1103,"title":"Constant replacement mutation at interpreter.cpp:1103","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const CScriptNum num(stacktop(-2), fRequireMinimal);","mutatedCode":"                    const CScriptNum num(stacktop(-2 - 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1103,1 +1103,1 @@\n-                    const CScriptNum num(stacktop(-2), fRequireMinimal);\n+                    const CScriptNum num(stacktop(-2 - 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.786Z","updatedAt":"2026-09-18T18:41:32.786Z","url":"https://0.0.0.0:3000/mutants/1524","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1525,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1103,"endLine":1103,"title":"Constant replacement mutation at interpreter.cpp:1103","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const CScriptNum num(stacktop(-2), fRequireMinimal);","mutatedCode":"                    const CScriptNum num(stacktop(-2 + 1), fRequireMinimal);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1103,1 +1103,1 @@\n-                    const CScriptNum num(stacktop(-2), fRequireMinimal);\n+                    const CScriptNum num(stacktop(-2 + 1), fRequireMinimal);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.787Z","updatedAt":"2026-09-18T18:41:32.787Z","url":"https://0.0.0.0:3000/mutants/1525","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1526,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1104,"endLine":1104,"title":"Constant replacement mutation at interpreter.cpp:1104","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const valtype& pubkey = stacktop(-1);","mutatedCode":"                    const valtype& pubkey = stacktop(-1 - 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1104,1 +1104,1 @@\n-                    const valtype& pubkey = stacktop(-1);\n+                    const valtype& pubkey = stacktop(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.789Z","updatedAt":"2026-09-18T18:41:32.789Z","url":"https://0.0.0.0:3000/mutants/1526","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1527,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1104,"endLine":1104,"title":"Constant replacement mutation at interpreter.cpp:1104","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    const valtype& pubkey = stacktop(-1);","mutatedCode":"                    const valtype& pubkey = stacktop(-1 + 1);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1104,1 +1104,1 @@\n-                    const valtype& pubkey = stacktop(-1);\n+                    const valtype& pubkey = stacktop(-1 + 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.790Z","updatedAt":"2026-09-18T18:41:32.790Z","url":"https://0.0.0.0:3000/mutants/1527","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1528,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1106,"endLine":1106,"title":"Constant replacement mutation at interpreter.cpp:1106","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    bool success = true;","mutatedCode":"                    bool success = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1106,1 +1106,1 @@\n-                    bool success = true;\n+                    bool success = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.792Z","updatedAt":"2026-09-18T18:41:32.792Z","url":"https://0.0.0.0:3000/mutants/1528","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1529,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1107,"endLine":1107,"title":"Constant replacement mutation at interpreter.cpp:1107","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return false;","mutatedCode":"                    if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1107,1 +1107,1 @@\n-                    if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return false;\n+                    if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.794Z","updatedAt":"2026-09-18T18:41:32.794Z","url":"https://0.0.0.0:3000/mutants/1529","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1530,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1107,"endLine":1107,"title":"Statement deletion mutation at interpreter.cpp:1107","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return false;","mutatedCode":"                    // if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1107,1 +1107,1 @@\n-                    if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return false;\n+                    // if (!EvalChecksig(sig, pubkey, pbegincodehash, pend, execdata, flags, checker, sigversion, serror, success)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.796Z","updatedAt":"2026-09-18T18:41:32.796Z","url":"https://0.0.0.0:3000/mutants/1530","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1531,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1111,"endLine":1111,"title":"Arithmetic operator mutation at interpreter.cpp:1111","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    stack.push_back((num + (success ? 1 : 0)).getvch());","mutatedCode":"                    stack.push_back((num - (success ? 1 : 0)).getvch());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1111,1 +1111,1 @@\n-                    stack.push_back((num + (success ? 1 : 0)).getvch());\n+                    stack.push_back((num - (success ? 1 : 0)).getvch());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.797Z","updatedAt":"2026-09-18T18:41:32.797Z","url":"https://0.0.0.0:3000/mutants/1531","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1532,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1111,"endLine":1111,"title":"Arithmetic operator mutation at interpreter.cpp:1111","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    stack.push_back((num + (success ? 1 : 0)).getvch());","mutatedCode":"                    stack.push_back((num * (success ? 1 : 0)).getvch());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1111,1 +1111,1 @@\n-                    stack.push_back((num + (success ? 1 : 0)).getvch());\n+                    stack.push_back((num * (success ? 1 : 0)).getvch());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.799Z","updatedAt":"2026-09-18T18:41:32.799Z","url":"https://0.0.0.0:3000/mutants/1532","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1533,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1111,"endLine":1111,"title":"Arithmetic operator mutation at interpreter.cpp:1111","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    stack.push_back((num + (success ? 1 : 0)).getvch());","mutatedCode":"                    stack.push_back((num / (success ? 1 : 0)).getvch());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1111,1 +1111,1 @@\n-                    stack.push_back((num + (success ? 1 : 0)).getvch());\n+                    stack.push_back((num / (success ? 1 : 0)).getvch());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.801Z","updatedAt":"2026-09-18T18:41:32.801Z","url":"https://0.0.0.0:3000/mutants/1533","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1534,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1111,"endLine":1111,"title":"Statement deletion mutation at interpreter.cpp:1111","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                    stack.push_back((num + (success ? 1 : 0)).getvch());","mutatedCode":"                    // stack.push_back((num + (success ? 1 : 0)).getvch());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1111,1 +1111,1 @@\n-                    stack.push_back((num + (success ? 1 : 0)).getvch());\n+                    // stack.push_back((num + (success ? 1 : 0)).getvch());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.803Z","updatedAt":"2026-09-18T18:41:32.803Z","url":"https://0.0.0.0:3000/mutants/1534","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1535,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1123,"endLine":1123,"title":"Relational operator mutation at interpreter.cpp:1123","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if ((int)stack.size() < i)","mutatedCode":"                    if ((int)stack.size() <= i)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1123,1 +1123,1 @@\n-                    if ((int)stack.size() < i)\n+                    if ((int)stack.size() <= i)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.805Z","updatedAt":"2026-09-18T18:41:32.805Z","url":"https://0.0.0.0:3000/mutants/1535","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1536,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1123,"endLine":1123,"title":"Relational operator mutation at interpreter.cpp:1123","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if ((int)stack.size() < i)","mutatedCode":"                    if ((int)stack.size() > i)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1123,1 +1123,1 @@\n-                    if ((int)stack.size() < i)\n+                    if ((int)stack.size() > i)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.807Z","updatedAt":"2026-09-18T18:41:32.807Z","url":"https://0.0.0.0:3000/mutants/1536","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1537,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1123,"endLine":1123,"title":"Relational operator mutation at interpreter.cpp:1123","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if ((int)stack.size() < i)","mutatedCode":"                    if ((int)stack.size() >= i)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1123,1 +1123,1 @@\n-                    if ((int)stack.size() < i)\n+                    if ((int)stack.size() >= i)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.808Z","updatedAt":"2026-09-18T18:41:32.808Z","url":"https://0.0.0.0:3000/mutants/1537","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1538,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Relational operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount < 0 || nKeysCount >= MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount < 0 || nKeysCount >= MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.810Z","updatedAt":"2026-09-18T18:41:32.810Z","url":"https://0.0.0.0:3000/mutants/1538","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1539,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Relational operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount <= 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount <= 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.813Z","updatedAt":"2026-09-18T18:41:32.813Z","url":"https://0.0.0.0:3000/mutants/1539","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1540,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Relational operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount < 0 || nKeysCount < MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount < 0 || nKeysCount < MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.815Z","updatedAt":"2026-09-18T18:41:32.815Z","url":"https://0.0.0.0:3000/mutants/1540","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1541,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Relational operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount > 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount > 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.816Z","updatedAt":"2026-09-18T18:41:32.816Z","url":"https://0.0.0.0:3000/mutants/1541","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1542,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Relational operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount < 0 || nKeysCount <= MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount < 0 || nKeysCount <= MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.818Z","updatedAt":"2026-09-18T18:41:32.818Z","url":"https://0.0.0.0:3000/mutants/1542","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1543,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Relational operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount >= 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount >= 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.820Z","updatedAt":"2026-09-18T18:41:32.820Z","url":"https://0.0.0.0:3000/mutants/1543","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1544,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Logical operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (nKeysCount < 0 && nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (nKeysCount < 0 && nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.822Z","updatedAt":"2026-09-18T18:41:32.822Z","url":"https://0.0.0.0:3000/mutants/1544","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1545,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Conditional operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.824Z","updatedAt":"2026-09-18T18:41:32.824Z","url":"https://0.0.0.0:3000/mutants/1545","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1546,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1127,"endLine":1127,"title":"Conditional operator mutation at interpreter.cpp:1127","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1127,1 +1127,1 @@\n-                    if (nKeysCount < 0 || nKeysCount > MAX_PUBKEYS_PER_MULTISIG)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.826Z","updatedAt":"2026-09-18T18:41:32.826Z","url":"https://0.0.0.0:3000/mutants/1546","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1547,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1130,"endLine":1130,"title":"Relational operator mutation at interpreter.cpp:1130","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nOpCount > MAX_OPS_PER_SCRIPT)","mutatedCode":"                    if (nOpCount >= MAX_OPS_PER_SCRIPT)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1130,1 +1130,1 @@\n-                    if (nOpCount > MAX_OPS_PER_SCRIPT)\n+                    if (nOpCount >= MAX_OPS_PER_SCRIPT)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.828Z","updatedAt":"2026-09-18T18:41:32.828Z","url":"https://0.0.0.0:3000/mutants/1547","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1548,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1130,"endLine":1130,"title":"Relational operator mutation at interpreter.cpp:1130","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nOpCount > MAX_OPS_PER_SCRIPT)","mutatedCode":"                    if (nOpCount < MAX_OPS_PER_SCRIPT)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1130,1 +1130,1 @@\n-                    if (nOpCount > MAX_OPS_PER_SCRIPT)\n+                    if (nOpCount < MAX_OPS_PER_SCRIPT)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.830Z","updatedAt":"2026-09-18T18:41:32.830Z","url":"https://0.0.0.0:3000/mutants/1548","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1549,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1130,"endLine":1130,"title":"Relational operator mutation at interpreter.cpp:1130","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nOpCount > MAX_OPS_PER_SCRIPT)","mutatedCode":"                    if (nOpCount <= MAX_OPS_PER_SCRIPT)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1130,1 +1130,1 @@\n-                    if (nOpCount > MAX_OPS_PER_SCRIPT)\n+                    if (nOpCount <= MAX_OPS_PER_SCRIPT)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.832Z","updatedAt":"2026-09-18T18:41:32.832Z","url":"https://0.0.0.0:3000/mutants/1549","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1550,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1130,"endLine":1130,"title":"Conditional operator mutation at interpreter.cpp:1130","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nOpCount > MAX_OPS_PER_SCRIPT)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1130,1 +1130,1 @@\n-                    if (nOpCount > MAX_OPS_PER_SCRIPT)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.834Z","updatedAt":"2026-09-18T18:41:32.834Z","url":"https://0.0.0.0:3000/mutants/1550","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1551,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1130,"endLine":1130,"title":"Conditional operator mutation at interpreter.cpp:1130","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nOpCount > MAX_OPS_PER_SCRIPT)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1130,1 +1130,1 @@\n-                    if (nOpCount > MAX_OPS_PER_SCRIPT)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.836Z","updatedAt":"2026-09-18T18:41:32.836Z","url":"https://0.0.0.0:3000/mutants/1551","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1552,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1135,"endLine":1135,"title":"Arithmetic operator mutation at interpreter.cpp:1135","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    int ikey2 = nKeysCount + 2;","mutatedCode":"                    int ikey2 = nKeysCount - 2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1135,1 +1135,1 @@\n-                    int ikey2 = nKeysCount + 2;\n+                    int ikey2 = nKeysCount - 2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.838Z","updatedAt":"2026-09-18T18:41:32.838Z","url":"https://0.0.0.0:3000/mutants/1552","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1553,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1135,"endLine":1135,"title":"Arithmetic operator mutation at interpreter.cpp:1135","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    int ikey2 = nKeysCount + 2;","mutatedCode":"                    int ikey2 = nKeysCount * 2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1135,1 +1135,1 @@\n-                    int ikey2 = nKeysCount + 2;\n+                    int ikey2 = nKeysCount * 2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.840Z","updatedAt":"2026-09-18T18:41:32.840Z","url":"https://0.0.0.0:3000/mutants/1553","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1554,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1135,"endLine":1135,"title":"Arithmetic operator mutation at interpreter.cpp:1135","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    int ikey2 = nKeysCount + 2;","mutatedCode":"                    int ikey2 = nKeysCount / 2;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1135,1 +1135,1 @@\n-                    int ikey2 = nKeysCount + 2;\n+                    int ikey2 = nKeysCount / 2;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.842Z","updatedAt":"2026-09-18T18:41:32.842Z","url":"https://0.0.0.0:3000/mutants/1554","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1555,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Relational operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount < 0 || nSigsCount >= nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount < 0 || nSigsCount >= nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.844Z","updatedAt":"2026-09-18T18:41:32.844Z","url":"https://0.0.0.0:3000/mutants/1555","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1556,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Relational operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount <= 0 || nSigsCount > nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount <= 0 || nSigsCount > nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.846Z","updatedAt":"2026-09-18T18:41:32.846Z","url":"https://0.0.0.0:3000/mutants/1556","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1557,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Relational operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount < 0 || nSigsCount < nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount < 0 || nSigsCount < nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.848Z","updatedAt":"2026-09-18T18:41:32.848Z","url":"https://0.0.0.0:3000/mutants/1557","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1558,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Relational operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount > 0 || nSigsCount > nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount > 0 || nSigsCount > nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.850Z","updatedAt":"2026-09-18T18:41:32.850Z","url":"https://0.0.0.0:3000/mutants/1558","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1559,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Relational operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount < 0 || nSigsCount <= nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount < 0 || nSigsCount <= nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.852Z","updatedAt":"2026-09-18T18:41:32.852Z","url":"https://0.0.0.0:3000/mutants/1559","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1560,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Relational operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount >= 0 || nSigsCount > nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount >= 0 || nSigsCount > nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.854Z","updatedAt":"2026-09-18T18:41:32.854Z","url":"https://0.0.0.0:3000/mutants/1560","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1561,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Logical operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (nSigsCount < 0 && nSigsCount > nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (nSigsCount < 0 && nSigsCount > nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.856Z","updatedAt":"2026-09-18T18:41:32.856Z","url":"https://0.0.0.0:3000/mutants/1561","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1562,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Conditional operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.858Z","updatedAt":"2026-09-18T18:41:32.858Z","url":"https://0.0.0.0:3000/mutants/1562","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1563,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1141,"endLine":1141,"title":"Conditional operator mutation at interpreter.cpp:1141","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (nSigsCount < 0 || nSigsCount > nKeysCount)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1141,1 +1141,1 @@\n-                    if (nSigsCount < 0 || nSigsCount > nKeysCount)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.860Z","updatedAt":"2026-09-18T18:41:32.860Z","url":"https://0.0.0.0:3000/mutants/1563","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1564,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1152,"endLine":1152,"title":"Relational operator mutation at interpreter.cpp:1152","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    for (int k = 0; k < nSigsCount; k++)","mutatedCode":"                    for (int k = 0; k <= nSigsCount; k++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1152,1 +1152,1 @@\n-                    for (int k = 0; k < nSigsCount; k++)\n+                    for (int k = 0; k <= nSigsCount; k++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.862Z","updatedAt":"2026-09-18T18:41:32.862Z","url":"https://0.0.0.0:3000/mutants/1564","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1565,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1152,"endLine":1152,"title":"Relational operator mutation at interpreter.cpp:1152","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    for (int k = 0; k < nSigsCount; k++)","mutatedCode":"                    for (int k = 0; k > nSigsCount; k++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1152,1 +1152,1 @@\n-                    for (int k = 0; k < nSigsCount; k++)\n+                    for (int k = 0; k > nSigsCount; k++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.864Z","updatedAt":"2026-09-18T18:41:32.864Z","url":"https://0.0.0.0:3000/mutants/1565","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1566,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1152,"endLine":1152,"title":"Relational operator mutation at interpreter.cpp:1152","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    for (int k = 0; k < nSigsCount; k++)","mutatedCode":"                    for (int k = 0; k >= nSigsCount; k++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1152,1 +1152,1 @@\n-                    for (int k = 0; k < nSigsCount; k++)\n+                    for (int k = 0; k >= nSigsCount; k++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.866Z","updatedAt":"2026-09-18T18:41:32.866Z","url":"https://0.0.0.0:3000/mutants/1566","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1567,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1163,"endLine":1163,"title":"Relational operator mutation at interpreter.cpp:1163","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    while (fSuccess && nSigsCount > 0)","mutatedCode":"                    while (fSuccess && nSigsCount >= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1163,1 +1163,1 @@\n-                    while (fSuccess && nSigsCount > 0)\n+                    while (fSuccess && nSigsCount >= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.868Z","updatedAt":"2026-09-18T18:41:32.868Z","url":"https://0.0.0.0:3000/mutants/1567","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1568,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1163,"endLine":1163,"title":"Relational operator mutation at interpreter.cpp:1163","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    while (fSuccess && nSigsCount > 0)","mutatedCode":"                    while (fSuccess && nSigsCount < 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1163,1 +1163,1 @@\n-                    while (fSuccess && nSigsCount > 0)\n+                    while (fSuccess && nSigsCount < 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.870Z","updatedAt":"2026-09-18T18:41:32.870Z","url":"https://0.0.0.0:3000/mutants/1568","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1569,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1163,"endLine":1163,"title":"Relational operator mutation at interpreter.cpp:1163","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    while (fSuccess && nSigsCount > 0)","mutatedCode":"                    while (fSuccess && nSigsCount <= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1163,1 +1163,1 @@\n-                    while (fSuccess && nSigsCount > 0)\n+                    while (fSuccess && nSigsCount <= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.871Z","updatedAt":"2026-09-18T18:41:32.871Z","url":"https://0.0.0.0:3000/mutants/1569","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1570,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1163,"endLine":1163,"title":"Logical operator mutation at interpreter.cpp:1163","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    while (fSuccess && nSigsCount > 0)","mutatedCode":"                    while (fSuccess || nSigsCount > 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1163,1 +1163,1 @@\n-                    while (fSuccess && nSigsCount > 0)\n+                    while (fSuccess || nSigsCount > 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.873Z","updatedAt":"2026-09-18T18:41:32.873Z","url":"https://0.0.0.0:3000/mutants/1570","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1571,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1163,"endLine":1163,"title":"Conditional operator mutation at interpreter.cpp:1163","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    while (fSuccess && nSigsCount > 0)","mutatedCode":"                    while (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1163,1 +1163,1 @@\n-                    while (fSuccess && nSigsCount > 0)\n+                    while (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.875Z","updatedAt":"2026-09-18T18:41:32.875Z","url":"https://0.0.0.0:3000/mutants/1571","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1572,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1163,"endLine":1163,"title":"Conditional operator mutation at interpreter.cpp:1163","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    while (fSuccess && nSigsCount > 0)","mutatedCode":"                    while (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1163,1 +1163,1 @@\n-                    while (fSuccess && nSigsCount > 0)\n+                    while (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.877Z","updatedAt":"2026-09-18T18:41:32.877Z","url":"https://0.0.0.0:3000/mutants/1572","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1573,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1179,"endLine":1179,"title":"Conditional operator mutation at interpreter.cpp:1179","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (fOk) {","mutatedCode":"                        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1179,1 +1179,1 @@\n-                        if (fOk) {\n+                        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.879Z","updatedAt":"2026-09-18T18:41:32.879Z","url":"https://0.0.0.0:3000/mutants/1573","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1574,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1179,"endLine":1179,"title":"Conditional operator mutation at interpreter.cpp:1179","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (fOk) {","mutatedCode":"                        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1179,1 +1179,1 @@\n-                        if (fOk) {\n+                        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.880Z","updatedAt":"2026-09-18T18:41:32.880Z","url":"https://0.0.0.0:3000/mutants/1574","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1575,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1181,"endLine":1181,"title":"Arithmetic operator mutation at interpreter.cpp:1181","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                            nSigsCount--;","mutatedCode":"                            nSigsCount++;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1181,1 +1181,1 @@\n-                            nSigsCount--;\n+                            nSigsCount++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.882Z","updatedAt":"2026-09-18T18:41:32.882Z","url":"https://0.0.0.0:3000/mutants/1575","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1576,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1184,"endLine":1184,"title":"Arithmetic operator mutation at interpreter.cpp:1184","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                        nKeysCount--;","mutatedCode":"                        nKeysCount++;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1184,1 +1184,1 @@\n-                        nKeysCount--;\n+                        nKeysCount++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.883Z","updatedAt":"2026-09-18T18:41:32.883Z","url":"https://0.0.0.0:3000/mutants/1576","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1577,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1189,"endLine":1189,"title":"Relational operator mutation at interpreter.cpp:1189","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (nSigsCount > nKeysCount)","mutatedCode":"                        if (nSigsCount >= nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1189,1 +1189,1 @@\n-                        if (nSigsCount > nKeysCount)\n+                        if (nSigsCount >= nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.885Z","updatedAt":"2026-09-18T18:41:32.885Z","url":"https://0.0.0.0:3000/mutants/1577","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1578,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1189,"endLine":1189,"title":"Relational operator mutation at interpreter.cpp:1189","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (nSigsCount > nKeysCount)","mutatedCode":"                        if (nSigsCount < nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1189,1 +1189,1 @@\n-                        if (nSigsCount > nKeysCount)\n+                        if (nSigsCount < nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.886Z","updatedAt":"2026-09-18T18:41:32.886Z","url":"https://0.0.0.0:3000/mutants/1578","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1579,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1189,"endLine":1189,"title":"Relational operator mutation at interpreter.cpp:1189","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (nSigsCount > nKeysCount)","mutatedCode":"                        if (nSigsCount <= nKeysCount)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1189,1 +1189,1 @@\n-                        if (nSigsCount > nKeysCount)\n+                        if (nSigsCount <= nKeysCount)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.888Z","updatedAt":"2026-09-18T18:41:32.888Z","url":"https://0.0.0.0:3000/mutants/1579","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1580,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1189,"endLine":1189,"title":"Conditional operator mutation at interpreter.cpp:1189","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (nSigsCount > nKeysCount)","mutatedCode":"                        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1189,1 +1189,1 @@\n-                        if (nSigsCount > nKeysCount)\n+                        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.889Z","updatedAt":"2026-09-18T18:41:32.889Z","url":"https://0.0.0.0:3000/mutants/1580","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1581,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1189,"endLine":1189,"title":"Conditional operator mutation at interpreter.cpp:1189","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (nSigsCount > nKeysCount)","mutatedCode":"                        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1189,1 +1189,1 @@\n-                        if (nSigsCount > nKeysCount)\n+                        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.891Z","updatedAt":"2026-09-18T18:41:32.891Z","url":"https://0.0.0.0:3000/mutants/1581","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1582,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1190,"endLine":1190,"title":"Constant replacement mutation at interpreter.cpp:1190","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                            fSuccess = false;","mutatedCode":"                            fSuccess = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1190,1 +1190,1 @@\n-                            fSuccess = false;\n+                            fSuccess = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.892Z","updatedAt":"2026-09-18T18:41:32.892Z","url":"https://0.0.0.0:3000/mutants/1582","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1583,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Arithmetic operator mutation at interpreter.cpp:1194","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (i++ > 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (i++ > 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.894Z","updatedAt":"2026-09-18T18:41:32.894Z","url":"https://0.0.0.0:3000/mutants/1583","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1584,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Relational operator mutation at interpreter.cpp:1194","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (i-- >= 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (i-- >= 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.896Z","updatedAt":"2026-09-18T18:41:32.896Z","url":"https://0.0.0.0:3000/mutants/1584","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1585,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Relational operator mutation at interpreter.cpp:1194","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (i-- < 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (i-- < 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.897Z","updatedAt":"2026-09-18T18:41:32.897Z","url":"https://0.0.0.0:3000/mutants/1585","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1586,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Relational operator mutation at interpreter.cpp:1194","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (i-- <= 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (i-- <= 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.899Z","updatedAt":"2026-09-18T18:41:32.899Z","url":"https://0.0.0.0:3000/mutants/1586","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1587,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Conditional operator mutation at interpreter.cpp:1194","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.900Z","updatedAt":"2026-09-18T18:41:32.900Z","url":"https://0.0.0.0:3000/mutants/1587","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1588,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Conditional operator mutation at interpreter.cpp:1194","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.902Z","updatedAt":"2026-09-18T18:41:32.902Z","url":"https://0.0.0.0:3000/mutants/1588","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1589,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1194,"endLine":1194,"title":"Custom mutation at interpreter.cpp:1194","description":null,"mutationOperator":"CUSTOM","originalCode":"                    while (i-- > 1) {","mutatedCode":"                    while (i-- > 1) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1194,1 +1194,1 @@\n-                    while (i-- > 1) {\n+                    while (i-- > 1) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:41:32.904Z","updatedAt":"2026-09-18T18:41:32.904Z","url":"https://0.0.0.0:3000/mutants/1589","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b1hv7000j01pejkoarihh","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1590,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1196,"endLine":1196,"title":"Logical operator mutation at interpreter.cpp:1196","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())","mutatedCode":"                        if (!fSuccess || (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1196,1 +1196,1 @@\n-                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())\n+                        if (!fSuccess || (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.281Z","updatedAt":"2026-09-18T18:42:31.281Z","url":"https://0.0.0.0:3000/mutants/1590","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1591,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1196,"endLine":1196,"title":"Constant replacement mutation at interpreter.cpp:1196","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())","mutatedCode":"                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1 - 1).size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1196,1 +1196,1 @@\n-                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())\n+                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1 - 1).size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.292Z","updatedAt":"2026-09-18T18:42:31.292Z","url":"https://0.0.0.0:3000/mutants/1591","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1592,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1196,"endLine":1196,"title":"Constant replacement mutation at interpreter.cpp:1196","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())","mutatedCode":"                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1 + 1).size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1196,1 +1196,1 @@\n-                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size())\n+                        if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1 + 1).size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.297Z","updatedAt":"2026-09-18T18:42:31.297Z","url":"https://0.0.0.0:3000/mutants/1592","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1593,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1198,"endLine":1198,"title":"Relational operator mutation at interpreter.cpp:1198","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (ikey2 > 0)","mutatedCode":"                        if (ikey2 >= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1198,1 +1198,1 @@\n-                        if (ikey2 > 0)\n+                        if (ikey2 >= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.302Z","updatedAt":"2026-09-18T18:42:31.302Z","url":"https://0.0.0.0:3000/mutants/1593","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1594,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1198,"endLine":1198,"title":"Relational operator mutation at interpreter.cpp:1198","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (ikey2 > 0)","mutatedCode":"                        if (ikey2 < 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1198,1 +1198,1 @@\n-                        if (ikey2 > 0)\n+                        if (ikey2 < 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.306Z","updatedAt":"2026-09-18T18:42:31.306Z","url":"https://0.0.0.0:3000/mutants/1594","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1595,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1198,"endLine":1198,"title":"Relational operator mutation at interpreter.cpp:1198","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (ikey2 > 0)","mutatedCode":"                        if (ikey2 <= 0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1198,1 +1198,1 @@\n-                        if (ikey2 > 0)\n+                        if (ikey2 <= 0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.310Z","updatedAt":"2026-09-18T18:42:31.310Z","url":"https://0.0.0.0:3000/mutants/1595","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1596,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1198,"endLine":1198,"title":"Conditional operator mutation at interpreter.cpp:1198","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (ikey2 > 0)","mutatedCode":"                        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1198,1 +1198,1 @@\n-                        if (ikey2 > 0)\n+                        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.314Z","updatedAt":"2026-09-18T18:42:31.314Z","url":"https://0.0.0.0:3000/mutants/1596","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1597,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1198,"endLine":1198,"title":"Conditional operator mutation at interpreter.cpp:1198","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                        if (ikey2 > 0)","mutatedCode":"                        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1198,1 +1198,1 @@\n-                        if (ikey2 > 0)\n+                        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.318Z","updatedAt":"2026-09-18T18:42:31.318Z","url":"https://0.0.0.0:3000/mutants/1597","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1598,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1199,"endLine":1199,"title":"Arithmetic operator mutation at interpreter.cpp:1199","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                            ikey2--;","mutatedCode":"                            ikey2++;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1199,1 +1199,1 @@\n-                            ikey2--;\n+                            ikey2++;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.322Z","updatedAt":"2026-09-18T18:42:31.322Z","url":"https://0.0.0.0:3000/mutants/1598","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1599,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1211,"endLine":1211,"title":"Logical operator mutation at interpreter.cpp:1211","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1).size())","mutatedCode":"                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) || stacktop(-1).size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1211,1 +1211,1 @@\n-                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1).size())\n+                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) || stacktop(-1).size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.325Z","updatedAt":"2026-09-18T18:42:31.325Z","url":"https://0.0.0.0:3000/mutants/1599","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1600,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1211,"endLine":1211,"title":"Constant replacement mutation at interpreter.cpp:1211","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1).size())","mutatedCode":"                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1 - 1).size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1211,1 +1211,1 @@\n-                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1).size())\n+                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1 - 1).size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.329Z","updatedAt":"2026-09-18T18:42:31.329Z","url":"https://0.0.0.0:3000/mutants/1600","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1601,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1211,"endLine":1211,"title":"Constant replacement mutation at interpreter.cpp:1211","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1).size())","mutatedCode":"                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1 + 1).size())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1211,1 +1211,1 @@\n-                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1).size())\n+                    if ((flags & SCRIPT_VERIFY_NULLDUMMY) && stacktop(-1 + 1).size())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.333Z","updatedAt":"2026-09-18T18:42:31.333Z","url":"https://0.0.0.0:3000/mutants/1601","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1602,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1217,"endLine":1217,"title":"Relational operator mutation at interpreter.cpp:1217","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (opcode == OP_CHECKMULTISIGVERIFY)","mutatedCode":"                    if (opcode != OP_CHECKMULTISIGVERIFY)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1217,1 +1217,1 @@\n-                    if (opcode == OP_CHECKMULTISIGVERIFY)\n+                    if (opcode != OP_CHECKMULTISIGVERIFY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.337Z","updatedAt":"2026-09-18T18:42:31.337Z","url":"https://0.0.0.0:3000/mutants/1602","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1603,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1217,"endLine":1217,"title":"Conditional operator mutation at interpreter.cpp:1217","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_CHECKMULTISIGVERIFY)","mutatedCode":"                    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1217,1 +1217,1 @@\n-                    if (opcode == OP_CHECKMULTISIGVERIFY)\n+                    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.340Z","updatedAt":"2026-09-18T18:42:31.340Z","url":"https://0.0.0.0:3000/mutants/1603","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1604,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1217,"endLine":1217,"title":"Conditional operator mutation at interpreter.cpp:1217","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                    if (opcode == OP_CHECKMULTISIGVERIFY)","mutatedCode":"                    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1217,1 +1217,1 @@\n-                    if (opcode == OP_CHECKMULTISIGVERIFY)\n+                    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.344Z","updatedAt":"2026-09-18T18:42:31.344Z","url":"https://0.0.0.0:3000/mutants/1604","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1605,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1232,"endLine":1232,"title":"Relational operator mutation at interpreter.cpp:1232","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (stack.size() + altstack.size() > MAX_STACK_SIZE)","mutatedCode":"            if (stack.size() + altstack.size() >= MAX_STACK_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1232,1 +1232,1 @@\n-            if (stack.size() + altstack.size() > MAX_STACK_SIZE)\n+            if (stack.size() + altstack.size() >= MAX_STACK_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.349Z","updatedAt":"2026-09-18T18:42:31.349Z","url":"https://0.0.0.0:3000/mutants/1605","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1606,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1232,"endLine":1232,"title":"Relational operator mutation at interpreter.cpp:1232","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (stack.size() + altstack.size() > MAX_STACK_SIZE)","mutatedCode":"            if (stack.size() + altstack.size() < MAX_STACK_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1232,1 +1232,1 @@\n-            if (stack.size() + altstack.size() > MAX_STACK_SIZE)\n+            if (stack.size() + altstack.size() < MAX_STACK_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.353Z","updatedAt":"2026-09-18T18:42:31.353Z","url":"https://0.0.0.0:3000/mutants/1606","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1607,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1232,"endLine":1232,"title":"Relational operator mutation at interpreter.cpp:1232","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (stack.size() + altstack.size() > MAX_STACK_SIZE)","mutatedCode":"            if (stack.size() + altstack.size() <= MAX_STACK_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1232,1 +1232,1 @@\n-            if (stack.size() + altstack.size() > MAX_STACK_SIZE)\n+            if (stack.size() + altstack.size() <= MAX_STACK_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.357Z","updatedAt":"2026-09-18T18:42:31.357Z","url":"https://0.0.0.0:3000/mutants/1607","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1608,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1232,"endLine":1232,"title":"Arithmetic operator mutation at interpreter.cpp:1232","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (stack.size() + altstack.size() > MAX_STACK_SIZE)","mutatedCode":"            if (stack.size() - altstack.size() > MAX_STACK_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1232,1 +1232,1 @@\n-            if (stack.size() + altstack.size() > MAX_STACK_SIZE)\n+            if (stack.size() - altstack.size() > MAX_STACK_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.361Z","updatedAt":"2026-09-18T18:42:31.361Z","url":"https://0.0.0.0:3000/mutants/1608","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1609,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1232,"endLine":1232,"title":"Arithmetic operator mutation at interpreter.cpp:1232","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (stack.size() + altstack.size() > MAX_STACK_SIZE)","mutatedCode":"            if (stack.size() * altstack.size() > MAX_STACK_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1232,1 +1232,1 @@\n-            if (stack.size() + altstack.size() > MAX_STACK_SIZE)\n+            if (stack.size() * altstack.size() > MAX_STACK_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.366Z","updatedAt":"2026-09-18T18:42:31.366Z","url":"https://0.0.0.0:3000/mutants/1609","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1610,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1232,"endLine":1232,"title":"Arithmetic operator mutation at interpreter.cpp:1232","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (stack.size() + altstack.size() > MAX_STACK_SIZE)","mutatedCode":"            if (stack.size() / altstack.size() > MAX_STACK_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1232,1 +1232,1 @@\n-            if (stack.size() + altstack.size() > MAX_STACK_SIZE)\n+            if (stack.size() / altstack.size() > MAX_STACK_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.370Z","updatedAt":"2026-09-18T18:42:31.370Z","url":"https://0.0.0.0:3000/mutants/1610","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1611,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1278,"endLine":1278,"title":"Relational operator mutation at interpreter.cpp:1278","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        fHashSingle((nHashTypeIn & 0x1f) == SIGHASH_SINGLE),","mutatedCode":"        fHashSingle((nHashTypeIn & 0x1f) != SIGHASH_SINGLE),","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1278,1 +1278,1 @@\n-        fHashSingle((nHashTypeIn & 0x1f) == SIGHASH_SINGLE),\n+        fHashSingle((nHashTypeIn & 0x1f) != SIGHASH_SINGLE),\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.374Z","updatedAt":"2026-09-18T18:42:31.374Z","url":"https://0.0.0.0:3000/mutants/1611","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1612,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1279,"endLine":1279,"title":"Relational operator mutation at interpreter.cpp:1279","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        fHashNone((nHashTypeIn & 0x1f) == SIGHASH_NONE) {}","mutatedCode":"        fHashNone((nHashTypeIn & 0x1f) != SIGHASH_NONE) {}","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1279,1 +1279,1 @@\n-        fHashNone((nHashTypeIn & 0x1f) == SIGHASH_NONE) {}\n+        fHashNone((nHashTypeIn & 0x1f) != SIGHASH_NONE) {}\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.379Z","updatedAt":"2026-09-18T18:42:31.379Z","url":"https://0.0.0.0:3000/mutants/1612","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1613,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1288,"endLine":1288,"title":"Custom mutation at interpreter.cpp:1288","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (scriptCode.GetOp(it, opcode)) {","mutatedCode":"        while (scriptCode.GetOp(it, opcode)) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1288,1 +1288,1 @@\n-        while (scriptCode.GetOp(it, opcode)) {\n+        while (scriptCode.GetOp(it, opcode)) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.382Z","updatedAt":"2026-09-18T18:42:31.382Z","url":"https://0.0.0.0:3000/mutants/1613","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1614,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1289,"endLine":1289,"title":"Relational operator mutation at interpreter.cpp:1289","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR)","mutatedCode":"            if (opcode != OP_CODESEPARATOR)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1289,1 +1289,1 @@\n-            if (opcode == OP_CODESEPARATOR)\n+            if (opcode != OP_CODESEPARATOR)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.386Z","updatedAt":"2026-09-18T18:42:31.386Z","url":"https://0.0.0.0:3000/mutants/1614","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1615,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1289,"endLine":1289,"title":"Conditional operator mutation at interpreter.cpp:1289","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR)","mutatedCode":"            if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1289,1 +1289,1 @@\n-            if (opcode == OP_CODESEPARATOR)\n+            if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.389Z","updatedAt":"2026-09-18T18:42:31.389Z","url":"https://0.0.0.0:3000/mutants/1615","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1616,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1289,"endLine":1289,"title":"Conditional operator mutation at interpreter.cpp:1289","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR)","mutatedCode":"            if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1289,1 +1289,1 @@\n-            if (opcode == OP_CODESEPARATOR)\n+            if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.393Z","updatedAt":"2026-09-18T18:42:31.393Z","url":"https://0.0.0.0:3000/mutants/1616","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1617,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1292,"endLine":1292,"title":"Arithmetic operator mutation at interpreter.cpp:1292","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        ::WriteCompactSize(s, scriptCode.size() - nCodeSeparators);","mutatedCode":"        ::WriteCompactSize(s, scriptCode.size() + nCodeSeparators);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1292,1 +1292,1 @@\n-        ::WriteCompactSize(s, scriptCode.size() - nCodeSeparators);\n+        ::WriteCompactSize(s, scriptCode.size() + nCodeSeparators);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.396Z","updatedAt":"2026-09-18T18:42:31.396Z","url":"https://0.0.0.0:3000/mutants/1617","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1618,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1295,"endLine":1295,"title":"Relational operator mutation at interpreter.cpp:1295","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR) {","mutatedCode":"            if (opcode != OP_CODESEPARATOR) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1295,1 +1295,1 @@\n-            if (opcode == OP_CODESEPARATOR) {\n+            if (opcode != OP_CODESEPARATOR) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.399Z","updatedAt":"2026-09-18T18:42:31.399Z","url":"https://0.0.0.0:3000/mutants/1618","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1619,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1295,"endLine":1295,"title":"Conditional operator mutation at interpreter.cpp:1295","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1295,1 +1295,1 @@\n-            if (opcode == OP_CODESEPARATOR) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.403Z","updatedAt":"2026-09-18T18:42:31.403Z","url":"https://0.0.0.0:3000/mutants/1619","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1620,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1295,"endLine":1295,"title":"Conditional operator mutation at interpreter.cpp:1295","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (opcode == OP_CODESEPARATOR) {","mutatedCode":"            if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1295,1 +1295,1 @@\n-            if (opcode == OP_CODESEPARATOR) {\n+            if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.406Z","updatedAt":"2026-09-18T18:42:31.406Z","url":"https://0.0.0.0:3000/mutants/1620","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1621,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1296,"endLine":1296,"title":"Arithmetic operator mutation at interpreter.cpp:1296","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin - 1)}));","mutatedCode":"                s.write(std::as_bytes(std::span{&itBegin[0], size_t(it + itBegin - 1)}));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1296,1 +1296,1 @@\n-                s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin - 1)}));\n+                s.write(std::as_bytes(std::span{&itBegin[0], size_t(it + itBegin - 1)}));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.410Z","updatedAt":"2026-09-18T18:42:31.410Z","url":"https://0.0.0.0:3000/mutants/1621","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1622,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1296,"endLine":1296,"title":"Statement deletion mutation at interpreter.cpp:1296","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin - 1)}));","mutatedCode":"                // s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin - 1)}));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1296,1 +1296,1 @@\n-                s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin - 1)}));\n+                // s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin - 1)}));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.414Z","updatedAt":"2026-09-18T18:42:31.414Z","url":"https://0.0.0.0:3000/mutants/1622","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1623,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1300,"endLine":1300,"title":"Relational operator mutation at interpreter.cpp:1300","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (itBegin != scriptCode.end())","mutatedCode":"        if (itBegin == scriptCode.end())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1300,1 +1300,1 @@\n-        if (itBegin != scriptCode.end())\n+        if (itBegin == scriptCode.end())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.419Z","updatedAt":"2026-09-18T18:42:31.419Z","url":"https://0.0.0.0:3000/mutants/1623","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1624,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1301,"endLine":1301,"title":"Arithmetic operator mutation at interpreter.cpp:1301","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin)}));","mutatedCode":"            s.write(std::as_bytes(std::span{&itBegin[0], size_t(it + itBegin)}));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1301,1 +1301,1 @@\n-            s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin)}));\n+            s.write(std::as_bytes(std::span{&itBegin[0], size_t(it + itBegin)}));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.422Z","updatedAt":"2026-09-18T18:42:31.422Z","url":"https://0.0.0.0:3000/mutants/1624","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1625,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1301,"endLine":1301,"title":"Statement deletion mutation at interpreter.cpp:1301","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin)}));","mutatedCode":"            // s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin)}));","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1301,1 +1301,1 @@\n-            s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin)}));\n+            // s.write(std::as_bytes(std::span{&itBegin[0], size_t(it - itBegin)}));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.427Z","updatedAt":"2026-09-18T18:42:31.427Z","url":"https://0.0.0.0:3000/mutants/1625","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1626,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1308,"endLine":1308,"title":"Conditional operator mutation at interpreter.cpp:1308","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (fAnyoneCanPay)","mutatedCode":"        if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1308,1 +1308,1 @@\n-        if (fAnyoneCanPay)\n+        if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.432Z","updatedAt":"2026-09-18T18:42:31.432Z","url":"https://0.0.0.0:3000/mutants/1626","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1627,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1308,"endLine":1308,"title":"Conditional operator mutation at interpreter.cpp:1308","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (fAnyoneCanPay)","mutatedCode":"        if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1308,1 +1308,1 @@\n-        if (fAnyoneCanPay)\n+        if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.434Z","updatedAt":"2026-09-18T18:42:31.434Z","url":"https://0.0.0.0:3000/mutants/1627","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1628,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1317,"endLine":1317,"title":"Statement deletion mutation at interpreter.cpp:1317","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            SerializeScriptCode(s);","mutatedCode":"            // SerializeScriptCode(s);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1317,1 +1317,1 @@\n-            SerializeScriptCode(s);\n+            // SerializeScriptCode(s);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.437Z","updatedAt":"2026-09-18T18:42:31.437Z","url":"https://0.0.0.0:3000/mutants/1628","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1629,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1344,"endLine":1344,"title":"Relational operator mutation at interpreter.cpp:1344","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int nInput = 0; nInput < nInputs; nInput++)","mutatedCode":"        for (unsigned int nInput = 0; nInput <= nInputs; nInput++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1344,1 +1344,1 @@\n-        for (unsigned int nInput = 0; nInput < nInputs; nInput++)\n+        for (unsigned int nInput = 0; nInput <= nInputs; nInput++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.440Z","updatedAt":"2026-09-18T18:42:31.440Z","url":"https://0.0.0.0:3000/mutants/1629","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1630,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1344,"endLine":1344,"title":"Relational operator mutation at interpreter.cpp:1344","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int nInput = 0; nInput < nInputs; nInput++)","mutatedCode":"        for (unsigned int nInput = 0; nInput > nInputs; nInput++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1344,1 +1344,1 @@\n-        for (unsigned int nInput = 0; nInput < nInputs; nInput++)\n+        for (unsigned int nInput = 0; nInput > nInputs; nInput++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.443Z","updatedAt":"2026-09-18T18:42:31.443Z","url":"https://0.0.0.0:3000/mutants/1630","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1631,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1344,"endLine":1344,"title":"Relational operator mutation at interpreter.cpp:1344","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int nInput = 0; nInput < nInputs; nInput++)","mutatedCode":"        for (unsigned int nInput = 0; nInput >= nInputs; nInput++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1344,1 +1344,1 @@\n-        for (unsigned int nInput = 0; nInput < nInputs; nInput++)\n+        for (unsigned int nInput = 0; nInput >= nInputs; nInput++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.445Z","updatedAt":"2026-09-18T18:42:31.445Z","url":"https://0.0.0.0:3000/mutants/1631","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1632,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1345,"endLine":1345,"title":"Statement deletion mutation at interpreter.cpp:1345","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"             SerializeInput(s, nInput);","mutatedCode":"             // SerializeInput(s, nInput);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1345,1 +1345,1 @@\n-             SerializeInput(s, nInput);\n+             // SerializeInput(s, nInput);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.448Z","updatedAt":"2026-09-18T18:42:31.448Z","url":"https://0.0.0.0:3000/mutants/1632","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1633,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1349,"endLine":1349,"title":"Relational operator mutation at interpreter.cpp:1349","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int nOutput = 0; nOutput < nOutputs; nOutput++)","mutatedCode":"        for (unsigned int nOutput = 0; nOutput <= nOutputs; nOutput++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1349,1 +1349,1 @@\n-        for (unsigned int nOutput = 0; nOutput < nOutputs; nOutput++)\n+        for (unsigned int nOutput = 0; nOutput <= nOutputs; nOutput++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.451Z","updatedAt":"2026-09-18T18:42:31.451Z","url":"https://0.0.0.0:3000/mutants/1633","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1634,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1349,"endLine":1349,"title":"Relational operator mutation at interpreter.cpp:1349","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int nOutput = 0; nOutput < nOutputs; nOutput++)","mutatedCode":"        for (unsigned int nOutput = 0; nOutput > nOutputs; nOutput++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1349,1 +1349,1 @@\n-        for (unsigned int nOutput = 0; nOutput < nOutputs; nOutput++)\n+        for (unsigned int nOutput = 0; nOutput > nOutputs; nOutput++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.455Z","updatedAt":"2026-09-18T18:42:31.455Z","url":"https://0.0.0.0:3000/mutants/1634","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1635,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1349,"endLine":1349,"title":"Relational operator mutation at interpreter.cpp:1349","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int nOutput = 0; nOutput < nOutputs; nOutput++)","mutatedCode":"        for (unsigned int nOutput = 0; nOutput >= nOutputs; nOutput++)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1349,1 +1349,1 @@\n-        for (unsigned int nOutput = 0; nOutput < nOutputs; nOutput++)\n+        for (unsigned int nOutput = 0; nOutput >= nOutputs; nOutput++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.461Z","updatedAt":"2026-09-18T18:42:31.461Z","url":"https://0.0.0.0:3000/mutants/1635","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1636,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1350,"endLine":1350,"title":"Statement deletion mutation at interpreter.cpp:1350","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"             SerializeOutput(s, nOutput);","mutatedCode":"             // SerializeOutput(s, nOutput);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1350,1 +1350,1 @@\n-             SerializeOutput(s, nOutput);\n+             // SerializeOutput(s, nOutput);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.465Z","updatedAt":"2026-09-18T18:42:31.465Z","url":"https://0.0.0.0:3000/mutants/1636","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1637,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1413,"endLine":1413,"title":"Logical operator mutation at interpreter.cpp:1413","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"void PrecomputedTransactionData::Init(const T& txTo, std::vector<CTxOut>&& spent_outputs, bool force)","mutatedCode":"void PrecomputedTransactionData::Init(const T& txTo, std::vector<CTxOut>|| spent_outputs, bool force)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1413,1 +1413,1 @@\n-void PrecomputedTransactionData::Init(const T& txTo, std::vector<CTxOut>&& spent_outputs, bool force)\n+void PrecomputedTransactionData::Init(const T& txTo, std::vector<CTxOut>|| spent_outputs, bool force)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.467Z","updatedAt":"2026-09-18T18:42:31.467Z","url":"https://0.0.0.0:3000/mutants/1637","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1638,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1420,"endLine":1420,"title":"Constant replacement mutation at interpreter.cpp:1420","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        m_spent_outputs_ready = true;","mutatedCode":"        m_spent_outputs_ready = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1420,1 +1420,1 @@\n-        m_spent_outputs_ready = true;\n+        m_spent_outputs_ready = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.470Z","updatedAt":"2026-09-18T18:42:31.470Z","url":"https://0.0.0.0:3000/mutants/1638","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1639,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1426,"endLine":1426,"title":"Relational operator mutation at interpreter.cpp:1426","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","mutatedCode":"    for (size_t inpos = 0; inpos <= txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1426,1 +1426,1 @@\n-    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n+    for (size_t inpos = 0; inpos <= txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.471Z","updatedAt":"2026-09-18T18:42:31.471Z","url":"https://0.0.0.0:3000/mutants/1639","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1640,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1426,"endLine":1426,"title":"Relational operator mutation at interpreter.cpp:1426","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","mutatedCode":"    for (size_t inpos = 0; inpos > txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1426,1 +1426,1 @@\n-    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n+    for (size_t inpos = 0; inpos > txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.474Z","updatedAt":"2026-09-18T18:42:31.474Z","url":"https://0.0.0.0:3000/mutants/1640","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1641,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1426,"endLine":1426,"title":"Relational operator mutation at interpreter.cpp:1426","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","mutatedCode":"    for (size_t inpos = 0; inpos >= txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1426,1 +1426,1 @@\n-    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n+    for (size_t inpos = 0; inpos >= txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.476Z","updatedAt":"2026-09-18T18:42:31.476Z","url":"https://0.0.0.0:3000/mutants/1641","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1642,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1426,"endLine":1426,"title":"Logical operator mutation at interpreter.cpp:1426","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","mutatedCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() || !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1426,1 +1426,1 @@\n-    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n+    for (size_t inpos = 0; inpos < txTo.vin.size() || !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.478Z","updatedAt":"2026-09-18T18:42:31.478Z","url":"https://0.0.0.0:3000/mutants/1642","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1643,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1426,"endLine":1426,"title":"Custom mutation at interpreter.cpp:1426","description":null,"mutationOperator":"CUSTOM","originalCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {","mutatedCode":"    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1426,1 +1426,1 @@\n-    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {\n+    for (size_t inpos = 0; inpos < txTo.vin.size() && !(uses_bip143_segwit && uses_bip341_taproot); ++inpos) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.480Z","updatedAt":"2026-09-18T18:42:31.480Z","url":"https://0.0.0.0:3000/mutants/1643","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1644,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1428,"endLine":1428,"title":"Logical operator mutation at interpreter.cpp:1428","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&","mutatedCode":"            if (m_spent_outputs_ready || m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1428,1 +1428,1 @@\n-            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&\n+            if (m_spent_outputs_ready || m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.482Z","updatedAt":"2026-09-18T18:42:31.482Z","url":"https://0.0.0.0:3000/mutants/1644","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1645,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1428,"endLine":1428,"title":"Relational operator mutation at interpreter.cpp:1428","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&","mutatedCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() != 2 + WITNESS_V1_TAPROOT_SIZE &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1428,1 +1428,1 @@\n-            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&\n+            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() != 2 + WITNESS_V1_TAPROOT_SIZE &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.485Z","updatedAt":"2026-09-18T18:42:31.485Z","url":"https://0.0.0.0:3000/mutants/1645","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1646,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1428,"endLine":1428,"title":"Arithmetic operator mutation at interpreter.cpp:1428","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&","mutatedCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 - WITNESS_V1_TAPROOT_SIZE &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1428,1 +1428,1 @@\n-            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&\n+            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 - WITNESS_V1_TAPROOT_SIZE &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.487Z","updatedAt":"2026-09-18T18:42:31.487Z","url":"https://0.0.0.0:3000/mutants/1646","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1647,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1428,"endLine":1428,"title":"Arithmetic operator mutation at interpreter.cpp:1428","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&","mutatedCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 * WITNESS_V1_TAPROOT_SIZE &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1428,1 +1428,1 @@\n-            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&\n+            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 * WITNESS_V1_TAPROOT_SIZE &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.489Z","updatedAt":"2026-09-18T18:42:31.489Z","url":"https://0.0.0.0:3000/mutants/1647","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1648,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1428,"endLine":1428,"title":"Arithmetic operator mutation at interpreter.cpp:1428","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&","mutatedCode":"            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 / WITNESS_V1_TAPROOT_SIZE &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1428,1 +1428,1 @@\n-            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 + WITNESS_V1_TAPROOT_SIZE &&\n+            if (m_spent_outputs_ready && m_spent_outputs[inpos].scriptPubKey.size() == 2 / WITNESS_V1_TAPROOT_SIZE &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.491Z","updatedAt":"2026-09-18T18:42:31.491Z","url":"https://0.0.0.0:3000/mutants/1648","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1649,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1429,"endLine":1429,"title":"Relational operator mutation at interpreter.cpp:1429","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                m_spent_outputs[inpos].scriptPubKey[0] == OP_1) {","mutatedCode":"                m_spent_outputs[inpos].scriptPubKey[0] != OP_1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1429,1 +1429,1 @@\n-                m_spent_outputs[inpos].scriptPubKey[0] == OP_1) {\n+                m_spent_outputs[inpos].scriptPubKey[0] != OP_1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.493Z","updatedAt":"2026-09-18T18:42:31.493Z","url":"https://0.0.0.0:3000/mutants/1649","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1650,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1434,"endLine":1434,"title":"Constant replacement mutation at interpreter.cpp:1434","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                uses_bip341_taproot = true;","mutatedCode":"                uses_bip341_taproot = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1434,1 +1434,1 @@\n-                uses_bip341_taproot = true;\n+                uses_bip341_taproot = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.495Z","updatedAt":"2026-09-18T18:42:31.495Z","url":"https://0.0.0.0:3000/mutants/1650","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1651,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1439,"endLine":1439,"title":"Constant replacement mutation at interpreter.cpp:1439","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                uses_bip143_segwit = true;","mutatedCode":"                uses_bip143_segwit = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1439,1 +1439,1 @@\n-                uses_bip143_segwit = true;\n+                uses_bip143_segwit = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.497Z","updatedAt":"2026-09-18T18:42:31.497Z","url":"https://0.0.0.0:3000/mutants/1651","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1652,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1442,"endLine":1442,"title":"Logical operator mutation at interpreter.cpp:1442","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (uses_bip341_taproot && uses_bip143_segwit) break; // No need to scan further if we already need all.","mutatedCode":"        if (uses_bip341_taproot || uses_bip143_segwit) break; // No need to scan further if we already need all.","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1442,1 +1442,1 @@\n-        if (uses_bip341_taproot && uses_bip143_segwit) break; // No need to scan further if we already need all.\n+        if (uses_bip341_taproot || uses_bip143_segwit) break; // No need to scan further if we already need all.\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.499Z","updatedAt":"2026-09-18T18:42:31.499Z","url":"https://0.0.0.0:3000/mutants/1652","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1653,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1442,"endLine":1442,"title":"Conditional operator mutation at interpreter.cpp:1442","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (uses_bip341_taproot && uses_bip143_segwit) break; // No need to scan further if we already need all.","mutatedCode":"        if (1==1) break; // No need to scan further if we already need all.","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1442,1 +1442,1 @@\n-        if (uses_bip341_taproot && uses_bip143_segwit) break; // No need to scan further if we already need all.\n+        if (1==1) break; // No need to scan further if we already need all.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.501Z","updatedAt":"2026-09-18T18:42:31.501Z","url":"https://0.0.0.0:3000/mutants/1653","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1654,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1445,"endLine":1445,"title":"Logical operator mutation at interpreter.cpp:1445","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (uses_bip143_segwit || uses_bip341_taproot) {","mutatedCode":"    if (uses_bip143_segwit && uses_bip341_taproot) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1445,1 +1445,1 @@\n-    if (uses_bip143_segwit || uses_bip341_taproot) {\n+    if (uses_bip143_segwit && uses_bip341_taproot) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.503Z","updatedAt":"2026-09-18T18:42:31.503Z","url":"https://0.0.0.0:3000/mutants/1654","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1655,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1445,"endLine":1445,"title":"Conditional operator mutation at interpreter.cpp:1445","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (uses_bip143_segwit || uses_bip341_taproot) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1445,1 +1445,1 @@\n-    if (uses_bip143_segwit || uses_bip341_taproot) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.507Z","updatedAt":"2026-09-18T18:42:31.507Z","url":"https://0.0.0.0:3000/mutants/1655","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1656,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1451,"endLine":1451,"title":"Conditional operator mutation at interpreter.cpp:1451","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (uses_bip143_segwit) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1451,1 +1451,1 @@\n-    if (uses_bip143_segwit) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.509Z","updatedAt":"2026-09-18T18:42:31.509Z","url":"https://0.0.0.0:3000/mutants/1656","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1657,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1451,"endLine":1451,"title":"Conditional operator mutation at interpreter.cpp:1451","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (uses_bip143_segwit) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1451,1 +1451,1 @@\n-    if (uses_bip143_segwit) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.511Z","updatedAt":"2026-09-18T18:42:31.511Z","url":"https://0.0.0.0:3000/mutants/1657","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1658,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1455,"endLine":1455,"title":"Constant replacement mutation at interpreter.cpp:1455","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        m_bip143_segwit_ready = true;","mutatedCode":"        m_bip143_segwit_ready = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1455,1 +1455,1 @@\n-        m_bip143_segwit_ready = true;\n+        m_bip143_segwit_ready = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.513Z","updatedAt":"2026-09-18T18:42:31.513Z","url":"https://0.0.0.0:3000/mutants/1658","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1659,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1457,"endLine":1457,"title":"Logical operator mutation at interpreter.cpp:1457","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (uses_bip341_taproot && m_spent_outputs_ready) {","mutatedCode":"    if (uses_bip341_taproot || m_spent_outputs_ready) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1457,1 +1457,1 @@\n-    if (uses_bip341_taproot && m_spent_outputs_ready) {\n+    if (uses_bip341_taproot || m_spent_outputs_ready) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.515Z","updatedAt":"2026-09-18T18:42:31.515Z","url":"https://0.0.0.0:3000/mutants/1659","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1660,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1457,"endLine":1457,"title":"Conditional operator mutation at interpreter.cpp:1457","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (uses_bip341_taproot && m_spent_outputs_ready) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1457,1 +1457,1 @@\n-    if (uses_bip341_taproot && m_spent_outputs_ready) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.517Z","updatedAt":"2026-09-18T18:42:31.517Z","url":"https://0.0.0.0:3000/mutants/1660","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1661,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1457,"endLine":1457,"title":"Conditional operator mutation at interpreter.cpp:1457","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (uses_bip341_taproot && m_spent_outputs_ready) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1457,1 +1457,1 @@\n-    if (uses_bip341_taproot && m_spent_outputs_ready) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.519Z","updatedAt":"2026-09-18T18:42:31.519Z","url":"https://0.0.0.0:3000/mutants/1661","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1662,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1460,"endLine":1460,"title":"Constant replacement mutation at interpreter.cpp:1460","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        m_bip341_taproot_ready = true;","mutatedCode":"        m_bip341_taproot_ready = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1460,1 +1460,1 @@\n-        m_bip341_taproot_ready = true;\n+        m_bip341_taproot_ready = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.521Z","updatedAt":"2026-09-18T18:42:31.521Z","url":"https://0.0.0.0:3000/mutants/1662","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1663,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1467,"endLine":1467,"title":"Statement deletion mutation at interpreter.cpp:1467","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    Init(txTo, {});","mutatedCode":"    // Init(txTo, {});","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1467,1 +1467,1 @@\n-    Init(txTo, {});\n+    // Init(txTo, {});\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.523Z","updatedAt":"2026-09-18T18:42:31.523Z","url":"https://0.0.0.0:3000/mutants/1663","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1664,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1471,"endLine":1471,"title":"Logical operator mutation at interpreter.cpp:1471","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"template void PrecomputedTransactionData::Init(const CTransaction& txTo, std::vector<CTxOut>&& spent_outputs, bool force);","mutatedCode":"template void PrecomputedTransactionData::Init(const CTransaction& txTo, std::vector<CTxOut>|| spent_outputs, bool force);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1471,1 +1471,1 @@\n-template void PrecomputedTransactionData::Init(const CTransaction& txTo, std::vector<CTxOut>&& spent_outputs, bool force);\n+template void PrecomputedTransactionData::Init(const CTransaction& txTo, std::vector<CTxOut>|| spent_outputs, bool force);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.526Z","updatedAt":"2026-09-18T18:42:31.526Z","url":"https://0.0.0.0:3000/mutants/1664","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1665,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1472,"endLine":1472,"title":"Logical operator mutation at interpreter.cpp:1472","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"template void PrecomputedTransactionData::Init(const CMutableTransaction& txTo, std::vector<CTxOut>&& spent_outputs, bool force);","mutatedCode":"template void PrecomputedTransactionData::Init(const CMutableTransaction& txTo, std::vector<CTxOut>|| spent_outputs, bool force);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1472,1 +1472,1 @@\n-template void PrecomputedTransactionData::Init(const CMutableTransaction& txTo, std::vector<CTxOut>&& spent_outputs, bool force);\n+template void PrecomputedTransactionData::Init(const CMutableTransaction& txTo, std::vector<CTxOut>|| spent_outputs, bool force);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.529Z","updatedAt":"2026-09-18T18:42:31.529Z","url":"https://0.0.0.0:3000/mutants/1665","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1666,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1513,"endLine":1513,"title":"Logical operator mutation at interpreter.cpp:1513","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!(cache.m_bip341_taproot_ready && cache.m_spent_outputs_ready)) {","mutatedCode":"    if (!(cache.m_bip341_taproot_ready || cache.m_spent_outputs_ready)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1513,1 +1513,1 @@\n-    if (!(cache.m_bip341_taproot_ready && cache.m_spent_outputs_ready)) {\n+    if (!(cache.m_bip341_taproot_ready || cache.m_spent_outputs_ready)) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.531Z","updatedAt":"2026-09-18T18:42:31.531Z","url":"https://0.0.0.0:3000/mutants/1666","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1667,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1524,"endLine":1524,"title":"Relational operator mutation at interpreter.cpp:1524","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    const uint8_t output_type = (hash_type == SIGHASH_DEFAULT) ? SIGHASH_ALL : (hash_type & SIGHASH_OUTPUT_MASK); // Default (no sighash byte) is equivalent to SIGHASH_ALL","mutatedCode":"    const uint8_t output_type = (hash_type != SIGHASH_DEFAULT) ? SIGHASH_ALL : (hash_type & SIGHASH_OUTPUT_MASK); // Default (no sighash byte) is equivalent to SIGHASH_ALL","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1524,1 +1524,1 @@\n-    const uint8_t output_type = (hash_type == SIGHASH_DEFAULT) ? SIGHASH_ALL : (hash_type & SIGHASH_OUTPUT_MASK); // Default (no sighash byte) is equivalent to SIGHASH_ALL\n+    const uint8_t output_type = (hash_type != SIGHASH_DEFAULT) ? SIGHASH_ALL : (hash_type & SIGHASH_OUTPUT_MASK); // Default (no sighash byte) is equivalent to SIGHASH_ALL\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.533Z","updatedAt":"2026-09-18T18:42:31.533Z","url":"https://0.0.0.0:3000/mutants/1667","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1668,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Constant replacement mutation at interpreter.cpp:1526","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.535Z","updatedAt":"2026-09-18T18:42:31.535Z","url":"https://0.0.0.0:3000/mutants/1668","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1669,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Relational operator mutation at interpreter.cpp:1526","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type <= 0x03 || (hash_type > 0x81 && hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type <= 0x03 || (hash_type > 0x81 && hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.537Z","updatedAt":"2026-09-18T18:42:31.537Z","url":"https://0.0.0.0:3000/mutants/1669","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1670,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Relational operator mutation at interpreter.cpp:1526","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type < 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type < 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.539Z","updatedAt":"2026-09-18T18:42:31.539Z","url":"https://0.0.0.0:3000/mutants/1670","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1671,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Relational operator mutation at interpreter.cpp:1526","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type <= 0x03 || (hash_type <= 0x81 && hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type <= 0x03 || (hash_type <= 0x81 && hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.541Z","updatedAt":"2026-09-18T18:42:31.541Z","url":"https://0.0.0.0:3000/mutants/1671","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1672,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Relational operator mutation at interpreter.cpp:1526","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type >= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type >= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.543Z","updatedAt":"2026-09-18T18:42:31.543Z","url":"https://0.0.0.0:3000/mutants/1672","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1673,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Logical operator mutation at interpreter.cpp:1526","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 || hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type <= 0x03 || (hash_type >= 0x81 || hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.545Z","updatedAt":"2026-09-18T18:42:31.545Z","url":"https://0.0.0.0:3000/mutants/1673","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1674,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Logical operator mutation at interpreter.cpp:1526","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    if (!(hash_type <= 0x03 && (hash_type >= 0x81 && hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    if (!(hash_type <= 0x03 && (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.547Z","updatedAt":"2026-09-18T18:42:31.547Z","url":"https://0.0.0.0:3000/mutants/1674","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1675,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1526,"endLine":1526,"title":"Statement deletion mutation at interpreter.cpp:1526","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","mutatedCode":"    // if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1526,1 +1526,1 @@\n-    if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n+    // if (!(hash_type <= 0x03 || (hash_type >= 0x81 && hash_type <= 0x83))) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.549Z","updatedAt":"2026-09-18T18:42:31.549Z","url":"https://0.0.0.0:3000/mutants/1675","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1676,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1532,"endLine":1532,"title":"Relational operator mutation at interpreter.cpp:1532","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (input_type != SIGHASH_ANYONECANPAY) {","mutatedCode":"    if (input_type == SIGHASH_ANYONECANPAY) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1532,1 +1532,1 @@\n-    if (input_type != SIGHASH_ANYONECANPAY) {\n+    if (input_type == SIGHASH_ANYONECANPAY) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.551Z","updatedAt":"2026-09-18T18:42:31.551Z","url":"https://0.0.0.0:3000/mutants/1676","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1677,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1532,"endLine":1532,"title":"Conditional operator mutation at interpreter.cpp:1532","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (input_type != SIGHASH_ANYONECANPAY) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1532,1 +1532,1 @@\n-    if (input_type != SIGHASH_ANYONECANPAY) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.553Z","updatedAt":"2026-09-18T18:42:31.553Z","url":"https://0.0.0.0:3000/mutants/1677","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1678,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1532,"endLine":1532,"title":"Conditional operator mutation at interpreter.cpp:1532","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (input_type != SIGHASH_ANYONECANPAY) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1532,1 +1532,1 @@\n-    if (input_type != SIGHASH_ANYONECANPAY) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.555Z","updatedAt":"2026-09-18T18:42:31.555Z","url":"https://0.0.0.0:3000/mutants/1678","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1679,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1538,"endLine":1538,"title":"Relational operator mutation at interpreter.cpp:1538","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (output_type == SIGHASH_ALL) {","mutatedCode":"    if (output_type != SIGHASH_ALL) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1538,1 +1538,1 @@\n-    if (output_type == SIGHASH_ALL) {\n+    if (output_type != SIGHASH_ALL) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.558Z","updatedAt":"2026-09-18T18:42:31.558Z","url":"https://0.0.0.0:3000/mutants/1679","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1680,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1538,"endLine":1538,"title":"Conditional operator mutation at interpreter.cpp:1538","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (output_type == SIGHASH_ALL) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1538,1 +1538,1 @@\n-    if (output_type == SIGHASH_ALL) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.560Z","updatedAt":"2026-09-18T18:42:31.560Z","url":"https://0.0.0.0:3000/mutants/1680","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1681,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1538,"endLine":1538,"title":"Conditional operator mutation at interpreter.cpp:1538","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (output_type == SIGHASH_ALL) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1538,1 +1538,1 @@\n-    if (output_type == SIGHASH_ALL) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.562Z","updatedAt":"2026-09-18T18:42:31.562Z","url":"https://0.0.0.0:3000/mutants/1681","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1682,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1545,"endLine":1545,"title":"Arithmetic operator mutation at interpreter.cpp:1545","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const uint8_t spend_type = (ext_flag << 1) + (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.","mutatedCode":"    const uint8_t spend_type = (ext_flag << 1) - (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1545,1 +1545,1 @@\n-    const uint8_t spend_type = (ext_flag << 1) + (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.\n+    const uint8_t spend_type = (ext_flag << 1) - (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.564Z","updatedAt":"2026-09-18T18:42:31.564Z","url":"https://0.0.0.0:3000/mutants/1682","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1683,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1545,"endLine":1545,"title":"Arithmetic operator mutation at interpreter.cpp:1545","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const uint8_t spend_type = (ext_flag << 1) + (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.","mutatedCode":"    const uint8_t spend_type = (ext_flag << 1) * (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1545,1 +1545,1 @@\n-    const uint8_t spend_type = (ext_flag << 1) + (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.\n+    const uint8_t spend_type = (ext_flag << 1) * (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.566Z","updatedAt":"2026-09-18T18:42:31.566Z","url":"https://0.0.0.0:3000/mutants/1683","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1684,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1545,"endLine":1545,"title":"Arithmetic operator mutation at interpreter.cpp:1545","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const uint8_t spend_type = (ext_flag << 1) + (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.","mutatedCode":"    const uint8_t spend_type = (ext_flag << 1) / (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1545,1 +1545,1 @@\n-    const uint8_t spend_type = (ext_flag << 1) + (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.\n+    const uint8_t spend_type = (ext_flag << 1) / (have_annex ? 1 : 0); // The low bit indicates whether an annex is present.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.568Z","updatedAt":"2026-09-18T18:42:31.568Z","url":"https://0.0.0.0:3000/mutants/1684","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1685,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1547,"endLine":1547,"title":"Relational operator mutation at interpreter.cpp:1547","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (input_type == SIGHASH_ANYONECANPAY) {","mutatedCode":"    if (input_type != SIGHASH_ANYONECANPAY) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1547,1 +1547,1 @@\n-    if (input_type == SIGHASH_ANYONECANPAY) {\n+    if (input_type != SIGHASH_ANYONECANPAY) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.571Z","updatedAt":"2026-09-18T18:42:31.571Z","url":"https://0.0.0.0:3000/mutants/1685","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1686,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1547,"endLine":1547,"title":"Conditional operator mutation at interpreter.cpp:1547","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (input_type == SIGHASH_ANYONECANPAY) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1547,1 +1547,1 @@\n-    if (input_type == SIGHASH_ANYONECANPAY) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.573Z","updatedAt":"2026-09-18T18:42:31.573Z","url":"https://0.0.0.0:3000/mutants/1686","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1687,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1547,"endLine":1547,"title":"Conditional operator mutation at interpreter.cpp:1547","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (input_type == SIGHASH_ANYONECANPAY) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1547,1 +1547,1 @@\n-    if (input_type == SIGHASH_ANYONECANPAY) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.575Z","updatedAt":"2026-09-18T18:42:31.575Z","url":"https://0.0.0.0:3000/mutants/1687","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1688,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1554,"endLine":1554,"title":"Conditional operator mutation at interpreter.cpp:1554","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (have_annex) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1554,1 +1554,1 @@\n-    if (have_annex) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.577Z","updatedAt":"2026-09-18T18:42:31.577Z","url":"https://0.0.0.0:3000/mutants/1688","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1689,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1554,"endLine":1554,"title":"Conditional operator mutation at interpreter.cpp:1554","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (have_annex) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1554,1 +1554,1 @@\n-    if (have_annex) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.579Z","updatedAt":"2026-09-18T18:42:31.579Z","url":"https://0.0.0.0:3000/mutants/1689","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1690,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1559,"endLine":1559,"title":"Relational operator mutation at interpreter.cpp:1559","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (output_type == SIGHASH_SINGLE) {","mutatedCode":"    if (output_type != SIGHASH_SINGLE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1559,1 +1559,1 @@\n-    if (output_type == SIGHASH_SINGLE) {\n+    if (output_type != SIGHASH_SINGLE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.581Z","updatedAt":"2026-09-18T18:42:31.581Z","url":"https://0.0.0.0:3000/mutants/1690","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1691,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1559,"endLine":1559,"title":"Conditional operator mutation at interpreter.cpp:1559","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (output_type == SIGHASH_SINGLE) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1559,1 +1559,1 @@\n-    if (output_type == SIGHASH_SINGLE) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.584Z","updatedAt":"2026-09-18T18:42:31.584Z","url":"https://0.0.0.0:3000/mutants/1691","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1692,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1559,"endLine":1559,"title":"Conditional operator mutation at interpreter.cpp:1559","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (output_type == SIGHASH_SINGLE) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1559,1 +1559,1 @@\n-    if (output_type == SIGHASH_SINGLE) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.588Z","updatedAt":"2026-09-18T18:42:31.588Z","url":"https://0.0.0.0:3000/mutants/1692","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1693,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1560,"endLine":1560,"title":"Constant replacement mutation at interpreter.cpp:1560","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (in_pos >= tx_to.vout.size()) return false;","mutatedCode":"        if (in_pos >= tx_to.vout.size()) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1560,1 +1560,1 @@\n-        if (in_pos >= tx_to.vout.size()) return false;\n+        if (in_pos >= tx_to.vout.size()) return true;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.595Z","updatedAt":"2026-09-18T18:42:31.595Z","url":"https://0.0.0.0:3000/mutants/1693","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1694,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1560,"endLine":1560,"title":"Relational operator mutation at interpreter.cpp:1560","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (in_pos >= tx_to.vout.size()) return false;","mutatedCode":"        if (in_pos > tx_to.vout.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1560,1 +1560,1 @@\n-        if (in_pos >= tx_to.vout.size()) return false;\n+        if (in_pos > tx_to.vout.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.599Z","updatedAt":"2026-09-18T18:42:31.599Z","url":"https://0.0.0.0:3000/mutants/1694","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1695,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1560,"endLine":1560,"title":"Relational operator mutation at interpreter.cpp:1560","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (in_pos >= tx_to.vout.size()) return false;","mutatedCode":"        if (in_pos <= tx_to.vout.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1560,1 +1560,1 @@\n-        if (in_pos >= tx_to.vout.size()) return false;\n+        if (in_pos <= tx_to.vout.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.602Z","updatedAt":"2026-09-18T18:42:31.602Z","url":"https://0.0.0.0:3000/mutants/1695","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1696,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1560,"endLine":1560,"title":"Statement deletion mutation at interpreter.cpp:1560","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (in_pos >= tx_to.vout.size()) return false;","mutatedCode":"        // if (in_pos >= tx_to.vout.size()) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1560,1 +1560,1 @@\n-        if (in_pos >= tx_to.vout.size()) return false;\n+        // if (in_pos >= tx_to.vout.size()) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.604Z","updatedAt":"2026-09-18T18:42:31.604Z","url":"https://0.0.0.0:3000/mutants/1696","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1697,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1561,"endLine":1561,"title":"Conditional operator mutation at interpreter.cpp:1561","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!execdata.m_output_hash) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1561,1 +1561,1 @@\n-        if (!execdata.m_output_hash) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.606Z","updatedAt":"2026-09-18T18:42:31.606Z","url":"https://0.0.0.0:3000/mutants/1697","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1698,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1561,"endLine":1561,"title":"Conditional operator mutation at interpreter.cpp:1561","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!execdata.m_output_hash) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1561,1 +1561,1 @@\n-        if (!execdata.m_output_hash) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.608Z","updatedAt":"2026-09-18T18:42:31.608Z","url":"https://0.0.0.0:3000/mutants/1698","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1699,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1564,"endLine":1564,"title":"Constant replacement mutation at interpreter.cpp:1564","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_output_hash = sha_single_output.GetSHA256();","mutatedCode":"            execdata.m_output_hash = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1564,1 +1564,1 @@\n-            execdata.m_output_hash = sha_single_output.GetSHA256();\n+            execdata.m_output_hash = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.610Z","updatedAt":"2026-09-18T18:42:31.610Z","url":"https://0.0.0.0:3000/mutants/1699","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1700,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1564,"endLine":1564,"title":"Constant replacement mutation at interpreter.cpp:1564","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_output_hash = sha_single_output.GetSHA256();","mutatedCode":"            execdata.m_output_hash = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1564,1 +1564,1 @@\n-            execdata.m_output_hash = sha_single_output.GetSHA256();\n+            execdata.m_output_hash = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.612Z","updatedAt":"2026-09-18T18:42:31.612Z","url":"https://0.0.0.0:3000/mutants/1700","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1701,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1587,"endLine":1587,"title":"Relational operator mutation at interpreter.cpp:1587","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"           2 * ((hash_type & 0x1f) == SIGHASH_SINGLE) +","mutatedCode":"           2 * ((hash_type & 0x1f) != SIGHASH_SINGLE) +","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1587,1 +1587,1 @@\n-           2 * ((hash_type & 0x1f) == SIGHASH_SINGLE) +\n+           2 * ((hash_type & 0x1f) != SIGHASH_SINGLE) +\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.614Z","updatedAt":"2026-09-18T18:42:31.614Z","url":"https://0.0.0.0:3000/mutants/1701","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1702,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1588,"endLine":1588,"title":"Relational operator mutation at interpreter.cpp:1588","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"           1 * ((hash_type & 0x1f) == SIGHASH_NONE);","mutatedCode":"           1 * ((hash_type & 0x1f) != SIGHASH_NONE);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1588,1 +1588,1 @@\n-           1 * ((hash_type & 0x1f) == SIGHASH_NONE);\n+           1 * ((hash_type & 0x1f) != SIGHASH_NONE);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.616Z","updatedAt":"2026-09-18T18:42:31.616Z","url":"https://0.0.0.0:3000/mutants/1702","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1703,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1595,"endLine":1595,"title":"Relational operator mutation at interpreter.cpp:1595","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (script_code == entry->first) {","mutatedCode":"        if (script_code != entry->first) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1595,1 +1595,1 @@\n-        if (script_code == entry->first) {\n+        if (script_code != entry->first) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.618Z","updatedAt":"2026-09-18T18:42:31.618Z","url":"https://0.0.0.0:3000/mutants/1703","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1704,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1595,"endLine":1595,"title":"Conditional operator mutation at interpreter.cpp:1595","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (script_code == entry->first) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1595,1 +1595,1 @@\n-        if (script_code == entry->first) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.619Z","updatedAt":"2026-09-18T18:42:31.619Z","url":"https://0.0.0.0:3000/mutants/1704","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1705,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1614,"endLine":1614,"title":"Relational operator mutation at interpreter.cpp:1614","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sigversion != SigVersion::WITNESS_V0) {","mutatedCode":"    if (sigversion == SigVersion::WITNESS_V0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1614,1 +1614,1 @@\n-    if (sigversion != SigVersion::WITNESS_V0) {\n+    if (sigversion == SigVersion::WITNESS_V0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.621Z","updatedAt":"2026-09-18T18:42:31.621Z","url":"https://0.0.0.0:3000/mutants/1705","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1706,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1614,"endLine":1614,"title":"Conditional operator mutation at interpreter.cpp:1614","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigversion != SigVersion::WITNESS_V0) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1614,1 +1614,1 @@\n-    if (sigversion != SigVersion::WITNESS_V0) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.624Z","updatedAt":"2026-09-18T18:42:31.624Z","url":"https://0.0.0.0:3000/mutants/1706","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1707,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1614,"endLine":1614,"title":"Conditional operator mutation at interpreter.cpp:1614","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigversion != SigVersion::WITNESS_V0) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1614,1 +1614,1 @@\n-    if (sigversion != SigVersion::WITNESS_V0) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.625Z","updatedAt":"2026-09-18T18:42:31.625Z","url":"https://0.0.0.0:3000/mutants/1707","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1708,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1616,"endLine":1616,"title":"Relational operator mutation at interpreter.cpp:1616","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if ((nHashType & 0x1f) == SIGHASH_SINGLE) {","mutatedCode":"        if ((nHashType & 0x1f) != SIGHASH_SINGLE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1616,1 +1616,1 @@\n-        if ((nHashType & 0x1f) == SIGHASH_SINGLE) {\n+        if ((nHashType & 0x1f) != SIGHASH_SINGLE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.627Z","updatedAt":"2026-09-18T18:42:31.627Z","url":"https://0.0.0.0:3000/mutants/1708","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1709,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1617,"endLine":1617,"title":"Relational operator mutation at interpreter.cpp:1617","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (nIn >= txTo.vout.size()) {","mutatedCode":"            if (nIn > txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1617,1 +1617,1 @@\n-            if (nIn >= txTo.vout.size()) {\n+            if (nIn > txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.629Z","updatedAt":"2026-09-18T18:42:31.629Z","url":"https://0.0.0.0:3000/mutants/1709","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1710,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1617,"endLine":1617,"title":"Relational operator mutation at interpreter.cpp:1617","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (nIn >= txTo.vout.size()) {","mutatedCode":"            if (nIn <= txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1617,1 +1617,1 @@\n-            if (nIn >= txTo.vout.size()) {\n+            if (nIn <= txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.631Z","updatedAt":"2026-09-18T18:42:31.631Z","url":"https://0.0.0.0:3000/mutants/1710","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1711,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1627,"endLine":1627,"title":"Logical operator mutation at interpreter.cpp:1627","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (sighash_cache && sighash_cache->Load(nHashType, scriptCode, ss)) {","mutatedCode":"    if (sighash_cache || sighash_cache->Load(nHashType, scriptCode, ss)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1627,1 +1627,1 @@\n-    if (sighash_cache && sighash_cache->Load(nHashType, scriptCode, ss)) {\n+    if (sighash_cache || sighash_cache->Load(nHashType, scriptCode, ss)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.632Z","updatedAt":"2026-09-18T18:42:31.632Z","url":"https://0.0.0.0:3000/mutants/1711","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1712,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1633,"endLine":1633,"title":"Relational operator mutation at interpreter.cpp:1633","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"    if (sigversion != SigVersion::WITNESS_V0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1633,1 +1633,1 @@\n-    if (sigversion == SigVersion::WITNESS_V0) {\n+    if (sigversion != SigVersion::WITNESS_V0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.634Z","updatedAt":"2026-09-18T18:42:31.634Z","url":"https://0.0.0.0:3000/mutants/1712","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1713,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1633,"endLine":1633,"title":"Conditional operator mutation at interpreter.cpp:1633","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1633,1 +1633,1 @@\n-    if (sigversion == SigVersion::WITNESS_V0) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.635Z","updatedAt":"2026-09-18T18:42:31.635Z","url":"https://0.0.0.0:3000/mutants/1713","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1714,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1633,"endLine":1633,"title":"Conditional operator mutation at interpreter.cpp:1633","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sigversion == SigVersion::WITNESS_V0) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1633,1 +1633,1 @@\n-    if (sigversion == SigVersion::WITNESS_V0) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.637Z","updatedAt":"2026-09-18T18:42:31.637Z","url":"https://0.0.0.0:3000/mutants/1714","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1715,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1637,"endLine":1637,"title":"Logical operator mutation at interpreter.cpp:1637","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        const bool cacheready = cache && cache->m_bip143_segwit_ready;","mutatedCode":"        const bool cacheready = cache || cache->m_bip143_segwit_ready;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1637,1 +1637,1 @@\n-        const bool cacheready = cache && cache->m_bip143_segwit_ready;\n+        const bool cacheready = cache || cache->m_bip143_segwit_ready;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.638Z","updatedAt":"2026-09-18T18:42:31.638Z","url":"https://0.0.0.0:3000/mutants/1715","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1716,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1643,"endLine":1643,"title":"Logical operator mutation at interpreter.cpp:1643","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!(nHashType & SIGHASH_ANYONECANPAY) && (nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","mutatedCode":"        if (!(nHashType & SIGHASH_ANYONECANPAY) || (nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1643,1 +1643,1 @@\n-        if (!(nHashType & SIGHASH_ANYONECANPAY) && (nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n+        if (!(nHashType & SIGHASH_ANYONECANPAY) || (nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.640Z","updatedAt":"2026-09-18T18:42:31.640Z","url":"https://0.0.0.0:3000/mutants/1716","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1717,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1643,"endLine":1643,"title":"Relational operator mutation at interpreter.cpp:1643","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (!(nHashType & SIGHASH_ANYONECANPAY) && (nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","mutatedCode":"        if (!(nHashType & SIGHASH_ANYONECANPAY) && (nHashType & 0x1f) == SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1643,1 +1643,1 @@\n-        if (!(nHashType & SIGHASH_ANYONECANPAY) && (nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n+        if (!(nHashType & SIGHASH_ANYONECANPAY) && (nHashType & 0x1f) == SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.642Z","updatedAt":"2026-09-18T18:42:31.642Z","url":"https://0.0.0.0:3000/mutants/1717","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1718,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1647,"endLine":1647,"title":"Logical operator mutation at interpreter.cpp:1647","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if ((nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","mutatedCode":"        if ((nHashType & 0x1f) != SIGHASH_SINGLE || (nHashType & 0x1f) != SIGHASH_NONE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1647,1 +1647,1 @@\n-        if ((nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n+        if ((nHashType & 0x1f) != SIGHASH_SINGLE || (nHashType & 0x1f) != SIGHASH_NONE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.644Z","updatedAt":"2026-09-18T18:42:31.644Z","url":"https://0.0.0.0:3000/mutants/1718","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1719,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1647,"endLine":1647,"title":"Relational operator mutation at interpreter.cpp:1647","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if ((nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","mutatedCode":"        if ((nHashType & 0x1f) == SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1647,1 +1647,1 @@\n-        if ((nHashType & 0x1f) != SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n+        if ((nHashType & 0x1f) == SIGHASH_SINGLE && (nHashType & 0x1f) != SIGHASH_NONE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.645Z","updatedAt":"2026-09-18T18:42:31.645Z","url":"https://0.0.0.0:3000/mutants/1719","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1720,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1649,"endLine":1649,"title":"Relational operator mutation at interpreter.cpp:1649","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {","mutatedCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn <= txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1649,1 +1649,1 @@\n-        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {\n+        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn <= txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.647Z","updatedAt":"2026-09-18T18:42:31.647Z","url":"https://0.0.0.0:3000/mutants/1720","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1721,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1649,"endLine":1649,"title":"Relational operator mutation at interpreter.cpp:1649","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {","mutatedCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn > txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1649,1 +1649,1 @@\n-        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {\n+        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn > txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.649Z","updatedAt":"2026-09-18T18:42:31.649Z","url":"https://0.0.0.0:3000/mutants/1721","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1722,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1649,"endLine":1649,"title":"Relational operator mutation at interpreter.cpp:1649","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {","mutatedCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn >= txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1649,1 +1649,1 @@\n-        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {\n+        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn >= txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.651Z","updatedAt":"2026-09-18T18:42:31.651Z","url":"https://0.0.0.0:3000/mutants/1722","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1723,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1649,"endLine":1649,"title":"Logical operator mutation at interpreter.cpp:1649","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {","mutatedCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE || nIn < txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1649,1 +1649,1 @@\n-        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {\n+        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE || nIn < txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.653Z","updatedAt":"2026-09-18T18:42:31.653Z","url":"https://0.0.0.0:3000/mutants/1723","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1724,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1649,"endLine":1649,"title":"Relational operator mutation at interpreter.cpp:1649","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {","mutatedCode":"        } else if ((nHashType & 0x1f) != SIGHASH_SINGLE && nIn < txTo.vout.size()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1649,1 +1649,1 @@\n-        } else if ((nHashType & 0x1f) == SIGHASH_SINGLE && nIn < txTo.vout.size()) {\n+        } else if ((nHashType & 0x1f) != SIGHASH_SINGLE && nIn < txTo.vout.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.654Z","updatedAt":"2026-09-18T18:42:31.654Z","url":"https://0.0.0.0:3000/mutants/1724","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1725,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1680,"endLine":1680,"title":"Relational operator mutation at interpreter.cpp:1680","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sighash_cache != nullptr) {","mutatedCode":"    if (sighash_cache == nullptr) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1680,1 +1680,1 @@\n-    if (sighash_cache != nullptr) {\n+    if (sighash_cache == nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.656Z","updatedAt":"2026-09-18T18:42:31.656Z","url":"https://0.0.0.0:3000/mutants/1725","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1726,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1680,"endLine":1680,"title":"Conditional operator mutation at interpreter.cpp:1680","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (sighash_cache != nullptr) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1680,1 +1680,1 @@\n-    if (sighash_cache != nullptr) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.658Z","updatedAt":"2026-09-18T18:42:31.658Z","url":"https://0.0.0.0:3000/mutants/1726","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1727,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1713,"endLine":1713,"title":"Statement deletion mutation at interpreter.cpp:1713","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    vchSig.pop_back();","mutatedCode":"    // vchSig.pop_back();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1713,1 +1713,1 @@\n-    vchSig.pop_back();\n+    // vchSig.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.660Z","updatedAt":"2026-09-18T18:42:31.660Z","url":"https://0.0.0.0:3000/mutants/1727","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1728,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1741,"endLine":1741,"title":"Relational operator mutation at interpreter.cpp:1741","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (sig.size() == 65) {","mutatedCode":"    if (sig.size() != 65) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1741,1 +1741,1 @@\n-    if (sig.size() == 65) {\n+    if (sig.size() != 65) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.662Z","updatedAt":"2026-09-18T18:42:31.662Z","url":"https://0.0.0.0:3000/mutants/1728","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1729,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1765,"endLine":1765,"title":"Relational operator mutation at interpreter.cpp:1765","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","mutatedCode":"        (txTo->nLockTime <=  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1765,1 +1765,1 @@\n-        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n+        (txTo->nLockTime <=  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.664Z","updatedAt":"2026-09-18T18:42:31.664Z","url":"https://0.0.0.0:3000/mutants/1729","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1730,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1765,"endLine":1765,"title":"Relational operator mutation at interpreter.cpp:1765","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","mutatedCode":"        (txTo->nLockTime >  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1765,1 +1765,1 @@\n-        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n+        (txTo->nLockTime >  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.665Z","updatedAt":"2026-09-18T18:42:31.665Z","url":"https://0.0.0.0:3000/mutants/1730","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1731,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1765,"endLine":1765,"title":"Relational operator mutation at interpreter.cpp:1765","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","mutatedCode":"        (txTo->nLockTime >=  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1765,1 +1765,1 @@\n-        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n+        (txTo->nLockTime >=  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.668Z","updatedAt":"2026-09-18T18:42:31.668Z","url":"https://0.0.0.0:3000/mutants/1731","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1732,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1765,"endLine":1765,"title":"Logical operator mutation at interpreter.cpp:1765","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","mutatedCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD || nLockTime <  LOCKTIME_THRESHOLD) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1765,1 +1765,1 @@\n-        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n+        (txTo->nLockTime <  LOCKTIME_THRESHOLD || nLockTime <  LOCKTIME_THRESHOLD) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.669Z","updatedAt":"2026-09-18T18:42:31.669Z","url":"https://0.0.0.0:3000/mutants/1732","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1733,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1765,"endLine":1765,"title":"Logical operator mutation at interpreter.cpp:1765","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||","mutatedCode":"        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1765,1 +1765,1 @@\n-        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) ||\n+        (txTo->nLockTime <  LOCKTIME_THRESHOLD && nLockTime <  LOCKTIME_THRESHOLD) &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.671Z","updatedAt":"2026-09-18T18:42:31.671Z","url":"https://0.0.0.0:3000/mutants/1733","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1734,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1766,"endLine":1766,"title":"Relational operator mutation at interpreter.cpp:1766","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txTo->nLockTime >= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)","mutatedCode":"        (txTo->nLockTime > LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1766,1 +1766,1 @@\n-        (txTo->nLockTime >= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)\n+        (txTo->nLockTime > LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.673Z","updatedAt":"2026-09-18T18:42:31.673Z","url":"https://0.0.0.0:3000/mutants/1734","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1735,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1766,"endLine":1766,"title":"Relational operator mutation at interpreter.cpp:1766","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txTo->nLockTime >= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)","mutatedCode":"        (txTo->nLockTime <= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1766,1 +1766,1 @@\n-        (txTo->nLockTime >= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)\n+        (txTo->nLockTime <= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.675Z","updatedAt":"2026-09-18T18:42:31.675Z","url":"https://0.0.0.0:3000/mutants/1735","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1736,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1766,"endLine":1766,"title":"Logical operator mutation at interpreter.cpp:1766","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (txTo->nLockTime >= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)","mutatedCode":"        (txTo->nLockTime >= LOCKTIME_THRESHOLD || nLockTime >= LOCKTIME_THRESHOLD)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1766,1 +1766,1 @@\n-        (txTo->nLockTime >= LOCKTIME_THRESHOLD && nLockTime >= LOCKTIME_THRESHOLD)\n+        (txTo->nLockTime >= LOCKTIME_THRESHOLD || nLockTime >= LOCKTIME_THRESHOLD)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.677Z","updatedAt":"2026-09-18T18:42:31.677Z","url":"https://0.0.0.0:3000/mutants/1736","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1737,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1772,"endLine":1772,"title":"Relational operator mutation at interpreter.cpp:1772","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nLockTime > (int64_t)txTo->nLockTime)","mutatedCode":"    if (nLockTime >= (int64_t)txTo->nLockTime)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1772,1 +1772,1 @@\n-    if (nLockTime > (int64_t)txTo->nLockTime)\n+    if (nLockTime >= (int64_t)txTo->nLockTime)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.678Z","updatedAt":"2026-09-18T18:42:31.678Z","url":"https://0.0.0.0:3000/mutants/1737","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1738,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1772,"endLine":1772,"title":"Relational operator mutation at interpreter.cpp:1772","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nLockTime > (int64_t)txTo->nLockTime)","mutatedCode":"    if (nLockTime < (int64_t)txTo->nLockTime)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1772,1 +1772,1 @@\n-    if (nLockTime > (int64_t)txTo->nLockTime)\n+    if (nLockTime < (int64_t)txTo->nLockTime)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.680Z","updatedAt":"2026-09-18T18:42:31.680Z","url":"https://0.0.0.0:3000/mutants/1738","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1739,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1772,"endLine":1772,"title":"Relational operator mutation at interpreter.cpp:1772","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nLockTime > (int64_t)txTo->nLockTime)","mutatedCode":"    if (nLockTime <= (int64_t)txTo->nLockTime)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1772,1 +1772,1 @@\n-    if (nLockTime > (int64_t)txTo->nLockTime)\n+    if (nLockTime <= (int64_t)txTo->nLockTime)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.682Z","updatedAt":"2026-09-18T18:42:31.682Z","url":"https://0.0.0.0:3000/mutants/1739","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1740,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1785,"endLine":1785,"title":"Relational operator mutation at interpreter.cpp:1785","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (CTxIn::SEQUENCE_FINAL == txTo->vin[nIn].nSequence)","mutatedCode":"    if (CTxIn::SEQUENCE_FINAL != txTo->vin[nIn].nSequence)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1785,1 +1785,1 @@\n-    if (CTxIn::SEQUENCE_FINAL == txTo->vin[nIn].nSequence)\n+    if (CTxIn::SEQUENCE_FINAL != txTo->vin[nIn].nSequence)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.684Z","updatedAt":"2026-09-18T18:42:31.684Z","url":"https://0.0.0.0:3000/mutants/1740","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1741,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1785,"endLine":1785,"title":"Conditional operator mutation at interpreter.cpp:1785","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (CTxIn::SEQUENCE_FINAL == txTo->vin[nIn].nSequence)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1785,1 +1785,1 @@\n-    if (CTxIn::SEQUENCE_FINAL == txTo->vin[nIn].nSequence)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.685Z","updatedAt":"2026-09-18T18:42:31.685Z","url":"https://0.0.0.0:3000/mutants/1741","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1742,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1785,"endLine":1785,"title":"Conditional operator mutation at interpreter.cpp:1785","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (CTxIn::SEQUENCE_FINAL == txTo->vin[nIn].nSequence)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1785,1 +1785,1 @@\n-    if (CTxIn::SEQUENCE_FINAL == txTo->vin[nIn].nSequence)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.687Z","updatedAt":"2026-09-18T18:42:31.687Z","url":"https://0.0.0.0:3000/mutants/1742","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1743,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1800,"endLine":1800,"title":"Relational operator mutation at interpreter.cpp:1800","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (txTo->version < 2)","mutatedCode":"    if (txTo->version <= 2)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1800,1 +1800,1 @@\n-    if (txTo->version < 2)\n+    if (txTo->version <= 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.689Z","updatedAt":"2026-09-18T18:42:31.689Z","url":"https://0.0.0.0:3000/mutants/1743","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1744,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1800,"endLine":1800,"title":"Relational operator mutation at interpreter.cpp:1800","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (txTo->version < 2)","mutatedCode":"    if (txTo->version > 2)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1800,1 +1800,1 @@\n-    if (txTo->version < 2)\n+    if (txTo->version > 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.690Z","updatedAt":"2026-09-18T18:42:31.690Z","url":"https://0.0.0.0:3000/mutants/1744","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1745,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1800,"endLine":1800,"title":"Relational operator mutation at interpreter.cpp:1800","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (txTo->version < 2)","mutatedCode":"    if (txTo->version >= 2)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1800,1 +1800,1 @@\n-    if (txTo->version < 2)\n+    if (txTo->version >= 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.692Z","updatedAt":"2026-09-18T18:42:31.692Z","url":"https://0.0.0.0:3000/mutants/1745","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1746,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1800,"endLine":1800,"title":"Conditional operator mutation at interpreter.cpp:1800","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (txTo->version < 2)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1800,1 +1800,1 @@\n-    if (txTo->version < 2)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.694Z","updatedAt":"2026-09-18T18:42:31.694Z","url":"https://0.0.0.0:3000/mutants/1746","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1747,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1800,"endLine":1800,"title":"Conditional operator mutation at interpreter.cpp:1800","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (txTo->version < 2)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1800,1 +1800,1 @@\n-    if (txTo->version < 2)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.695Z","updatedAt":"2026-09-18T18:42:31.695Z","url":"https://0.0.0.0:3000/mutants/1747","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1748,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1807,"endLine":1807,"title":"Conditional operator mutation at interpreter.cpp:1807","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (txToSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1807,1 +1807,1 @@\n-    if (txToSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.697Z","updatedAt":"2026-09-18T18:42:31.697Z","url":"https://0.0.0.0:3000/mutants/1748","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1749,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1807,"endLine":1807,"title":"Conditional operator mutation at interpreter.cpp:1807","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (txToSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1807,1 +1807,1 @@\n-    if (txToSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.699Z","updatedAt":"2026-09-18T18:42:31.699Z","url":"https://0.0.0.0:3000/mutants/1749","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1750,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1824,"endLine":1824,"title":"Relational operator mutation at interpreter.cpp:1824","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","mutatedCode":"        (txToSequenceMasked <=  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1824,1 +1824,1 @@\n-        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n+        (txToSequenceMasked <=  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.701Z","updatedAt":"2026-09-18T18:42:31.701Z","url":"https://0.0.0.0:3000/mutants/1750","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1751,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1824,"endLine":1824,"title":"Relational operator mutation at interpreter.cpp:1824","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","mutatedCode":"        (txToSequenceMasked >  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1824,1 +1824,1 @@\n-        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n+        (txToSequenceMasked >  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.703Z","updatedAt":"2026-09-18T18:42:31.703Z","url":"https://0.0.0.0:3000/mutants/1751","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1752,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1824,"endLine":1824,"title":"Relational operator mutation at interpreter.cpp:1824","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","mutatedCode":"        (txToSequenceMasked >=  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1824,1 +1824,1 @@\n-        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n+        (txToSequenceMasked >=  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.705Z","updatedAt":"2026-09-18T18:42:31.705Z","url":"https://0.0.0.0:3000/mutants/1752","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1753,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1824,"endLine":1824,"title":"Logical operator mutation at interpreter.cpp:1824","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","mutatedCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG || nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1824,1 +1824,1 @@\n-        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n+        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG || nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.707Z","updatedAt":"2026-09-18T18:42:31.707Z","url":"https://0.0.0.0:3000/mutants/1753","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1754,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1824,"endLine":1824,"title":"Logical operator mutation at interpreter.cpp:1824","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||","mutatedCode":"        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) &&","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1824,1 +1824,1 @@\n-        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) ||\n+        (txToSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked <  CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG) &&\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.709Z","updatedAt":"2026-09-18T18:42:31.709Z","url":"https://0.0.0.0:3000/mutants/1754","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1755,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1825,"endLine":1825,"title":"Relational operator mutation at interpreter.cpp:1825","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)","mutatedCode":"        (txToSequenceMasked > CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1825,1 +1825,1 @@\n-        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)\n+        (txToSequenceMasked > CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.711Z","updatedAt":"2026-09-18T18:42:31.711Z","url":"https://0.0.0.0:3000/mutants/1755","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1756,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1825,"endLine":1825,"title":"Relational operator mutation at interpreter.cpp:1825","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)","mutatedCode":"        (txToSequenceMasked <= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1825,1 +1825,1 @@\n-        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)\n+        (txToSequenceMasked <= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.713Z","updatedAt":"2026-09-18T18:42:31.713Z","url":"https://0.0.0.0:3000/mutants/1756","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1757,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1825,"endLine":1825,"title":"Logical operator mutation at interpreter.cpp:1825","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)","mutatedCode":"        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG || nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1825,1 +1825,1 @@\n-        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG && nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)\n+        (txToSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG || nSequenceMasked >= CTxIn::SEQUENCE_LOCKTIME_TYPE_FLAG)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.715Z","updatedAt":"2026-09-18T18:42:31.715Z","url":"https://0.0.0.0:3000/mutants/1757","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1758,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1832,"endLine":1832,"title":"Relational operator mutation at interpreter.cpp:1832","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nSequenceMasked > txToSequenceMasked)","mutatedCode":"    if (nSequenceMasked >= txToSequenceMasked)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1832,1 +1832,1 @@\n-    if (nSequenceMasked > txToSequenceMasked)\n+    if (nSequenceMasked >= txToSequenceMasked)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.717Z","updatedAt":"2026-09-18T18:42:31.717Z","url":"https://0.0.0.0:3000/mutants/1758","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1759,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1832,"endLine":1832,"title":"Relational operator mutation at interpreter.cpp:1832","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nSequenceMasked > txToSequenceMasked)","mutatedCode":"    if (nSequenceMasked < txToSequenceMasked)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1832,1 +1832,1 @@\n-    if (nSequenceMasked > txToSequenceMasked)\n+    if (nSequenceMasked < txToSequenceMasked)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.719Z","updatedAt":"2026-09-18T18:42:31.719Z","url":"https://0.0.0.0:3000/mutants/1759","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1760,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1832,"endLine":1832,"title":"Relational operator mutation at interpreter.cpp:1832","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nSequenceMasked > txToSequenceMasked)","mutatedCode":"    if (nSequenceMasked <= txToSequenceMasked)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1832,1 +1832,1 @@\n-    if (nSequenceMasked > txToSequenceMasked)\n+    if (nSequenceMasked <= txToSequenceMasked)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.721Z","updatedAt":"2026-09-18T18:42:31.721Z","url":"https://0.0.0.0:3000/mutants/1760","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1761,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1832,"endLine":1832,"title":"Conditional operator mutation at interpreter.cpp:1832","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nSequenceMasked > txToSequenceMasked)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1832,1 +1832,1 @@\n-    if (nSequenceMasked > txToSequenceMasked)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.723Z","updatedAt":"2026-09-18T18:42:31.723Z","url":"https://0.0.0.0:3000/mutants/1761","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1762,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1832,"endLine":1832,"title":"Conditional operator mutation at interpreter.cpp:1832","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (nSequenceMasked > txToSequenceMasked)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1832,1 +1832,1 @@\n-    if (nSequenceMasked > txToSequenceMasked)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.726Z","updatedAt":"2026-09-18T18:42:31.726Z","url":"https://0.0.0.0:3000/mutants/1762","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1763,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1849,"endLine":1849,"title":"Relational operator mutation at interpreter.cpp:1849","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (pc < exec_script.end()) {","mutatedCode":"        while (pc <= exec_script.end()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1849,1 +1849,1 @@\n-        while (pc < exec_script.end()) {\n+        while (pc <= exec_script.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.730Z","updatedAt":"2026-09-18T18:42:31.730Z","url":"https://0.0.0.0:3000/mutants/1763","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1764,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1849,"endLine":1849,"title":"Relational operator mutation at interpreter.cpp:1849","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (pc < exec_script.end()) {","mutatedCode":"        while (pc > exec_script.end()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1849,1 +1849,1 @@\n-        while (pc < exec_script.end()) {\n+        while (pc > exec_script.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.734Z","updatedAt":"2026-09-18T18:42:31.734Z","url":"https://0.0.0.0:3000/mutants/1764","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1765,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1849,"endLine":1849,"title":"Relational operator mutation at interpreter.cpp:1849","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (pc < exec_script.end()) {","mutatedCode":"        while (pc >= exec_script.end()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1849,1 +1849,1 @@\n-        while (pc < exec_script.end()) {\n+        while (pc >= exec_script.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.737Z","updatedAt":"2026-09-18T18:42:31.737Z","url":"https://0.0.0.0:3000/mutants/1765","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1766,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1849,"endLine":1849,"title":"Custom mutation at interpreter.cpp:1849","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (pc < exec_script.end()) {","mutatedCode":"        while (pc < exec_script.end()) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1849,1 +1849,1 @@\n-        while (pc < exec_script.end()) {\n+        while (pc < exec_script.end()) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.741Z","updatedAt":"2026-09-18T18:42:31.741Z","url":"https://0.0.0.0:3000/mutants/1766","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1767,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1857,"endLine":1857,"title":"Conditional operator mutation at interpreter.cpp:1857","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (flags & SCRIPT_VERIFY_DISCOURAGE_OP_SUCCESS) {","mutatedCode":"                if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1857,1 +1857,1 @@\n-                if (flags & SCRIPT_VERIFY_DISCOURAGE_OP_SUCCESS) {\n+                if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.744Z","updatedAt":"2026-09-18T18:42:31.744Z","url":"https://0.0.0.0:3000/mutants/1767","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1768,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1857,"endLine":1857,"title":"Conditional operator mutation at interpreter.cpp:1857","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (flags & SCRIPT_VERIFY_DISCOURAGE_OP_SUCCESS) {","mutatedCode":"                if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1857,1 +1857,1 @@\n-                if (flags & SCRIPT_VERIFY_DISCOURAGE_OP_SUCCESS) {\n+                if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.748Z","updatedAt":"2026-09-18T18:42:31.748Z","url":"https://0.0.0.0:3000/mutants/1768","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1769,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1874,"endLine":1874,"title":"Constant replacement mutation at interpreter.cpp:1874","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return false;","mutatedCode":"    if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1874,1 +1874,1 @@\n-    if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return false;\n+    if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.752Z","updatedAt":"2026-09-18T18:42:31.752Z","url":"https://0.0.0.0:3000/mutants/1769","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1770,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1874,"endLine":1874,"title":"Statement deletion mutation at interpreter.cpp:1874","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return false;","mutatedCode":"    // if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1874,1 +1874,1 @@\n-    if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return false;\n+    // if (!EvalScript(stack, exec_script, flags, checker, sigversion, execdata, serror)) return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.756Z","updatedAt":"2026-09-18T18:42:31.756Z","url":"https://0.0.0.0:3000/mutants/1770","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1771,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1884,"endLine":1884,"title":"Statement deletion mutation at interpreter.cpp:1884","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    return (HashWriter{HASHER_TAPLEAF} << leaf_version << CompactSizeWriter(script.size()) << script).GetSHA256();","mutatedCode":"    // return (HashWriter{HASHER_TAPLEAF} << leaf_version << CompactSizeWriter(script.size()) << script).GetSHA256();","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1884,1 +1884,1 @@\n-    return (HashWriter{HASHER_TAPLEAF} << leaf_version << CompactSizeWriter(script.size()) << script).GetSHA256();\n+    // return (HashWriter{HASHER_TAPLEAF} << leaf_version << CompactSizeWriter(script.size()) << script).GetSHA256();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.759Z","updatedAt":"2026-09-18T18:42:31.759Z","url":"https://0.0.0.0:3000/mutants/1771","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1772,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1904,"endLine":1904,"title":"Arithmetic operator mutation at interpreter.cpp:1904","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const int path_len = (control.size() - TAPROOT_CONTROL_BASE_SIZE) / TAPROOT_CONTROL_NODE_SIZE;","mutatedCode":"    const int path_len = (control.size() - TAPROOT_CONTROL_BASE_SIZE) * TAPROOT_CONTROL_NODE_SIZE;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1904,1 +1904,1 @@\n-    const int path_len = (control.size() - TAPROOT_CONTROL_BASE_SIZE) / TAPROOT_CONTROL_NODE_SIZE;\n+    const int path_len = (control.size() - TAPROOT_CONTROL_BASE_SIZE) * TAPROOT_CONTROL_NODE_SIZE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.762Z","updatedAt":"2026-09-18T18:42:31.762Z","url":"https://0.0.0.0:3000/mutants/1772","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1773,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1904,"endLine":1904,"title":"Arithmetic operator mutation at interpreter.cpp:1904","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const int path_len = (control.size() - TAPROOT_CONTROL_BASE_SIZE) / TAPROOT_CONTROL_NODE_SIZE;","mutatedCode":"    const int path_len = (control.size() + TAPROOT_CONTROL_BASE_SIZE) / TAPROOT_CONTROL_NODE_SIZE;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1904,1 +1904,1 @@\n-    const int path_len = (control.size() - TAPROOT_CONTROL_BASE_SIZE) / TAPROOT_CONTROL_NODE_SIZE;\n+    const int path_len = (control.size() + TAPROOT_CONTROL_BASE_SIZE) / TAPROOT_CONTROL_NODE_SIZE;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.765Z","updatedAt":"2026-09-18T18:42:31.765Z","url":"https://0.0.0.0:3000/mutants/1773","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1774,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1906,"endLine":1906,"title":"Relational operator mutation at interpreter.cpp:1906","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int i = 0; i < path_len; ++i) {","mutatedCode":"    for (int i = 0; i <= path_len; ++i) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1906,1 +1906,1 @@\n-    for (int i = 0; i < path_len; ++i) {\n+    for (int i = 0; i <= path_len; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.768Z","updatedAt":"2026-09-18T18:42:31.768Z","url":"https://0.0.0.0:3000/mutants/1774","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1775,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1906,"endLine":1906,"title":"Relational operator mutation at interpreter.cpp:1906","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int i = 0; i < path_len; ++i) {","mutatedCode":"    for (int i = 0; i > path_len; ++i) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1906,1 +1906,1 @@\n-    for (int i = 0; i < path_len; ++i) {\n+    for (int i = 0; i > path_len; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.771Z","updatedAt":"2026-09-18T18:42:31.771Z","url":"https://0.0.0.0:3000/mutants/1775","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1776,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1906,"endLine":1906,"title":"Relational operator mutation at interpreter.cpp:1906","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int i = 0; i < path_len; ++i) {","mutatedCode":"    for (int i = 0; i >= path_len; ++i) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1906,1 +1906,1 @@\n-    for (int i = 0; i < path_len; ++i) {\n+    for (int i = 0; i >= path_len; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.774Z","updatedAt":"2026-09-18T18:42:31.774Z","url":"https://0.0.0.0:3000/mutants/1776","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1777,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1906,"endLine":1906,"title":"Custom mutation at interpreter.cpp:1906","description":null,"mutationOperator":"CUSTOM","originalCode":"    for (int i = 0; i < path_len; ++i) {","mutatedCode":"    for (int i = 0; i < path_len; ++i) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1906,1 +1906,1 @@\n-    for (int i = 0; i < path_len; ++i) {\n+    for (int i = 0; i < path_len; ++i) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.777Z","updatedAt":"2026-09-18T18:42:31.777Z","url":"https://0.0.0.0:3000/mutants/1777","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1778,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1907,"endLine":1907,"title":"Arithmetic operator mutation at interpreter.cpp:1907","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE + TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};","mutatedCode":"        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE - TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1907,1 +1907,1 @@\n-        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE + TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};\n+        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE - TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.781Z","updatedAt":"2026-09-18T18:42:31.781Z","url":"https://0.0.0.0:3000/mutants/1778","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1779,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1907,"endLine":1907,"title":"Arithmetic operator mutation at interpreter.cpp:1907","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE + TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};","mutatedCode":"        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE * TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1907,1 +1907,1 @@\n-        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE + TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};\n+        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE * TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.784Z","updatedAt":"2026-09-18T18:42:31.784Z","url":"https://0.0.0.0:3000/mutants/1779","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1780,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1907,"endLine":1907,"title":"Arithmetic operator mutation at interpreter.cpp:1907","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE + TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};","mutatedCode":"        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE / TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1907,1 +1907,1 @@\n-        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE + TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};\n+        std::span node{std::span{control}.subspan(TAPROOT_CONTROL_BASE_SIZE / TAPROOT_CONTROL_NODE_SIZE * i, TAPROOT_CONTROL_NODE_SIZE)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.787Z","updatedAt":"2026-09-18T18:42:31.787Z","url":"https://0.0.0.0:3000/mutants/1780","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1781,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1918,"endLine":1918,"title":"Arithmetic operator mutation at interpreter.cpp:1918","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const XOnlyPubKey p{std::span{control}.subspan(1, TAPROOT_CONTROL_BASE_SIZE - 1)};","mutatedCode":"    const XOnlyPubKey p{std::span{control}.subspan(1, TAPROOT_CONTROL_BASE_SIZE + 1)};","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1918,1 +1918,1 @@\n-    const XOnlyPubKey p{std::span{control}.subspan(1, TAPROOT_CONTROL_BASE_SIZE - 1)};\n+    const XOnlyPubKey p{std::span{control}.subspan(1, TAPROOT_CONTROL_BASE_SIZE + 1)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.791Z","updatedAt":"2026-09-18T18:42:31.791Z","url":"https://0.0.0.0:3000/mutants/1781","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1782,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1933,"endLine":1933,"title":"Relational operator mutation at interpreter.cpp:1933","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (witversion == 0) {","mutatedCode":"    if (witversion != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1933,1 +1933,1 @@\n-    if (witversion == 0) {\n+    if (witversion != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.796Z","updatedAt":"2026-09-18T18:42:31.796Z","url":"https://0.0.0.0:3000/mutants/1782","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1783,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1933,"endLine":1933,"title":"Conditional operator mutation at interpreter.cpp:1933","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (witversion == 0) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1933,1 +1933,1 @@\n-    if (witversion == 0) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.800Z","updatedAt":"2026-09-18T18:42:31.800Z","url":"https://0.0.0.0:3000/mutants/1783","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1784,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1933,"endLine":1933,"title":"Conditional operator mutation at interpreter.cpp:1933","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (witversion == 0) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1933,1 +1933,1 @@\n-    if (witversion == 0) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.804Z","updatedAt":"2026-09-18T18:42:31.804Z","url":"https://0.0.0.0:3000/mutants/1784","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1785,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1934,"endLine":1934,"title":"Relational operator mutation at interpreter.cpp:1934","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (program.size() == WITNESS_V0_SCRIPTHASH_SIZE) {","mutatedCode":"        if (program.size() != WITNESS_V0_SCRIPTHASH_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1934,1 +1934,1 @@\n-        if (program.size() == WITNESS_V0_SCRIPTHASH_SIZE) {\n+        if (program.size() != WITNESS_V0_SCRIPTHASH_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.808Z","updatedAt":"2026-09-18T18:42:31.808Z","url":"https://0.0.0.0:3000/mutants/1785","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1786,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1936,"endLine":1936,"title":"Relational operator mutation at interpreter.cpp:1936","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (stack.size() == 0) {","mutatedCode":"            if (stack.size() != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1936,1 +1936,1 @@\n-            if (stack.size() == 0) {\n+            if (stack.size() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.813Z","updatedAt":"2026-09-18T18:42:31.813Z","url":"https://0.0.0.0:3000/mutants/1786","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1787,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1942,"endLine":1942,"title":"Statement deletion mutation at interpreter.cpp:1942","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            CSHA256().Write(exec_script.data(), exec_script.size()).Finalize(hash_exec_script.begin());","mutatedCode":"            // CSHA256().Write(exec_script.data(), exec_script.size()).Finalize(hash_exec_script.begin());","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1942,1 +1942,1 @@\n-            CSHA256().Write(exec_script.data(), exec_script.size()).Finalize(hash_exec_script.begin());\n+            // CSHA256().Write(exec_script.data(), exec_script.size()).Finalize(hash_exec_script.begin());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.817Z","updatedAt":"2026-09-18T18:42:31.817Z","url":"https://0.0.0.0:3000/mutants/1787","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1788,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1947,"endLine":1947,"title":"Relational operator mutation at interpreter.cpp:1947","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (program.size() == WITNESS_V0_KEYHASH_SIZE) {","mutatedCode":"        } else if (program.size() != WITNESS_V0_KEYHASH_SIZE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1947,1 +1947,1 @@\n-        } else if (program.size() == WITNESS_V0_KEYHASH_SIZE) {\n+        } else if (program.size() != WITNESS_V0_KEYHASH_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.821Z","updatedAt":"2026-09-18T18:42:31.821Z","url":"https://0.0.0.0:3000/mutants/1788","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1789,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1949,"endLine":1949,"title":"Relational operator mutation at interpreter.cpp:1949","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (stack.size() != 2) {","mutatedCode":"            if (stack.size() == 2) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1949,1 +1949,1 @@\n-            if (stack.size() != 2) {\n+            if (stack.size() == 2) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.825Z","updatedAt":"2026-09-18T18:42:31.825Z","url":"https://0.0.0.0:3000/mutants/1789","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1790,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1957,"endLine":1957,"title":"Logical operator mutation at interpreter.cpp:1957","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (witversion == 1 && program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {","mutatedCode":"    } else if (witversion == 1 || program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1957,1 +1957,1 @@\n-    } else if (witversion == 1 && program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {\n+    } else if (witversion == 1 || program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.829Z","updatedAt":"2026-09-18T18:42:31.829Z","url":"https://0.0.0.0:3000/mutants/1790","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1791,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1957,"endLine":1957,"title":"Relational operator mutation at interpreter.cpp:1957","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (witversion == 1 && program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {","mutatedCode":"    } else if (witversion != 1 && program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1957,1 +1957,1 @@\n-    } else if (witversion == 1 && program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {\n+    } else if (witversion != 1 && program.size() == WITNESS_V1_TAPROOT_SIZE && !is_p2sh) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.833Z","updatedAt":"2026-09-18T18:42:31.833Z","url":"https://0.0.0.0:3000/mutants/1791","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1792,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1961,"endLine":1961,"title":"Relational operator mutation at interpreter.cpp:1961","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","mutatedCode":"        if (stack.size() > 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1961,1 +1961,1 @@\n-        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n+        if (stack.size() > 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.836Z","updatedAt":"2026-09-18T18:42:31.836Z","url":"https://0.0.0.0:3000/mutants/1792","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1793,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1961,"endLine":1961,"title":"Relational operator mutation at interpreter.cpp:1961","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","mutatedCode":"        if (stack.size() <= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1961,1 +1961,1 @@\n-        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n+        if (stack.size() <= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.839Z","updatedAt":"2026-09-18T18:42:31.839Z","url":"https://0.0.0.0:3000/mutants/1793","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1794,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1961,"endLine":1961,"title":"Logical operator mutation at interpreter.cpp:1961","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","mutatedCode":"        if (stack.size() >= 2 || !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1961,1 +1961,1 @@\n-        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n+        if (stack.size() >= 2 || !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.842Z","updatedAt":"2026-09-18T18:42:31.842Z","url":"https://0.0.0.0:3000/mutants/1794","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1795,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1961,"endLine":1961,"title":"Relational operator mutation at interpreter.cpp:1961","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {","mutatedCode":"        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] != ANNEX_TAG) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1961,1 +1961,1 @@\n-        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] == ANNEX_TAG) {\n+        if (stack.size() >= 2 && !stack.back().empty() && stack.back()[0] != ANNEX_TAG) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.845Z","updatedAt":"2026-09-18T18:42:31.845Z","url":"https://0.0.0.0:3000/mutants/1795","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1796,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1964,"endLine":1964,"title":"Constant replacement mutation at interpreter.cpp:1964","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_annex_hash = (HashWriter{} << annex).GetSHA256();","mutatedCode":"            execdata.m_annex_hash = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1964,1 +1964,1 @@\n-            execdata.m_annex_hash = (HashWriter{} << annex).GetSHA256();\n+            execdata.m_annex_hash = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.848Z","updatedAt":"2026-09-18T18:42:31.848Z","url":"https://0.0.0.0:3000/mutants/1796","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1797,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1964,"endLine":1964,"title":"Constant replacement mutation at interpreter.cpp:1964","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_annex_hash = (HashWriter{} << annex).GetSHA256();","mutatedCode":"            execdata.m_annex_hash = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1964,1 +1964,1 @@\n-            execdata.m_annex_hash = (HashWriter{} << annex).GetSHA256();\n+            execdata.m_annex_hash = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.853Z","updatedAt":"2026-09-18T18:42:31.853Z","url":"https://0.0.0.0:3000/mutants/1797","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1798,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1965,"endLine":1965,"title":"Constant replacement mutation at interpreter.cpp:1965","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_annex_present = true;","mutatedCode":"            execdata.m_annex_present = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1965,1 +1965,1 @@\n-            execdata.m_annex_present = true;\n+            execdata.m_annex_present = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.858Z","updatedAt":"2026-09-18T18:42:31.858Z","url":"https://0.0.0.0:3000/mutants/1798","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1799,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1967,"endLine":1967,"title":"Constant replacement mutation at interpreter.cpp:1967","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_annex_present = false;","mutatedCode":"            execdata.m_annex_present = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1967,1 +1967,1 @@\n-            execdata.m_annex_present = false;\n+            execdata.m_annex_present = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.863Z","updatedAt":"2026-09-18T18:42:31.863Z","url":"https://0.0.0.0:3000/mutants/1799","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1800,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1969,"endLine":1969,"title":"Constant replacement mutation at interpreter.cpp:1969","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        execdata.m_annex_init = true;","mutatedCode":"        execdata.m_annex_init = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1969,1 +1969,1 @@\n-        execdata.m_annex_init = true;\n+        execdata.m_annex_init = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.868Z","updatedAt":"2026-09-18T18:42:31.868Z","url":"https://0.0.0.0:3000/mutants/1800","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1801,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1970,"endLine":1970,"title":"Relational operator mutation at interpreter.cpp:1970","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (stack.size() == 1) {","mutatedCode":"        if (stack.size() != 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1970,1 +1970,1 @@\n-        if (stack.size() == 1) {\n+        if (stack.size() != 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.872Z","updatedAt":"2026-09-18T18:42:31.872Z","url":"https://0.0.0.0:3000/mutants/1801","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1802,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() >= TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() >= TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.876Z","updatedAt":"2026-09-18T18:42:31.876Z","url":"https://0.0.0.0:3000/mutants/1802","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1803,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() <= TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() <= TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.881Z","updatedAt":"2026-09-18T18:42:31.881Z","url":"https://0.0.0.0:3000/mutants/1803","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1804,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() < TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() < TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.885Z","updatedAt":"2026-09-18T18:42:31.885Z","url":"https://0.0.0.0:3000/mutants/1804","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1805,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() > TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() > TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.889Z","updatedAt":"2026-09-18T18:42:31.889Z","url":"https://0.0.0.0:3000/mutants/1805","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1806,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() <= TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() <= TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.894Z","updatedAt":"2026-09-18T18:42:31.894Z","url":"https://0.0.0.0:3000/mutants/1806","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1807,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() >= TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() >= TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.898Z","updatedAt":"2026-09-18T18:42:31.898Z","url":"https://0.0.0.0:3000/mutants/1807","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1808,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Logical operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE && control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() < TAPROOT_CONTROL_BASE_SIZE && control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.902Z","updatedAt":"2026-09-18T18:42:31.902Z","url":"https://0.0.0.0:3000/mutants/1808","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1809,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Relational operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) == 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.907Z","updatedAt":"2026-09-18T18:42:31.907Z","url":"https://0.0.0.0:3000/mutants/1809","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1810,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1980,"endLine":1980,"title":"Arithmetic operator mutation at interpreter.cpp:1980","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","mutatedCode":"            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() + TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1980,1 +1980,1 @@\n-            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() - TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n+            if (control.size() < TAPROOT_CONTROL_BASE_SIZE || control.size() > TAPROOT_CONTROL_MAX_SIZE || ((control.size() + TAPROOT_CONTROL_BASE_SIZE) % TAPROOT_CONTROL_NODE_SIZE) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.911Z","updatedAt":"2026-09-18T18:42:31.911Z","url":"https://0.0.0.0:3000/mutants/1810","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1811,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1983,"endLine":1983,"title":"Constant replacement mutation at interpreter.cpp:1983","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_tapleaf_hash = ComputeTapleafHash(control[0] & TAPROOT_LEAF_MASK, script);","mutatedCode":"            execdata.m_tapleaf_hash = true, script);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1983,1 +1983,1 @@\n-            execdata.m_tapleaf_hash = ComputeTapleafHash(control[0] & TAPROOT_LEAF_MASK, script);\n+            execdata.m_tapleaf_hash = true, script);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.916Z","updatedAt":"2026-09-18T18:42:31.916Z","url":"https://0.0.0.0:3000/mutants/1811","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1812,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1983,"endLine":1983,"title":"Constant replacement mutation at interpreter.cpp:1983","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_tapleaf_hash = ComputeTapleafHash(control[0] & TAPROOT_LEAF_MASK, script);","mutatedCode":"            execdata.m_tapleaf_hash = false, script);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1983,1 +1983,1 @@\n-            execdata.m_tapleaf_hash = ComputeTapleafHash(control[0] & TAPROOT_LEAF_MASK, script);\n+            execdata.m_tapleaf_hash = false, script);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.920Z","updatedAt":"2026-09-18T18:42:31.920Z","url":"https://0.0.0.0:3000/mutants/1812","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1813,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1987,"endLine":1987,"title":"Constant replacement mutation at interpreter.cpp:1987","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            execdata.m_tapleaf_hash_init = true;","mutatedCode":"            execdata.m_tapleaf_hash_init = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1987,1 +1987,1 @@\n-            execdata.m_tapleaf_hash_init = true;\n+            execdata.m_tapleaf_hash_init = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.924Z","updatedAt":"2026-09-18T18:42:31.924Z","url":"https://0.0.0.0:3000/mutants/1813","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1814,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1988,"endLine":1988,"title":"Relational operator mutation at interpreter.cpp:1988","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if ((control[0] & TAPROOT_LEAF_MASK) == TAPROOT_LEAF_TAPSCRIPT) {","mutatedCode":"            if ((control[0] & TAPROOT_LEAF_MASK) != TAPROOT_LEAF_TAPSCRIPT) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1988,1 +1988,1 @@\n-            if ((control[0] & TAPROOT_LEAF_MASK) == TAPROOT_LEAF_TAPSCRIPT) {\n+            if ((control[0] & TAPROOT_LEAF_MASK) != TAPROOT_LEAF_TAPSCRIPT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.928Z","updatedAt":"2026-09-18T18:42:31.928Z","url":"https://0.0.0.0:3000/mutants/1814","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1815,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1991,"endLine":1991,"title":"Constant replacement mutation at interpreter.cpp:1991","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;","mutatedCode":"                execdata.m_validation_weight_left = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1991,1 +1991,1 @@\n-                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;\n+                execdata.m_validation_weight_left = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.932Z","updatedAt":"2026-09-18T18:42:31.932Z","url":"https://0.0.0.0:3000/mutants/1815","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1816,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1991,"endLine":1991,"title":"Constant replacement mutation at interpreter.cpp:1991","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;","mutatedCode":"                execdata.m_validation_weight_left = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1991,1 +1991,1 @@\n-                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;\n+                execdata.m_validation_weight_left = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.936Z","updatedAt":"2026-09-18T18:42:31.936Z","url":"https://0.0.0.0:3000/mutants/1816","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1817,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1991,"endLine":1991,"title":"Arithmetic operator mutation at interpreter.cpp:1991","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;","mutatedCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) - VALIDATION_WEIGHT_OFFSET;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1991,1 +1991,1 @@\n-                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;\n+                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) - VALIDATION_WEIGHT_OFFSET;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.940Z","updatedAt":"2026-09-18T18:42:31.940Z","url":"https://0.0.0.0:3000/mutants/1817","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1818,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1991,"endLine":1991,"title":"Arithmetic operator mutation at interpreter.cpp:1991","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;","mutatedCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) * VALIDATION_WEIGHT_OFFSET;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1991,1 +1991,1 @@\n-                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;\n+                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) * VALIDATION_WEIGHT_OFFSET;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.944Z","updatedAt":"2026-09-18T18:42:31.944Z","url":"https://0.0.0.0:3000/mutants/1818","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1819,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1991,"endLine":1991,"title":"Arithmetic operator mutation at interpreter.cpp:1991","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;","mutatedCode":"                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) / VALIDATION_WEIGHT_OFFSET;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1991,1 +1991,1 @@\n-                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) + VALIDATION_WEIGHT_OFFSET;\n+                execdata.m_validation_weight_left = ::GetSerializeSize(witness.stack) / VALIDATION_WEIGHT_OFFSET;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.948Z","updatedAt":"2026-09-18T18:42:31.948Z","url":"https://0.0.0.0:3000/mutants/1819","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1820,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1992,"endLine":1992,"title":"Constant replacement mutation at interpreter.cpp:1992","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                execdata.m_validation_weight_left_init = true;","mutatedCode":"                execdata.m_validation_weight_left_init = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1992,1 +1992,1 @@\n-                execdata.m_validation_weight_left_init = true;\n+                execdata.m_validation_weight_left_init = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.952Z","updatedAt":"2026-09-18T18:42:31.952Z","url":"https://0.0.0.0:3000/mutants/1820","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1821,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1995,"endLine":1995,"title":"Conditional operator mutation at interpreter.cpp:1995","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_TAPROOT_VERSION) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1995,1 +1995,1 @@\n-            if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_TAPROOT_VERSION) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.956Z","updatedAt":"2026-09-18T18:42:31.956Z","url":"https://0.0.0.0:3000/mutants/1821","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1822,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":1995,"endLine":1995,"title":"Conditional operator mutation at interpreter.cpp:1995","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_TAPROOT_VERSION) {","mutatedCode":"            if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -1995,1 +1995,1 @@\n-            if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_TAPROOT_VERSION) {\n+            if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.960Z","updatedAt":"2026-09-18T18:42:31.960Z","url":"https://0.0.0.0:3000/mutants/1822","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1823,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2000,"endLine":2000,"title":"Logical operator mutation at interpreter.cpp:2000","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (!is_p2sh && CScript::IsPayToAnchor(witversion, program)) {","mutatedCode":"    } else if (!is_p2sh || CScript::IsPayToAnchor(witversion, program)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2000,1 +2000,1 @@\n-    } else if (!is_p2sh && CScript::IsPayToAnchor(witversion, program)) {\n+    } else if (!is_p2sh || CScript::IsPayToAnchor(witversion, program)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.964Z","updatedAt":"2026-09-18T18:42:31.964Z","url":"https://0.0.0.0:3000/mutants/1823","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1824,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2003,"endLine":2003,"title":"Conditional operator mutation at interpreter.cpp:2003","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2003,1 +2003,1 @@\n-        if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.968Z","updatedAt":"2026-09-18T18:42:31.968Z","url":"https://0.0.0.0:3000/mutants/1824","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1825,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2003,"endLine":2003,"title":"Conditional operator mutation at interpreter.cpp:2003","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM) {","mutatedCode":"        if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2003,1 +2003,1 @@\n-        if (flags & SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM) {\n+        if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.973Z","updatedAt":"2026-09-18T18:42:31.973Z","url":"https://0.0.0.0:3000/mutants/1825","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1826,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2015,"endLine":2015,"title":"Relational operator mutation at interpreter.cpp:2015","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (witness == nullptr) {","mutatedCode":"    if (witness != nullptr) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2015,1 +2015,1 @@\n-    if (witness == nullptr) {\n+    if (witness != nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.976Z","updatedAt":"2026-09-18T18:42:31.976Z","url":"https://0.0.0.0:3000/mutants/1826","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1827,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2015,"endLine":2015,"title":"Conditional operator mutation at interpreter.cpp:2015","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (witness == nullptr) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2015,1 +2015,1 @@\n-    if (witness == nullptr) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.980Z","updatedAt":"2026-09-18T18:42:31.980Z","url":"https://0.0.0.0:3000/mutants/1827","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1828,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2015,"endLine":2015,"title":"Conditional operator mutation at interpreter.cpp:2015","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (witness == nullptr) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2015,1 +2015,1 @@\n-    if (witness == nullptr) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.984Z","updatedAt":"2026-09-18T18:42:31.984Z","url":"https://0.0.0.0:3000/mutants/1828","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1829,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2018,"endLine":2018,"title":"Constant replacement mutation at interpreter.cpp:2018","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool hadWitness = false;","mutatedCode":"    bool hadWitness = true;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2018,1 +2018,1 @@\n-    bool hadWitness = false;\n+    bool hadWitness = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.989Z","updatedAt":"2026-09-18T18:42:31.989Z","url":"https://0.0.0.0:3000/mutants/1829","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1830,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2020,"endLine":2020,"title":"Statement deletion mutation at interpreter.cpp:2020","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    set_error(serror, SCRIPT_ERR_UNKNOWN_ERROR);","mutatedCode":"    // set_error(serror, SCRIPT_ERR_UNKNOWN_ERROR);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2020,1 +2020,1 @@\n-    set_error(serror, SCRIPT_ERR_UNKNOWN_ERROR);\n+    // set_error(serror, SCRIPT_ERR_UNKNOWN_ERROR);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.993Z","updatedAt":"2026-09-18T18:42:31.993Z","url":"https://0.0.0.0:3000/mutants/1830","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1831,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2022,"endLine":2022,"title":"Logical operator mutation at interpreter.cpp:2022","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) != 0 && !scriptSig.IsPushOnly()) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) != 0 || !scriptSig.IsPushOnly()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2022,1 +2022,1 @@\n-    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) != 0 && !scriptSig.IsPushOnly()) {\n+    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) != 0 || !scriptSig.IsPushOnly()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:31.997Z","updatedAt":"2026-09-18T18:42:31.997Z","url":"https://0.0.0.0:3000/mutants/1831","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1832,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2022,"endLine":2022,"title":"Relational operator mutation at interpreter.cpp:2022","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) != 0 && !scriptSig.IsPushOnly()) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) == 0 && !scriptSig.IsPushOnly()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2022,1 +2022,1 @@\n-    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) != 0 && !scriptSig.IsPushOnly()) {\n+    if ((flags & SCRIPT_VERIFY_SIGPUSHONLY) == 0 && !scriptSig.IsPushOnly()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.001Z","updatedAt":"2026-09-18T18:42:32.001Z","url":"https://0.0.0.0:3000/mutants/1832","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1833,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2032,"endLine":2032,"title":"Conditional operator mutation at interpreter.cpp:2032","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags & SCRIPT_VERIFY_P2SH)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2032,1 +2032,1 @@\n-    if (flags & SCRIPT_VERIFY_P2SH)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.006Z","updatedAt":"2026-09-18T18:42:32.006Z","url":"https://0.0.0.0:3000/mutants/1833","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1834,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2032,"endLine":2032,"title":"Conditional operator mutation at interpreter.cpp:2032","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags & SCRIPT_VERIFY_P2SH)","mutatedCode":"    if (1==0)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2032,1 +2032,1 @@\n-    if (flags & SCRIPT_VERIFY_P2SH)\n+    if (1==0)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.010Z","updatedAt":"2026-09-18T18:42:32.010Z","url":"https://0.0.0.0:3000/mutants/1834","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1835,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2039,"endLine":2039,"title":"Constant replacement mutation at interpreter.cpp:2039","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (CastToBool(stack.back()) == false)","mutatedCode":"    if (CastToBool(stack.back()) == true)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2039,1 +2039,1 @@\n-    if (CastToBool(stack.back()) == false)\n+    if (CastToBool(stack.back()) == true)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.015Z","updatedAt":"2026-09-18T18:42:32.015Z","url":"https://0.0.0.0:3000/mutants/1835","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1836,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2039,"endLine":2039,"title":"Relational operator mutation at interpreter.cpp:2039","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (CastToBool(stack.back()) == false)","mutatedCode":"    if (CastToBool(stack.back()) != false)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2039,1 +2039,1 @@\n-    if (CastToBool(stack.back()) == false)\n+    if (CastToBool(stack.back()) != false)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.024Z","updatedAt":"2026-09-18T18:42:32.024Z","url":"https://0.0.0.0:3000/mutants/1836","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1837,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2045,"endLine":2045,"title":"Conditional operator mutation at interpreter.cpp:2045","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags & SCRIPT_VERIFY_WITNESS) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2045,1 +2045,1 @@\n-    if (flags & SCRIPT_VERIFY_WITNESS) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.028Z","updatedAt":"2026-09-18T18:42:32.028Z","url":"https://0.0.0.0:3000/mutants/1837","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1838,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2045,"endLine":2045,"title":"Conditional operator mutation at interpreter.cpp:2045","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags & SCRIPT_VERIFY_WITNESS) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2045,1 +2045,1 @@\n-    if (flags & SCRIPT_VERIFY_WITNESS) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.033Z","updatedAt":"2026-09-18T18:42:32.033Z","url":"https://0.0.0.0:3000/mutants/1838","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1839,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2047,"endLine":2047,"title":"Constant replacement mutation at interpreter.cpp:2047","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            hadWitness = true;","mutatedCode":"            hadWitness = false;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2047,1 +2047,1 @@\n-            hadWitness = true;\n+            hadWitness = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.037Z","updatedAt":"2026-09-18T18:42:32.037Z","url":"https://0.0.0.0:3000/mutants/1839","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1840,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2048,"endLine":2048,"title":"Relational operator mutation at interpreter.cpp:2048","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (scriptSig.size() != 0) {","mutatedCode":"            if (scriptSig.size() == 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2048,1 +2048,1 @@\n-            if (scriptSig.size() != 0) {\n+            if (scriptSig.size() == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.041Z","updatedAt":"2026-09-18T18:42:32.041Z","url":"https://0.0.0.0:3000/mutants/1840","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1841,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2052,"endLine":2052,"title":"Constant replacement mutation at interpreter.cpp:2052","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/false)) {","mutatedCode":"            if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/true)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2052,1 +2052,1 @@\n-            if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/false)) {\n+            if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/true)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.045Z","updatedAt":"2026-09-18T18:42:32.045Z","url":"https://0.0.0.0:3000/mutants/1841","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1842,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2062,"endLine":2062,"title":"Logical operator mutation at interpreter.cpp:2062","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_P2SH) && scriptPubKey.IsPayToScriptHash())","mutatedCode":"    if ((flags & SCRIPT_VERIFY_P2SH) || scriptPubKey.IsPayToScriptHash())","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2062,1 +2062,1 @@\n-    if ((flags & SCRIPT_VERIFY_P2SH) && scriptPubKey.IsPayToScriptHash())\n+    if ((flags & SCRIPT_VERIFY_P2SH) || scriptPubKey.IsPayToScriptHash())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.050Z","updatedAt":"2026-09-18T18:42:32.050Z","url":"https://0.0.0.0:3000/mutants/1842","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1843,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2069,"endLine":2069,"title":"Statement deletion mutation at interpreter.cpp:2069","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        swap(stack, stackCopy);","mutatedCode":"        // swap(stack, stackCopy);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2069,1 +2069,1 @@\n-        swap(stack, stackCopy);\n+        // swap(stack, stackCopy);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.054Z","updatedAt":"2026-09-18T18:42:32.054Z","url":"https://0.0.0.0:3000/mutants/1843","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1844,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2092,"endLine":2092,"title":"Relational operator mutation at interpreter.cpp:2092","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (scriptSig != CScript() << std::vector<unsigned char>(pubKey2.begin(), pubKey2.end())) {","mutatedCode":"                if (scriptSig == CScript() << std::vector<unsigned char>(pubKey2.begin(), pubKey2.end())) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2092,1 +2092,1 @@\n-                if (scriptSig != CScript() << std::vector<unsigned char>(pubKey2.begin(), pubKey2.end())) {\n+                if (scriptSig == CScript() << std::vector<unsigned char>(pubKey2.begin(), pubKey2.end())) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.059Z","updatedAt":"2026-09-18T18:42:32.059Z","url":"https://0.0.0.0:3000/mutants/1844","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1845,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2097,"endLine":2097,"title":"Constant replacement mutation at interpreter.cpp:2097","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/true)) {","mutatedCode":"                if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/false)) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2097,1 +2097,1 @@\n-                if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/true)) {\n+                if (!VerifyWitnessProgram(*witness, witnessversion, witnessprogram, flags, checker, serror, /*is_p2sh=*/false)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.063Z","updatedAt":"2026-09-18T18:42:32.063Z","url":"https://0.0.0.0:3000/mutants/1845","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1846,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2110,"endLine":2110,"title":"Relational operator mutation at interpreter.cpp:2110","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_CLEANSTACK) != 0) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_CLEANSTACK) == 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2110,1 +2110,1 @@\n-    if ((flags & SCRIPT_VERIFY_CLEANSTACK) != 0) {\n+    if ((flags & SCRIPT_VERIFY_CLEANSTACK) == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.067Z","updatedAt":"2026-09-18T18:42:32.067Z","url":"https://0.0.0.0:3000/mutants/1846","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1847,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2115,"endLine":2115,"title":"Relational operator mutation at interpreter.cpp:2115","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (stack.size() != 1) {","mutatedCode":"        if (stack.size() == 1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2115,1 +2115,1 @@\n-        if (stack.size() != 1) {\n+        if (stack.size() == 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.072Z","updatedAt":"2026-09-18T18:42:32.072Z","url":"https://0.0.0.0:3000/mutants/1847","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1848,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2125,"endLine":2125,"title":"Logical operator mutation at interpreter.cpp:2125","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (!hadWitness && !witness->IsNull()) {","mutatedCode":"        if (!hadWitness || !witness->IsNull()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2125,1 +2125,1 @@\n-        if (!hadWitness && !witness->IsNull()) {\n+        if (!hadWitness || !witness->IsNull()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.076Z","updatedAt":"2026-09-18T18:42:32.076Z","url":"https://0.0.0.0:3000/mutants/1848","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1849,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2136,"endLine":2136,"title":"Relational operator mutation at interpreter.cpp:2136","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (witprogram.size() == WITNESS_V0_KEYHASH_SIZE)","mutatedCode":"        if (witprogram.size() != WITNESS_V0_KEYHASH_SIZE)","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2136,1 +2136,1 @@\n-        if (witprogram.size() == WITNESS_V0_KEYHASH_SIZE)\n+        if (witprogram.size() != WITNESS_V0_KEYHASH_SIZE)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.080Z","updatedAt":"2026-09-18T18:42:32.080Z","url":"https://0.0.0.0:3000/mutants/1849","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1850,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2139,"endLine":2139,"title":"Relational operator mutation at interpreter.cpp:2139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {","mutatedCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() >= 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2139,1 +2139,1 @@\n-        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {\n+        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.083Z","updatedAt":"2026-09-18T18:42:32.083Z","url":"https://0.0.0.0:3000/mutants/1850","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1851,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2139,"endLine":2139,"title":"Relational operator mutation at interpreter.cpp:2139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {","mutatedCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() < 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2139,1 +2139,1 @@\n-        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {\n+        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.086Z","updatedAt":"2026-09-18T18:42:32.086Z","url":"https://0.0.0.0:3000/mutants/1851","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1852,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2139,"endLine":2139,"title":"Relational operator mutation at interpreter.cpp:2139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {","mutatedCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() <= 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2139,1 +2139,1 @@\n-        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {\n+        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() <= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.089Z","updatedAt":"2026-09-18T18:42:32.089Z","url":"https://0.0.0.0:3000/mutants/1852","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1853,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2139,"endLine":2139,"title":"Logical operator mutation at interpreter.cpp:2139","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {","mutatedCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE || witness.stack.size() > 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2139,1 +2139,1 @@\n-        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {\n+        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE || witness.stack.size() > 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.093Z","updatedAt":"2026-09-18T18:42:32.093Z","url":"https://0.0.0.0:3000/mutants/1853","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1854,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2139,"endLine":2139,"title":"Relational operator mutation at interpreter.cpp:2139","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {","mutatedCode":"        if (witprogram.size() != WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2139,1 +2139,1 @@\n-        if (witprogram.size() == WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {\n+        if (witprogram.size() != WITNESS_V0_SCRIPTHASH_SIZE && witness.stack.size() > 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.096Z","updatedAt":"2026-09-18T18:42:32.096Z","url":"https://0.0.0.0:3000/mutants/1854","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1855,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2141,"endLine":2141,"title":"Constant replacement mutation at interpreter.cpp:2141","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            return subscript.GetSigOpCount(true);","mutatedCode":"            return subscript.GetSigOpCount(false);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2141,1 +2141,1 @@\n-            return subscript.GetSigOpCount(true);\n+            return subscript.GetSigOpCount(false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.098Z","updatedAt":"2026-09-18T18:42:32.098Z","url":"https://0.0.0.0:3000/mutants/1855","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1856,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2151,"endLine":2151,"title":"Relational operator mutation at interpreter.cpp:2151","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((flags & SCRIPT_VERIFY_WITNESS) == 0) {","mutatedCode":"    if ((flags & SCRIPT_VERIFY_WITNESS) != 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2151,1 +2151,1 @@\n-    if ((flags & SCRIPT_VERIFY_WITNESS) == 0) {\n+    if ((flags & SCRIPT_VERIFY_WITNESS) != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.101Z","updatedAt":"2026-09-18T18:42:32.101Z","url":"https://0.0.0.0:3000/mutants/1856","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1857,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2162,"endLine":2162,"title":"Logical operator mutation at interpreter.cpp:2162","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (scriptPubKey.IsPayToScriptHash() && scriptSig.IsPushOnly()) {","mutatedCode":"    if (scriptPubKey.IsPayToScriptHash() || scriptSig.IsPushOnly()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2162,1 +2162,1 @@\n-    if (scriptPubKey.IsPayToScriptHash() && scriptSig.IsPushOnly()) {\n+    if (scriptPubKey.IsPayToScriptHash() || scriptSig.IsPushOnly()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.105Z","updatedAt":"2026-09-18T18:42:32.105Z","url":"https://0.0.0.0:3000/mutants/1857","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1858,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2165,"endLine":2165,"title":"Relational operator mutation at interpreter.cpp:2165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (pc < scriptSig.end()) {","mutatedCode":"        while (pc <= scriptSig.end()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2165,1 +2165,1 @@\n-        while (pc < scriptSig.end()) {\n+        while (pc <= scriptSig.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.108Z","updatedAt":"2026-09-18T18:42:32.108Z","url":"https://0.0.0.0:3000/mutants/1858","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1859,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2165,"endLine":2165,"title":"Relational operator mutation at interpreter.cpp:2165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (pc < scriptSig.end()) {","mutatedCode":"        while (pc > scriptSig.end()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2165,1 +2165,1 @@\n-        while (pc < scriptSig.end()) {\n+        while (pc > scriptSig.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.111Z","updatedAt":"2026-09-18T18:42:32.111Z","url":"https://0.0.0.0:3000/mutants/1859","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1860,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2165,"endLine":2165,"title":"Relational operator mutation at interpreter.cpp:2165","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (pc < scriptSig.end()) {","mutatedCode":"        while (pc >= scriptSig.end()) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2165,1 +2165,1 @@\n-        while (pc < scriptSig.end()) {\n+        while (pc >= scriptSig.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.114Z","updatedAt":"2026-09-18T18:42:32.114Z","url":"https://0.0.0.0:3000/mutants/1860","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1861,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2165,"endLine":2165,"title":"Custom mutation at interpreter.cpp:2165","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (pc < scriptSig.end()) {","mutatedCode":"        while (pc < scriptSig.end()) {break;","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2165,1 +2165,1 @@\n-        while (pc < scriptSig.end()) {\n+        while (pc < scriptSig.end()) {break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.117Z","updatedAt":"2026-09-18T18:42:32.117Z","url":"https://0.0.0.0:3000/mutants/1861","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1862,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2167,"endLine":2167,"title":"Statement deletion mutation at interpreter.cpp:2167","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            scriptSig.GetOp(pc, opcode, data);","mutatedCode":"            // scriptSig.GetOp(pc, opcode, data);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2167,1 +2167,1 @@\n-            scriptSig.GetOp(pc, opcode, data);\n+            // scriptSig.GetOp(pc, opcode, data);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.120Z","updatedAt":"2026-09-18T18:42:32.120Z","url":"https://0.0.0.0:3000/mutants/1862","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1863,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2211,"endLine":2211,"title":"Relational operator mutation at interpreter.cpp:2211","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (flags == SCRIPT_VERIFY_NONE) {","mutatedCode":"    if (flags != SCRIPT_VERIFY_NONE) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2211,1 +2211,1 @@\n-    if (flags == SCRIPT_VERIFY_NONE) {\n+    if (flags != SCRIPT_VERIFY_NONE) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.123Z","updatedAt":"2026-09-18T18:42:32.123Z","url":"https://0.0.0.0:3000/mutants/1863","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1864,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2211,"endLine":2211,"title":"Conditional operator mutation at interpreter.cpp:2211","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags == SCRIPT_VERIFY_NONE) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2211,1 +2211,1 @@\n-    if (flags == SCRIPT_VERIFY_NONE) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.126Z","updatedAt":"2026-09-18T18:42:32.126Z","url":"https://0.0.0.0:3000/mutants/1864","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1865,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2211,"endLine":2211,"title":"Conditional operator mutation at interpreter.cpp:2211","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (flags == SCRIPT_VERIFY_NONE) {","mutatedCode":"    if (1==0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2211,1 +2211,1 @@\n-    if (flags == SCRIPT_VERIFY_NONE) {\n+    if (1==0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.130Z","updatedAt":"2026-09-18T18:42:32.130Z","url":"https://0.0.0.0:3000/mutants/1865","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1866,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2216,"endLine":2216,"title":"Relational operator mutation at interpreter.cpp:2216","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if ((flags & flag) != 0) {","mutatedCode":"        if ((flags & flag) == 0) {","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2216,1 +2216,1 @@\n-        if ((flags & flag) != 0) {\n+        if ((flags & flag) == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.132Z","updatedAt":"2026-09-18T18:42:32.132Z","url":"https://0.0.0.0:3000/mutants/1866","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1867,"repository":"bitcoin/bitcoin","language":"C++","commit":"05e49b342faa1412266951429c135e9f5daa30c2","pullRequest":null,"file":"src/script/interpreter.cpp","startLine":2217,"endLine":2217,"title":"Statement deletion mutation at interpreter.cpp:2217","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            res.push_back(name);","mutatedCode":"            // res.push_back(name);","diff":"--- a/src/script/interpreter.cpp\n+++ b/src/script/interpreter.cpp\n@@ -2217,1 +2217,1 @@\n-            res.push_back(name);\n+            // res.push_back(name);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=miniscript_tests && ./build_corecheck/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build_corecheck/bin/test_bitcoin --run_test=script_assets_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_tests && ./build_corecheck/bin/test_bitcoin --run_test=scriptnum_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_parse_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_p2sh_tests && ./build_corecheck/bin/test_bitcoin --run_test=script_standard_tests && ./build_corecheck/bin/test_bitcoin --run_test=sigopcount_tests","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.136Z","updatedAt":"2026-09-18T18:42:32.136Z","url":"https://0.0.0.0:3000/mutants/1867","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1868,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":163,"endLine":163,"title":"Relational operator mutation at script.cpp:163","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (pc < end())","mutatedCode":"    while (pc <= end())","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -163,1 +163,1 @@\n-    while (pc < end())\n+    while (pc <= end())\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.139Z","updatedAt":"2026-09-18T18:42:32.139Z","url":"https://0.0.0.0:3000/mutants/1868","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1869,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":167,"endLine":167,"title":"Custom mutation at script.cpp:167","description":null,"mutationOperator":"CUSTOM","originalCode":"            break;","mutatedCode":"            continue;","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -167,1 +167,1 @@\n-            break;\n+            continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.142Z","updatedAt":"2026-09-18T18:42:32.142Z","url":"https://0.0.0.0:3000/mutants/1869","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1870,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":168,"endLine":168,"title":"Logical operator mutation at script.cpp:168","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (opcode == OP_CHECKSIG || opcode == OP_CHECKSIGVERIFY)","mutatedCode":"        if (opcode == OP_CHECKSIG && opcode == OP_CHECKSIGVERIFY)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -168,1 +168,1 @@\n-        if (opcode == OP_CHECKSIG || opcode == OP_CHECKSIGVERIFY)\n+        if (opcode == OP_CHECKSIG && opcode == OP_CHECKSIGVERIFY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.145Z","updatedAt":"2026-09-18T18:42:32.145Z","url":"https://0.0.0.0:3000/mutants/1870","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1871,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":170,"endLine":170,"title":"Logical operator mutation at script.cpp:170","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        else if (opcode == OP_CHECKMULTISIG || opcode == OP_CHECKMULTISIGVERIFY)","mutatedCode":"        else if (opcode == OP_CHECKMULTISIG && opcode == OP_CHECKMULTISIGVERIFY)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -170,1 +170,1 @@\n-        else if (opcode == OP_CHECKMULTISIG || opcode == OP_CHECKMULTISIGVERIFY)\n+        else if (opcode == OP_CHECKMULTISIG && opcode == OP_CHECKMULTISIGVERIFY)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.148Z","updatedAt":"2026-09-18T18:42:32.148Z","url":"https://0.0.0.0:3000/mutants/1871","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1872,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":172,"endLine":172,"title":"Relational operator mutation at script.cpp:172","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (fAccurate && lastOpcode >= OP_1 && lastOpcode <= OP_16)","mutatedCode":"            if (fAccurate && lastOpcode > OP_1 && lastOpcode <= OP_16)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -172,1 +172,1 @@\n-            if (fAccurate && lastOpcode >= OP_1 && lastOpcode <= OP_16)\n+            if (fAccurate && lastOpcode > OP_1 && lastOpcode <= OP_16)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.151Z","updatedAt":"2026-09-18T18:42:32.151Z","url":"https://0.0.0.0:3000/mutants/1872","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1873,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":185,"endLine":185,"title":"Constant replacement mutation at script.cpp:185","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return GetSigOpCount(true);","mutatedCode":"        return GetSigOpCount(false);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -185,1 +185,1 @@\n-        return GetSigOpCount(true);\n+        return GetSigOpCount(false);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.155Z","updatedAt":"2026-09-18T18:42:32.155Z","url":"https://0.0.0.0:3000/mutants/1873","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1874,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":192,"endLine":192,"title":"Relational operator mutation at script.cpp:192","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (pc < scriptSig.end())","mutatedCode":"    while (pc <= scriptSig.end())","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -192,1 +192,1 @@\n-    while (pc < scriptSig.end())\n+    while (pc <= scriptSig.end())\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.158Z","updatedAt":"2026-09-18T18:42:32.158Z","url":"https://0.0.0.0:3000/mutants/1874","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1875,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":197,"endLine":197,"title":"Relational operator mutation at script.cpp:197","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (opcode > OP_16)","mutatedCode":"        if (opcode >= OP_16)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -197,1 +197,1 @@\n-        if (opcode > OP_16)\n+        if (opcode >= OP_16)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.161Z","updatedAt":"2026-09-18T18:42:32.161Z","url":"https://0.0.0.0:3000/mutants/1875","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1876,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":203,"endLine":203,"title":"Constant replacement mutation at script.cpp:203","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return subscript.GetSigOpCount(true);","mutatedCode":"    return subscript.GetSigOpCount(false);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -203,1 +203,1 @@\n-    return subscript.GetSigOpCount(true);\n+    return subscript.GetSigOpCount(false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.165Z","updatedAt":"2026-09-18T18:42:32.165Z","url":"https://0.0.0.0:3000/mutants/1876","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1877,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":208,"endLine":208,"title":"Logical operator mutation at script.cpp:208","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return (this->size() == 4 &&","mutatedCode":"    return (this->size() == 4 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -208,1 +208,1 @@\n-    return (this->size() == 4 &&\n+    return (this->size() == 4 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.168Z","updatedAt":"2026-09-18T18:42:32.168Z","url":"https://0.0.0.0:3000/mutants/1877","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1878,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":209,"endLine":209,"title":"Logical operator mutation at script.cpp:209","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (*this)[0] == OP_1 &&","mutatedCode":"        (*this)[0] == OP_1 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -209,1 +209,1 @@\n-        (*this)[0] == OP_1 &&\n+        (*this)[0] == OP_1 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.172Z","updatedAt":"2026-09-18T18:42:32.172Z","url":"https://0.0.0.0:3000/mutants/1878","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1879,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":210,"endLine":210,"title":"Logical operator mutation at script.cpp:210","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (*this)[1] == 0x02 &&","mutatedCode":"        (*this)[1] == 0x02 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -210,1 +210,1 @@\n-        (*this)[1] == 0x02 &&\n+        (*this)[1] == 0x02 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.175Z","updatedAt":"2026-09-18T18:42:32.175Z","url":"https://0.0.0.0:3000/mutants/1879","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1880,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":211,"endLine":211,"title":"Logical operator mutation at script.cpp:211","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        (*this)[2] == 0x4e &&","mutatedCode":"        (*this)[2] == 0x4e ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -211,1 +211,1 @@\n-        (*this)[2] == 0x4e &&\n+        (*this)[2] == 0x4e ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.178Z","updatedAt":"2026-09-18T18:42:32.178Z","url":"https://0.0.0.0:3000/mutants/1880","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1881,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":212,"endLine":212,"title":"Relational operator mutation at script.cpp:212","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        (*this)[3] == 0x73);","mutatedCode":"        (*this)[3] != 0x73);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -212,1 +212,1 @@\n-        (*this)[3] == 0x73);\n+        (*this)[3] != 0x73);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.182Z","updatedAt":"2026-09-18T18:42:32.182Z","url":"https://0.0.0.0:3000/mutants/1881","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1882,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":217,"endLine":217,"title":"Logical operator mutation at script.cpp:217","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return version == 1 &&","mutatedCode":"    return version == 1 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -217,1 +217,1 @@\n-    return version == 1 &&\n+    return version == 1 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.186Z","updatedAt":"2026-09-18T18:42:32.186Z","url":"https://0.0.0.0:3000/mutants/1882","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1883,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":218,"endLine":218,"title":"Logical operator mutation at script.cpp:218","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        program.size() == 2 &&","mutatedCode":"        program.size() == 2 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -218,1 +218,1 @@\n-        program.size() == 2 &&\n+        program.size() == 2 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.190Z","updatedAt":"2026-09-18T18:42:32.190Z","url":"https://0.0.0.0:3000/mutants/1883","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1884,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":219,"endLine":219,"title":"Logical operator mutation at script.cpp:219","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        program[0] == 0x4e &&","mutatedCode":"        program[0] == 0x4e ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -219,1 +219,1 @@\n-        program[0] == 0x4e &&\n+        program[0] == 0x4e ||\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.194Z","updatedAt":"2026-09-18T18:42:32.194Z","url":"https://0.0.0.0:3000/mutants/1884","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1885,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":220,"endLine":220,"title":"Relational operator mutation at script.cpp:220","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        program[1] == 0x73;","mutatedCode":"        program[1] != 0x73;","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -220,1 +220,1 @@\n-        program[1] == 0x73;\n+        program[1] != 0x73;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.197Z","updatedAt":"2026-09-18T18:42:32.197Z","url":"https://0.0.0.0:3000/mutants/1885","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1886,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":226,"endLine":226,"title":"Logical operator mutation at script.cpp:226","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return (this->size() == 23 &&","mutatedCode":"    return (this->size() == 23 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -226,1 +226,1 @@\n-    return (this->size() == 23 &&\n+    return (this->size() == 23 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.200Z","updatedAt":"2026-09-18T18:42:32.200Z","url":"https://0.0.0.0:3000/mutants/1886","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1887,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":227,"endLine":227,"title":"Logical operator mutation at script.cpp:227","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            (*this)[0] == OP_HASH160 &&","mutatedCode":"            (*this)[0] == OP_HASH160 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -227,1 +227,1 @@\n-            (*this)[0] == OP_HASH160 &&\n+            (*this)[0] == OP_HASH160 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.203Z","updatedAt":"2026-09-18T18:42:32.203Z","url":"https://0.0.0.0:3000/mutants/1887","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1888,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":228,"endLine":228,"title":"Logical operator mutation at script.cpp:228","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            (*this)[1] == 0x14 &&","mutatedCode":"            (*this)[1] == 0x14 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -228,1 +228,1 @@\n-            (*this)[1] == 0x14 &&\n+            (*this)[1] == 0x14 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.206Z","updatedAt":"2026-09-18T18:42:32.206Z","url":"https://0.0.0.0:3000/mutants/1888","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1889,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":229,"endLine":229,"title":"Relational operator mutation at script.cpp:229","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            (*this)[22] == OP_EQUAL);","mutatedCode":"            (*this)[22] != OP_EQUAL);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -229,1 +229,1 @@\n-            (*this)[22] == OP_EQUAL);\n+            (*this)[22] != OP_EQUAL);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.209Z","updatedAt":"2026-09-18T18:42:32.209Z","url":"https://0.0.0.0:3000/mutants/1889","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1890,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":235,"endLine":235,"title":"Logical operator mutation at script.cpp:235","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    return (this->size() == 34 &&","mutatedCode":"    return (this->size() == 34 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -235,1 +235,1 @@\n-    return (this->size() == 34 &&\n+    return (this->size() == 34 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.212Z","updatedAt":"2026-09-18T18:42:32.212Z","url":"https://0.0.0.0:3000/mutants/1890","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1891,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":236,"endLine":236,"title":"Logical operator mutation at script.cpp:236","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            (*this)[0] == OP_0 &&","mutatedCode":"            (*this)[0] == OP_0 ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -236,1 +236,1 @@\n-            (*this)[0] == OP_0 &&\n+            (*this)[0] == OP_0 ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.215Z","updatedAt":"2026-09-18T18:42:32.215Z","url":"https://0.0.0.0:3000/mutants/1891","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1892,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":237,"endLine":237,"title":"Relational operator mutation at script.cpp:237","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            (*this)[1] == 0x20);","mutatedCode":"            (*this)[1] != 0x20);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -237,1 +237,1 @@\n-            (*this)[1] == 0x20);\n+            (*this)[1] != 0x20);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.218Z","updatedAt":"2026-09-18T18:42:32.218Z","url":"https://0.0.0.0:3000/mutants/1892","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1893,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":251,"endLine":251,"title":"Relational operator mutation at script.cpp:251","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (this->size() < 4 || this->size() > 42) {","mutatedCode":"    if (this->size() < 4 || this->size() >= 42) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -251,1 +251,1 @@\n-    if (this->size() < 4 || this->size() > 42) {\n+    if (this->size() < 4 || this->size() >= 42) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.221Z","updatedAt":"2026-09-18T18:42:32.221Z","url":"https://0.0.0.0:3000/mutants/1893","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1894,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":252,"endLine":252,"title":"Constant replacement mutation at script.cpp:252","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return false;","mutatedCode":"        return true;","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -252,1 +252,1 @@\n-        return false;\n+        return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.224Z","updatedAt":"2026-09-18T18:42:32.224Z","url":"https://0.0.0.0:3000/mutants/1894","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1895,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":254,"endLine":254,"title":"Relational operator mutation at script.cpp:254","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((*this)[0] != OP_0 && ((*this)[0] < OP_1 || (*this)[0] > OP_16)) {","mutatedCode":"    if ((*this)[0] != OP_0 && ((*this)[0] < OP_1 || (*this)[0] >= OP_16)) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -254,1 +254,1 @@\n-    if ((*this)[0] != OP_0 && ((*this)[0] < OP_1 || (*this)[0] > OP_16)) {\n+    if ((*this)[0] != OP_0 && ((*this)[0] < OP_1 || (*this)[0] >= OP_16)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.227Z","updatedAt":"2026-09-18T18:42:32.227Z","url":"https://0.0.0.0:3000/mutants/1895","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1896,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":257,"endLine":257,"title":"Relational operator mutation at script.cpp:257","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if ((size_t)((*this)[1] + 2) == this->size()) {","mutatedCode":"    if ((size_t)((*this)[1] + 2) != this->size()) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -257,1 +257,1 @@\n-    if ((size_t)((*this)[1] + 2) == this->size()) {\n+    if ((size_t)((*this)[1] + 2) != this->size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.230Z","updatedAt":"2026-09-18T18:42:32.230Z","url":"https://0.0.0.0:3000/mutants/1896","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1897,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":260,"endLine":260,"title":"Constant replacement mutation at script.cpp:260","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return true;","mutatedCode":"        return false;","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -260,1 +260,1 @@\n-        return true;\n+        return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.233Z","updatedAt":"2026-09-18T18:42:32.233Z","url":"https://0.0.0.0:3000/mutants/1897","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1898,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":290,"endLine":290,"title":"Relational operator mutation at script.cpp:290","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (unsigned int i = 0; i < stack.size(); i++) {","mutatedCode":"    for (unsigned int i = 0; i <= stack.size(); i++) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -290,1 +290,1 @@\n-    for (unsigned int i = 0; i < stack.size(); i++) {\n+    for (unsigned int i = 0; i <= stack.size(); i++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.236Z","updatedAt":"2026-09-18T18:42:32.236Z","url":"https://0.0.0.0:3000/mutants/1898","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1899,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":291,"endLine":291,"title":"Conditional operator mutation at script.cpp:291","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (i) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -291,1 +291,1 @@\n-        if (i) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.239Z","updatedAt":"2026-09-18T18:42:32.239Z","url":"https://0.0.0.0:3000/mutants/1899","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1900,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":296,"endLine":296,"title":"Arithmetic operator mutation at script.cpp:296","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    return ret + \")\";","mutatedCode":"    return ret - \")\";","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -296,1 +296,1 @@\n-    return ret + \")\";\n+    return ret - \")\";\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.242Z","updatedAt":"2026-09-18T18:42:32.242Z","url":"https://0.0.0.0:3000/mutants/1900","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1901,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":302,"endLine":302,"title":"Relational operator mutation at script.cpp:302","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (it < end()) {","mutatedCode":"    while (it <= end()) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -302,1 +302,1 @@\n-    while (it < end()) {\n+    while (it <= end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.245Z","updatedAt":"2026-09-18T18:42:32.245Z","url":"https://0.0.0.0:3000/mutants/1901","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1902,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":305,"endLine":305,"title":"Relational operator mutation at script.cpp:305","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) {","mutatedCode":"        if (!GetOp(it, opcode, item) || opcode >= MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -305,1 +305,1 @@\n-        if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) {\n+        if (!GetOp(it, opcode, item) || opcode >= MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.248Z","updatedAt":"2026-09-18T18:42:32.248Z","url":"https://0.0.0.0:3000/mutants/1902","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1903,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":315,"endLine":315,"title":"Conditional operator mutation at script.cpp:315","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (pvchRet)","mutatedCode":"    if (1==1)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -315,1 +315,1 @@\n-    if (pvchRet)\n+    if (1==1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.250Z","updatedAt":"2026-09-18T18:42:32.250Z","url":"https://0.0.0.0:3000/mutants/1903","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1904,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":317,"endLine":317,"title":"Relational operator mutation at script.cpp:317","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (pc >= end)","mutatedCode":"    if (pc > end)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -317,1 +317,1 @@\n-    if (pc >= end)\n+    if (pc > end)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.253Z","updatedAt":"2026-09-18T18:42:32.253Z","url":"https://0.0.0.0:3000/mutants/1904","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1905,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":321,"endLine":321,"title":"Relational operator mutation at script.cpp:321","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (end - pc < 1)","mutatedCode":"    if (end - pc <= 1)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -321,1 +321,1 @@\n-    if (end - pc < 1)\n+    if (end - pc <= 1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.255Z","updatedAt":"2026-09-18T18:42:32.255Z","url":"https://0.0.0.0:3000/mutants/1905","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1906,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":326,"endLine":326,"title":"Relational operator mutation at script.cpp:326","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (opcode <= OP_PUSHDATA4)","mutatedCode":"    if (opcode < OP_PUSHDATA4)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -326,1 +326,1 @@\n-    if (opcode <= OP_PUSHDATA4)\n+    if (opcode < OP_PUSHDATA4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.258Z","updatedAt":"2026-09-18T18:42:32.258Z","url":"https://0.0.0.0:3000/mutants/1906","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1907,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":329,"endLine":329,"title":"Relational operator mutation at script.cpp:329","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (opcode < OP_PUSHDATA1)","mutatedCode":"        if (opcode <= OP_PUSHDATA1)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -329,1 +329,1 @@\n-        if (opcode < OP_PUSHDATA1)\n+        if (opcode <= OP_PUSHDATA1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.260Z","updatedAt":"2026-09-18T18:42:32.260Z","url":"https://0.0.0.0:3000/mutants/1907","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1908,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":333,"endLine":333,"title":"Relational operator mutation at script.cpp:333","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        else if (opcode == OP_PUSHDATA1)","mutatedCode":"        else if (opcode != OP_PUSHDATA1)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -333,1 +333,1 @@\n-        else if (opcode == OP_PUSHDATA1)\n+        else if (opcode != OP_PUSHDATA1)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.263Z","updatedAt":"2026-09-18T18:42:32.263Z","url":"https://0.0.0.0:3000/mutants/1908","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1909,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":339,"endLine":339,"title":"Relational operator mutation at script.cpp:339","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        else if (opcode == OP_PUSHDATA2)","mutatedCode":"        else if (opcode != OP_PUSHDATA2)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -339,1 +339,1 @@\n-        else if (opcode == OP_PUSHDATA2)\n+        else if (opcode != OP_PUSHDATA2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.265Z","updatedAt":"2026-09-18T18:42:32.265Z","url":"https://0.0.0.0:3000/mutants/1909","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1910,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":341,"endLine":341,"title":"Relational operator mutation at script.cpp:341","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (end - pc < 2)","mutatedCode":"            if (end - pc <= 2)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -341,1 +341,1 @@\n-            if (end - pc < 2)\n+            if (end - pc <= 2)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.267Z","updatedAt":"2026-09-18T18:42:32.267Z","url":"https://0.0.0.0:3000/mutants/1910","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1911,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":346,"endLine":346,"title":"Relational operator mutation at script.cpp:346","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        else if (opcode == OP_PUSHDATA4)","mutatedCode":"        else if (opcode != OP_PUSHDATA4)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -346,1 +346,1 @@\n-        else if (opcode == OP_PUSHDATA4)\n+        else if (opcode != OP_PUSHDATA4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.270Z","updatedAt":"2026-09-18T18:42:32.270Z","url":"https://0.0.0.0:3000/mutants/1911","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1912,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":348,"endLine":348,"title":"Relational operator mutation at script.cpp:348","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (end - pc < 4)","mutatedCode":"            if (end - pc <= 4)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -348,1 +348,1 @@\n-            if (end - pc < 4)\n+            if (end - pc <= 4)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.272Z","updatedAt":"2026-09-18T18:42:32.272Z","url":"https://0.0.0.0:3000/mutants/1912","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1913,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":353,"endLine":353,"title":"Relational operator mutation at script.cpp:353","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (end - pc < 0 || (unsigned int)(end - pc) < nSize)","mutatedCode":"        if (end - pc <= 0 || (unsigned int)(end - pc) < nSize)","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -353,1 +353,1 @@\n-        if (end - pc < 0 || (unsigned int)(end - pc) < nSize)\n+        if (end - pc <= 0 || (unsigned int)(end - pc) < nSize)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.274Z","updatedAt":"2026-09-18T18:42:32.274Z","url":"https://0.0.0.0:3000/mutants/1913","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1914,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":356,"endLine":356,"title":"Arithmetic operator mutation at script.cpp:356","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            pvchRet->assign(pc, pc + nSize);","mutatedCode":"            pvchRet->assign(pc, pc - nSize);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -356,1 +356,1 @@\n-            pvchRet->assign(pc, pc + nSize);\n+            pvchRet->assign(pc, pc - nSize);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.276Z","updatedAt":"2026-09-18T18:42:32.276Z","url":"https://0.0.0.0:3000/mutants/1914","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1915,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":366,"endLine":366,"title":"Relational operator mutation at script.cpp:366","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return opcode == 80 || opcode == 98 || (opcode >= 126 && opcode <= 129) ||","mutatedCode":"    return opcode == 80 || opcode == 98 || (opcode > 126 && opcode <= 129) ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -366,1 +366,1 @@\n-    return opcode == 80 || opcode == 98 || (opcode >= 126 && opcode <= 129) ||\n+    return opcode == 80 || opcode == 98 || (opcode > 126 && opcode <= 129) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.278Z","updatedAt":"2026-09-18T18:42:32.278Z","url":"https://0.0.0.0:3000/mutants/1915","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1916,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":367,"endLine":367,"title":"Relational operator mutation at script.cpp:367","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"           (opcode >= 131 && opcode <= 134) || (opcode >= 137 && opcode <= 138) ||","mutatedCode":"           (opcode > 131 && opcode <= 134) || (opcode >= 137 && opcode <= 138) ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -367,1 +367,1 @@\n-           (opcode >= 131 && opcode <= 134) || (opcode >= 137 && opcode <= 138) ||\n+           (opcode > 131 && opcode <= 134) || (opcode >= 137 && opcode <= 138) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.280Z","updatedAt":"2026-09-18T18:42:32.280Z","url":"https://0.0.0.0:3000/mutants/1916","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1917,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":368,"endLine":368,"title":"Relational operator mutation at script.cpp:368","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"           (opcode >= 141 && opcode <= 142) || (opcode >= 149 && opcode <= 153) ||","mutatedCode":"           (opcode > 141 && opcode <= 142) || (opcode >= 149 && opcode <= 153) ||","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -368,1 +368,1 @@\n-           (opcode >= 141 && opcode <= 142) || (opcode >= 149 && opcode <= 153) ||\n+           (opcode > 141 && opcode <= 142) || (opcode >= 149 && opcode <= 153) ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.282Z","updatedAt":"2026-09-18T18:42:32.282Z","url":"https://0.0.0.0:3000/mutants/1917","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1918,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":369,"endLine":369,"title":"Relational operator mutation at script.cpp:369","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"           (opcode >= 187 && opcode <= 254);","mutatedCode":"           (opcode > 187 && opcode <= 254);","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -369,1 +369,1 @@\n-           (opcode >= 187 && opcode <= 254);\n+           (opcode > 187 && opcode <= 254);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.284Z","updatedAt":"2026-09-18T18:42:32.284Z","url":"https://0.0.0.0:3000/mutants/1918","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1919,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":375,"endLine":375,"title":"Relational operator mutation at script.cpp:375","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (data.size() == 0) {","mutatedCode":"    if (data.size() != 0) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -375,1 +375,1 @@\n-    if (data.size() == 0) {\n+    if (data.size() != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.286Z","updatedAt":"2026-09-18T18:42:32.286Z","url":"https://0.0.0.0:3000/mutants/1919","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1920,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":377,"endLine":377,"title":"Relational operator mutation at script.cpp:377","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return opcode == OP_0;","mutatedCode":"        return opcode != OP_0;","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -377,1 +377,1 @@\n-        return opcode == OP_0;\n+        return opcode != OP_0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.288Z","updatedAt":"2026-09-18T18:42:32.288Z","url":"https://0.0.0.0:3000/mutants/1920","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1921,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":378,"endLine":378,"title":"Relational operator mutation at script.cpp:378","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (data.size() == 1 && data[0] >= 1 && data[0] <= 16) {","mutatedCode":"    } else if (data.size() == 1 && data[0] > 1 && data[0] <= 16) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -378,1 +378,1 @@\n-    } else if (data.size() == 1 && data[0] >= 1 && data[0] <= 16) {\n+    } else if (data.size() == 1 && data[0] > 1 && data[0] <= 16) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.289Z","updatedAt":"2026-09-18T18:42:32.289Z","url":"https://0.0.0.0:3000/mutants/1921","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1922,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":381,"endLine":381,"title":"Logical operator mutation at script.cpp:381","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } else if (data.size() == 1 && data[0] == 0x81) {","mutatedCode":"    } else if (data.size() == 1 || data[0] == 0x81) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -381,1 +381,1 @@\n-    } else if (data.size() == 1 && data[0] == 0x81) {\n+    } else if (data.size() == 1 || data[0] == 0x81) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.291Z","updatedAt":"2026-09-18T18:42:32.291Z","url":"https://0.0.0.0:3000/mutants/1922","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1923,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":384,"endLine":384,"title":"Relational operator mutation at script.cpp:384","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (data.size() <= 75) {","mutatedCode":"    } else if (data.size() < 75) {","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -384,1 +384,1 @@\n-    } else if (data.size() <= 75) {\n+    } else if (data.size() < 75) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.292Z","updatedAt":"2026-09-18T18:42:32.292Z","url":"https://0.0.0.0:3000/mutants/1923","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1924,"repository":"bitcoin/bitcoin","language":"C++","commit":"859215218667ca9f35d5adae0289e4a125798087","pullRequest":null,"file":"src/script/script.cpp","startLine":386,"endLine":386,"title":"Relational operator mutation at script.cpp:386","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return opcode == data.size();","mutatedCode":"        return opcode != data.size();","diff":"--- a/src/script/script.cpp\n+++ b/src/script/script.cpp\n@@ -386,1 +386,1 @@\n-        return opcode == data.size();\n+        return opcode != data.size();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 24 && ./build/bin/test_bitcoin --run_test=miniscript_tests && ./build/bin/test_bitcoin --run_test=transaction_tests && DIR_UNIT_TEST_DATA=../qa-assets/unit_test_data ./build/bin/test_bitcoin --run_test=script_assets_tests && ./build/bin/test_bitcoin --run_test=script_tests && ./build/bin/test_bitcoin --run_test=scriptnum_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_parse_tests && ./build/bin/test_bitcoin --run_test=script_p2sh_tests && ./build/bin/test_bitcoin --run_test=script_segwit_tests && ./build/bin/test_bitcoin --run_test=key_io_tests && ./build/bin/test_bitcoin --run_test=script_standard_tests && ./build/test/functional/feature_taproot.py && ./build/test/functional/rpc_decodescript.py && ./build/test/functional/wallet_miniscript.py && ./build/test/functional/feature_block.py --skipreorg","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.294Z","updatedAt":"2026-09-18T18:42:32.294Z","url":"https://0.0.0.0:3000/mutants/1924","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1925,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":113,"endLine":113,"title":"Constant replacement mutation at txgraph.cpp:113","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    ClusterSetIndex m_setindex{ClusterSetIndex(-1)};","mutatedCode":"    ClusterSetIndex m_setindex{ClusterSetIndex(-1 - 1)};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -113,1 +113,1 @@\n-    ClusterSetIndex m_setindex{ClusterSetIndex(-1)};\n+    ClusterSetIndex m_setindex{ClusterSetIndex(-1 - 1)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.296Z","updatedAt":"2026-09-18T18:42:32.296Z","url":"https://0.0.0.0:3000/mutants/1925","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1926,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":127,"endLine":127,"title":"Logical operator mutation at txgraph.cpp:127","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    Cluster(Cluster&&) = delete;","mutatedCode":"    Cluster(Cluster||) = delete;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -127,1 +127,1 @@\n-    Cluster(Cluster&&) = delete;\n+    Cluster(Cluster||) = delete;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.297Z","updatedAt":"2026-09-18T18:42:32.297Z","url":"https://0.0.0.0:3000/mutants/1926","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1927,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":128,"endLine":128,"title":"Logical operator mutation at txgraph.cpp:128","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    Cluster& operator=(Cluster&&) = delete;","mutatedCode":"    Cluster& operator=(Cluster||) = delete;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -128,1 +128,1 @@\n-    Cluster& operator=(Cluster&&) = delete;\n+    Cluster& operator=(Cluster||) = delete;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.299Z","updatedAt":"2026-09-18T18:42:32.299Z","url":"https://0.0.0.0:3000/mutants/1927","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1928,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":135,"endLine":135,"title":"Logical operator mutation at txgraph.cpp:135","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        return m_quality == QualityLevel::ACCEPTABLE || m_quality == QualityLevel::OPTIMAL;","mutatedCode":"        return m_quality == QualityLevel::ACCEPTABLE && m_quality == QualityLevel::OPTIMAL;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -135,1 +135,1 @@\n-        return m_quality == QualityLevel::ACCEPTABLE || m_quality == QualityLevel::OPTIMAL;\n+        return m_quality == QualityLevel::ACCEPTABLE && m_quality == QualityLevel::OPTIMAL;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.300Z","updatedAt":"2026-09-18T18:42:32.300Z","url":"https://0.0.0.0:3000/mutants/1928","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1929,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":140,"endLine":140,"title":"Logical operator mutation at txgraph.cpp:140","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        return m_quality != QualityLevel::NEEDS_FIX && m_quality != QualityLevel::NEEDS_SPLIT_FIX;","mutatedCode":"        return m_quality != QualityLevel::NEEDS_FIX || m_quality != QualityLevel::NEEDS_SPLIT_FIX;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -140,1 +140,1 @@\n-        return m_quality != QualityLevel::NEEDS_FIX && m_quality != QualityLevel::NEEDS_SPLIT_FIX;\n+        return m_quality != QualityLevel::NEEDS_FIX || m_quality != QualityLevel::NEEDS_SPLIT_FIX;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.302Z","updatedAt":"2026-09-18T18:42:32.302Z","url":"https://0.0.0.0:3000/mutants/1929","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1930,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":145,"endLine":145,"title":"Relational operator mutation at txgraph.cpp:145","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return m_quality == QualityLevel::OPTIMAL;","mutatedCode":"        return m_quality != QualityLevel::OPTIMAL;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -145,1 +145,1 @@\n-        return m_quality == QualityLevel::OPTIMAL;\n+        return m_quality != QualityLevel::OPTIMAL;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.303Z","updatedAt":"2026-09-18T18:42:32.303Z","url":"https://0.0.0.0:3000/mutants/1930","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1931,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":150,"endLine":150,"title":"Relational operator mutation at txgraph.cpp:150","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool IsOversized() const noexcept { return m_quality == QualityLevel::OVERSIZED_SINGLETON; }","mutatedCode":"    bool IsOversized() const noexcept { return m_quality != QualityLevel::OVERSIZED_SINGLETON; }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -150,1 +150,1 @@\n-    bool IsOversized() const noexcept { return m_quality == QualityLevel::OVERSIZED_SINGLETON; }\n+    bool IsOversized() const noexcept { return m_quality != QualityLevel::OVERSIZED_SINGLETON; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.305Z","updatedAt":"2026-09-18T18:42:32.305Z","url":"https://0.0.0.0:3000/mutants/1931","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1932,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":154,"endLine":154,"title":"Logical operator mutation at txgraph.cpp:154","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        return m_quality == QualityLevel::NEEDS_SPLIT || m_quality == QualityLevel::NEEDS_SPLIT_FIX;","mutatedCode":"        return m_quality == QualityLevel::NEEDS_SPLIT && m_quality == QualityLevel::NEEDS_SPLIT_FIX;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -154,1 +154,1 @@\n-        return m_quality == QualityLevel::NEEDS_SPLIT || m_quality == QualityLevel::NEEDS_SPLIT_FIX;\n+        return m_quality == QualityLevel::NEEDS_SPLIT && m_quality == QualityLevel::NEEDS_SPLIT_FIX;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.306Z","updatedAt":"2026-09-18T18:42:32.306Z","url":"https://0.0.0.0:3000/mutants/1932","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1933,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":318,"endLine":318,"title":"Constant replacement mutation at txgraph.cpp:318","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    static constexpr auto NO_GRAPH_INDEX = GraphIndex(-1);","mutatedCode":"    static constexpr auto NO_GRAPH_INDEX = GraphIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -318,1 +318,1 @@\n-    static constexpr auto NO_GRAPH_INDEX = GraphIndex(-1);\n+    static constexpr auto NO_GRAPH_INDEX = GraphIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.308Z","updatedAt":"2026-09-18T18:42:32.308Z","url":"https://0.0.0.0:3000/mutants/1933","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1934,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":335,"endLine":335,"title":"Relational operator mutation at txgraph.cpp:335","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    LinearizationIndex GetTxCount() const noexcept final { return m_graph_index != NO_GRAPH_INDEX; }","mutatedCode":"    LinearizationIndex GetTxCount() const noexcept final { return m_graph_index == NO_GRAPH_INDEX; }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -335,1 +335,1 @@\n-    LinearizationIndex GetTxCount() const noexcept final { return m_graph_index != NO_GRAPH_INDEX; }\n+    LinearizationIndex GetTxCount() const noexcept final { return m_graph_index == NO_GRAPH_INDEX; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.309Z","updatedAt":"2026-09-18T18:42:32.309Z","url":"https://0.0.0.0:3000/mutants/1934","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1935,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":338,"endLine":338,"title":"Relational operator mutation at txgraph.cpp:338","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    GraphIndex GetClusterEntry(DepGraphIndex index) const noexcept final { Assume(index == 0); Assume(GetTxCount()); return m_graph_index; }","mutatedCode":"    GraphIndex GetClusterEntry(DepGraphIndex index) const noexcept final { Assume(index != 0); Assume(GetTxCount()); return m_graph_index; }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -338,1 +338,1 @@\n-    GraphIndex GetClusterEntry(DepGraphIndex index) const noexcept final { Assume(index == 0); Assume(GetTxCount()); return m_graph_index; }\n+    GraphIndex GetClusterEntry(DepGraphIndex index) const noexcept final { Assume(index != 0); Assume(GetTxCount()); return m_graph_index; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.311Z","updatedAt":"2026-09-18T18:42:32.311Z","url":"https://0.0.0.0:3000/mutants/1935","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1936,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":343,"endLine":343,"title":"Relational operator mutation at txgraph.cpp:343","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    void UpdateMapping(DepGraphIndex cluster_idx, GraphIndex graph_idx) noexcept final { Assume(cluster_idx == 0); m_graph_index = graph_idx; }","mutatedCode":"    void UpdateMapping(DepGraphIndex cluster_idx, GraphIndex graph_idx) noexcept final { Assume(cluster_idx != 0); m_graph_index = graph_idx; }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -343,1 +343,1 @@\n-    void UpdateMapping(DepGraphIndex cluster_idx, GraphIndex graph_idx) noexcept final { Assume(cluster_idx == 0); m_graph_index = graph_idx; }\n+    void UpdateMapping(DepGraphIndex cluster_idx, GraphIndex graph_idx) noexcept final { Assume(cluster_idx != 0); m_graph_index = graph_idx; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.312Z","updatedAt":"2026-09-18T18:42:32.312Z","url":"https://0.0.0.0:3000/mutants/1936","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1937,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":483,"endLine":483,"title":"Logical operator mutation at txgraph.cpp:483","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (a == nullptr || b == nullptr) {","mutatedCode":"        if (a == nullptr && b == nullptr) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -483,1 +483,1 @@\n-        if (a == nullptr || b == nullptr) {\n+        if (a == nullptr && b == nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.314Z","updatedAt":"2026-09-18T18:42:32.314Z","url":"https://0.0.0.0:3000/mutants/1937","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1938,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":484,"endLine":484,"title":"Relational operator mutation at txgraph.cpp:484","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return (a != nullptr) <=> (b != nullptr);","mutatedCode":"            return (a == nullptr) <=> (b != nullptr);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -484,1 +484,1 @@\n-            return (a != nullptr) <=> (b != nullptr);\n+            return (a == nullptr) <=> (b != nullptr);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.315Z","updatedAt":"2026-09-18T18:42:32.315Z","url":"https://0.0.0.0:3000/mutants/1938","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1939,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":506,"endLine":506,"title":"Relational operator mutation at txgraph.cpp:506","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (entry_a.m_main_equal_feerate_chunk_prefix_size != entry_b.m_main_equal_feerate_chunk_prefix_size) {","mutatedCode":"        if (entry_a.m_main_equal_feerate_chunk_prefix_size == entry_b.m_main_equal_feerate_chunk_prefix_size) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -506,1 +506,1 @@\n-        if (entry_a.m_main_equal_feerate_chunk_prefix_size != entry_b.m_main_equal_feerate_chunk_prefix_size) {\n+        if (entry_a.m_main_equal_feerate_chunk_prefix_size == entry_b.m_main_equal_feerate_chunk_prefix_size) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.317Z","updatedAt":"2026-09-18T18:42:32.317Z","url":"https://0.0.0.0:3000/mutants/1939","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1940,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":514,"endLine":514,"title":"Relational operator mutation at txgraph.cpp:514","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (locator_a.cluster != locator_b.cluster) {","mutatedCode":"        if (locator_a.cluster == locator_b.cluster) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -514,1 +514,1 @@\n-        if (locator_a.cluster != locator_b.cluster) {\n+        if (locator_a.cluster == locator_b.cluster) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.318Z","updatedAt":"2026-09-18T18:42:32.318Z","url":"https://0.0.0.0:3000/mutants/1940","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1941,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":517,"endLine":517,"title":"Relational operator mutation at txgraph.cpp:517","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (fallback_cmp != 0) return fallback_cmp;","mutatedCode":"            if (fallback_cmp == 0) return fallback_cmp;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -517,1 +517,1 @@\n-            if (fallback_cmp != 0) return fallback_cmp;\n+            if (fallback_cmp == 0) return fallback_cmp;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.320Z","updatedAt":"2026-09-18T18:42:32.320Z","url":"https://0.0.0.0:3000/mutants/1941","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1942,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":535,"endLine":535,"title":"Relational operator mutation at txgraph.cpp:535","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return m_graph->CompareMainTransactions(a.m_graph_index, b.m_graph_index) < 0;","mutatedCode":"            return m_graph->CompareMainTransactions(a.m_graph_index, b.m_graph_index) > 0;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -535,1 +535,1 @@\n-            return m_graph->CompareMainTransactions(a.m_graph_index, b.m_graph_index) < 0;\n+            return m_graph->CompareMainTransactions(a.m_graph_index, b.m_graph_index) > 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.321Z","updatedAt":"2026-09-18T18:42:32.321Z","url":"https://0.0.0.0:3000/mutants/1942","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1943,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":590,"endLine":590,"title":"Constant replacement mutation at txgraph.cpp:590","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        void SetRemoved() noexcept { cluster = nullptr; index = DepGraphIndex(-1); }","mutatedCode":"        void SetRemoved() noexcept { cluster = nullptr; index = DepGraphIndex(-1 - 1); }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -590,1 +590,1 @@\n-        void SetRemoved() noexcept { cluster = nullptr; index = DepGraphIndex(-1); }\n+        void SetRemoved() noexcept { cluster = nullptr; index = DepGraphIndex(-1 - 1); }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.322Z","updatedAt":"2026-09-18T18:42:32.322Z","url":"https://0.0.0.0:3000/mutants/1943","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1944,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":594,"endLine":594,"title":"Logical operator mutation at txgraph.cpp:594","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        bool IsMissing() const noexcept { return cluster == nullptr && index == 0; }","mutatedCode":"        bool IsMissing() const noexcept { return cluster == nullptr || index == 0; }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -594,1 +594,1 @@\n-        bool IsMissing() const noexcept { return cluster == nullptr && index == 0; }\n+        bool IsMissing() const noexcept { return cluster == nullptr || index == 0; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.324Z","updatedAt":"2026-09-18T18:42:32.324Z","url":"https://0.0.0.0:3000/mutants/1944","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1945,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":596,"endLine":596,"title":"Logical operator mutation at txgraph.cpp:596","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        bool IsRemoved() const noexcept { return cluster == nullptr && index == DepGraphIndex(-1); }","mutatedCode":"        bool IsRemoved() const noexcept { return cluster == nullptr || index == DepGraphIndex(-1); }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -596,1 +596,1 @@\n-        bool IsRemoved() const noexcept { return cluster == nullptr && index == DepGraphIndex(-1); }\n+        bool IsRemoved() const noexcept { return cluster == nullptr || index == DepGraphIndex(-1); }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.325Z","updatedAt":"2026-09-18T18:42:32.325Z","url":"https://0.0.0.0:3000/mutants/1945","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1946,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":598,"endLine":598,"title":"Relational operator mutation at txgraph.cpp:598","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        bool IsPresent() const noexcept { return cluster != nullptr; }","mutatedCode":"        bool IsPresent() const noexcept { return cluster == nullptr; }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -598,1 +598,1 @@\n-        bool IsPresent() const noexcept { return cluster != nullptr; }\n+        bool IsPresent() const noexcept { return cluster == nullptr; }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.327Z","updatedAt":"2026-09-18T18:42:32.327Z","url":"https://0.0.0.0:3000/mutants/1946","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1947,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":624,"endLine":624,"title":"Constant replacement mutation at txgraph.cpp:624","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        GraphIndex m_main_max_chunk_fallback = GraphIndex(-1);","mutatedCode":"        GraphIndex m_main_max_chunk_fallback = GraphIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -624,1 +624,1 @@\n-        GraphIndex m_main_max_chunk_fallback = GraphIndex(-1);\n+        GraphIndex m_main_max_chunk_fallback = GraphIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.328Z","updatedAt":"2026-09-18T18:42:32.328Z","url":"https://0.0.0.0:3000/mutants/1947","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1948,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":657,"endLine":657,"title":"Logical operator mutation at txgraph.cpp:657","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    TxGraphImpl(TxGraphImpl&&) = delete;","mutatedCode":"    TxGraphImpl(TxGraphImpl||) = delete;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -657,1 +657,1 @@\n-    TxGraphImpl(TxGraphImpl&&) = delete;\n+    TxGraphImpl(TxGraphImpl||) = delete;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.330Z","updatedAt":"2026-09-18T18:42:32.330Z","url":"https://0.0.0.0:3000/mutants/1948","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1949,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":658,"endLine":658,"title":"Logical operator mutation at txgraph.cpp:658","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    TxGraphImpl& operator=(TxGraphImpl&&) = delete;","mutatedCode":"    TxGraphImpl& operator=(TxGraphImpl||) = delete;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -658,1 +658,1 @@\n-    TxGraphImpl& operator=(TxGraphImpl&&) = delete;\n+    TxGraphImpl& operator=(TxGraphImpl||) = delete;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.332Z","updatedAt":"2026-09-18T18:42:32.332Z","url":"https://0.0.0.0:3000/mutants/1949","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1950,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":675,"endLine":675,"title":"Logical operator mutation at txgraph.cpp:675","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    ClusterSetIndex InsertCluster(int level, std::unique_ptr<Cluster>&& cluster, QualityLevel quality) noexcept;","mutatedCode":"    ClusterSetIndex InsertCluster(int level, std::unique_ptr<Cluster>|| cluster, QualityLevel quality) noexcept;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -675,1 +675,1 @@\n-    ClusterSetIndex InsertCluster(int level, std::unique_ptr<Cluster>&& cluster, QualityLevel quality) noexcept;\n+    ClusterSetIndex InsertCluster(int level, std::unique_ptr<Cluster>|| cluster, QualityLevel quality) noexcept;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.333Z","updatedAt":"2026-09-18T18:42:32.333Z","url":"https://0.0.0.0:3000/mutants/1950","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1951,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":681,"endLine":681,"title":"Logical operator mutation at txgraph.cpp:681","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    int GetSpecifiedLevel(Level level) const noexcept { return level == Level::TOP && m_staging_clusterset.has_value(); }","mutatedCode":"    int GetSpecifiedLevel(Level level) const noexcept { return level == Level::TOP || m_staging_clusterset.has_value(); }","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -681,1 +681,1 @@\n-    int GetSpecifiedLevel(Level level) const noexcept { return level == Level::TOP && m_staging_clusterset.has_value(); }\n+    int GetSpecifiedLevel(Level level) const noexcept { return level == Level::TOP || m_staging_clusterset.has_value(); }\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.335Z","updatedAt":"2026-09-18T18:42:32.335Z","url":"https://0.0.0.0:3000/mutants/1951","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1952,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":709,"endLine":709,"title":"Relational operator mutation at txgraph.cpp:709","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (tx_count >= SingletonClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= SingletonClusterImpl::MAX_TX_COUNT) {","mutatedCode":"        if (tx_count <= SingletonClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= SingletonClusterImpl::MAX_TX_COUNT) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -709,1 +709,1 @@\n-        if (tx_count >= SingletonClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= SingletonClusterImpl::MAX_TX_COUNT) {\n+        if (tx_count <= SingletonClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= SingletonClusterImpl::MAX_TX_COUNT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.336Z","updatedAt":"2026-09-18T18:42:32.336Z","url":"https://0.0.0.0:3000/mutants/1952","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1953,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":712,"endLine":712,"title":"Relational operator mutation at txgraph.cpp:712","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (tx_count >= GenericClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= GenericClusterImpl::MAX_TX_COUNT) {","mutatedCode":"        if (tx_count <= GenericClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= GenericClusterImpl::MAX_TX_COUNT) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -712,1 +712,1 @@\n-        if (tx_count >= GenericClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= GenericClusterImpl::MAX_TX_COUNT) {\n+        if (tx_count <= GenericClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= GenericClusterImpl::MAX_TX_COUNT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.338Z","updatedAt":"2026-09-18T18:42:32.338Z","url":"https://0.0.0.0:3000/mutants/1953","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1954,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":743,"endLine":743,"title":"Constant replacement mutation at txgraph.cpp:743","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool exists_anywhere{false};","mutatedCode":"        bool exists_anywhere{true};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -743,1 +743,1 @@\n-        bool exists_anywhere{false};\n+        bool exists_anywhere{true};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.340Z","updatedAt":"2026-09-18T18:42:32.340Z","url":"https://0.0.0.0:3000/mutants/1954","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1955,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":744,"endLine":744,"title":"Constant replacement mutation at txgraph.cpp:744","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool exists{false};","mutatedCode":"        bool exists{true};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -744,1 +744,1 @@\n-        bool exists{false};\n+        bool exists{true};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.341Z","updatedAt":"2026-09-18T18:42:32.341Z","url":"https://0.0.0.0:3000/mutants/1955","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1956,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":745,"endLine":745,"title":"Custom mutation at txgraph.cpp:745","description":null,"mutationOperator":"CUSTOM","originalCode":"        for (int level = 0; level <= GetTopLevel(); ++level) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -745,1 +745,1 @@\n-        for (int level = 0; level <= GetTopLevel(); ++level) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.343Z","updatedAt":"2026-09-18T18:42:32.343Z","url":"https://0.0.0.0:3000/mutants/1956","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1957,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":747,"endLine":747,"title":"Constant replacement mutation at txgraph.cpp:747","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                exists_anywhere = true;","mutatedCode":"                exists_anywhere = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -747,1 +747,1 @@\n-                exists_anywhere = true;\n+                exists_anywhere = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.345Z","updatedAt":"2026-09-18T18:42:32.345Z","url":"https://0.0.0.0:3000/mutants/1957","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1958,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":748,"endLine":748,"title":"Constant replacement mutation at txgraph.cpp:748","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                exists = true;","mutatedCode":"                exists = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -748,1 +748,1 @@\n-                exists = true;\n+                exists = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.347Z","updatedAt":"2026-09-18T18:42:32.347Z","url":"https://0.0.0.0:3000/mutants/1958","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1959,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":750,"endLine":750,"title":"Constant replacement mutation at txgraph.cpp:750","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                exists = false;","mutatedCode":"                exists = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -750,1 +750,1 @@\n-                exists = false;\n+                exists = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.349Z","updatedAt":"2026-09-18T18:42:32.349Z","url":"https://0.0.0.0:3000/mutants/1959","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1960,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":752,"endLine":752,"title":"Conditional operator mutation at txgraph.cpp:752","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (exists) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -752,1 +752,1 @@\n-            if (exists) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.352Z","updatedAt":"2026-09-18T18:42:32.352Z","url":"https://0.0.0.0:3000/mutants/1960","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1961,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":837,"endLine":837,"title":"Relational operator mutation at txgraph.cpp:837","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (level == 0) return m_main_clusterset;","mutatedCode":"    if (level != 0) return m_main_clusterset;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -837,1 +837,1 @@\n-    if (level == 0) return m_main_clusterset;\n+    if (level != 0) return m_main_clusterset;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.354Z","updatedAt":"2026-09-18T18:42:32.354Z","url":"https://0.0.0.0:3000/mutants/1961","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1962,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":883,"endLine":883,"title":"Relational operator mutation at txgraph.cpp:883","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (entry.m_main_chunkindex_iterator != m_main_chunkindex.end()) {","mutatedCode":"    if (entry.m_main_chunkindex_iterator == m_main_chunkindex.end()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -883,1 +883,1 @@\n-    if (entry.m_main_chunkindex_iterator != m_main_chunkindex.end()) {\n+    if (entry.m_main_chunkindex_iterator == m_main_chunkindex.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.356Z","updatedAt":"2026-09-18T18:42:32.356Z","url":"https://0.0.0.0:3000/mutants/1962","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1963,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":918,"endLine":918,"title":"Arithmetic operator mutation at txgraph.cpp:918","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"           memusage::DynamicUsage(m_mapping) + memusage::DynamicUsage(m_linearization) +","mutatedCode":"           memusage::DynamicUsage(m_mapping) - memusage::DynamicUsage(m_linearization) +","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -918,1 +918,1 @@\n-           memusage::DynamicUsage(m_mapping) + memusage::DynamicUsage(m_linearization) +\n+           memusage::DynamicUsage(m_mapping) - memusage::DynamicUsage(m_linearization) +\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.359Z","updatedAt":"2026-09-18T18:42:32.359Z","url":"https://0.0.0.0:3000/mutants/1963","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1964,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":999,"endLine":999,"title":"Statement deletion mutation at txgraph.cpp:999","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!Assume(!m_linearization.empty())) return -1;","mutatedCode":"    // if (!Assume(!m_linearization.empty())) return -1;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -999,1 +999,1 @@\n-    if (!Assume(!m_linearization.empty())) return -1;\n+    // if (!Assume(!m_linearization.empty())) return -1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.361Z","updatedAt":"2026-09-18T18:42:32.361Z","url":"https://0.0.0.0:3000/mutants/1964","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1965,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1004,"endLine":1004,"title":"Relational operator mutation at txgraph.cpp:1004","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int level = 0; level < MAX_LEVELS; ++level) {","mutatedCode":"    for (int level = 0; level > MAX_LEVELS; ++level) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1004,1 +1004,1 @@\n-    for (int level = 0; level < MAX_LEVELS; ++level) {\n+    for (int level = 0; level > MAX_LEVELS; ++level) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.364Z","updatedAt":"2026-09-18T18:42:32.364Z","url":"https://0.0.0.0:3000/mutants/1965","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1966,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1005,"endLine":1005,"title":"Relational operator mutation at txgraph.cpp:1005","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (entry.m_locator[level].cluster == this) return level;","mutatedCode":"        if (entry.m_locator[level].cluster != this) return level;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1005,1 +1005,1 @@\n-        if (entry.m_locator[level].cluster == this) return level;\n+        if (entry.m_locator[level].cluster != this) return level;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.366Z","updatedAt":"2026-09-18T18:42:32.366Z","url":"https://0.0.0.0:3000/mutants/1966","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1967,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1016,"endLine":1016,"title":"Statement deletion mutation at txgraph.cpp:1016","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!Assume(GetTxCount())) return -1;","mutatedCode":"    // if (!Assume(GetTxCount())) return -1;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1016,1 +1016,1 @@\n-    if (!Assume(GetTxCount())) return -1;\n+    // if (!Assume(GetTxCount())) return -1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.367Z","updatedAt":"2026-09-18T18:42:32.367Z","url":"https://0.0.0.0:3000/mutants/1967","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1968,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1036,"endLine":1036,"title":"Logical operator mutation at txgraph.cpp:1036","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (level == 0 || !entry.m_locator[level - 1].IsPresent()) {","mutatedCode":"    if (level == 0 && !entry.m_locator[level - 1].IsPresent()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1036,1 +1036,1 @@\n-    if (level == 0 || !entry.m_locator[level - 1].IsPresent()) {\n+    if (level == 0 && !entry.m_locator[level - 1].IsPresent()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.369Z","updatedAt":"2026-09-18T18:42:32.369Z","url":"https://0.0.0.0:3000/mutants/1968","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1969,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1043,"endLine":1043,"title":"Arithmetic operator mutation at txgraph.cpp:1043","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    --clusterset.m_txcount;","mutatedCode":"    ++clusterset.m_txcount;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1043,1 +1043,1 @@\n-    --clusterset.m_txcount;\n+    ++clusterset.m_txcount;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.371Z","updatedAt":"2026-09-18T18:42:32.371Z","url":"https://0.0.0.0:3000/mutants/1969","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1970,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1046,"endLine":1046,"title":"Logical operator mutation at txgraph.cpp:1046","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (level == 0 && GetTopLevel() == 1) {","mutatedCode":"    if (level == 0 || GetTopLevel() == 1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1046,1 +1046,1 @@\n-    if (level == 0 && GetTopLevel() == 1) {\n+    if (level == 0 || GetTopLevel() == 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.372Z","updatedAt":"2026-09-18T18:42:32.372Z","url":"https://0.0.0.0:3000/mutants/1970","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1971,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1050,"endLine":1050,"title":"Arithmetic operator mutation at txgraph.cpp:1050","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            --m_staging_clusterset->m_txcount;","mutatedCode":"            ++m_staging_clusterset->m_txcount;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1050,1 +1050,1 @@\n-            --m_staging_clusterset->m_txcount;\n+            ++m_staging_clusterset->m_txcount;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.374Z","updatedAt":"2026-09-18T18:42:32.374Z","url":"https://0.0.0.0:3000/mutants/1971","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1972,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1067,"endLine":1067,"title":"Relational operator mutation at txgraph.cpp:1067","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetTxCount() == 0) return;","mutatedCode":"    if (GetTxCount() != 0) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1067,1 +1067,1 @@\n-    if (GetTxCount() == 0) return;\n+    if (GetTxCount() != 0) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.375Z","updatedAt":"2026-09-18T18:42:32.375Z","url":"https://0.0.0.0:3000/mutants/1972","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1973,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1090,"endLine":1090,"title":"Logical operator mutation at txgraph.cpp:1090","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (level == 0 && (rename || IsAcceptable())) {","mutatedCode":"    if (level == 0 || (rename || IsAcceptable())) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1090,1 +1090,1 @@\n-    if (level == 0 && (rename || IsAcceptable())) {\n+    if (level == 0 || (rename || IsAcceptable())) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.377Z","updatedAt":"2026-09-18T18:42:32.377Z","url":"https://0.0.0.0:3000/mutants/1973","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1974,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1097,"endLine":1097,"title":"Relational operator mutation at txgraph.cpp:1097","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned chunk_idx = 0; chunk_idx < chunking.size(); ++chunk_idx) {","mutatedCode":"        for (unsigned chunk_idx = 0; chunk_idx > chunking.size(); ++chunk_idx) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1097,1 +1097,1 @@\n-        for (unsigned chunk_idx = 0; chunk_idx < chunking.size(); ++chunk_idx) {\n+        for (unsigned chunk_idx = 0; chunk_idx > chunking.size(); ++chunk_idx) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.378Z","updatedAt":"2026-09-18T18:42:32.378Z","url":"https://0.0.0.0:3000/mutants/1974","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1975,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1103,"endLine":1103,"title":"Conditional operator mutation at txgraph.cpp:1103","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (chunk.feerate << equal_feerate_chunk_feerate) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1103,1 +1103,1 @@\n-            if (chunk.feerate << equal_feerate_chunk_feerate) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.380Z","updatedAt":"2026-09-18T18:42:32.380Z","url":"https://0.0.0.0:3000/mutants/1975","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1976,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1114,"endLine":1114,"title":"Relational operator mutation at txgraph.cpp:1114","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            while (it != chunk.transactions.end()) {","mutatedCode":"            while (it == chunk.transactions.end()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1114,1 +1114,1 @@\n-            while (it != chunk.transactions.end()) {\n+            while (it == chunk.transactions.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.382Z","updatedAt":"2026-09-18T18:42:32.382Z","url":"https://0.0.0.0:3000/mutants/1976","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1977,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1116,"endLine":1116,"title":"Relational operator mutation at txgraph.cpp:1116","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (graph.m_fallback_order(*graph.m_entries[this_element].m_ref, *graph.m_entries[max_element].m_ref) > 0) {","mutatedCode":"                if (graph.m_fallback_order(*graph.m_entries[this_element].m_ref, *graph.m_entries[max_element].m_ref) < 0) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1116,1 +1116,1 @@\n-                if (graph.m_fallback_order(*graph.m_entries[this_element].m_ref, *graph.m_entries[max_element].m_ref) > 0) {\n+                if (graph.m_fallback_order(*graph.m_entries[this_element].m_ref, *graph.m_entries[max_element].m_ref) < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.385Z","updatedAt":"2026-09-18T18:42:32.385Z","url":"https://0.0.0.0:3000/mutants/1977","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1978,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1122,"endLine":1122,"title":"Constant replacement mutation at txgraph.cpp:1122","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            while (true) {","mutatedCode":"            while (false) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1122,1 +1122,1 @@\n-            while (true) {\n+            while (false) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.387Z","updatedAt":"2026-09-18T18:42:32.387Z","url":"https://0.0.0.0:3000/mutants/1978","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1979,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1134,"endLine":1134,"title":"Logical operator mutation at txgraph.cpp:1134","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"                    if (chunk_count == 1 && chunk_idx + 1 == chunking.size()) {","mutatedCode":"                    if (chunk_count == 1 || chunk_idx + 1 == chunking.size()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1134,1 +1134,1 @@\n-                    if (chunk_count == 1 && chunk_idx + 1 == chunking.size()) {\n+                    if (chunk_count == 1 || chunk_idx + 1 == chunking.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.390Z","updatedAt":"2026-09-18T18:42:32.390Z","url":"https://0.0.0.0:3000/mutants/1979","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1980,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1138,"endLine":1138,"title":"Constant replacement mutation at txgraph.cpp:1138","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        chunk_count = LinearizationIndex(-1);","mutatedCode":"                        chunk_count = LinearizationIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1138,1 +1138,1 @@\n-                        chunk_count = LinearizationIndex(-1);\n+                        chunk_count = LinearizationIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.392Z","updatedAt":"2026-09-18T18:42:32.392Z","url":"https://0.0.0.0:3000/mutants/1980","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1981,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1141,"endLine":1141,"title":"Custom mutation at txgraph.cpp:1141","description":null,"mutationOperator":"CUSTOM","originalCode":"                    break;","mutatedCode":"                    continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1141,1 +1141,1 @@\n-                    break;\n+                    continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.393Z","updatedAt":"2026-09-18T18:42:32.393Z","url":"https://0.0.0.0:3000/mutants/1981","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1982,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1199,"endLine":1199,"title":"Constant replacement mutation at txgraph.cpp:1199","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    auto& clusterset = GetClusterSet(1);","mutatedCode":"    auto& clusterset = GetClusterSet(1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1199,1 +1199,1 @@\n-    auto& clusterset = GetClusterSet(1);\n+    auto& clusterset = GetClusterSet(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.395Z","updatedAt":"2026-09-18T18:42:32.395Z","url":"https://0.0.0.0:3000/mutants/1982","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1983,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1209,"endLine":1209,"title":"Relational operator mutation at txgraph.cpp:1209","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int quality = 0; quality < int(QualityLevel::NONE); ++quality) {","mutatedCode":"    for (int quality = 0; quality > int(QualityLevel::NONE); ++quality) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1209,1 +1209,1 @@\n-    for (int quality = 0; quality < int(QualityLevel::NONE); ++quality) {\n+    for (int quality = 0; quality > int(QualityLevel::NONE); ++quality) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.397Z","updatedAt":"2026-09-18T18:42:32.397Z","url":"https://0.0.0.0:3000/mutants/1983","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1984,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1216,"endLine":1216,"title":"Relational operator mutation at txgraph.cpp:1216","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(ret.begin(), ret.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) < 0; });","mutatedCode":"    std::sort(ret.begin(), ret.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) > 0; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1216,1 +1216,1 @@\n-    std::sort(ret.begin(), ret.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) < 0; });\n+    std::sort(ret.begin(), ret.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) > 0; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.398Z","updatedAt":"2026-09-18T18:42:32.398Z","url":"https://0.0.0.0:3000/mutants/1984","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1985,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1217,"endLine":1217,"title":"Statement deletion mutation at txgraph.cpp:1217","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    ret.erase(std::unique(ret.begin(), ret.end()), ret.end());","mutatedCode":"    // ret.erase(std::unique(ret.begin(), ret.end()), ret.end());","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1217,1 +1217,1 @@\n-    ret.erase(std::unique(ret.begin(), ret.end()), ret.end());\n+    // ret.erase(std::unique(ret.begin(), ret.end()), ret.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.400Z","updatedAt":"2026-09-18T18:42:32.400Z","url":"https://0.0.0.0:3000/mutants/1985","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1986,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1233,"endLine":1233,"title":"Constant replacement mutation at txgraph.cpp:1233","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    ptr->Updated(graph, /*level=*/1, /*rename=*/false);","mutatedCode":"    ptr->Updated(graph, /*level=*/1, /*rename=*/true);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1233,1 +1233,1 @@\n-    ptr->Updated(graph, /*level=*/1, /*rename=*/false);\n+    ptr->Updated(graph, /*level=*/1, /*rename=*/true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.401Z","updatedAt":"2026-09-18T18:42:32.401Z","url":"https://0.0.0.0:3000/mutants/1986","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1987,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1268,"endLine":1268,"title":"Custom mutation at txgraph.cpp:1268","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (locator.cluster != this) break;","mutatedCode":"        if (locator.cluster != this) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1268,1 +1268,1 @@\n-        if (locator.cluster != this) break;\n+        if (locator.cluster != this) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.403Z","updatedAt":"2026-09-18T18:42:32.403Z","url":"https://0.0.0.0:3000/mutants/1987","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1988,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1274,"endLine":1274,"title":"Constant replacement mutation at txgraph.cpp:1274","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        m_mapping[locator.index] = GraphIndex(-1);","mutatedCode":"        m_mapping[locator.index] = GraphIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1274,1 +1274,1 @@\n-        m_mapping[locator.index] = GraphIndex(-1);\n+        m_mapping[locator.index] = GraphIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.405Z","updatedAt":"2026-09-18T18:42:32.405Z","url":"https://0.0.0.0:3000/mutants/1988","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1989,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1276,"endLine":1276,"title":"Relational operator mutation at txgraph.cpp:1276","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (level == 0) {","mutatedCode":"        if (level != 0) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1276,1 +1276,1 @@\n-        if (level == 0) {\n+        if (level != 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.406Z","updatedAt":"2026-09-18T18:42:32.406Z","url":"https://0.0.0.0:3000/mutants/1989","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1990,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1277,"endLine":1277,"title":"Constant replacement mutation at txgraph.cpp:1277","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            entry.m_main_lin_index = LinearizationIndex(-1);","mutatedCode":"            entry.m_main_lin_index = LinearizationIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1277,1 +1277,1 @@\n-            entry.m_main_lin_index = LinearizationIndex(-1);\n+            entry.m_main_lin_index = LinearizationIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.408Z","updatedAt":"2026-09-18T18:42:32.408Z","url":"https://0.0.0.0:3000/mutants/1990","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1991,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1280,"endLine":1280,"title":"Relational operator mutation at txgraph.cpp:1280","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        graph.ClearLocator(level, idx, m_quality == QualityLevel::OVERSIZED_SINGLETON);","mutatedCode":"        graph.ClearLocator(level, idx, m_quality != QualityLevel::OVERSIZED_SINGLETON);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1280,1 +1280,1 @@\n-        graph.ClearLocator(level, idx, m_quality == QualityLevel::OVERSIZED_SINGLETON);\n+        graph.ClearLocator(level, idx, m_quality != QualityLevel::OVERSIZED_SINGLETON);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.409Z","updatedAt":"2026-09-18T18:42:32.409Z","url":"https://0.0.0.0:3000/mutants/1991","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1992,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1281,"endLine":1281,"title":"Constant replacement mutation at txgraph.cpp:1281","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        to_remove = to_remove.subspan(1);","mutatedCode":"        to_remove = to_remove.subspan(1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1281,1 +1281,1 @@\n-        to_remove = to_remove.subspan(1);\n+        to_remove = to_remove.subspan(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.411Z","updatedAt":"2026-09-18T18:42:32.411Z","url":"https://0.0.0.0:3000/mutants/1992","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1993,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1291,"endLine":1291,"title":"Statement deletion mutation at txgraph.cpp:1291","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_linearization.erase(std::remove_if(m_linearization.begin(), m_linearization.end(),","mutatedCode":"    // m_linearization.erase(std::remove_if(m_linearization.begin(), m_linearization.end(),","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1291,1 +1291,1 @@\n-    m_linearization.erase(std::remove_if(m_linearization.begin(), m_linearization.end(),\n+    // m_linearization.erase(std::remove_if(m_linearization.begin(), m_linearization.end(),\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.413Z","updatedAt":"2026-09-18T18:42:32.413Z","url":"https://0.0.0.0:3000/mutants/1993","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1994,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1299,"endLine":1299,"title":"Constant replacement mutation at txgraph.cpp:1299","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    Updated(graph, /*level=*/level, /*rename=*/false);","mutatedCode":"    Updated(graph, /*level=*/level, /*rename=*/true);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1299,1 +1299,1 @@\n-    Updated(graph, /*level=*/level, /*rename=*/false);\n+    Updated(graph, /*level=*/level, /*rename=*/true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.415Z","updatedAt":"2026-09-18T18:42:32.415Z","url":"https://0.0.0.0:3000/mutants/1994","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1995,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1312,"endLine":1312,"title":"Logical operator mutation at txgraph.cpp:1312","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    } while (!to_remove.empty() && to_remove.front() == m_graph_index);","mutatedCode":"    } while (!to_remove.empty() || to_remove.front() == m_graph_index);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1312,1 +1312,1 @@\n-    } while (!to_remove.empty() && to_remove.front() == m_graph_index);\n+    } while (!to_remove.empty() || to_remove.front() == m_graph_index);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.416Z","updatedAt":"2026-09-18T18:42:32.416Z","url":"https://0.0.0.0:3000/mutants/1995","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1996,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1314,"endLine":1314,"title":"Relational operator mutation at txgraph.cpp:1314","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    graph.ClearLocator(level, m_graph_index, m_quality == QualityLevel::OVERSIZED_SINGLETON);","mutatedCode":"    graph.ClearLocator(level, m_graph_index, m_quality != QualityLevel::OVERSIZED_SINGLETON);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1314,1 +1314,1 @@\n-    graph.ClearLocator(level, m_graph_index, m_quality == QualityLevel::OVERSIZED_SINGLETON);\n+    graph.ClearLocator(level, m_graph_index, m_quality != QualityLevel::OVERSIZED_SINGLETON);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.418Z","updatedAt":"2026-09-18T18:42:32.418Z","url":"https://0.0.0.0:3000/mutants/1996","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1997,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1326,"endLine":1326,"title":"Relational operator mutation at txgraph.cpp:1326","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        graph.ClearLocator(level, m_mapping[i], m_quality == QualityLevel::OVERSIZED_SINGLETON);","mutatedCode":"        graph.ClearLocator(level, m_mapping[i], m_quality != QualityLevel::OVERSIZED_SINGLETON);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1326,1 +1326,1 @@\n-        graph.ClearLocator(level, m_mapping[i], m_quality == QualityLevel::OVERSIZED_SINGLETON);\n+        graph.ClearLocator(level, m_mapping[i], m_quality != QualityLevel::OVERSIZED_SINGLETON);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.420Z","updatedAt":"2026-09-18T18:42:32.420Z","url":"https://0.0.0.0:3000/mutants/1997","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1998,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1355,"endLine":1355,"title":"Constant replacement mutation at txgraph.cpp:1355","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    Updated(graph, /*level=*/0, /*rename=*/false);","mutatedCode":"    Updated(graph, /*level=*/0, /*rename=*/true);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1355,1 +1355,1 @@\n-    Updated(graph, /*level=*/0, /*rename=*/false);\n+    Updated(graph, /*level=*/0, /*rename=*/true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.421Z","updatedAt":"2026-09-18T18:42:32.421Z","url":"https://0.0.0.0:3000/mutants/1998","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":1999,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1404,"endLine":1404,"title":"Constant replacement mutation at txgraph.cpp:1404","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    auto prev_index = GraphIndex(-1);","mutatedCode":"    auto prev_index = GraphIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1404,1 +1404,1 @@\n-    auto prev_index = GraphIndex(-1);\n+    auto prev_index = GraphIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.423Z","updatedAt":"2026-09-18T18:42:32.423Z","url":"https://0.0.0.0:3000/mutants/1999","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2000,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1409,"endLine":1409,"title":"Relational operator mutation at txgraph.cpp:1409","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned j = 0; j < chunk_tx_count; ++j) {","mutatedCode":"        for (unsigned j = 0; j > chunk_tx_count; ++j) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1409,1 +1409,1 @@\n-        for (unsigned j = 0; j < chunk_tx_count; ++j) {\n+        for (unsigned j = 0; j > chunk_tx_count; ++j) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.424Z","updatedAt":"2026-09-18T18:42:32.424Z","url":"https://0.0.0.0:3000/mutants/2000","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2001,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1431,"endLine":1431,"title":"Statement deletion mutation at txgraph.cpp:1431","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!GetTxCount()) return 0;","mutatedCode":"    // if (!GetTxCount()) return 0;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1431,1 +1431,1 @@\n-    if (!GetTxCount()) return 0;\n+    // if (!GetTxCount()) return 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.426Z","updatedAt":"2026-09-18T18:42:32.426Z","url":"https://0.0.0.0:3000/mutants/2001","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2002,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1451,"endLine":1451,"title":"Constant replacement mutation at txgraph.cpp:1451","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool first{true};","mutatedCode":"    bool first{false};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1451,1 +1451,1 @@\n-    bool first{true};\n+    bool first{false};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.428Z","updatedAt":"2026-09-18T18:42:32.428Z","url":"https://0.0.0.0:3000/mutants/2002","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2003,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1453,"endLine":1453,"title":"Custom mutation at txgraph.cpp:1453","description":null,"mutationOperator":"CUSTOM","originalCode":"    while (todo.Any()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1453,1 +1453,1 @@\n-    while (todo.Any()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.429Z","updatedAt":"2026-09-18T18:42:32.429Z","url":"https://0.0.0.0:3000/mutants/2003","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2004,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1457,"endLine":1457,"title":"Relational operator mutation at txgraph.cpp:1457","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (first && component == todo && SetType::Fill(component_size) == component && component_size >= MIN_INTENDED_TX_COUNT) {","mutatedCode":"        if (first && component == todo && SetType::Fill(component_size) == component && component_size <= MIN_INTENDED_TX_COUNT) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1457,1 +1457,1 @@\n-        if (first && component == todo && SetType::Fill(component_size) == component && component_size >= MIN_INTENDED_TX_COUNT) {\n+        if (first && component == todo && SetType::Fill(component_size) == component && component_size <= MIN_INTENDED_TX_COUNT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.431Z","updatedAt":"2026-09-18T18:42:32.431Z","url":"https://0.0.0.0:3000/mutants/2004","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2005,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1468,"endLine":1468,"title":"Constant replacement mutation at txgraph.cpp:1468","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            return false;","mutatedCode":"            return true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1468,1 +1468,1 @@\n-            return false;\n+            return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.433Z","updatedAt":"2026-09-18T18:42:32.433Z","url":"https://0.0.0.0:3000/mutants/2005","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2006,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1470,"endLine":1470,"title":"Constant replacement mutation at txgraph.cpp:1470","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        first = false;","mutatedCode":"        first = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1470,1 +1470,1 @@\n-        first = false;\n+        first = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.434Z","updatedAt":"2026-09-18T18:42:32.434Z","url":"https://0.0.0.0:3000/mutants/2006","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2007,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1477,"endLine":1477,"title":"Constant replacement mutation at txgraph.cpp:1477","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            remap[i] = {new_cluster.get(), DepGraphIndex(-1)};","mutatedCode":"            remap[i] = {new_cluster.get(), DepGraphIndex(-1 - 1)};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1477,1 +1477,1 @@\n-            remap[i] = {new_cluster.get(), DepGraphIndex(-1)};\n+            remap[i] = {new_cluster.get(), DepGraphIndex(-1 - 1)};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.436Z","updatedAt":"2026-09-18T18:42:32.436Z","url":"https://0.0.0.0:3000/mutants/2007","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2008,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1502,"endLine":1502,"title":"Constant replacement mutation at txgraph.cpp:1502","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        new_cluster->Updated(graph, /*level=*/level, /*rename=*/false);","mutatedCode":"        new_cluster->Updated(graph, /*level=*/level, /*rename=*/true);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1502,1 +1502,1 @@\n-        new_cluster->Updated(graph, /*level=*/level, /*rename=*/false);\n+        new_cluster->Updated(graph, /*level=*/level, /*rename=*/true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.438Z","updatedAt":"2026-09-18T18:42:32.438Z","url":"https://0.0.0.0:3000/mutants/2008","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2009,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1510,"endLine":1510,"title":"Constant replacement mutation at txgraph.cpp:1510","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return true;","mutatedCode":"    return false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1510,1 +1510,1 @@\n-    return true;\n+    return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.439Z","updatedAt":"2026-09-18T18:42:32.439Z","url":"https://0.0.0.0:3000/mutants/2009","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2010,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1562,"endLine":1562,"title":"Relational operator mutation at txgraph.cpp:1562","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(to_apply.begin(), to_apply.end(), [](auto& a, auto& b) { return a.second < b.second; });","mutatedCode":"    std::sort(to_apply.begin(), to_apply.end(), [](auto& a, auto& b) { return a.second > b.second; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1562,1 +1562,1 @@\n-    std::sort(to_apply.begin(), to_apply.end(), [](auto& a, auto& b) { return a.second < b.second; });\n+    std::sort(to_apply.begin(), to_apply.end(), [](auto& a, auto& b) { return a.second > b.second; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.441Z","updatedAt":"2026-09-18T18:42:32.441Z","url":"https://0.0.0.0:3000/mutants/2010","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2011,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1565,"endLine":1565,"title":"Relational operator mutation at txgraph.cpp:1565","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (it != to_apply.end()) {","mutatedCode":"    while (it == to_apply.end()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1565,1 +1565,1 @@\n-    while (it != to_apply.end()) {\n+    while (it == to_apply.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.442Z","updatedAt":"2026-09-18T18:42:32.442Z","url":"https://0.0.0.0:3000/mutants/2011","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2012,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1575,"endLine":1575,"title":"Custom mutation at txgraph.cpp:1575","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (child.index != child_idx) break;","mutatedCode":"            if (child.index != child_idx) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1575,1 +1575,1 @@\n-            if (child.index != child_idx) break;\n+            if (child.index != child_idx) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.444Z","updatedAt":"2026-09-18T18:42:32.444Z","url":"https://0.0.0.0:3000/mutants/2012","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2013,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1606,"endLine":1606,"title":"Relational operator mutation at txgraph.cpp:1606","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (entry.m_ref != nullptr) {","mutatedCode":"        if (entry.m_ref == nullptr) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1606,1 +1606,1 @@\n-        if (entry.m_ref != nullptr) {\n+        if (entry.m_ref == nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.446Z","updatedAt":"2026-09-18T18:42:32.446Z","url":"https://0.0.0.0:3000/mutants/2013","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2014,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1623,"endLine":1623,"title":"Constant replacement mutation at txgraph.cpp:1623","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    ret->m_setindex = ClusterSetIndex(-1);","mutatedCode":"    ret->m_setindex = ClusterSetIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1623,1 +1623,1 @@\n-    ret->m_setindex = ClusterSetIndex(-1);\n+    ret->m_setindex = ClusterSetIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.447Z","updatedAt":"2026-09-18T18:42:32.447Z","url":"https://0.0.0.0:3000/mutants/2014","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2015,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1626,"endLine":1626,"title":"Arithmetic operator mutation at txgraph.cpp:1626","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    auto max_setindex = quality_clusters.size() - 1;","mutatedCode":"    auto max_setindex = quality_clusters.size() + 1;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1626,1 +1626,1 @@\n-    auto max_setindex = quality_clusters.size() - 1;\n+    auto max_setindex = quality_clusters.size() + 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.457Z","updatedAt":"2026-09-18T18:42:32.457Z","url":"https://0.0.0.0:3000/mutants/2015","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2016,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1627,"endLine":1627,"title":"Relational operator mutation at txgraph.cpp:1627","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (setindex != max_setindex) {","mutatedCode":"    if (setindex == max_setindex) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1627,1 +1627,1 @@\n-    if (setindex != max_setindex) {\n+    if (setindex == max_setindex) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.460Z","updatedAt":"2026-09-18T18:42:32.460Z","url":"https://0.0.0.0:3000/mutants/2016","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2017,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1638,"endLine":1638,"title":"Logical operator mutation at txgraph.cpp:1638","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"ClusterSetIndex TxGraphImpl::InsertCluster(int level, std::unique_ptr<Cluster>&& cluster, QualityLevel quality) noexcept","mutatedCode":"ClusterSetIndex TxGraphImpl::InsertCluster(int level, std::unique_ptr<Cluster>|| cluster, QualityLevel quality) noexcept","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1638,1 +1638,1 @@\n-ClusterSetIndex TxGraphImpl::InsertCluster(int level, std::unique_ptr<Cluster>&& cluster, QualityLevel quality) noexcept\n+ClusterSetIndex TxGraphImpl::InsertCluster(int level, std::unique_ptr<Cluster>|| cluster, QualityLevel quality) noexcept\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.465Z","updatedAt":"2026-09-18T18:42:32.465Z","url":"https://0.0.0.0:3000/mutants/2017","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2018,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1660,"endLine":1660,"title":"Relational operator mutation at txgraph.cpp:1660","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (old_quality == new_quality) return;","mutatedCode":"    if (old_quality != new_quality) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1660,1 +1660,1 @@\n-    if (old_quality == new_quality) return;\n+    if (old_quality != new_quality) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.469Z","updatedAt":"2026-09-18T18:42:32.469Z","url":"https://0.0.0.0:3000/mutants/2018","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2019,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1680,"endLine":1680,"title":"Arithmetic operator mutation at txgraph.cpp:1680","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    for (int l = level; l >= 0; --l) {","mutatedCode":"    for (int l = level; l >= 0; ++l) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1680,1 +1680,1 @@\n-    for (int l = level; l >= 0; --l) {\n+    for (int l = level; l >= 0; ++l) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.472Z","updatedAt":"2026-09-18T18:42:32.472Z","url":"https://0.0.0.0:3000/mutants/2019","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2020,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1683,"endLine":1683,"title":"Custom mutation at txgraph.cpp:1683","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (entry.m_locator[l].IsMissing()) continue;","mutatedCode":"        if (entry.m_locator[l].IsMissing()) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1683,1 +1683,1 @@\n-        if (entry.m_locator[l].IsMissing()) continue;\n+        if (entry.m_locator[l].IsMissing()) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.477Z","updatedAt":"2026-09-18T18:42:32.477Z","url":"https://0.0.0.0:3000/mutants/2020","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2021,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1685,"endLine":1685,"title":"Custom mutation at txgraph.cpp:1685","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (entry.m_locator[l].IsRemoved()) break;","mutatedCode":"        if (entry.m_locator[l].IsRemoved()) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1685,1 +1685,1 @@\n-        if (entry.m_locator[l].IsRemoved()) break;\n+        if (entry.m_locator[l].IsRemoved()) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.480Z","updatedAt":"2026-09-18T18:42:32.480Z","url":"https://0.0.0.0:3000/mutants/2021","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2022,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1711,"endLine":1711,"title":"Custom mutation at txgraph.cpp:1711","description":null,"mutationOperator":"CUSTOM","originalCode":"    for (int level = 0; level <= up_to_level; ++level) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1711,1 +1711,1 @@\n-    for (int level = 0; level <= up_to_level; ++level) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.482Z","updatedAt":"2026-09-18T18:42:32.482Z","url":"https://0.0.0.0:3000/mutants/2022","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2023,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1715,"endLine":1715,"title":"Custom mutation at txgraph.cpp:1715","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (to_remove.empty()) continue;","mutatedCode":"        if (to_remove.empty()) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1715,1 +1715,1 @@\n-        if (to_remove.empty()) continue;\n+        if (to_remove.empty()) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.489Z","updatedAt":"2026-09-18T18:42:32.489Z","url":"https://0.0.0.0:3000/mutants/2023","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2024,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1717,"endLine":1717,"title":"Relational operator mutation at txgraph.cpp:1717","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (level == 1) {","mutatedCode":"        if (level != 1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1717,1 +1717,1 @@\n-        if (level == 1) {\n+        if (level != 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.493Z","updatedAt":"2026-09-18T18:42:32.493Z","url":"https://0.0.0.0:3000/mutants/2024","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2025,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1727,"endLine":1727,"title":"Relational operator mutation at txgraph.cpp:1727","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return CompareClusters(cluster_a, cluster_b) < 0;","mutatedCode":"            return CompareClusters(cluster_a, cluster_b) > 0;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1727,1 +1727,1 @@\n-            return CompareClusters(cluster_a, cluster_b) < 0;\n+            return CompareClusters(cluster_a, cluster_b) > 0;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.496Z","updatedAt":"2026-09-18T18:42:32.496Z","url":"https://0.0.0.0:3000/mutants/2025","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2026,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1731,"endLine":1731,"title":"Custom mutation at txgraph.cpp:1731","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (!to_remove_span.empty()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1731,1 +1731,1 @@\n-        while (!to_remove_span.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.498Z","updatedAt":"2026-09-18T18:42:32.498Z","url":"https://0.0.0.0:3000/mutants/2026","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2027,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1733,"endLine":1733,"title":"Relational operator mutation at txgraph.cpp:1733","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (cluster != nullptr) {","mutatedCode":"            if (cluster == nullptr) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1733,1 +1733,1 @@\n-            if (cluster != nullptr) {\n+            if (cluster == nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.500Z","updatedAt":"2026-09-18T18:42:32.500Z","url":"https://0.0.0.0:3000/mutants/2027","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2028,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1740,"endLine":1740,"title":"Constant replacement mutation at txgraph.cpp:1740","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                to_remove_span = to_remove_span.subspan(1);","mutatedCode":"                to_remove_span = to_remove_span.subspan(1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1740,1 +1740,1 @@\n-                to_remove_span = to_remove_span.subspan(1);\n+                to_remove_span = to_remove_span.subspan(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.502Z","updatedAt":"2026-09-18T18:42:32.502Z","url":"https://0.0.0.0:3000/mutants/2028","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2029,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1755,"endLine":1755,"title":"Relational operator mutation at txgraph.cpp:1755","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int i = 0; i < 2; ++i) {","mutatedCode":"    for (int i = 0; i > 2; ++i) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1755,1 +1755,1 @@\n-    for (int i = 0; i < 2; ++i) {\n+    for (int i = 0; i > 2; ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.504Z","updatedAt":"2026-09-18T18:42:32.504Z","url":"https://0.0.0.0:3000/mutants/2029","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2030,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1759,"endLine":1759,"title":"Conditional operator mutation at txgraph.cpp:1759","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (entry.m_ref) GetRefIndex(*entry.m_ref) = idx;","mutatedCode":"        if (1==1) GetRefIndex(*entry.m_ref) = idx;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1759,1 +1759,1 @@\n-        if (entry.m_ref) GetRefIndex(*entry.m_ref) = idx;\n+        if (1==1) GetRefIndex(*entry.m_ref) = idx;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.506Z","updatedAt":"2026-09-18T18:42:32.506Z","url":"https://0.0.0.0:3000/mutants/2030","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2031,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1779,"endLine":1779,"title":"Statement deletion mutation at txgraph.cpp:1779","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!m_main_clusterset.m_deps_to_add.empty()) return;","mutatedCode":"    // if (!m_main_clusterset.m_deps_to_add.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1779,1 +1779,1 @@\n-    if (!m_main_clusterset.m_deps_to_add.empty()) return;\n+    // if (!m_main_clusterset.m_deps_to_add.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.508Z","updatedAt":"2026-09-18T18:42:32.508Z","url":"https://0.0.0.0:3000/mutants/2031","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2032,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1780,"endLine":1780,"title":"Statement deletion mutation at txgraph.cpp:1780","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (!m_main_clusterset.m_to_remove.empty()) return;","mutatedCode":"    // if (!m_main_clusterset.m_to_remove.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1780,1 +1780,1 @@\n-    if (!m_main_clusterset.m_to_remove.empty()) return;\n+    // if (!m_main_clusterset.m_to_remove.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.510Z","updatedAt":"2026-09-18T18:42:32.510Z","url":"https://0.0.0.0:3000/mutants/2032","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2033,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1783,"endLine":1783,"title":"Statement deletion mutation at txgraph.cpp:1783","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (!m_staging_clusterset->m_deps_to_add.empty()) return;","mutatedCode":"        // if (!m_staging_clusterset->m_deps_to_add.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1783,1 +1783,1 @@\n-        if (!m_staging_clusterset->m_deps_to_add.empty()) return;\n+        // if (!m_staging_clusterset->m_deps_to_add.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.511Z","updatedAt":"2026-09-18T18:42:32.511Z","url":"https://0.0.0.0:3000/mutants/2033","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2034,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1784,"endLine":1784,"title":"Statement deletion mutation at txgraph.cpp:1784","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (!m_staging_clusterset->m_to_remove.empty()) return;","mutatedCode":"        // if (!m_staging_clusterset->m_to_remove.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1784,1 +1784,1 @@\n-        if (!m_staging_clusterset->m_to_remove.empty()) return;\n+        // if (!m_staging_clusterset->m_to_remove.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.513Z","updatedAt":"2026-09-18T18:42:32.513Z","url":"https://0.0.0.0:3000/mutants/2034","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2035,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1785,"endLine":1785,"title":"Statement deletion mutation at txgraph.cpp:1785","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        if (!m_staging_clusterset->m_removed.empty()) return;","mutatedCode":"        // if (!m_staging_clusterset->m_removed.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1785,1 +1785,1 @@\n-        if (!m_staging_clusterset->m_removed.empty()) return;\n+        // if (!m_staging_clusterset->m_removed.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.515Z","updatedAt":"2026-09-18T18:42:32.515Z","url":"https://0.0.0.0:3000/mutants/2035","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2036,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1798,"endLine":1798,"title":"Constant replacement mutation at txgraph.cpp:1798","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    auto last = GraphIndex(-1);","mutatedCode":"    auto last = GraphIndex(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1798,1 +1798,1 @@\n-    auto last = GraphIndex(-1);\n+    auto last = GraphIndex(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.516Z","updatedAt":"2026-09-18T18:42:32.516Z","url":"https://0.0.0.0:3000/mutants/2036","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2037,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1822,"endLine":1822,"title":"Statement deletion mutation at txgraph.cpp:1822","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    affected_main.erase(std::unique(affected_main.begin(), affected_main.end()), affected_main.end());","mutatedCode":"    // affected_main.erase(std::unique(affected_main.begin(), affected_main.end()), affected_main.end());","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1822,1 +1822,1 @@\n-    affected_main.erase(std::unique(affected_main.begin(), affected_main.end()), affected_main.end());\n+    // affected_main.erase(std::unique(affected_main.begin(), affected_main.end()), affected_main.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.518Z","updatedAt":"2026-09-18T18:42:32.518Z","url":"https://0.0.0.0:3000/mutants/2037","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2038,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1824,"endLine":1824,"title":"Constant replacement mutation at txgraph.cpp:1824","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        cluster->Updated(*this, /*level=*/0, /*rename=*/true);","mutatedCode":"        cluster->Updated(*this, /*level=*/0, /*rename=*/false);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1824,1 +1824,1 @@\n-        cluster->Updated(*this, /*level=*/0, /*rename=*/true);\n+        cluster->Updated(*this, /*level=*/0, /*rename=*/false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.520Z","updatedAt":"2026-09-18T18:42:32.520Z","url":"https://0.0.0.0:3000/mutants/2038","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2039,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1835,"endLine":1835,"title":"Conditional operator mutation at txgraph.cpp:1835","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (del) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1835,1 +1835,1 @@\n-    if (del) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.522Z","updatedAt":"2026-09-18T18:42:32.522Z","url":"https://0.0.0.0:3000/mutants/2039","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2040,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1849,"endLine":1849,"title":"Custom mutation at txgraph.cpp:1849","description":null,"mutationOperator":"CUSTOM","originalCode":"            while (!queue.empty()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1849,1 +1849,1 @@\n-            while (!queue.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.524Z","updatedAt":"2026-09-18T18:42:32.524Z","url":"https://0.0.0.0:3000/mutants/2040","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2041,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1860,"endLine":1860,"title":"Statement deletion mutation at txgraph.cpp:1860","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (clusterset.m_group_data.has_value()) return;","mutatedCode":"    // if (clusterset.m_group_data.has_value()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1860,1 +1860,1 @@\n-    if (clusterset.m_group_data.has_value()) return;\n+    // if (clusterset.m_group_data.has_value()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.526Z","updatedAt":"2026-09-18T18:42:32.526Z","url":"https://0.0.0.0:3000/mutants/2041","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2042,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1879,"endLine":1879,"title":"Custom mutation at txgraph.cpp:1879","description":null,"mutationOperator":"CUSTOM","originalCode":"    for (int level_iter = 0; level_iter <= level; ++level_iter) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1879,1 +1879,1 @@\n-    for (int level_iter = 0; level_iter <= level; ++level_iter) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.527Z","updatedAt":"2026-09-18T18:42:32.527Z","url":"https://0.0.0.0:3000/mutants/2042","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2043,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1881,"endLine":1881,"title":"Constant replacement mutation at txgraph.cpp:1881","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            auto graph_idx = cluster->GetClusterEntry(0);","mutatedCode":"            auto graph_idx = cluster->GetClusterEntry(0 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1881,1 +1881,1 @@\n-            auto graph_idx = cluster->GetClusterEntry(0);\n+            auto graph_idx = cluster->GetClusterEntry(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.529Z","updatedAt":"2026-09-18T18:42:32.529Z","url":"https://0.0.0.0:3000/mutants/2043","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2044,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1883,"endLine":1883,"title":"Custom mutation at txgraph.cpp:1883","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (cur_cluster == nullptr) continue;","mutatedCode":"            if (cur_cluster == nullptr) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1883,1 +1883,1 @@\n-            if (cur_cluster == nullptr) continue;\n+            if (cur_cluster == nullptr) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.531Z","updatedAt":"2026-09-18T18:42:32.531Z","url":"https://0.0.0.0:3000/mutants/2044","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2045,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1895,"endLine":1895,"title":"Custom mutation at txgraph.cpp:1895","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (par_cluster == nullptr || chl_cluster == nullptr) continue;","mutatedCode":"        if (par_cluster == nullptr || chl_cluster == nullptr) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1895,1 +1895,1 @@\n-        if (par_cluster == nullptr || chl_cluster == nullptr) continue;\n+        if (par_cluster == nullptr || chl_cluster == nullptr) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.532Z","updatedAt":"2026-09-18T18:42:32.532Z","url":"https://0.0.0.0:3000/mutants/2045","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2046,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1905,"endLine":1905,"title":"Relational operator mutation at txgraph.cpp:1905","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(an_clusters.begin(), an_clusters.end(), [](auto& a, auto& b) noexcept { return a.second < b.second; });","mutatedCode":"    std::sort(an_clusters.begin(), an_clusters.end(), [](auto& a, auto& b) noexcept { return a.second > b.second; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1905,1 +1905,1 @@\n-    std::sort(an_clusters.begin(), an_clusters.end(), [](auto& a, auto& b) noexcept { return a.second < b.second; });\n+    std::sort(an_clusters.begin(), an_clusters.end(), [](auto& a, auto& b) noexcept { return a.second > b.second; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.534Z","updatedAt":"2026-09-18T18:42:32.534Z","url":"https://0.0.0.0:3000/mutants/2046","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2047,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1906,"endLine":1906,"title":"Statement deletion mutation at txgraph.cpp:1906","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    an_clusters.erase(std::unique(an_clusters.begin(), an_clusters.end()), an_clusters.end());","mutatedCode":"    // an_clusters.erase(std::unique(an_clusters.begin(), an_clusters.end()), an_clusters.end());","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1906,1 +1906,1 @@\n-    an_clusters.erase(std::unique(an_clusters.begin(), an_clusters.end()), an_clusters.end());\n+    // an_clusters.erase(std::unique(an_clusters.begin(), an_clusters.end()), an_clusters.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.535Z","updatedAt":"2026-09-18T18:42:32.535Z","url":"https://0.0.0.0:3000/mutants/2047","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2048,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1908,"endLine":1908,"title":"Relational operator mutation at txgraph.cpp:1908","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(an_deps.begin(), an_deps.end(), [&](auto& a, auto& b) noexcept { return a.second < b.second; });","mutatedCode":"    std::sort(an_deps.begin(), an_deps.end(), [&](auto& a, auto& b) noexcept { return a.second > b.second; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1908,1 +1908,1 @@\n-    std::sort(an_deps.begin(), an_deps.end(), [&](auto& a, auto& b) noexcept { return a.second < b.second; });\n+    std::sort(an_deps.begin(), an_deps.end(), [&](auto& a, auto& b) noexcept { return a.second > b.second; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.537Z","updatedAt":"2026-09-18T18:42:32.537Z","url":"https://0.0.0.0:3000/mutants/2048","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2049,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1933,"endLine":1933,"title":"Relational operator mutation at txgraph.cpp:1933","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                                       [](auto& a, uint64_t seq) noexcept { return a.sequence < seq; });","mutatedCode":"                                       [](auto& a, uint64_t seq) noexcept { return a.sequence > seq; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1933,1 +1933,1 @@\n-                                       [](auto& a, uint64_t seq) noexcept { return a.sequence < seq; });\n+                                       [](auto& a, uint64_t seq) noexcept { return a.sequence > seq; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.539Z","updatedAt":"2026-09-18T18:42:32.539Z","url":"https://0.0.0.0:3000/mutants/2049","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2050,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1941,"endLine":1941,"title":"Relational operator mutation at txgraph.cpp:1941","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            while (data->parent != data) {","mutatedCode":"            while (data->parent == data) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1941,1 +1941,1 @@\n-            while (data->parent != data) {\n+            while (data->parent == data) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.540Z","updatedAt":"2026-09-18T18:42:32.540Z","url":"https://0.0.0.0:3000/mutants/2050","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2051,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1958,"endLine":1958,"title":"Relational operator mutation at txgraph.cpp:1958","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (rep1 == rep2) return rep1;","mutatedCode":"            if (rep1 != rep2) return rep1;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1958,1 +1958,1 @@\n-            if (rep1 == rep2) return rep1;\n+            if (rep1 != rep2) return rep1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.542Z","updatedAt":"2026-09-18T18:42:32.542Z","url":"https://0.0.0.0:3000/mutants/2051","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2052,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1963,"endLine":1963,"title":"Relational operator mutation at txgraph.cpp:1963","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            rep1->rank += (rep1->rank == rep2->rank);","mutatedCode":"            rep1->rank += (rep1->rank != rep2->rank);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1963,1 +1963,1 @@\n-            rep1->rank += (rep1->rank == rep2->rank);\n+            rep1->rank += (rep1->rank != rep2->rank);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.543Z","updatedAt":"2026-09-18T18:42:32.543Z","url":"https://0.0.0.0:3000/mutants/2052","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2053,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1969,"endLine":1969,"title":"Relational operator mutation at txgraph.cpp:1969","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t i = 0; i < an_clusters.size(); ++i) {","mutatedCode":"        for (size_t i = 0; i > an_clusters.size(); ++i) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1969,1 +1969,1 @@\n-        for (size_t i = 0; i < an_clusters.size(); ++i) {\n+        for (size_t i = 0; i > an_clusters.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.545Z","updatedAt":"2026-09-18T18:42:32.545Z","url":"https://0.0.0.0:3000/mutants/2053","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2054,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1985,"endLine":1985,"title":"Custom mutation at txgraph.cpp:1985","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (par_cluster == chl_cluster) continue;","mutatedCode":"            if (par_cluster == chl_cluster) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1985,1 +1985,1 @@\n-            if (par_cluster == chl_cluster) continue;\n+            if (par_cluster == chl_cluster) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.547Z","updatedAt":"2026-09-18T18:42:32.547Z","url":"https://0.0.0.0:3000/mutants/2054","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2055,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":1987,"endLine":1987,"title":"Relational operator mutation at txgraph.cpp:1987","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (chl_cluster == last_chl_cluster) {","mutatedCode":"            if (chl_cluster != last_chl_cluster) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -1987,1 +1987,1 @@\n-            if (chl_cluster == last_chl_cluster) {\n+            if (chl_cluster != last_chl_cluster) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.549Z","updatedAt":"2026-09-18T18:42:32.549Z","url":"https://0.0.0.0:3000/mutants/2055","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2056,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2001,"endLine":2001,"title":"Relational operator mutation at txgraph.cpp:2001","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (size_t i = 0; i < partition_data.size(); ++i) {","mutatedCode":"        for (size_t i = 0; i > partition_data.size(); ++i) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2001,1 +2001,1 @@\n-        for (size_t i = 0; i < partition_data.size(); ++i) {\n+        for (size_t i = 0; i > partition_data.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.551Z","updatedAt":"2026-09-18T18:42:32.551Z","url":"https://0.0.0.0:3000/mutants/2056","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2057,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2008,"endLine":2008,"title":"Relational operator mutation at txgraph.cpp:2008","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            while (deps_it != an_deps.end()) {","mutatedCode":"            while (deps_it == an_deps.end()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2008,1 +2008,1 @@\n-            while (deps_it != an_deps.end()) {\n+            while (deps_it == an_deps.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.552Z","updatedAt":"2026-09-18T18:42:32.552Z","url":"https://0.0.0.0:3000/mutants/2057","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2058,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2012,"endLine":2012,"title":"Custom mutation at txgraph.cpp:2012","description":null,"mutationOperator":"CUSTOM","originalCode":"                if (chl_cluster->m_sequence > data.sequence) break;","mutatedCode":"                if (chl_cluster->m_sequence > data.sequence) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2012,1 +2012,1 @@\n-                if (chl_cluster->m_sequence > data.sequence) break;\n+                if (chl_cluster->m_sequence > data.sequence) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.554Z","updatedAt":"2026-09-18T18:42:32.554Z","url":"https://0.0.0.0:3000/mutants/2058","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2059,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2021,"endLine":2021,"title":"Relational operator mutation at txgraph.cpp:2021","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(an_deps.begin(), an_deps.end(), [](auto& a, auto& b) noexcept { return a.second < b.second; });","mutatedCode":"    std::sort(an_deps.begin(), an_deps.end(), [](auto& a, auto& b) noexcept { return a.second > b.second; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2021,1 +2021,1 @@\n-    std::sort(an_deps.begin(), an_deps.end(), [](auto& a, auto& b) noexcept { return a.second < b.second; });\n+    std::sort(an_deps.begin(), an_deps.end(), [](auto& a, auto& b) noexcept { return a.second > b.second; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.557Z","updatedAt":"2026-09-18T18:42:32.557Z","url":"https://0.0.0.0:3000/mutants/2059","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2060,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2030,"endLine":2030,"title":"Constant replacement mutation at txgraph.cpp:2030","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    clusterset.m_oversized = false;","mutatedCode":"    clusterset.m_oversized = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2030,1 +2030,1 @@\n-    clusterset.m_oversized = false;\n+    clusterset.m_oversized = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.559Z","updatedAt":"2026-09-18T18:42:32.559Z","url":"https://0.0.0.0:3000/mutants/2060","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2061,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2033,"endLine":2033,"title":"Relational operator mutation at txgraph.cpp:2033","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (an_clusters_it != an_clusters.end()) {","mutatedCode":"    while (an_clusters_it == an_clusters.end()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2033,1 +2033,1 @@\n-    while (an_clusters_it != an_clusters.end()) {\n+    while (an_clusters_it == an_clusters.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.561Z","updatedAt":"2026-09-18T18:42:32.561Z","url":"https://0.0.0.0:3000/mutants/2061","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2062,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2045,"endLine":2045,"title":"Logical operator mutation at txgraph.cpp:2045","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        while (an_clusters_it != an_clusters.end() && an_clusters_it->second == rep) {","mutatedCode":"        while (an_clusters_it != an_clusters.end() || an_clusters_it->second == rep) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2045,1 +2045,1 @@\n-        while (an_clusters_it != an_clusters.end() && an_clusters_it->second == rep) {\n+        while (an_clusters_it != an_clusters.end() || an_clusters_it->second == rep) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.563Z","updatedAt":"2026-09-18T18:42:32.563Z","url":"https://0.0.0.0:3000/mutants/2062","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2063,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2053,"endLine":2053,"title":"Logical operator mutation at txgraph.cpp:2053","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        while (an_deps_it != an_deps.end() && an_deps_it->second == rep) {","mutatedCode":"        while (an_deps_it != an_deps.end() || an_deps_it->second == rep) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2053,1 +2053,1 @@\n-        while (an_deps_it != an_deps.end() && an_deps_it->second == rep) {\n+        while (an_deps_it != an_deps.end() || an_deps_it->second == rep) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.566Z","updatedAt":"2026-09-18T18:42:32.566Z","url":"https://0.0.0.0:3000/mutants/2063","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2064,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2059,"endLine":2059,"title":"Relational operator mutation at txgraph.cpp:2059","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (total_count > m_max_cluster_count || total_size > m_max_cluster_size) {","mutatedCode":"        if (total_count < m_max_cluster_count || total_size > m_max_cluster_size) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2059,1 +2059,1 @@\n-        if (total_count > m_max_cluster_count || total_size > m_max_cluster_size) {\n+        if (total_count < m_max_cluster_count || total_size > m_max_cluster_size) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.568Z","updatedAt":"2026-09-18T18:42:32.568Z","url":"https://0.0.0.0:3000/mutants/2064","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2065,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2060,"endLine":2060,"title":"Constant replacement mutation at txgraph.cpp:2060","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            clusterset.m_oversized = true;","mutatedCode":"            clusterset.m_oversized = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2060,1 +2060,1 @@\n-            clusterset.m_oversized = true;\n+            clusterset.m_oversized = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.571Z","updatedAt":"2026-09-18T18:42:32.571Z","url":"https://0.0.0.0:3000/mutants/2065","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2066,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2072,"endLine":2072,"title":"Relational operator mutation at txgraph.cpp:2072","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (to_merge.size() == 1) return;","mutatedCode":"    if (to_merge.size() != 1) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2072,1 +2072,1 @@\n-    if (to_merge.size() == 1) return;\n+    if (to_merge.size() != 1) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.573Z","updatedAt":"2026-09-18T18:42:32.573Z","url":"https://0.0.0.0:3000/mutants/2066","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2067,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2081,"endLine":2081,"title":"Relational operator mutation at txgraph.cpp:2081","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t i = 1; i < to_merge.size(); ++i) {","mutatedCode":"    for (size_t i = 1; i > to_merge.size(); ++i) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2081,1 +2081,1 @@\n-    for (size_t i = 1; i < to_merge.size(); ++i) {\n+    for (size_t i = 1; i > to_merge.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.575Z","updatedAt":"2026-09-18T18:42:32.575Z","url":"https://0.0.0.0:3000/mutants/2067","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2068,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2085,"endLine":2085,"title":"Relational operator mutation at txgraph.cpp:2085","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (size > max_size) {","mutatedCode":"        if (size < max_size) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2085,1 +2085,1 @@\n-        if (size > max_size) {\n+        if (size < max_size) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.577Z","updatedAt":"2026-09-18T18:42:32.577Z","url":"https://0.0.0.0:3000/mutants/2068","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2069,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2094,"endLine":2094,"title":"Relational operator mutation at txgraph.cpp:2094","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (total_size > into_cluster->GetMaxTxCount()) {","mutatedCode":"    if (total_size < into_cluster->GetMaxTxCount()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2094,1 +2094,1 @@\n-    if (total_size > into_cluster->GetMaxTxCount()) {\n+    if (total_size < into_cluster->GetMaxTxCount()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.580Z","updatedAt":"2026-09-18T18:42:32.580Z","url":"https://0.0.0.0:3000/mutants/2069","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2070,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2106,"endLine":2106,"title":"Relational operator mutation at txgraph.cpp:2106","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t i = start_idx; i < to_merge.size(); ++i) {","mutatedCode":"    for (size_t i = start_idx; i > to_merge.size(); ++i) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2106,1 +2106,1 @@\n-    for (size_t i = start_idx; i < to_merge.size(); ++i) {\n+    for (size_t i = start_idx; i > to_merge.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.582Z","updatedAt":"2026-09-18T18:42:32.582Z","url":"https://0.0.0.0:3000/mutants/2070","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2071,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2118,"endLine":2118,"title":"Constant replacement mutation at txgraph.cpp:2118","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (clusterset.m_oversized == true) return;","mutatedCode":"    if (clusterset.m_oversized == false) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2118,1 +2118,1 @@\n-    if (clusterset.m_oversized == true) return;\n+    if (clusterset.m_oversized == false) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.584Z","updatedAt":"2026-09-18T18:42:32.584Z","url":"https://0.0.0.0:3000/mutants/2071","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2072,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2123,"endLine":2123,"title":"Statement deletion mutation at txgraph.cpp:2123","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (clusterset.m_deps_to_add.empty()) return;","mutatedCode":"    // if (clusterset.m_deps_to_add.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2123,1 +2123,1 @@\n-    if (clusterset.m_deps_to_add.empty()) return;\n+    // if (clusterset.m_deps_to_add.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.586Z","updatedAt":"2026-09-18T18:42:32.586Z","url":"https://0.0.0.0:3000/mutants/2072","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2073,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2162,"endLine":2162,"title":"Constant replacement mutation at txgraph.cpp:2162","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (IsOptimal()) return {0, false};","mutatedCode":"    if (IsOptimal()) return {0, true};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2162,1 +2162,1 @@\n-    if (IsOptimal()) return {0, false};\n+    if (IsOptimal()) return {0, true};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.588Z","updatedAt":"2026-09-18T18:42:32.588Z","url":"https://0.0.0.0:3000/mutants/2073","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2074,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2183,"endLine":2183,"title":"Constant replacement mutation at txgraph.cpp:2183","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool improved = false;","mutatedCode":"    bool improved = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2183,1 +2183,1 @@\n-    bool improved = false;\n+    bool improved = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.591Z","updatedAt":"2026-09-18T18:42:32.591Z","url":"https://0.0.0.0:3000/mutants/2074","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2075,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2184,"endLine":2184,"title":"Conditional operator mutation at txgraph.cpp:2184","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (optimal) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2184,1 +2184,1 @@\n-    if (optimal) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.593Z","updatedAt":"2026-09-18T18:42:32.593Z","url":"https://0.0.0.0:3000/mutants/2075","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2076,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2186,"endLine":2186,"title":"Constant replacement mutation at txgraph.cpp:2186","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        improved = true;","mutatedCode":"        improved = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2186,1 +2186,1 @@\n-        improved = true;\n+        improved = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.595Z","updatedAt":"2026-09-18T18:42:32.595Z","url":"https://0.0.0.0:3000/mutants/2076","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2077,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2187,"endLine":2187,"title":"Relational operator mutation at txgraph.cpp:2187","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    } else if (max_cost >= graph.m_acceptable_cost && !IsAcceptable()) {","mutatedCode":"    } else if (max_cost <= graph.m_acceptable_cost && !IsAcceptable()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2187,1 +2187,1 @@\n-    } else if (max_cost >= graph.m_acceptable_cost && !IsAcceptable()) {\n+    } else if (max_cost <= graph.m_acceptable_cost && !IsAcceptable()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.597Z","updatedAt":"2026-09-18T18:42:32.597Z","url":"https://0.0.0.0:3000/mutants/2077","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2078,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2204,"endLine":2204,"title":"Constant replacement mutation at txgraph.cpp:2204","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return {0, false};","mutatedCode":"    return {0, true};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2204,1 +2204,1 @@\n-    return {0, false};\n+    return {0, true};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.600Z","updatedAt":"2026-09-18T18:42:32.600Z","url":"https://0.0.0.0:3000/mutants/2078","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2079,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2210,"endLine":2210,"title":"Logical operator mutation at txgraph.cpp:2210","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (!cluster.NeedsSplitting() && !cluster.IsAcceptable() && !cluster.IsOversized()) {","mutatedCode":"    if (!cluster.NeedsSplitting() || !cluster.IsAcceptable() && !cluster.IsOversized()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2210,1 +2210,1 @@\n-    if (!cluster.NeedsSplitting() && !cluster.IsAcceptable() && !cluster.IsOversized()) {\n+    if (!cluster.NeedsSplitting() || !cluster.IsAcceptable() && !cluster.IsOversized()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.602Z","updatedAt":"2026-09-18T18:42:32.602Z","url":"https://0.0.0.0:3000/mutants/2079","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2080,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2244,"endLine":2244,"title":"Relational operator mutation at txgraph.cpp:2244","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool oversized = uint64_t(feerate.size) > m_max_cluster_size;","mutatedCode":"    bool oversized = uint64_t(feerate.size) < m_max_cluster_size;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2244,1 +2244,1 @@\n-    bool oversized = uint64_t(feerate.size) > m_max_cluster_size;\n+    bool oversized = uint64_t(feerate.size) < m_max_cluster_size;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.605Z","updatedAt":"2026-09-18T18:42:32.605Z","url":"https://0.0.0.0:3000/mutants/2080","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2081,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2245,"endLine":2245,"title":"Constant replacement mutation at txgraph.cpp:2245","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    auto cluster = CreateEmptyCluster(1);","mutatedCode":"    auto cluster = CreateEmptyCluster(1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2245,1 +2245,1 @@\n-    auto cluster = CreateEmptyCluster(1);\n+    auto cluster = CreateEmptyCluster(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.607Z","updatedAt":"2026-09-18T18:42:32.607Z","url":"https://0.0.0.0:3000/mutants/2081","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2082,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2251,"endLine":2251,"title":"Constant replacement mutation at txgraph.cpp:2251","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    cluster_ptr->Updated(*this, /*level=*/level, /*rename=*/false);","mutatedCode":"    cluster_ptr->Updated(*this, /*level=*/level, /*rename=*/true);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2251,1 +2251,1 @@\n-    cluster_ptr->Updated(*this, /*level=*/level, /*rename=*/false);\n+    cluster_ptr->Updated(*this, /*level=*/level, /*rename=*/true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.610Z","updatedAt":"2026-09-18T18:42:32.610Z","url":"https://0.0.0.0:3000/mutants/2082","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2083,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2255,"endLine":2255,"title":"Conditional operator mutation at txgraph.cpp:2255","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (oversized) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2255,1 +2255,1 @@\n-    if (oversized) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.612Z","updatedAt":"2026-09-18T18:42:32.612Z","url":"https://0.0.0.0:3000/mutants/2083","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2084,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2266,"endLine":2266,"title":"Relational operator mutation at txgraph.cpp:2266","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetRefGraph(arg) == nullptr) return;","mutatedCode":"    if (GetRefGraph(arg) != nullptr) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2266,1 +2266,1 @@\n-    if (GetRefGraph(arg) == nullptr) return;\n+    if (GetRefGraph(arg) != nullptr) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.614Z","updatedAt":"2026-09-18T18:42:32.614Z","url":"https://0.0.0.0:3000/mutants/2084","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2085,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2272,"endLine":2272,"title":"Relational operator mutation at txgraph.cpp:2272","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (cluster == nullptr) return;","mutatedCode":"    if (cluster != nullptr) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2272,1 +2272,1 @@\n-    if (cluster == nullptr) return;\n+    if (cluster != nullptr) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.616Z","updatedAt":"2026-09-18T18:42:32.616Z","url":"https://0.0.0.0:3000/mutants/2085","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2086,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2285,"endLine":2285,"title":"Logical operator mutation at txgraph.cpp:2285","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (GetRefGraph(parent) == nullptr || GetRefGraph(child) == nullptr) return;","mutatedCode":"    if (GetRefGraph(parent) == nullptr && GetRefGraph(child) == nullptr) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2285,1 +2285,1 @@\n-    if (GetRefGraph(parent) == nullptr || GetRefGraph(child) == nullptr) return;\n+    if (GetRefGraph(parent) == nullptr && GetRefGraph(child) == nullptr) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.618Z","updatedAt":"2026-09-18T18:42:32.618Z","url":"https://0.0.0.0:3000/mutants/2086","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2087,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2289,"endLine":2289,"title":"Relational operator mutation at txgraph.cpp:2289","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetRefIndex(parent) == GetRefIndex(child)) return;","mutatedCode":"    if (GetRefIndex(parent) != GetRefIndex(child)) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2289,1 +2289,1 @@\n-    if (GetRefIndex(parent) == GetRefIndex(child)) return;\n+    if (GetRefIndex(parent) != GetRefIndex(child)) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.620Z","updatedAt":"2026-09-18T18:42:32.620Z","url":"https://0.0.0.0:3000/mutants/2087","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2088,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2294,"endLine":2294,"title":"Relational operator mutation at txgraph.cpp:2294","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (par_cluster == nullptr) return;","mutatedCode":"    if (par_cluster != nullptr) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2294,1 +2294,1 @@\n-    if (par_cluster == nullptr) return;\n+    if (par_cluster != nullptr) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.622Z","updatedAt":"2026-09-18T18:42:32.622Z","url":"https://0.0.0.0:3000/mutants/2088","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2089,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2296,"endLine":2296,"title":"Relational operator mutation at txgraph.cpp:2296","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (chl_cluster == nullptr) return;","mutatedCode":"    if (chl_cluster != nullptr) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2296,1 +2296,1 @@\n-    if (chl_cluster == nullptr) return;\n+    if (chl_cluster != nullptr) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.624Z","updatedAt":"2026-09-18T18:42:32.624Z","url":"https://0.0.0.0:3000/mutants/2089","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2090,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2307,"endLine":2307,"title":"Constant replacement mutation at txgraph.cpp:2307","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (GetRefGraph(arg) == nullptr) return false;","mutatedCode":"    if (GetRefGraph(arg) == nullptr) return true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2307,1 +2307,1 @@\n-    if (GetRefGraph(arg) == nullptr) return false;\n+    if (GetRefGraph(arg) == nullptr) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.625Z","updatedAt":"2026-09-18T18:42:32.625Z","url":"https://0.0.0.0:3000/mutants/2090","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2091,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2313,"endLine":2313,"title":"Relational operator mutation at txgraph.cpp:2313","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return cluster != nullptr;","mutatedCode":"    return cluster == nullptr;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2313,1 +2313,1 @@\n-    return cluster != nullptr;\n+    return cluster == nullptr;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.627Z","updatedAt":"2026-09-18T18:42:32.627Z","url":"https://0.0.0.0:3000/mutants/2091","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2092,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2321,"endLine":2321,"title":"Custom mutation at txgraph.cpp:2321","description":null,"mutationOperator":"CUSTOM","originalCode":"    while (!args.empty()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2321,1 +2321,1 @@\n-    while (!args.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.629Z","updatedAt":"2026-09-18T18:42:32.629Z","url":"https://0.0.0.0:3000/mutants/2092","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2093,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2322,"endLine":2322,"title":"Custom mutation at txgraph.cpp:2322","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (args.front().first != this) break;","mutatedCode":"        if (args.front().first != this) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2322,1 +2322,1 @@\n-        if (args.front().first != this) break;\n+        if (args.front().first != this) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.631Z","updatedAt":"2026-09-18T18:42:32.631Z","url":"https://0.0.0.0:3000/mutants/2093","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2094,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2324,"endLine":2324,"title":"Constant replacement mutation at txgraph.cpp:2324","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        args = args.subspan(1);","mutatedCode":"        args = args.subspan(1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2324,1 +2324,1 @@\n-        args = args.subspan(1);\n+        args = args.subspan(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.633Z","updatedAt":"2026-09-18T18:42:32.633Z","url":"https://0.0.0.0:3000/mutants/2094","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2095,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2383,"endLine":2383,"title":"Relational operator mutation at txgraph.cpp:2383","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return start_pos == m_linearization.size();","mutatedCode":"    return start_pos != m_linearization.size();","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2383,1 +2383,1 @@\n-    return start_pos == m_linearization.size();\n+    return start_pos != m_linearization.size();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.635Z","updatedAt":"2026-09-18T18:42:32.635Z","url":"https://0.0.0.0:3000/mutants/2095","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2096,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2431,"endLine":2431,"title":"Relational operator mutation at txgraph.cpp:2431","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetRefGraph(arg) == nullptr) return {};","mutatedCode":"    if (GetRefGraph(arg) != nullptr) return {};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2431,1 +2431,1 @@\n-    if (GetRefGraph(arg) == nullptr) return {};\n+    if (GetRefGraph(arg) != nullptr) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.636Z","updatedAt":"2026-09-18T18:42:32.636Z","url":"https://0.0.0.0:3000/mutants/2096","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2097,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2440,"endLine":2440,"title":"Relational operator mutation at txgraph.cpp:2440","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (cluster == nullptr) return {};","mutatedCode":"    if (cluster != nullptr) return {};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2440,1 +2440,1 @@\n-    if (cluster == nullptr) return {};\n+    if (cluster != nullptr) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.638Z","updatedAt":"2026-09-18T18:42:32.638Z","url":"https://0.0.0.0:3000/mutants/2097","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2098,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2484,"endLine":2484,"title":"Custom mutation at txgraph.cpp:2484","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (GetRefGraph(*arg) == nullptr) continue;","mutatedCode":"        if (GetRefGraph(*arg) == nullptr) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2484,1 +2484,1 @@\n-        if (GetRefGraph(*arg) == nullptr) continue;\n+        if (GetRefGraph(*arg) == nullptr) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.640Z","updatedAt":"2026-09-18T18:42:32.640Z","url":"https://0.0.0.0:3000/mutants/2098","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2099,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2488,"endLine":2488,"title":"Custom mutation at txgraph.cpp:2488","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (cluster == nullptr) continue;","mutatedCode":"        if (cluster == nullptr) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2488,1 +2488,1 @@\n-        if (cluster == nullptr) continue;\n+        if (cluster == nullptr) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.642Z","updatedAt":"2026-09-18T18:42:32.642Z","url":"https://0.0.0.0:3000/mutants/2099","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2100,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2493,"endLine":2493,"title":"Relational operator mutation at txgraph.cpp:2493","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(matches.begin(), matches.end(), [](auto& a, auto& b) noexcept { return CompareClusters(a.first, b.first) < 0; });","mutatedCode":"    std::sort(matches.begin(), matches.end(), [](auto& a, auto& b) noexcept { return CompareClusters(a.first, b.first) > 0; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2493,1 +2493,1 @@\n-    std::sort(matches.begin(), matches.end(), [](auto& a, auto& b) noexcept { return CompareClusters(a.first, b.first) < 0; });\n+    std::sort(matches.begin(), matches.end(), [](auto& a, auto& b) noexcept { return CompareClusters(a.first, b.first) > 0; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.643Z","updatedAt":"2026-09-18T18:42:32.643Z","url":"https://0.0.0.0:3000/mutants/2100","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2101,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2497,"endLine":2497,"title":"Custom mutation at txgraph.cpp:2497","description":null,"mutationOperator":"CUSTOM","originalCode":"    while (!match_span.empty()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2497,1 +2497,1 @@\n-    while (!match_span.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.645Z","updatedAt":"2026-09-18T18:42:32.645Z","url":"https://0.0.0.0:3000/mutants/2101","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2102,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2573,"endLine":2573,"title":"Custom mutation at txgraph.cpp:2573","description":null,"mutationOperator":"CUSTOM","originalCode":"    for (level = 0; level <= GetTopLevel(); ++level) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2573,1 +2573,1 @@\n-    for (level = 0; level <= GetTopLevel(); ++level) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.647Z","updatedAt":"2026-09-18T18:42:32.647Z","url":"https://0.0.0.0:3000/mutants/2102","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2103,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2615,"endLine":2615,"title":"Relational operator mutation at txgraph.cpp:2615","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (clusterset.m_txcount_oversized > 0) {","mutatedCode":"    if (clusterset.m_txcount_oversized < 0) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2615,1 +2615,1 @@\n-    if (clusterset.m_txcount_oversized > 0) {\n+    if (clusterset.m_txcount_oversized < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.649Z","updatedAt":"2026-09-18T18:42:32.649Z","url":"https://0.0.0.0:3000/mutants/2103","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2104,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2635,"endLine":2635,"title":"Constant replacement mutation at txgraph.cpp:2635","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    SplitAll(0);","mutatedCode":"    SplitAll(0 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2635,1 +2635,1 @@\n-    SplitAll(0);\n+    SplitAll(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.651Z","updatedAt":"2026-09-18T18:42:32.651Z","url":"https://0.0.0.0:3000/mutants/2104","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2105,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2636,"endLine":2636,"title":"Constant replacement mutation at txgraph.cpp:2636","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    ApplyDependencies(0);","mutatedCode":"    ApplyDependencies(0 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2636,1 +2636,1 @@\n-    ApplyDependencies(0);\n+    ApplyDependencies(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.653Z","updatedAt":"2026-09-18T18:42:32.653Z","url":"https://0.0.0.0:3000/mutants/2105","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2106,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2671,"endLine":2671,"title":"Relational operator mutation at txgraph.cpp:2671","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (m_main_clusterset.m_to_remove.empty() && m_main_clusterset.m_txcount_oversized > 0) {","mutatedCode":"        if (m_main_clusterset.m_to_remove.empty() && m_main_clusterset.m_txcount_oversized < 0) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2671,1 +2671,1 @@\n-        if (m_main_clusterset.m_to_remove.empty() && m_main_clusterset.m_txcount_oversized > 0) {\n+        if (m_main_clusterset.m_to_remove.empty() && m_main_clusterset.m_txcount_oversized < 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.655Z","updatedAt":"2026-09-18T18:42:32.655Z","url":"https://0.0.0.0:3000/mutants/2106","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2107,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2674,"endLine":2674,"title":"Constant replacement mutation at txgraph.cpp:2674","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            m_main_clusterset.m_oversized = true;","mutatedCode":"            m_main_clusterset.m_oversized = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2674,1 +2674,1 @@\n-            m_main_clusterset.m_oversized = true;\n+            m_main_clusterset.m_oversized = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.656Z","updatedAt":"2026-09-18T18:42:32.656Z","url":"https://0.0.0.0:3000/mutants/2107","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2108,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2705,"endLine":2705,"title":"Custom mutation at txgraph.cpp:2705","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (!stage_sets.empty()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2705,1 +2705,1 @@\n-        while (!stage_sets.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.658Z","updatedAt":"2026-09-18T18:42:32.658Z","url":"https://0.0.0.0:3000/mutants/2108","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2109,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2726,"endLine":2726,"title":"Relational operator mutation at txgraph.cpp:2726","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_depgraph.FeeRate(idx).fee == fee) return;","mutatedCode":"    if (m_depgraph.FeeRate(idx).fee != fee) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2726,1 +2726,1 @@\n-    if (m_depgraph.FeeRate(idx).fee == fee) return;\n+    if (m_depgraph.FeeRate(idx).fee != fee) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.660Z","updatedAt":"2026-09-18T18:42:32.660Z","url":"https://0.0.0.0:3000/mutants/2109","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2110,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2749,"endLine":2749,"title":"Relational operator mutation at txgraph.cpp:2749","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (GetRefGraph(ref) == nullptr) return;","mutatedCode":"    if (GetRefGraph(ref) != nullptr) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2749,1 +2749,1 @@\n-    if (GetRefGraph(ref) == nullptr) return;\n+    if (GetRefGraph(ref) != nullptr) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.662Z","updatedAt":"2026-09-18T18:42:32.662Z","url":"https://0.0.0.0:3000/mutants/2110","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2111,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2794,"endLine":2794,"title":"Custom mutation at txgraph.cpp:2794","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (GetRefGraph(*ref) == nullptr) continue;","mutatedCode":"        if (GetRefGraph(*ref) == nullptr) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2794,1 +2794,1 @@\n-        if (GetRefGraph(*ref) == nullptr) continue;\n+        if (GetRefGraph(*ref) == nullptr) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.664Z","updatedAt":"2026-09-18T18:42:32.664Z","url":"https://0.0.0.0:3000/mutants/2111","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2112,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2800,"endLine":2800,"title":"Relational operator mutation at txgraph.cpp:2800","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(clusters.begin(), clusters.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) < 0; });","mutatedCode":"    std::sort(clusters.begin(), clusters.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) > 0; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2800,1 +2800,1 @@\n-    std::sort(clusters.begin(), clusters.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) < 0; });\n+    std::sort(clusters.begin(), clusters.end(), [](Cluster* a, Cluster* b) noexcept { return CompareClusters(a, b) > 0; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.666Z","updatedAt":"2026-09-18T18:42:32.666Z","url":"https://0.0.0.0:3000/mutants/2112","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2113,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2804,"endLine":2804,"title":"Relational operator mutation at txgraph.cpp:2804","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        ret += (cluster != last);","mutatedCode":"        ret += (cluster == last);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2804,1 +2804,1 @@\n-        ret += (cluster != last);\n+        ret += (cluster == last);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.668Z","updatedAt":"2026-09-18T18:42:32.668Z","url":"https://0.0.0.0:3000/mutants/2113","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2114,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2813,"endLine":2813,"title":"Constant replacement mutation at txgraph.cpp:2813","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    MakeAllAcceptable(0);","mutatedCode":"    MakeAllAcceptable(0 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2813,1 +2813,1 @@\n-    MakeAllAcceptable(0);\n+    MakeAllAcceptable(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.670Z","updatedAt":"2026-09-18T18:42:32.670Z","url":"https://0.0.0.0:3000/mutants/2114","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2115,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2815,"endLine":2815,"title":"Constant replacement mutation at txgraph.cpp:2815","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    MakeAllAcceptable(1);","mutatedCode":"    MakeAllAcceptable(1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2815,1 +2815,1 @@\n-    MakeAllAcceptable(1);\n+    MakeAllAcceptable(1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.672Z","updatedAt":"2026-09-18T18:42:32.672Z","url":"https://0.0.0.0:3000/mutants/2115","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2116,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2831,"endLine":2831,"title":"Relational operator mutation at txgraph.cpp:2831","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(main_feerates.begin(), main_feerates.end(), [](auto& a, auto& b) { return a > b; });","mutatedCode":"    std::sort(main_feerates.begin(), main_feerates.end(), [](auto& a, auto& b) { return a < b; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2831,1 +2831,1 @@\n-    std::sort(main_feerates.begin(), main_feerates.end(), [](auto& a, auto& b) { return a > b; });\n+    std::sort(main_feerates.begin(), main_feerates.end(), [](auto& a, auto& b) { return a < b; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.674Z","updatedAt":"2026-09-18T18:42:32.674Z","url":"https://0.0.0.0:3000/mutants/2116","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2117,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2832,"endLine":2832,"title":"Relational operator mutation at txgraph.cpp:2832","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    std::sort(staging_feerates.begin(), staging_feerates.end(), [](auto& a, auto& b) { return a > b; });","mutatedCode":"    std::sort(staging_feerates.begin(), staging_feerates.end(), [](auto& a, auto& b) { return a < b; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2832,1 +2832,1 @@\n-    std::sort(staging_feerates.begin(), staging_feerates.end(), [](auto& a, auto& b) { return a > b; });\n+    std::sort(staging_feerates.begin(), staging_feerates.end(), [](auto& a, auto& b) { return a < b; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.676Z","updatedAt":"2026-09-18T18:42:32.676Z","url":"https://0.0.0.0:3000/mutants/2117","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2118,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2856,"endLine":2856,"title":"Statement deletion mutation at txgraph.cpp:2856","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (m_linearization.empty()) return;","mutatedCode":"    // if (m_linearization.empty()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2856,1 +2856,1 @@\n-    if (m_linearization.empty()) return;\n+    // if (m_linearization.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.678Z","updatedAt":"2026-09-18T18:42:32.678Z","url":"https://0.0.0.0:3000/mutants/2118","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2119,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2870,"endLine":2870,"title":"Logical operator mutation at txgraph.cpp:2870","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (level == 0 && IsAcceptable()) {","mutatedCode":"        if (level == 0 || IsAcceptable()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2870,1 +2870,1 @@\n-        if (level == 0 && IsAcceptable()) {\n+        if (level == 0 || IsAcceptable()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.679Z","updatedAt":"2026-09-18T18:42:32.679Z","url":"https://0.0.0.0:3000/mutants/2119","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2120,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2873,"endLine":2873,"title":"Conditional operator mutation at txgraph.cpp:2873","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (!linchunking[chunk_num].transactions[lin_pos]) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2873,1 +2873,1 @@\n-            if (!linchunking[chunk_num].transactions[lin_pos]) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.681Z","updatedAt":"2026-09-18T18:42:32.681Z","url":"https://0.0.0.0:3000/mutants/2120","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2121,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2878,"endLine":2878,"title":"Conditional operator mutation at txgraph.cpp:2878","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (linchunking[chunk_num].feerate << equal_feerate_prefix) {","mutatedCode":"                if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2878,1 +2878,1 @@\n-                if (linchunking[chunk_num].feerate << equal_feerate_prefix) {\n+                if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.683Z","updatedAt":"2026-09-18T18:42:32.683Z","url":"https://0.0.0.0:3000/mutants/2121","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2122,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2890,"endLine":2890,"title":"Relational operator mutation at txgraph.cpp:2890","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                bool is_chunk_end = (chunk_pos == linchunking[chunk_num].transactions.Count());","mutatedCode":"                bool is_chunk_end = (chunk_pos != linchunking[chunk_num].transactions.Count());","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2890,1 +2890,1 @@\n-                bool is_chunk_end = (chunk_pos == linchunking[chunk_num].transactions.Count());\n+                bool is_chunk_end = (chunk_pos != linchunking[chunk_num].transactions.Count());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.685Z","updatedAt":"2026-09-18T18:42:32.685Z","url":"https://0.0.0.0:3000/mutants/2122","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2123,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2892,"endLine":2892,"title":"Conditional operator mutation at txgraph.cpp:2892","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"                if (is_chunk_end) {","mutatedCode":"                if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2892,1 +2892,1 @@\n-                if (is_chunk_end) {\n+                if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.687Z","updatedAt":"2026-09-18T18:42:32.687Z","url":"https://0.0.0.0:3000/mutants/2123","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2124,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2945,"endLine":2945,"title":"Constant replacement mutation at txgraph.cpp:2945","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool compact_possible{true};","mutatedCode":"    bool compact_possible{false};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2945,1 +2945,1 @@\n-    bool compact_possible{true};\n+    bool compact_possible{false};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.689Z","updatedAt":"2026-09-18T18:42:32.689Z","url":"https://0.0.0.0:3000/mutants/2124","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2125,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2948,"endLine":2948,"title":"Relational operator mutation at txgraph.cpp:2948","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (GraphIndex idx = 0; idx < m_entries.size(); ++idx) {","mutatedCode":"    for (GraphIndex idx = 0; idx > m_entries.size(); ++idx) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2948,1 +2948,1 @@\n-    for (GraphIndex idx = 0; idx < m_entries.size(); ++idx) {\n+    for (GraphIndex idx = 0; idx > m_entries.size(); ++idx) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.690Z","updatedAt":"2026-09-18T18:42:32.690Z","url":"https://0.0.0.0:3000/mutants/2125","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2126,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2950,"endLine":2950,"title":"Relational operator mutation at txgraph.cpp:2950","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (entry.m_ref == nullptr) {","mutatedCode":"        if (entry.m_ref != nullptr) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2950,1 +2950,1 @@\n-        if (entry.m_ref == nullptr) {\n+        if (entry.m_ref != nullptr) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.692Z","updatedAt":"2026-09-18T18:42:32.692Z","url":"https://0.0.0.0:3000/mutants/2126","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2127,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2964,"endLine":2964,"title":"Constant replacement mutation at txgraph.cpp:2964","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool was_present{false}, was_removed{false};","mutatedCode":"        bool was_present{true}, was_removed{false};","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2964,1 +2964,1 @@\n-        bool was_present{false}, was_removed{false};\n+        bool was_present{true}, was_removed{false};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.693Z","updatedAt":"2026-09-18T18:42:32.693Z","url":"https://0.0.0.0:3000/mutants/2127","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2128,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2976,"endLine":2976,"title":"Constant replacement mutation at txgraph.cpp:2976","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                was_present = true;","mutatedCode":"                was_present = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2976,1 +2976,1 @@\n-                was_present = true;\n+                was_present = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.695Z","updatedAt":"2026-09-18T18:42:32.695Z","url":"https://0.0.0.0:3000/mutants/2128","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2129,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2984,"endLine":2984,"title":"Constant replacement mutation at txgraph.cpp:2984","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                was_removed = true;","mutatedCode":"                was_removed = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2984,1 +2984,1 @@\n-                was_removed = true;\n+                was_removed = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.696Z","updatedAt":"2026-09-18T18:42:32.696Z","url":"https://0.0.0.0:3000/mutants/2129","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2130,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":2997,"endLine":2997,"title":"Relational operator mutation at txgraph.cpp:2997","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (int qual = 0; qual < int(QualityLevel::NONE); ++qual) {","mutatedCode":"        for (int qual = 0; qual > int(QualityLevel::NONE); ++qual) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -2997,1 +2997,1 @@\n-        for (int qual = 0; qual < int(QualityLevel::NONE); ++qual) {\n+        for (int qual = 0; qual > int(QualityLevel::NONE); ++qual) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.698Z","updatedAt":"2026-09-18T18:42:32.698Z","url":"https://0.0.0.0:3000/mutants/2130","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2131,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3001,"endLine":3001,"title":"Relational operator mutation at txgraph.cpp:3001","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (ClusterSetIndex setindex = 0; setindex < quality_clusters.size(); ++setindex) {","mutatedCode":"            for (ClusterSetIndex setindex = 0; setindex > quality_clusters.size(); ++setindex) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3001,1 +3001,1 @@\n-            for (ClusterSetIndex setindex = 0; setindex < quality_clusters.size(); ++setindex) {\n+            for (ClusterSetIndex setindex = 0; setindex > quality_clusters.size(); ++setindex) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.700Z","updatedAt":"2026-09-18T18:42:32.700Z","url":"https://0.0.0.0:3000/mutants/2131","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2132,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3030,"endLine":3030,"title":"Relational operator mutation at txgraph.cpp:3030","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (cluster.GetTxCount() != 0) {","mutatedCode":"                if (cluster.GetTxCount() == 0) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3030,1 +3030,1 @@\n-                if (cluster.GetTxCount() != 0) {\n+                if (cluster.GetTxCount() == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.701Z","updatedAt":"2026-09-18T18:42:32.701Z","url":"https://0.0.0.0:3000/mutants/2132","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2133,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3072,"endLine":3072,"title":"Statement deletion mutation at txgraph.cpp:3072","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            actual_removed.erase(i);","mutatedCode":"            // actual_removed.erase(i);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3072,1 +3072,1 @@\n-            actual_removed.erase(i);\n+            // actual_removed.erase(i);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.703Z","updatedAt":"2026-09-18T18:42:32.703Z","url":"https://0.0.0.0:3000/mutants/2133","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2134,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3073,"endLine":3073,"title":"Statement deletion mutation at txgraph.cpp:3073","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            expected_removed[level].erase(i);","mutatedCode":"            // expected_removed[level].erase(i);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3073,1 +3073,1 @@\n-            expected_removed[level].erase(i);\n+            // expected_removed[level].erase(i);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.705Z","updatedAt":"2026-09-18T18:42:32.705Z","url":"https://0.0.0.0:3000/mutants/2134","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2135,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3079,"endLine":3079,"title":"Constant replacement mutation at txgraph.cpp:3079","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!clusterset.m_deps_to_add.empty()) compact_possible = false;","mutatedCode":"        if (!clusterset.m_deps_to_add.empty()) compact_possible = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3079,1 +3079,1 @@\n-        if (!clusterset.m_deps_to_add.empty()) compact_possible = false;\n+        if (!clusterset.m_deps_to_add.empty()) compact_possible = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.706Z","updatedAt":"2026-09-18T18:42:32.706Z","url":"https://0.0.0.0:3000/mutants/2135","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2136,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3080,"endLine":3080,"title":"Constant replacement mutation at txgraph.cpp:3080","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!clusterset.m_to_remove.empty()) compact_possible = false;","mutatedCode":"        if (!clusterset.m_to_remove.empty()) compact_possible = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3080,1 +3080,1 @@\n-        if (!clusterset.m_to_remove.empty()) compact_possible = false;\n+        if (!clusterset.m_to_remove.empty()) compact_possible = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.708Z","updatedAt":"2026-09-18T18:42:32.708Z","url":"https://0.0.0.0:3000/mutants/2136","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2137,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3081,"endLine":3081,"title":"Constant replacement mutation at txgraph.cpp:3081","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!clusterset.m_removed.empty()) compact_possible = false;","mutatedCode":"        if (!clusterset.m_removed.empty()) compact_possible = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3081,1 +3081,1 @@\n-        if (!clusterset.m_removed.empty()) compact_possible = false;\n+        if (!clusterset.m_removed.empty()) compact_possible = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.709Z","updatedAt":"2026-09-18T18:42:32.709Z","url":"https://0.0.0.0:3000/mutants/2137","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2138,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3120,"endLine":3120,"title":"Arithmetic operator mutation at txgraph.cpp:3120","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        for (int level = GetTopLevel(); level >= 0; --level) {","mutatedCode":"        for (int level = GetTopLevel(); level >= 0; ++level) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3120,1 +3120,1 @@\n-        for (int level = GetTopLevel(); level >= 0; --level) {\n+        for (int level = GetTopLevel(); level >= 0; ++level) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.711Z","updatedAt":"2026-09-18T18:42:32.711Z","url":"https://0.0.0.0:3000/mutants/2138","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2139,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3122,"endLine":3122,"title":"Custom mutation at txgraph.cpp:3122","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (level == 0 && m_main_chunkindex_observers != 0) continue;","mutatedCode":"            if (level == 0 && m_main_chunkindex_observers != 0) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3122,1 +3122,1 @@\n-            if (level == 0 && m_main_chunkindex_observers != 0) continue;\n+            if (level == 0 && m_main_chunkindex_observers != 0) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.712Z","updatedAt":"2026-09-18T18:42:32.712Z","url":"https://0.0.0.0:3000/mutants/2139","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2140,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3126,"endLine":3126,"title":"Custom mutation at txgraph.cpp:3126","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (clusterset.m_oversized == true) continue;","mutatedCode":"            if (clusterset.m_oversized == true) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3126,1 +3126,1 @@\n-            if (clusterset.m_oversized == true) continue;\n+            if (clusterset.m_oversized == true) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.714Z","updatedAt":"2026-09-18T18:42:32.714Z","url":"https://0.0.0.0:3000/mutants/2140","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2141,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3129,"endLine":3129,"title":"Constant replacement mutation at txgraph.cpp:3129","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (cost_done >= max_cost) return false;","mutatedCode":"                if (cost_done >= max_cost) return true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3129,1 +3129,1 @@\n-                if (cost_done >= max_cost) return false;\n+                if (cost_done >= max_cost) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.715Z","updatedAt":"2026-09-18T18:42:32.715Z","url":"https://0.0.0.0:3000/mutants/2141","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2142,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3134,"endLine":3134,"title":"Arithmetic operator mutation at txgraph.cpp:3134","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                auto cost_now = max_cost - cost_done;","mutatedCode":"                auto cost_now = max_cost + cost_done;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3134,1 +3134,1 @@\n-                auto cost_now = max_cost - cost_done;\n+                auto cost_now = max_cost + cost_done;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.717Z","updatedAt":"2026-09-18T18:42:32.717Z","url":"https://0.0.0.0:3000/mutants/2142","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2143,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3149,"endLine":3149,"title":"Constant replacement mutation at txgraph.cpp:3149","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (!improved) return false;","mutatedCode":"                if (!improved) return true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3149,1 +3149,1 @@\n-                if (!improved) return false;\n+                if (!improved) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.718Z","updatedAt":"2026-09-18T18:42:32.718Z","url":"https://0.0.0.0:3000/mutants/2143","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2144,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3162,"endLine":3162,"title":"Relational operator mutation at txgraph.cpp:3162","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_cur_iter == m_graph->m_main_chunkindex.end()) return;","mutatedCode":"    if (m_cur_iter != m_graph->m_main_chunkindex.end()) return;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3162,1 +3162,1 @@\n-    if (m_cur_iter == m_graph->m_main_chunkindex.end()) return;\n+    if (m_cur_iter != m_graph->m_main_chunkindex.end()) return;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.720Z","updatedAt":"2026-09-18T18:42:32.720Z","url":"https://0.0.0.0:3000/mutants/2144","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2145,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3167,"endLine":3167,"title":"Custom mutation at txgraph.cpp:3167","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (m_cur_iter == m_graph->m_main_chunkindex.end()) break;","mutatedCode":"        if (m_cur_iter == m_graph->m_main_chunkindex.end()) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3167,1 +3167,1 @@\n-        if (m_cur_iter == m_graph->m_main_chunkindex.end()) break;\n+        if (m_cur_iter == m_graph->m_main_chunkindex.end()) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.722Z","updatedAt":"2026-09-18T18:42:32.722Z","url":"https://0.0.0.0:3000/mutants/2145","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2146,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3172,"endLine":3172,"title":"Constant replacement mutation at txgraph.cpp:3172","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        m_known_end_of_cluster = false;","mutatedCode":"        m_known_end_of_cluster = true;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3172,1 +3172,1 @@\n-        m_known_end_of_cluster = false;\n+        m_known_end_of_cluster = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.724Z","updatedAt":"2026-09-18T18:42:32.724Z","url":"https://0.0.0.0:3000/mutants/2146","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2147,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3174,"endLine":3174,"title":"Custom mutation at txgraph.cpp:3174","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (!m_excluded_clusters.contains(m_cur_cluster->m_sequence)) break;","mutatedCode":"        if (!m_excluded_clusters.contains(m_cur_cluster->m_sequence)) continue;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3174,1 +3174,1 @@\n-        if (!m_excluded_clusters.contains(m_cur_cluster->m_sequence)) break;\n+        if (!m_excluded_clusters.contains(m_cur_cluster->m_sequence)) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.726Z","updatedAt":"2026-09-18T18:42:32.726Z","url":"https://0.0.0.0:3000/mutants/2147","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2148,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3182,"endLine":3182,"title":"Relational operator mutation at txgraph.cpp:3182","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_cur_iter != m_graph->m_main_chunkindex.end()) {","mutatedCode":"    if (m_cur_iter == m_graph->m_main_chunkindex.end()) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3182,1 +3182,1 @@\n-    if (m_cur_iter != m_graph->m_main_chunkindex.end()) {\n+    if (m_cur_iter == m_graph->m_main_chunkindex.end()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.728Z","updatedAt":"2026-09-18T18:42:32.728Z","url":"https://0.0.0.0:3000/mutants/2148","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2149,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3186,"endLine":3186,"title":"Relational operator mutation at txgraph.cpp:3186","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (chunk_data.m_chunk_count == LinearizationIndex(-1)) {","mutatedCode":"        if (chunk_data.m_chunk_count != LinearizationIndex(-1)) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3186,1 +3186,1 @@\n-        if (chunk_data.m_chunk_count == LinearizationIndex(-1)) {\n+        if (chunk_data.m_chunk_count != LinearizationIndex(-1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.730Z","updatedAt":"2026-09-18T18:42:32.730Z","url":"https://0.0.0.0:3000/mutants/2149","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2150,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3192,"endLine":3192,"title":"Constant replacement mutation at txgraph.cpp:3192","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            m_known_end_of_cluster = true;","mutatedCode":"            m_known_end_of_cluster = false;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3192,1 +3192,1 @@\n-            m_known_end_of_cluster = true;\n+            m_known_end_of_cluster = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.732Z","updatedAt":"2026-09-18T18:42:32.732Z","url":"https://0.0.0.0:3000/mutants/2150","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2151,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3196,"endLine":3196,"title":"Arithmetic operator mutation at txgraph.cpp:3196","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            auto start_pos = chunk_end_entry.m_main_lin_index + 1 - chunk_data.m_chunk_count;","mutatedCode":"            auto start_pos = chunk_end_entry.m_main_lin_index + 1 + chunk_data.m_chunk_count;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3196,1 +3196,1 @@\n-            auto start_pos = chunk_end_entry.m_main_lin_index + 1 - chunk_data.m_chunk_count;\n+            auto start_pos = chunk_end_entry.m_main_lin_index + 1 + chunk_data.m_chunk_count;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.734Z","updatedAt":"2026-09-18T18:42:32.734Z","url":"https://0.0.0.0:3000/mutants/2151","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2152,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3210,"endLine":3210,"title":"Constant replacement mutation at txgraph.cpp:3210","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    m_graph->MakeAllAcceptable(0);","mutatedCode":"    m_graph->MakeAllAcceptable(0 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3210,1 +3210,1 @@\n-    m_graph->MakeAllAcceptable(0);\n+    m_graph->MakeAllAcceptable(0 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.736Z","updatedAt":"2026-09-18T18:42:32.736Z","url":"https://0.0.0.0:3000/mutants/2152","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2153,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3231,"endLine":3231,"title":"Arithmetic operator mutation at txgraph.cpp:3231","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    --m_graph->m_main_chunkindex_observers;","mutatedCode":"    ++m_graph->m_main_chunkindex_observers;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3231,1 +3231,1 @@\n-    --m_graph->m_main_chunkindex_observers;\n+    ++m_graph->m_main_chunkindex_observers;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.738Z","updatedAt":"2026-09-18T18:42:32.738Z","url":"https://0.0.0.0:3000/mutants/2153","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2154,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3247,"endLine":3247,"title":"Logical operator mutation at txgraph.cpp:3247","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (m_cur_cluster != nullptr && !m_known_end_of_cluster) {","mutatedCode":"    if (m_cur_cluster != nullptr || !m_known_end_of_cluster) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3247,1 +3247,1 @@\n-    if (m_cur_cluster != nullptr && !m_known_end_of_cluster) {\n+    if (m_cur_cluster != nullptr || !m_known_end_of_cluster) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.740Z","updatedAt":"2026-09-18T18:42:32.740Z","url":"https://0.0.0.0:3000/mutants/2154","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2155,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3269,"endLine":3269,"title":"Logical operator mutation at txgraph.cpp:3269","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"        if (chunk_data.m_chunk_count == LinearizationIndex(-1) || chunk_data.m_chunk_count == 1)  {","mutatedCode":"        if (chunk_data.m_chunk_count == LinearizationIndex(-1) && chunk_data.m_chunk_count == 1)  {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3269,1 +3269,1 @@\n-        if (chunk_data.m_chunk_count == LinearizationIndex(-1) || chunk_data.m_chunk_count == 1)  {\n+        if (chunk_data.m_chunk_count == LinearizationIndex(-1) && chunk_data.m_chunk_count == 1)  {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.742Z","updatedAt":"2026-09-18T18:42:32.742Z","url":"https://0.0.0.0:3000/mutants/2155","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2156,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3293,"endLine":3293,"title":"Constant replacement mutation at txgraph.cpp:3293","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    if (clusterset.m_oversized == false) return ret;","mutatedCode":"    if (clusterset.m_oversized == true) return ret;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3293,1 +3293,1 @@\n-    if (clusterset.m_oversized == false) return ret;\n+    if (clusterset.m_oversized == true) return ret;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.744Z","updatedAt":"2026-09-18T18:42:32.744Z","url":"https://0.0.0.0:3000/mutants/2156","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2157,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3341,"endLine":3341,"title":"Relational operator mutation at txgraph.cpp:3341","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return a->m_chunk_feerate < b->m_chunk_feerate;","mutatedCode":"        return a->m_chunk_feerate > b->m_chunk_feerate;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3341,1 +3341,1 @@\n-        return a->m_chunk_feerate < b->m_chunk_feerate;\n+        return a->m_chunk_feerate > b->m_chunk_feerate;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.746Z","updatedAt":"2026-09-18T18:42:32.746Z","url":"https://0.0.0.0:3000/mutants/2157","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2158,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3346,"endLine":3346,"title":"Relational operator mutation at txgraph.cpp:3346","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        while (arg != arg->m_uf_parent) {","mutatedCode":"        while (arg == arg->m_uf_parent) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3346,1 +3346,1 @@\n-        while (arg != arg->m_uf_parent) {\n+        while (arg == arg->m_uf_parent) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.748Z","updatedAt":"2026-09-18T18:42:32.748Z","url":"https://0.0.0.0:3000/mutants/2158","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2159,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3379,"endLine":3379,"title":"Relational operator mutation at txgraph.cpp:3379","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return elem.m_index < idx;","mutatedCode":"            return elem.m_index > idx;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3379,1 +3379,1 @@\n-            return elem.m_index < idx;\n+            return elem.m_index > idx;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.749Z","updatedAt":"2026-09-18T18:42:32.749Z","url":"https://0.0.0.0:3000/mutants/2159","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2160,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3401,"endLine":3401,"title":"Custom mutation at txgraph.cpp:3401","description":null,"mutationOperator":"CUSTOM","originalCode":"        if (trim_data.size() <= m_max_cluster_count && size <= m_max_cluster_size) continue;","mutatedCode":"        if (trim_data.size() <= m_max_cluster_count && size <= m_max_cluster_size) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3401,1 +3401,1 @@\n-        if (trim_data.size() <= m_max_cluster_count && size <= m_max_cluster_size) continue;\n+        if (trim_data.size() <= m_max_cluster_count && size <= m_max_cluster_size) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.751Z","updatedAt":"2026-09-18T18:42:32.751Z","url":"https://0.0.0.0:3000/mutants/2160","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2161,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3405,"endLine":3405,"title":"Relational operator mutation at txgraph.cpp:3405","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        std::sort(trim_data.begin(), trim_data.end(), [](auto& a, auto& b) noexcept { return a.m_index < b.m_index; });","mutatedCode":"        std::sort(trim_data.begin(), trim_data.end(), [](auto& a, auto& b) noexcept { return a.m_index > b.m_index; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3405,1 +3405,1 @@\n-        std::sort(trim_data.begin(), trim_data.end(), [](auto& a, auto& b) noexcept { return a.m_index < b.m_index; });\n+        std::sort(trim_data.begin(), trim_data.end(), [](auto& a, auto& b) noexcept { return a.m_index > b.m_index; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.753Z","updatedAt":"2026-09-18T18:42:32.753Z","url":"https://0.0.0.0:3000/mutants/2161","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2162,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3409,"endLine":3409,"title":"Arithmetic operator mutation at txgraph.cpp:3409","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                             clusterset.m_deps_to_add.begin() + group_data.m_deps_offset,","mutatedCode":"                             clusterset.m_deps_to_add.begin() - group_data.m_deps_offset,","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3409,1 +3409,1 @@\n-                             clusterset.m_deps_to_add.begin() + group_data.m_deps_offset,\n+                             clusterset.m_deps_to_add.begin() - group_data.m_deps_offset,\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.755Z","updatedAt":"2026-09-18T18:42:32.755Z","url":"https://0.0.0.0:3000/mutants/2162","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2163,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3410,"endLine":3410,"title":"Arithmetic operator mutation at txgraph.cpp:3410","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                             clusterset.m_deps_to_add.begin() + group_data.m_deps_offset + group_data.m_deps_count);","mutatedCode":"                             clusterset.m_deps_to_add.begin() - group_data.m_deps_offset + group_data.m_deps_count);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3410,1 +3410,1 @@\n-                             clusterset.m_deps_to_add.begin() + group_data.m_deps_offset + group_data.m_deps_count);\n+                             clusterset.m_deps_to_add.begin() - group_data.m_deps_offset + group_data.m_deps_count);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.757Z","updatedAt":"2026-09-18T18:42:32.757Z","url":"https://0.0.0.0:3000/mutants/2163","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2164,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3414,"endLine":3414,"title":"Relational operator mutation at txgraph.cpp:3414","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        std::sort(deps_by_child.begin(), deps_by_child.end(), [](auto& a, auto& b) noexcept { return a.second < b.second; });","mutatedCode":"        std::sort(deps_by_child.begin(), deps_by_child.end(), [](auto& a, auto& b) noexcept { return a.second > b.second; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3414,1 +3414,1 @@\n-        std::sort(deps_by_child.begin(), deps_by_child.end(), [](auto& a, auto& b) noexcept { return a.second < b.second; });\n+        std::sort(deps_by_child.begin(), deps_by_child.end(), [](auto& a, auto& b) noexcept { return a.second > b.second; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.759Z","updatedAt":"2026-09-18T18:42:32.759Z","url":"https://0.0.0.0:3000/mutants/2164","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2165,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3419,"endLine":3419,"title":"Relational operator mutation at txgraph.cpp:3419","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (auto trim_it = trim_data.begin(); trim_it != trim_data.end(); ++trim_it) {","mutatedCode":"        for (auto trim_it = trim_data.begin(); trim_it == trim_data.end(); ++trim_it) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3419,1 +3419,1 @@\n-        for (auto trim_it = trim_data.begin(); trim_it != trim_data.end(); ++trim_it) {\n+        for (auto trim_it = trim_data.begin(); trim_it == trim_data.end(); ++trim_it) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.761Z","updatedAt":"2026-09-18T18:42:32.761Z","url":"https://0.0.0.0:3000/mutants/2165","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2166,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3420,"endLine":3420,"title":"Arithmetic operator mutation at txgraph.cpp:3420","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            trim_it->m_parent_offset = deps_it - deps_by_child.begin();","mutatedCode":"            trim_it->m_parent_offset = deps_it + deps_by_child.begin();","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3420,1 +3420,1 @@\n-            trim_it->m_parent_offset = deps_it - deps_by_child.begin();\n+            trim_it->m_parent_offset = deps_it + deps_by_child.begin();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.763Z","updatedAt":"2026-09-18T18:42:32.763Z","url":"https://0.0.0.0:3000/mutants/2166","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2167,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3422,"endLine":3422,"title":"Logical operator mutation at txgraph.cpp:3422","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            while (deps_it != deps_by_child.end() && deps_it->second == trim_it->m_index) {","mutatedCode":"            while (deps_it != deps_by_child.end() || deps_it->second == trim_it->m_index) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3422,1 +3422,1 @@\n-            while (deps_it != deps_by_child.end() && deps_it->second == trim_it->m_index) {\n+            while (deps_it != deps_by_child.end() || deps_it->second == trim_it->m_index) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.765Z","updatedAt":"2026-09-18T18:42:32.765Z","url":"https://0.0.0.0:3000/mutants/2167","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2168,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3429,"endLine":3429,"title":"Logical operator mutation at txgraph.cpp:3429","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            if (trim_it->m_deps_left == 0 && trim_it->m_tx_size <= m_max_cluster_size) {","mutatedCode":"            if (trim_it->m_deps_left == 0 || trim_it->m_tx_size <= m_max_cluster_size) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3429,1 +3429,1 @@\n-            if (trim_it->m_deps_left == 0 && trim_it->m_tx_size <= m_max_cluster_size) {\n+            if (trim_it->m_deps_left == 0 || trim_it->m_tx_size <= m_max_cluster_size) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.766Z","updatedAt":"2026-09-18T18:42:32.766Z","url":"https://0.0.0.0:3000/mutants/2168","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2169,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3438,"endLine":3438,"title":"Relational operator mutation at txgraph.cpp:3438","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        std::sort(deps_by_parent.begin(), deps_by_parent.end(), [](auto& a, auto& b) noexcept { return a.first < b.first; });","mutatedCode":"        std::sort(deps_by_parent.begin(), deps_by_parent.end(), [](auto& a, auto& b) noexcept { return a.first > b.first; });","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3438,1 +3438,1 @@\n-        std::sort(deps_by_parent.begin(), deps_by_parent.end(), [](auto& a, auto& b) noexcept { return a.first < b.first; });\n+        std::sort(deps_by_parent.begin(), deps_by_parent.end(), [](auto& a, auto& b) noexcept { return a.first > b.first; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.769Z","updatedAt":"2026-09-18T18:42:32.769Z","url":"https://0.0.0.0:3000/mutants/2169","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2170,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3445,"endLine":3445,"title":"Arithmetic operator mutation at txgraph.cpp:3445","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            trim_entry.m_children_offset = deps_it - deps_by_parent.begin();","mutatedCode":"            trim_entry.m_children_offset = deps_it + deps_by_parent.begin();","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3445,1 +3445,1 @@\n-            trim_entry.m_children_offset = deps_it - deps_by_parent.begin();\n+            trim_entry.m_children_offset = deps_it + deps_by_parent.begin();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.770Z","updatedAt":"2026-09-18T18:42:32.770Z","url":"https://0.0.0.0:3000/mutants/2170","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2171,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3446,"endLine":3446,"title":"Logical operator mutation at txgraph.cpp:3446","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"            while (deps_it != deps_by_parent.end() && deps_it->first == trim_entry.m_index) {","mutatedCode":"            while (deps_it != deps_by_parent.end() || deps_it->first == trim_entry.m_index) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3446,1 +3446,1 @@\n-            while (deps_it != deps_by_parent.end() && deps_it->first == trim_entry.m_index) {\n+            while (deps_it != deps_by_parent.end() || deps_it->first == trim_entry.m_index) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.773Z","updatedAt":"2026-09-18T18:42:32.773Z","url":"https://0.0.0.0:3000/mutants/2171","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2172,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3468,"endLine":3468,"title":"Custom mutation at txgraph.cpp:3468","description":null,"mutationOperator":"CUSTOM","originalCode":"        while (!trim_heap.empty()) {","mutatedCode":";","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3468,1 +3468,1 @@\n-        while (!trim_heap.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.775Z","updatedAt":"2026-09-18T18:42:32.775Z","url":"https://0.0.0.0:3000/mutants/2172","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2173,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3487,"endLine":3487,"title":"Statement deletion mutation at txgraph.cpp:3487","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            current_deps.erase(std::unique(current_deps.begin(), current_deps.end()), current_deps.end());","mutatedCode":"            // current_deps.erase(std::unique(current_deps.begin(), current_deps.end()), current_deps.end());","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3487,1 +3487,1 @@\n-            current_deps.erase(std::unique(current_deps.begin(), current_deps.end()), current_deps.end());\n+            // current_deps.erase(std::unique(current_deps.begin(), current_deps.end()), current_deps.end());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.776Z","updatedAt":"2026-09-18T18:42:32.776Z","url":"https://0.0.0.0:3000/mutants/2173","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2174,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3497,"endLine":3497,"title":"Custom mutation at txgraph.cpp:3497","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (new_count > m_max_cluster_count || new_size > m_max_cluster_size) continue;","mutatedCode":"            if (new_count > m_max_cluster_count || new_size > m_max_cluster_size) break;","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3497,1 +3497,1 @@\n-            if (new_count > m_max_cluster_count || new_size > m_max_cluster_size) continue;\n+            if (new_count > m_max_cluster_count || new_size > m_max_cluster_size) break;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.779Z","updatedAt":"2026-09-18T18:42:32.779Z","url":"https://0.0.0.0:3000/mutants/2174","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2175,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3503,"endLine":3503,"title":"Constant replacement mutation at txgraph.cpp:3503","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            entry.m_deps_left = uint32_t(-1);","mutatedCode":"            entry.m_deps_left = uint32_t(-1 - 1);","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3503,1 +3503,1 @@\n-            entry.m_deps_left = uint32_t(-1);\n+            entry.m_deps_left = uint32_t(-1 - 1);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.780Z","updatedAt":"2026-09-18T18:42:32.780Z","url":"https://0.0.0.0:3000/mutants/2175","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2176,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3511,"endLine":3511,"title":"Arithmetic operator mutation at txgraph.cpp:3511","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                if (--chl_it->m_deps_left == 0) {","mutatedCode":"                if (++chl_it->m_deps_left == 0) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3511,1 +3511,1 @@\n-                if (--chl_it->m_deps_left == 0) {\n+                if (++chl_it->m_deps_left == 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.782Z","updatedAt":"2026-09-18T18:42:32.782Z","url":"https://0.0.0.0:3000/mutants/2176","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2177,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3523,"endLine":3523,"title":"Relational operator mutation at txgraph.cpp:3523","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (trim_entry.m_deps_left != uint32_t(-1)) {","mutatedCode":"            if (trim_entry.m_deps_left == uint32_t(-1)) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3523,1 +3523,1 @@\n-            if (trim_entry.m_deps_left != uint32_t(-1)) {\n+            if (trim_entry.m_deps_left == uint32_t(-1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.784Z","updatedAt":"2026-09-18T18:42:32.784Z","url":"https://0.0.0.0:3000/mutants/2177","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2178,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3554,"endLine":3554,"title":"Conditional operator mutation at txgraph.cpp:3554","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (m_graph) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3554,1 +3554,1 @@\n-    if (m_graph) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.785Z","updatedAt":"2026-09-18T18:42:32.785Z","url":"https://0.0.0.0:3000/mutants/2178","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2179,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/txgraph.cpp","startLine":3561,"endLine":3561,"title":"Logical operator mutation at txgraph.cpp:3561","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"TxGraph::Ref::Ref(Ref&& other) noexcept","mutatedCode":"TxGraph::Ref::Ref(Ref|| other) noexcept","diff":"--- a/src/txgraph.cpp\n+++ b/src/txgraph.cpp\n@@ -3561,1 +3561,1 @@\n-TxGraph::Ref::Ref(Ref&& other) noexcept\n+TxGraph::Ref::Ref(Ref|| other) noexcept\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=txgraph_tests && FUZZ=txgraph ./build/bin/fuzz qa-assets/fuzz_corpora/txgraph","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.787Z","updatedAt":"2026-09-18T18:42:32.787Z","url":"https://0.0.0.0:3000/mutants/2179","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2180,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":91,"endLine":91,"title":"Relational operator mutation at asmap.cpp:91","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (auto bit_sizes_it = bit_sizes.begin(); bit_sizes_it != bit_sizes.end(); ++bit_sizes_it) {","mutatedCode":"    for (auto bit_sizes_it = bit_sizes.begin(); bit_sizes_it == bit_sizes.end(); ++bit_sizes_it) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -91,1 +91,1 @@\n-    for (auto bit_sizes_it = bit_sizes.begin(); bit_sizes_it != bit_sizes.end(); ++bit_sizes_it) {\n+    for (auto bit_sizes_it = bit_sizes.begin(); bit_sizes_it == bit_sizes.end(); ++bit_sizes_it) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.789Z","updatedAt":"2026-09-18T18:42:32.789Z","url":"https://0.0.0.0:3000/mutants/2180","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2181,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":93,"endLine":93,"title":"Relational operator mutation at asmap.cpp:93","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (bit_sizes_it + 1 != bit_sizes.end()) {  // Unless we're in the last class","mutatedCode":"        if (bit_sizes_it + 1 == bit_sizes.end()) {  // Unless we're in the last class","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -93,1 +93,1 @@\n-        if (bit_sizes_it + 1 != bit_sizes.end()) {  // Unless we're in the last class\n+        if (bit_sizes_it + 1 == bit_sizes.end()) {  // Unless we're in the last class\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.792Z","updatedAt":"2026-09-18T18:42:32.792Z","url":"https://0.0.0.0:3000/mutants/2181","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2182,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":94,"endLine":94,"title":"Custom mutation at asmap.cpp:94","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (bitpos >= data.size() * 8) break;","mutatedCode":"            if (bitpos >= data.size() * 8) continue;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -94,1 +94,1 @@\n-            if (bitpos >= data.size() * 8) break;\n+            if (bitpos >= data.size() * 8) continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.794Z","updatedAt":"2026-09-18T18:42:32.794Z","url":"https://0.0.0.0:3000/mutants/2182","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2183,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":99,"endLine":99,"title":"Conditional operator mutation at asmap.cpp:99","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (bit) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -99,1 +99,1 @@\n-        if (bit) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.796Z","updatedAt":"2026-09-18T18:42:32.796Z","url":"https://0.0.0.0:3000/mutants/2183","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2184,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":105,"endLine":105,"title":"Relational operator mutation at asmap.cpp:105","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (int b = 0; b < *bit_sizes_it; b++) {","mutatedCode":"            for (int b = 0; b > *bit_sizes_it; b++) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -105,1 +105,1 @@\n-            for (int b = 0; b < *bit_sizes_it; b++) {\n+            for (int b = 0; b > *bit_sizes_it; b++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.798Z","updatedAt":"2026-09-18T18:42:32.798Z","url":"https://0.0.0.0:3000/mutants/2184","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2185,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":106,"endLine":106,"title":"Relational operator mutation at asmap.cpp:106","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (bitpos >= data.size() * 8) return INVALID; // Reached EOF in mantissa","mutatedCode":"                if (bitpos <= data.size() * 8) return INVALID; // Reached EOF in mantissa","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -106,1 +106,1 @@\n-                if (bitpos >= data.size() * 8) return INVALID; // Reached EOF in mantissa\n+                if (bitpos <= data.size() * 8) return INVALID; // Reached EOF in mantissa\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.800Z","updatedAt":"2026-09-18T18:42:32.800Z","url":"https://0.0.0.0:3000/mutants/2185","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2186,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":108,"endLine":108,"title":"Arithmetic operator mutation at asmap.cpp:108","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                val += bit << (*bit_sizes_it - 1 - b); // Big-endian within the class","mutatedCode":"                val += bit << (*bit_sizes_it + 1 - b); // Big-endian within the class","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -108,1 +108,1 @@\n-                val += bit << (*bit_sizes_it - 1 - b); // Big-endian within the class\n+                val += bit << (*bit_sizes_it + 1 - b); // Big-endian within the class\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.802Z","updatedAt":"2026-09-18T18:42:32.802Z","url":"https://0.0.0.0:3000/mutants/2186","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2187,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":189,"endLine":189,"title":"Relational operator mutation at asmap.cpp:189","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (pos < endpos) {","mutatedCode":"    while (pos > endpos) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -189,1 +189,1 @@\n-    while (pos < endpos) {\n+    while (pos > endpos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.804Z","updatedAt":"2026-09-18T18:42:32.804Z","url":"https://0.0.0.0:3000/mutants/2187","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2188,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":191,"endLine":191,"title":"Relational operator mutation at asmap.cpp:191","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (opcode == Instruction::RETURN) {","mutatedCode":"        if (opcode != Instruction::RETURN) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -191,1 +191,1 @@\n-        if (opcode == Instruction::RETURN) {\n+        if (opcode != Instruction::RETURN) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.806Z","updatedAt":"2026-09-18T18:42:32.806Z","url":"https://0.0.0.0:3000/mutants/2188","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2189,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":194,"endLine":194,"title":"Custom mutation at asmap.cpp:194","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (asn == INVALID) break; // ASN straddles EOF","mutatedCode":"            if (asn == INVALID) continue; // ASN straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -194,1 +194,1 @@\n-            if (asn == INVALID) break; // ASN straddles EOF\n+            if (asn == INVALID) continue; // ASN straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.808Z","updatedAt":"2026-09-18T18:42:32.808Z","url":"https://0.0.0.0:3000/mutants/2189","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2190,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":196,"endLine":196,"title":"Relational operator mutation at asmap.cpp:196","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (opcode == Instruction::JUMP) {","mutatedCode":"        } else if (opcode != Instruction::JUMP) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -196,1 +196,1 @@\n-        } else if (opcode == Instruction::JUMP) {\n+        } else if (opcode != Instruction::JUMP) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.810Z","updatedAt":"2026-09-18T18:42:32.810Z","url":"https://0.0.0.0:3000/mutants/2190","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2191,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":199,"endLine":199,"title":"Custom mutation at asmap.cpp:199","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (jump == INVALID) break; // Jump offset straddles EOF","mutatedCode":"            if (jump == INVALID) continue; // Jump offset straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -199,1 +199,1 @@\n-            if (jump == INVALID) break; // Jump offset straddles EOF\n+            if (jump == INVALID) continue; // Jump offset straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.812Z","updatedAt":"2026-09-18T18:42:32.812Z","url":"https://0.0.0.0:3000/mutants/2191","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2192,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":200,"endLine":200,"title":"Custom mutation at asmap.cpp:200","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (ip_bit == ip_bits_end) break; // No input bits left","mutatedCode":"            if (ip_bit == ip_bits_end) continue; // No input bits left","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -200,1 +200,1 @@\n-            if (ip_bit == ip_bits_end) break; // No input bits left\n+            if (ip_bit == ip_bits_end) continue; // No input bits left\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.813Z","updatedAt":"2026-09-18T18:42:32.813Z","url":"https://0.0.0.0:3000/mutants/2192","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2193,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":201,"endLine":201,"title":"Custom mutation at asmap.cpp:201","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (int64_t{jump} >= static_cast<int64_t>(endpos - pos)) break; // Jumping past EOF","mutatedCode":"            if (int64_t{jump} >= static_cast<int64_t>(endpos - pos)) continue; // Jumping past EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -201,1 +201,1 @@\n-            if (int64_t{jump} >= static_cast<int64_t>(endpos - pos)) break; // Jumping past EOF\n+            if (int64_t{jump} >= static_cast<int64_t>(endpos - pos)) continue; // Jumping past EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.816Z","updatedAt":"2026-09-18T18:42:32.816Z","url":"https://0.0.0.0:3000/mutants/2193","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2194,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":206,"endLine":206,"title":"Relational operator mutation at asmap.cpp:206","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (opcode == Instruction::MATCH) {","mutatedCode":"        } else if (opcode != Instruction::MATCH) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -206,1 +206,1 @@\n-        } else if (opcode == Instruction::MATCH) {\n+        } else if (opcode != Instruction::MATCH) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.817Z","updatedAt":"2026-09-18T18:42:32.817Z","url":"https://0.0.0.0:3000/mutants/2194","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2195,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":214,"endLine":214,"title":"Custom mutation at asmap.cpp:214","description":null,"mutationOperator":"CUSTOM","originalCode":"            if ((ip_bits_end - ip_bit) < matchlen) break; // Not enough input bits","mutatedCode":"            if ((ip_bits_end - ip_bit) < matchlen) continue; // Not enough input bits","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -214,1 +214,1 @@\n-            if ((ip_bits_end - ip_bit) < matchlen) break; // Not enough input bits\n+            if ((ip_bits_end - ip_bit) < matchlen) continue; // Not enough input bits\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.820Z","updatedAt":"2026-09-18T18:42:32.820Z","url":"https://0.0.0.0:3000/mutants/2195","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2196,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":215,"endLine":215,"title":"Relational operator mutation at asmap.cpp:215","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (int bit = 0; bit < matchlen; bit++) {","mutatedCode":"            for (int bit = 0; bit > matchlen; bit++) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -215,1 +215,1 @@\n-            for (int bit = 0; bit < matchlen; bit++) {\n+            for (int bit = 0; bit > matchlen; bit++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.822Z","updatedAt":"2026-09-18T18:42:32.822Z","url":"https://0.0.0.0:3000/mutants/2196","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2197,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":216,"endLine":216,"title":"Relational operator mutation at asmap.cpp:216","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (ConsumeBitBE(ip_bit, ip) != ((match >> (matchlen - 1 - bit)) & 1)) {","mutatedCode":"                if (ConsumeBitBE(ip_bit, ip) == ((match >> (matchlen - 1 - bit)) & 1)) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -216,1 +216,1 @@\n-                if (ConsumeBitBE(ip_bit, ip) != ((match >> (matchlen - 1 - bit)) & 1)) {\n+                if (ConsumeBitBE(ip_bit, ip) == ((match >> (matchlen - 1 - bit)) & 1)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.824Z","updatedAt":"2026-09-18T18:42:32.824Z","url":"https://0.0.0.0:3000/mutants/2197","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2198,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":217,"endLine":217,"title":"Arithmetic operator mutation at asmap.cpp:217","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                    return default_asn;  // Pattern mismatch - use default","mutatedCode":"                    return default_asn;  // Pattern mismatch + use default","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -217,1 +217,1 @@\n-                    return default_asn;  // Pattern mismatch - use default\n+                    return default_asn;  // Pattern mismatch + use default\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.826Z","updatedAt":"2026-09-18T18:42:32.826Z","url":"https://0.0.0.0:3000/mutants/2198","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2199,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":221,"endLine":221,"title":"Relational operator mutation at asmap.cpp:221","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (opcode == Instruction::DEFAULT) {","mutatedCode":"        } else if (opcode != Instruction::DEFAULT) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -221,1 +221,1 @@\n-        } else if (opcode == Instruction::DEFAULT) {\n+        } else if (opcode != Instruction::DEFAULT) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.829Z","updatedAt":"2026-09-18T18:42:32.829Z","url":"https://0.0.0.0:3000/mutants/2199","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2200,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":224,"endLine":224,"title":"Custom mutation at asmap.cpp:224","description":null,"mutationOperator":"CUSTOM","originalCode":"            if (default_asn == INVALID) break; // ASN straddles EOF","mutatedCode":"            if (default_asn == INVALID) continue; // ASN straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -224,1 +224,1 @@\n-            if (default_asn == INVALID) break; // ASN straddles EOF\n+            if (default_asn == INVALID) continue; // ASN straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.830Z","updatedAt":"2026-09-18T18:42:32.830Z","url":"https://0.0.0.0:3000/mutants/2200","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2201,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":226,"endLine":226,"title":"Custom mutation at asmap.cpp:226","description":null,"mutationOperator":"CUSTOM","originalCode":"            break; // Instruction straddles EOF","mutatedCode":"            continue; // Instruction straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -226,1 +226,1 @@\n-            break; // Instruction straddles EOF\n+            continue; // Instruction straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.832Z","updatedAt":"2026-09-18T18:42:32.832Z","url":"https://0.0.0.0:3000/mutants/2201","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2202,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":246,"endLine":246,"title":"Constant replacement mutation at asmap.cpp:246","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool had_incomplete_match = false;  // Track <8 bit matches for efficiency check","mutatedCode":"    bool had_incomplete_match = true;  // Track <8 bit matches for efficiency check","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -246,1 +246,1 @@\n-    bool had_incomplete_match = false;  // Track <8 bit matches for efficiency check\n+    bool had_incomplete_match = true;  // Track <8 bit matches for efficiency check\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.834Z","updatedAt":"2026-09-18T18:42:32.834Z","url":"https://0.0.0.0:3000/mutants/2202","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2203,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":248,"endLine":248,"title":"Relational operator mutation at asmap.cpp:248","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    while (pos != endpos) {","mutatedCode":"    while (pos == endpos) {","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -248,1 +248,1 @@\n-    while (pos != endpos) {\n+    while (pos == endpos) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.836Z","updatedAt":"2026-09-18T18:42:32.836Z","url":"https://0.0.0.0:3000/mutants/2203","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2204,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":250,"endLine":250,"title":"Constant replacement mutation at asmap.cpp:250","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        if (!jumps.empty() && pos >= jumps.back().first) return false;","mutatedCode":"        if (!jumps.empty() && pos >= jumps.back().first) return true;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -250,1 +250,1 @@\n-        if (!jumps.empty() && pos >= jumps.back().first) return false;\n+        if (!jumps.empty() && pos >= jumps.back().first) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.837Z","updatedAt":"2026-09-18T18:42:32.837Z","url":"https://0.0.0.0:3000/mutants/2204","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2205,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":255,"endLine":255,"title":"Constant replacement mutation at asmap.cpp:255","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (prevopcode == Instruction::DEFAULT) return false;","mutatedCode":"            if (prevopcode == Instruction::DEFAULT) return true;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -255,1 +255,1 @@\n-            if (prevopcode == Instruction::DEFAULT) return false;\n+            if (prevopcode == Instruction::DEFAULT) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.839Z","updatedAt":"2026-09-18T18:42:32.839Z","url":"https://0.0.0.0:3000/mutants/2205","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2206,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":257,"endLine":257,"title":"Constant replacement mutation at asmap.cpp:257","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (asn == INVALID) return false; // ASN straddles EOF","mutatedCode":"            if (asn == INVALID) return true; // ASN straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -257,1 +257,1 @@\n-            if (asn == INVALID) return false; // ASN straddles EOF\n+            if (asn == INVALID) return true; // ASN straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.841Z","updatedAt":"2026-09-18T18:42:32.841Z","url":"https://0.0.0.0:3000/mutants/2206","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2207,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":260,"endLine":260,"title":"Constant replacement mutation at asmap.cpp:260","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (endpos - pos > 7) return false; // Excessive padding","mutatedCode":"                if (endpos - pos > 7) return true; // Excessive padding","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -260,1 +260,1 @@\n-                if (endpos - pos > 7) return false; // Excessive padding\n+                if (endpos - pos > 7) return true; // Excessive padding\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.842Z","updatedAt":"2026-09-18T18:42:32.842Z","url":"https://0.0.0.0:3000/mutants/2207","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2208,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":262,"endLine":262,"title":"Constant replacement mutation at asmap.cpp:262","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    if (ConsumeBitLE(pos, asmap)) return false; // Nonzero padding bit","mutatedCode":"                    if (ConsumeBitLE(pos, asmap)) return true; // Nonzero padding bit","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -262,1 +262,1 @@\n-                    if (ConsumeBitLE(pos, asmap)) return false; // Nonzero padding bit\n+                    if (ConsumeBitLE(pos, asmap)) return true; // Nonzero padding bit\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.844Z","updatedAt":"2026-09-18T18:42:32.844Z","url":"https://0.0.0.0:3000/mutants/2208","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2209,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":264,"endLine":264,"title":"Constant replacement mutation at asmap.cpp:264","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                return true; // Sanely reached EOF","mutatedCode":"                return false; // Sanely reached EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -264,1 +264,1 @@\n-                return true; // Sanely reached EOF\n+                return false; // Sanely reached EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.845Z","updatedAt":"2026-09-18T18:42:32.845Z","url":"https://0.0.0.0:3000/mutants/2209","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2210,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":267,"endLine":267,"title":"Constant replacement mutation at asmap.cpp:267","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                if (pos != jumps.back().first) return false; // Unreachable code","mutatedCode":"                if (pos != jumps.back().first) return true; // Unreachable code","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -267,1 +267,1 @@\n-                if (pos != jumps.back().first) return false; // Unreachable code\n+                if (pos != jumps.back().first) return true; // Unreachable code\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.847Z","updatedAt":"2026-09-18T18:42:32.847Z","url":"https://0.0.0.0:3000/mutants/2210","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2211,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":274,"endLine":274,"title":"Constant replacement mutation at asmap.cpp:274","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (jump == INVALID) return false; // Jump offset straddles EOF","mutatedCode":"            if (jump == INVALID) return true; // Jump offset straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -274,1 +274,1 @@\n-            if (jump == INVALID) return false; // Jump offset straddles EOF\n+            if (jump == INVALID) return true; // Jump offset straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.848Z","updatedAt":"2026-09-18T18:42:32.848Z","url":"https://0.0.0.0:3000/mutants/2211","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2212,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":275,"endLine":275,"title":"Constant replacement mutation at asmap.cpp:275","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (int64_t{jump} > static_cast<int64_t>(endpos - pos)) return false; // Jump out of range","mutatedCode":"            if (int64_t{jump} > static_cast<int64_t>(endpos - pos)) return true; // Jump out of range","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -275,1 +275,1 @@\n-            if (int64_t{jump} > static_cast<int64_t>(endpos - pos)) return false; // Jump out of range\n+            if (int64_t{jump} > static_cast<int64_t>(endpos - pos)) return true; // Jump out of range\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.850Z","updatedAt":"2026-09-18T18:42:32.850Z","url":"https://0.0.0.0:3000/mutants/2212","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2213,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":276,"endLine":276,"title":"Constant replacement mutation at asmap.cpp:276","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (bits == 0) return false; // Consuming bits past the end of the input","mutatedCode":"            if (bits == 0) return true; // Consuming bits past the end of the input","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -276,1 +276,1 @@\n-            if (bits == 0) return false; // Consuming bits past the end of the input\n+            if (bits == 0) return true; // Consuming bits past the end of the input\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.851Z","updatedAt":"2026-09-18T18:42:32.851Z","url":"https://0.0.0.0:3000/mutants/2213","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2214,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":277,"endLine":277,"title":"Arithmetic operator mutation at asmap.cpp:277","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            --bits;","mutatedCode":"            ++bits;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -277,1 +277,1 @@\n-            --bits;\n+            ++bits;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.856Z","updatedAt":"2026-09-18T18:42:32.856Z","url":"https://0.0.0.0:3000/mutants/2214","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2215,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":278,"endLine":278,"title":"Arithmetic operator mutation at asmap.cpp:278","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            uint32_t jump_offset = pos + jump;","mutatedCode":"            uint32_t jump_offset = pos - jump;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -278,1 +278,1 @@\n-            uint32_t jump_offset = pos + jump;\n+            uint32_t jump_offset = pos - jump;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.858Z","updatedAt":"2026-09-18T18:42:32.858Z","url":"https://0.0.0.0:3000/mutants/2215","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2216,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":279,"endLine":279,"title":"Constant replacement mutation at asmap.cpp:279","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (!jumps.empty() && jump_offset >= jumps.back().first) return false; // Intersecting jumps","mutatedCode":"            if (!jumps.empty() && jump_offset >= jumps.back().first) return true; // Intersecting jumps","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -279,1 +279,1 @@\n-            if (!jumps.empty() && jump_offset >= jumps.back().first) return false; // Intersecting jumps\n+            if (!jumps.empty() && jump_offset >= jumps.back().first) return true; // Intersecting jumps\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.859Z","updatedAt":"2026-09-18T18:42:32.859Z","url":"https://0.0.0.0:3000/mutants/2216","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2217,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":286,"endLine":286,"title":"Constant replacement mutation at asmap.cpp:286","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (prevopcode != Instruction::MATCH) had_incomplete_match = false;","mutatedCode":"            if (prevopcode != Instruction::MATCH) had_incomplete_match = true;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -286,1 +286,1 @@\n-            if (prevopcode != Instruction::MATCH) had_incomplete_match = false;\n+            if (prevopcode != Instruction::MATCH) had_incomplete_match = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.861Z","updatedAt":"2026-09-18T18:42:32.861Z","url":"https://0.0.0.0:3000/mutants/2217","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2218,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":288,"endLine":288,"title":"Constant replacement mutation at asmap.cpp:288","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (matchlen < 8 && had_incomplete_match) return false;","mutatedCode":"            if (matchlen < 8 && had_incomplete_match) return true;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -288,1 +288,1 @@\n-            if (matchlen < 8 && had_incomplete_match) return false;\n+            if (matchlen < 8 && had_incomplete_match) return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.863Z","updatedAt":"2026-09-18T18:42:32.863Z","url":"https://0.0.0.0:3000/mutants/2218","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2219,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":289,"endLine":289,"title":"Relational operator mutation at asmap.cpp:289","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            had_incomplete_match = (matchlen < 8);","mutatedCode":"            had_incomplete_match = (matchlen > 8);","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -289,1 +289,1 @@\n-            had_incomplete_match = (matchlen < 8);\n+            had_incomplete_match = (matchlen > 8);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.864Z","updatedAt":"2026-09-18T18:42:32.864Z","url":"https://0.0.0.0:3000/mutants/2219","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2220,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":290,"endLine":290,"title":"Constant replacement mutation at asmap.cpp:290","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (bits < matchlen) return false; // Consuming bits past the end of the input","mutatedCode":"            if (bits < matchlen) return true; // Consuming bits past the end of the input","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -290,1 +290,1 @@\n-            if (bits < matchlen) return false; // Consuming bits past the end of the input\n+            if (bits < matchlen) return true; // Consuming bits past the end of the input\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.866Z","updatedAt":"2026-09-18T18:42:32.866Z","url":"https://0.0.0.0:3000/mutants/2220","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2221,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":300,"endLine":300,"title":"Constant replacement mutation at asmap.cpp:300","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            return false; // Instruction straddles EOF","mutatedCode":"            return true; // Instruction straddles EOF","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -300,1 +300,1 @@\n-            return false; // Instruction straddles EOF\n+            return true; // Instruction straddles EOF\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.868Z","updatedAt":"2026-09-18T18:42:32.868Z","url":"https://0.0.0.0:3000/mutants/2221","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2222,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":303,"endLine":303,"title":"Constant replacement mutation at asmap.cpp:303","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return false; // Reached EOF without RETURN instruction","mutatedCode":"    return true; // Reached EOF without RETURN instruction","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -303,1 +303,1 @@\n-    return false; // Reached EOF without RETURN instruction\n+    return true; // Reached EOF without RETURN instruction\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.870Z","updatedAt":"2026-09-18T18:42:32.870Z","url":"https://0.0.0.0:3000/mutants/2222","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2223,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":314,"endLine":314,"title":"Constant replacement mutation at asmap.cpp:314","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        return false;","mutatedCode":"        return true;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -314,1 +314,1 @@\n-        return false;\n+        return true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.872Z","updatedAt":"2026-09-18T18:42:32.872Z","url":"https://0.0.0.0:3000/mutants/2223","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2224,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":316,"endLine":316,"title":"Constant replacement mutation at asmap.cpp:316","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    return true;","mutatedCode":"    return false;","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -316,1 +316,1 @@\n-    return true;\n+    return false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.873Z","updatedAt":"2026-09-18T18:42:32.873Z","url":"https://0.0.0.0:3000/mutants/2224","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2225,"repository":"bitcoin/bitcoin","language":"C++","commit":"ca45461ddb2421b4267dad0b7d7bcec88c07eba4","pullRequest":null,"file":"src/util/asmap.cpp","startLine":350,"endLine":350,"title":"Statement deletion mutation at asmap.cpp:350","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (data.empty()) return {};","mutatedCode":"    // if (data.empty()) return {};","diff":"--- a/src/util/asmap.cpp\n+++ b/src/util/asmap.cpp\n@@ -350,1 +350,1 @@\n-    if (data.empty()) return {};\n+    // if (data.empty()) return {};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build -j 32 && ./build/bin/test_bitcoin --run_test=addrman_tests && ./build/test/functional/feature_asmap.py && ./build/test/functional/feature_addrman.py","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.875Z","updatedAt":"2026-09-18T18:42:32.875Z","url":"https://0.0.0.0:3000/mutants/2225","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2226,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":32,"endLine":32,"title":"Relational operator mutation at coinselection.cpp:32","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (a.GetSelectionAmount() == b.GetSelectionAmount()) {","mutatedCode":"        if (a.GetSelectionAmount() != b.GetSelectionAmount()) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -32,1 +32,1 @@\n-        if (a.GetSelectionAmount() == b.GetSelectionAmount()) {\n+        if (a.GetSelectionAmount() != b.GetSelectionAmount()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.877Z","updatedAt":"2026-09-18T18:42:32.877Z","url":"https://0.0.0.0:3000/mutants/2226","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2227,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":34,"endLine":34,"title":"Relational operator mutation at coinselection.cpp:34","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return (a.fee - a.long_term_fee) < (b.fee - b.long_term_fee);","mutatedCode":"            return (a.fee - a.long_term_fee) <= (b.fee - b.long_term_fee);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -34,1 +34,1 @@\n-            return (a.fee - a.long_term_fee) < (b.fee - b.long_term_fee);\n+            return (a.fee - a.long_term_fee) <= (b.fee - b.long_term_fee);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.878Z","updatedAt":"2026-09-18T18:42:32.878Z","url":"https://0.0.0.0:3000/mutants/2227","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2228,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":36,"endLine":36,"title":"Relational operator mutation at coinselection.cpp:36","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        return a.GetSelectionAmount() > b.GetSelectionAmount();","mutatedCode":"        return a.GetSelectionAmount() >= b.GetSelectionAmount();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -36,1 +36,1 @@\n-        return a.GetSelectionAmount() > b.GetSelectionAmount();\n+        return a.GetSelectionAmount() >= b.GetSelectionAmount();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.880Z","updatedAt":"2026-09-18T18:42:32.880Z","url":"https://0.0.0.0:3000/mutants/2228","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2229,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":46,"endLine":46,"title":"Relational operator mutation at coinselection.cpp:46","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            return a.m_weight < b.m_weight;","mutatedCode":"            return a.m_weight <= b.m_weight;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -46,1 +46,1 @@\n-            return a.m_weight < b.m_weight;\n+            return a.m_weight <= b.m_weight;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.882Z","updatedAt":"2026-09-18T18:42:32.882Z","url":"https://0.0.0.0:3000/mutants/2229","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2230,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":118,"endLine":118,"title":"Statement deletion mutation at coinselection.cpp:118","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::sort(utxo_pool.begin(), utxo_pool.end(), descending);","mutatedCode":"    // std::sort(utxo_pool.begin(), utxo_pool.end(), descending);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -118,1 +118,1 @@\n-    std::sort(utxo_pool.begin(), utxo_pool.end(), descending);\n+    // std::sort(utxo_pool.begin(), utxo_pool.end(), descending);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.884Z","updatedAt":"2026-09-18T18:42:32.884Z","url":"https://0.0.0.0:3000/mutants/2230","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2231,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":124,"endLine":124,"title":"Arithmetic operator mutation at coinselection.cpp:124","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    for (int index = static_cast<int>(utxo_pool.size()) - 1; index >= 0; --index) {","mutatedCode":"    for (int index = static_cast<int>(utxo_pool.size()) - 1; index >= 0; ++index) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -124,1 +124,1 @@\n-    for (int index = static_cast<int>(utxo_pool.size()) - 1; index >= 0; --index) {\n+    for (int index = static_cast<int>(utxo_pool.size()) - 1; index >= 0; ++index) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.885Z","updatedAt":"2026-09-18T18:42:32.885Z","url":"https://0.0.0.0:3000/mutants/2231","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2232,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":131,"endLine":131,"title":"Relational operator mutation at coinselection.cpp:131","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (total_available < selection_target) {","mutatedCode":"    if (total_available <= selection_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -131,1 +131,1 @@\n-    if (total_available < selection_target) {\n+    if (total_available <= selection_target) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.887Z","updatedAt":"2026-09-18T18:42:32.887Z","url":"https://0.0.0.0:3000/mutants/2232","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2233,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":152,"endLine":152,"title":"Constant replacement mutation at coinselection.cpp:152","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool max_tx_weight_exceeded = false;","mutatedCode":"    bool max_tx_weight_exceeded = true;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -152,1 +152,1 @@\n-    bool max_tx_weight_exceeded = false;\n+    bool max_tx_weight_exceeded = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.889Z","updatedAt":"2026-09-18T18:42:32.889Z","url":"https://0.0.0.0:3000/mutants/2233","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2234,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":161,"endLine":161,"title":"Arithmetic operator mutation at coinselection.cpp:161","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        curr_selection_waste -= utxo.fee - utxo.long_term_fee;","mutatedCode":"        curr_selection_waste -= utxo.fee + utxo.long_term_fee;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -161,1 +161,1 @@\n-        curr_selection_waste -= utxo.fee - utxo.long_term_fee;\n+        curr_selection_waste -= utxo.fee + utxo.long_term_fee;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.891Z","updatedAt":"2026-09-18T18:42:32.891Z","url":"https://0.0.0.0:3000/mutants/2234","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2235,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":162,"endLine":162,"title":"Statement deletion mutation at coinselection.cpp:162","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        curr_selection.pop_back();","mutatedCode":"        // curr_selection.pop_back();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -162,1 +162,1 @@\n-        curr_selection.pop_back();\n+        // curr_selection.pop_back();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.893Z","updatedAt":"2026-09-18T18:42:32.893Z","url":"https://0.0.0.0:3000/mutants/2235","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2236,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":167,"endLine":167,"title":"Constant replacement mutation at coinselection.cpp:167","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool is_done = false;","mutatedCode":"    bool is_done = true;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -167,1 +167,1 @@\n-    bool is_done = false;\n+    bool is_done = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.894Z","updatedAt":"2026-09-18T18:42:32.894Z","url":"https://0.0.0.0:3000/mutants/2236","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2237,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":169,"endLine":169,"title":"Relational operator mutation at coinselection.cpp:169","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    bool is_feerate_high = utxo_pool.at(0).fee > utxo_pool.at(0).long_term_fee;","mutatedCode":"    bool is_feerate_high = utxo_pool.at(0).fee >= utxo_pool.at(0).long_term_fee;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -169,1 +169,1 @@\n-    bool is_feerate_high = utxo_pool.at(0).fee > utxo_pool.at(0).long_term_fee;\n+    bool is_feerate_high = utxo_pool.at(0).fee >= utxo_pool.at(0).long_term_fee;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.896Z","updatedAt":"2026-09-18T18:42:32.896Z","url":"https://0.0.0.0:3000/mutants/2237","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2238,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":170,"endLine":170,"title":"Conditional operator mutation at coinselection.cpp:170","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    while (!is_done) {","mutatedCode":"    while (1==1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -170,1 +170,1 @@\n-    while (!is_done) {\n+    while (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.898Z","updatedAt":"2026-09-18T18:42:32.898Z","url":"https://0.0.0.0:3000/mutants/2238","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2239,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":171,"endLine":171,"title":"Constant replacement mutation at coinselection.cpp:171","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool should_shift{false}, should_cut{false};","mutatedCode":"        bool should_shift{true}, should_cut{false};","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -171,1 +171,1 @@\n-        bool should_shift{false}, should_cut{false};\n+        bool should_shift{true}, should_cut{false};\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.900Z","updatedAt":"2026-09-18T18:42:32.900Z","url":"https://0.0.0.0:3000/mutants/2239","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2240,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":176,"endLine":176,"title":"Arithmetic operator mutation at coinselection.cpp:176","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        curr_selection_waste += utxo.fee - utxo.long_term_fee;","mutatedCode":"        curr_selection_waste += utxo.fee + utxo.long_term_fee;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -176,1 +176,1 @@\n-        curr_selection_waste += utxo.fee - utxo.long_term_fee;\n+        curr_selection_waste += utxo.fee + utxo.long_term_fee;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.902Z","updatedAt":"2026-09-18T18:42:32.902Z","url":"https://0.0.0.0:3000/mutants/2240","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2241,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":177,"endLine":177,"title":"Statement deletion mutation at coinselection.cpp:177","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        curr_selection.push_back(next_utxo);","mutatedCode":"        // curr_selection.push_back(next_utxo);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -177,1 +177,1 @@\n-        curr_selection.push_back(next_utxo);\n+        // curr_selection.push_back(next_utxo);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.904Z","updatedAt":"2026-09-18T18:42:32.904Z","url":"https://0.0.0.0:3000/mutants/2241","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2242,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":182,"endLine":182,"title":"Relational operator mutation at coinselection.cpp:182","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (curr_amount + lookahead[curr_selection.back()] < selection_target) {","mutatedCode":"        if (curr_amount + lookahead[curr_selection.back()] <= selection_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -182,1 +182,1 @@\n-        if (curr_amount + lookahead[curr_selection.back()] < selection_target) {\n+        if (curr_amount + lookahead[curr_selection.back()] <= selection_target) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.906Z","updatedAt":"2026-09-18T18:42:32.906Z","url":"https://0.0.0.0:3000/mutants/2242","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2243,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":184,"endLine":184,"title":"Constant replacement mutation at coinselection.cpp:184","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            should_cut = true;","mutatedCode":"            should_cut = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -184,1 +184,1 @@\n-            should_cut = true;\n+            should_cut = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.908Z","updatedAt":"2026-09-18T18:42:32.908Z","url":"https://0.0.0.0:3000/mutants/2243","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2244,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":185,"endLine":185,"title":"Relational operator mutation at coinselection.cpp:185","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (curr_weight > max_selection_weight) {","mutatedCode":"        } else if (curr_weight >= max_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -185,1 +185,1 @@\n-        } else if (curr_weight > max_selection_weight) {\n+        } else if (curr_weight >= max_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.909Z","updatedAt":"2026-09-18T18:42:32.909Z","url":"https://0.0.0.0:3000/mutants/2244","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2245,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":187,"endLine":187,"title":"Constant replacement mutation at coinselection.cpp:187","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            max_tx_weight_exceeded = true;","mutatedCode":"            max_tx_weight_exceeded = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -187,1 +187,1 @@\n-            max_tx_weight_exceeded = true;\n+            max_tx_weight_exceeded = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.911Z","updatedAt":"2026-09-18T18:42:32.911Z","url":"https://0.0.0.0:3000/mutants/2245","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2246,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":188,"endLine":188,"title":"Constant replacement mutation at coinselection.cpp:188","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            should_shift = true;","mutatedCode":"            should_shift = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -188,1 +188,1 @@\n-            should_shift = true;\n+            should_shift = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.913Z","updatedAt":"2026-09-18T18:42:32.913Z","url":"https://0.0.0.0:3000/mutants/2246","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2247,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":189,"endLine":189,"title":"Relational operator mutation at coinselection.cpp:189","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (curr_amount > selection_target + cost_of_change) {","mutatedCode":"        } else if (curr_amount >= selection_target + cost_of_change) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -189,1 +189,1 @@\n-        } else if (curr_amount > selection_target + cost_of_change) {\n+        } else if (curr_amount >= selection_target + cost_of_change) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.914Z","updatedAt":"2026-09-18T18:42:32.914Z","url":"https://0.0.0.0:3000/mutants/2247","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2248,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":192,"endLine":192,"title":"Relational operator mutation at coinselection.cpp:192","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (is_feerate_high && curr_selection_waste > best_waste) {","mutatedCode":"        } else if (is_feerate_high && curr_selection_waste >= best_waste) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -192,1 +192,1 @@\n-        } else if (is_feerate_high && curr_selection_waste > best_waste) {\n+        } else if (is_feerate_high && curr_selection_waste >= best_waste) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.916Z","updatedAt":"2026-09-18T18:42:32.916Z","url":"https://0.0.0.0:3000/mutants/2248","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2249,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":199,"endLine":199,"title":"Relational operator mutation at coinselection.cpp:199","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (curr_amount >= selection_target) {","mutatedCode":"        } else if (curr_amount > selection_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -199,1 +199,1 @@\n-        } else if (curr_amount >= selection_target) {\n+        } else if (curr_amount > selection_target) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.918Z","updatedAt":"2026-09-18T18:42:32.918Z","url":"https://0.0.0.0:3000/mutants/2249","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2250,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":204,"endLine":204,"title":"Arithmetic operator mutation at coinselection.cpp:204","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            CAmount curr_excess = curr_amount - selection_target;","mutatedCode":"            CAmount curr_excess = curr_amount + selection_target;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -204,1 +204,1 @@\n-            CAmount curr_excess = curr_amount - selection_target;\n+            CAmount curr_excess = curr_amount + selection_target;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.920Z","updatedAt":"2026-09-18T18:42:32.920Z","url":"https://0.0.0.0:3000/mutants/2250","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2251,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":205,"endLine":205,"title":"Arithmetic operator mutation at coinselection.cpp:205","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            CAmount curr_waste = curr_selection_waste + curr_excess;","mutatedCode":"            CAmount curr_waste = curr_selection_waste - curr_excess;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -205,1 +205,1 @@\n-            CAmount curr_waste = curr_selection_waste + curr_excess;\n+            CAmount curr_waste = curr_selection_waste - curr_excess;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.923Z","updatedAt":"2026-09-18T18:42:32.923Z","url":"https://0.0.0.0:3000/mutants/2251","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2252,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":206,"endLine":206,"title":"Relational operator mutation at coinselection.cpp:206","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (curr_waste <= best_waste) {","mutatedCode":"            if (curr_waste < best_waste) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -206,1 +206,1 @@\n-            if (curr_waste <= best_waste) {\n+            if (curr_waste < best_waste) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.925Z","updatedAt":"2026-09-18T18:42:32.925Z","url":"https://0.0.0.0:3000/mutants/2252","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2253,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":213,"endLine":213,"title":"Relational operator mutation at coinselection.cpp:213","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (curr_try >= TOTAL_TRIES) {","mutatedCode":"        if (curr_try > TOTAL_TRIES) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -213,1 +213,1 @@\n-        if (curr_try >= TOTAL_TRIES) {\n+        if (curr_try > TOTAL_TRIES) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.928Z","updatedAt":"2026-09-18T18:42:32.928Z","url":"https://0.0.0.0:3000/mutants/2253","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2254,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":215,"endLine":215,"title":"Constant replacement mutation at coinselection.cpp:215","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            result.SetAlgoCompleted(false);","mutatedCode":"            result.SetAlgoCompleted(true);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -215,1 +215,1 @@\n-            result.SetAlgoCompleted(false);\n+            result.SetAlgoCompleted(true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.930Z","updatedAt":"2026-09-18T18:42:32.930Z","url":"https://0.0.0.0:3000/mutants/2254","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2255,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":216,"endLine":216,"title":"Custom mutation at coinselection.cpp:216","description":null,"mutationOperator":"CUSTOM","originalCode":"            break;","mutatedCode":"            continue;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -216,1 +216,1 @@\n-            break;\n+            continue;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.932Z","updatedAt":"2026-09-18T18:42:32.932Z","url":"https://0.0.0.0:3000/mutants/2255","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2256,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":219,"endLine":219,"title":"Relational operator mutation at coinselection.cpp:219","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (next_utxo == utxo_pool.size()) {","mutatedCode":"        if (next_utxo != utxo_pool.size()) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -219,1 +219,1 @@\n-        if (next_utxo == utxo_pool.size()) {\n+        if (next_utxo != utxo_pool.size()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.934Z","updatedAt":"2026-09-18T18:42:32.934Z","url":"https://0.0.0.0:3000/mutants/2256","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2257,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":224,"endLine":224,"title":"Conditional operator mutation at coinselection.cpp:224","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (should_cut) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -224,1 +224,1 @@\n-        if (should_cut) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.936Z","updatedAt":"2026-09-18T18:42:32.936Z","url":"https://0.0.0.0:3000/mutants/2257","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2258,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":228,"endLine":228,"title":"Statement deletion mutation at coinselection.cpp:228","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            deselect_last();","mutatedCode":"            // deselect_last();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -228,1 +228,1 @@\n-            deselect_last();\n+            // deselect_last();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.939Z","updatedAt":"2026-09-18T18:42:32.939Z","url":"https://0.0.0.0:3000/mutants/2258","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2259,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":232,"endLine":232,"title":"Conditional operator mutation at coinselection.cpp:232","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        while (should_shift) {","mutatedCode":"        while (1==1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -232,1 +232,1 @@\n-        while (should_shift) {\n+        while (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.941Z","updatedAt":"2026-09-18T18:42:32.941Z","url":"https://0.0.0.0:3000/mutants/2259","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2260,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":235,"endLine":235,"title":"Constant replacement mutation at coinselection.cpp:235","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                is_done = true;","mutatedCode":"                is_done = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -235,1 +235,1 @@\n-                is_done = true;\n+                is_done = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.943Z","updatedAt":"2026-09-18T18:42:32.943Z","url":"https://0.0.0.0:3000/mutants/2260","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2261,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":236,"endLine":236,"title":"Constant replacement mutation at coinselection.cpp:236","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                result.SetAlgoCompleted(true);","mutatedCode":"                result.SetAlgoCompleted(false);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -236,1 +236,1 @@\n-                result.SetAlgoCompleted(true);\n+                result.SetAlgoCompleted(false);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.945Z","updatedAt":"2026-09-18T18:42:32.945Z","url":"https://0.0.0.0:3000/mutants/2261","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2262,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":240,"endLine":240,"title":"Arithmetic operator mutation at coinselection.cpp:240","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"            next_utxo = curr_selection.back() + 1;","mutatedCode":"            next_utxo = curr_selection.back() - 1;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -240,1 +240,1 @@\n-            next_utxo = curr_selection.back() + 1;\n+            next_utxo = curr_selection.back() - 1;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.948Z","updatedAt":"2026-09-18T18:42:32.948Z","url":"https://0.0.0.0:3000/mutants/2262","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2263,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":242,"endLine":242,"title":"Constant replacement mutation at coinselection.cpp:242","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            should_shift = false;","mutatedCode":"            should_shift = true;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -242,1 +242,1 @@\n-            should_shift = false;\n+            should_shift = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.951Z","updatedAt":"2026-09-18T18:42:32.951Z","url":"https://0.0.0.0:3000/mutants/2263","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2264,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":251,"endLine":251,"title":"Relational operator mutation at coinselection.cpp:251","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            while (utxo_pool[next_utxo - 1].GetSelectionAmount() == utxo_pool[next_utxo].GetSelectionAmount()) {","mutatedCode":"            while (utxo_pool[next_utxo - 1].GetSelectionAmount() != utxo_pool[next_utxo].GetSelectionAmount()) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -251,1 +251,1 @@\n-            while (utxo_pool[next_utxo - 1].GetSelectionAmount() == utxo_pool[next_utxo].GetSelectionAmount()) {\n+            while (utxo_pool[next_utxo - 1].GetSelectionAmount() != utxo_pool[next_utxo].GetSelectionAmount()) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.954Z","updatedAt":"2026-09-18T18:42:32.954Z","url":"https://0.0.0.0:3000/mutants/2264","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2265,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":252,"endLine":252,"title":"Relational operator mutation at coinselection.cpp:252","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (next_utxo >= utxo_pool.size() - 1) {","mutatedCode":"                if (next_utxo > utxo_pool.size() - 1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -252,1 +252,1 @@\n-                if (next_utxo >= utxo_pool.size() - 1) {\n+                if (next_utxo > utxo_pool.size() - 1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.957Z","updatedAt":"2026-09-18T18:42:32.957Z","url":"https://0.0.0.0:3000/mutants/2265","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2266,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":263,"endLine":263,"title":"Statement deletion mutation at coinselection.cpp:263","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    result.SetSelectionsEvaluated(curr_try);","mutatedCode":"    // result.SetSelectionsEvaluated(curr_try);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -263,1 +263,1 @@\n-    result.SetSelectionsEvaluated(curr_try);\n+    // result.SetSelectionsEvaluated(curr_try);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.961Z","updatedAt":"2026-09-18T18:42:32.961Z","url":"https://0.0.0.0:3000/mutants/2266","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2267,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":270,"endLine":270,"title":"Statement deletion mutation at coinselection.cpp:270","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        result.AddInput(utxo_pool.at(i));","mutatedCode":"        // result.AddInput(utxo_pool.at(i));","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -270,1 +270,1 @@\n-        result.AddInput(utxo_pool.at(i));\n+        // result.AddInput(utxo_pool.at(i));\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.964Z","updatedAt":"2026-09-18T18:42:32.964Z","url":"https://0.0.0.0:3000/mutants/2267","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2268,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":401,"endLine":401,"title":"Statement deletion mutation at coinselection.cpp:401","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::sort(utxo_pool.begin(), utxo_pool.end(), descending_effval_weight);","mutatedCode":"    // std::sort(utxo_pool.begin(), utxo_pool.end(), descending_effval_weight);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -401,1 +401,1 @@\n-    std::sort(utxo_pool.begin(), utxo_pool.end(), descending_effval_weight);\n+    // std::sort(utxo_pool.begin(), utxo_pool.end(), descending_effval_weight);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.967Z","updatedAt":"2026-09-18T18:42:32.967Z","url":"https://0.0.0.0:3000/mutants/2268","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2269,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":410,"endLine":410,"title":"Relational operator mutation at coinselection.cpp:410","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (size_t i = 0; i < utxo_pool.size(); ++i) {","mutatedCode":"    for (size_t i = 0; i <= utxo_pool.size(); ++i) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -410,1 +410,1 @@\n-    for (size_t i = 0; i < utxo_pool.size(); ++i) {\n+    for (size_t i = 0; i <= utxo_pool.size(); ++i) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.970Z","updatedAt":"2026-09-18T18:42:32.970Z","url":"https://0.0.0.0:3000/mutants/2269","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2270,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":411,"endLine":411,"title":"Arithmetic operator mutation at coinselection.cpp:411","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        size_t index = utxo_pool.size() - 1 - i; // Loop over every element in reverse order","mutatedCode":"        size_t index = utxo_pool.size() + 1 - i; // Loop over every element in reverse order","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -411,1 +411,1 @@\n-        size_t index = utxo_pool.size() - 1 - i; // Loop over every element in reverse order\n+        size_t index = utxo_pool.size() + 1 - i; // Loop over every element in reverse order\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.973Z","updatedAt":"2026-09-18T18:42:32.973Z","url":"https://0.0.0.0:3000/mutants/2270","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2271,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":420,"endLine":420,"title":"Arithmetic operator mutation at coinselection.cpp:420","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    const CAmount total_target = selection_target + change_target;","mutatedCode":"    const CAmount total_target = selection_target - change_target;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -420,1 +420,1 @@\n-    const CAmount total_target = selection_target + change_target;\n+    const CAmount total_target = selection_target - change_target;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.976Z","updatedAt":"2026-09-18T18:42:32.976Z","url":"https://0.0.0.0:3000/mutants/2271","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2272,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":421,"endLine":421,"title":"Relational operator mutation at coinselection.cpp:421","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (total_available < total_target) {","mutatedCode":"    if (total_available <= total_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -421,1 +421,1 @@\n-    if (total_available < total_target) {\n+    if (total_available <= total_target) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.979Z","updatedAt":"2026-09-18T18:42:32.979Z","url":"https://0.0.0.0:3000/mutants/2272","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2273,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":509,"endLine":509,"title":"Relational operator mutation at coinselection.cpp:509","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (curr_amount + lookahead[curr_tail] < total_target) {","mutatedCode":"        if (curr_amount + lookahead[curr_tail] <= total_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -509,1 +509,1 @@\n-        if (curr_amount + lookahead[curr_tail] < total_target) {\n+        if (curr_amount + lookahead[curr_tail] <= total_target) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.982Z","updatedAt":"2026-09-18T18:42:32.982Z","url":"https://0.0.0.0:3000/mutants/2273","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2274,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":512,"endLine":512,"title":"Relational operator mutation at coinselection.cpp:512","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (curr_weight > best_selection_weight) {","mutatedCode":"        } else if (curr_weight >= best_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -512,1 +512,1 @@\n-        } else if (curr_weight > best_selection_weight) {\n+        } else if (curr_weight >= best_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.986Z","updatedAt":"2026-09-18T18:42:32.986Z","url":"https://0.0.0.0:3000/mutants/2274","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2275,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":514,"endLine":514,"title":"Constant replacement mutation at coinselection.cpp:514","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            if (curr_weight > max_selection_weight) max_tx_weight_exceeded = true;","mutatedCode":"            if (curr_weight > max_selection_weight) max_tx_weight_exceeded = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -514,1 +514,1 @@\n-            if (curr_weight > max_selection_weight) max_tx_weight_exceeded = true;\n+            if (curr_weight > max_selection_weight) max_tx_weight_exceeded = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.989Z","updatedAt":"2026-09-18T18:42:32.989Z","url":"https://0.0.0.0:3000/mutants/2275","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2276,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":517,"endLine":517,"title":"Relational operator mutation at coinselection.cpp:517","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (utxo_pool[curr_tail].m_weight <= min_tail_weight[curr_tail]) {","mutatedCode":"            if (utxo_pool[curr_tail].m_weight < min_tail_weight[curr_tail]) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -517,1 +517,1 @@\n-            if (utxo_pool[curr_tail].m_weight <= min_tail_weight[curr_tail]) {\n+            if (utxo_pool[curr_tail].m_weight < min_tail_weight[curr_tail]) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.991Z","updatedAt":"2026-09-18T18:42:32.991Z","url":"https://0.0.0.0:3000/mutants/2276","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2277,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":522,"endLine":522,"title":"Relational operator mutation at coinselection.cpp:522","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (curr_amount >= total_target) {","mutatedCode":"        } else if (curr_amount > total_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -522,1 +522,1 @@\n-        } else if (curr_amount >= total_target) {\n+        } else if (curr_amount > total_target) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.993Z","updatedAt":"2026-09-18T18:42:32.993Z","url":"https://0.0.0.0:3000/mutants/2277","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2278,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":525,"endLine":525,"title":"Relational operator mutation at coinselection.cpp:525","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            if (curr_weight < best_selection_weight || (curr_weight == best_selection_weight && curr_amount < best_selection_amount)) {","mutatedCode":"            if (curr_weight <= best_selection_weight || (curr_weight == best_selection_weight && curr_amount < best_selection_amount)) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -525,1 +525,1 @@\n-            if (curr_weight < best_selection_weight || (curr_weight == best_selection_weight && curr_amount < best_selection_amount)) {\n+            if (curr_weight <= best_selection_weight || (curr_weight == best_selection_weight && curr_amount < best_selection_amount)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.995Z","updatedAt":"2026-09-18T18:42:32.995Z","url":"https://0.0.0.0:3000/mutants/2278","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2279,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":531,"endLine":531,"title":"Arithmetic operator mutation at coinselection.cpp:531","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        } else if (!best_selection.empty() && curr_weight + int64_t{min_tail_weight[curr_tail]} * ((total_target - curr_amount + utxo_pool[curr_tail].GetSelectionAmount() - 1) / utxo_pool[curr_tail].GetSelectionAmount()) > best_selection_weight) {","mutatedCode":"        } else if (!best_selection.empty() && curr_weight + int64_t{min_tail_weight[curr_tail]} * ((total_target - curr_amount + utxo_pool[curr_tail].GetSelectionAmount() - 1) * utxo_pool[curr_tail].GetSelectionAmount()) > best_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -531,1 +531,1 @@\n-        } else if (!best_selection.empty() && curr_weight + int64_t{min_tail_weight[curr_tail]} * ((total_target - curr_amount + utxo_pool[curr_tail].GetSelectionAmount() - 1) / utxo_pool[curr_tail].GetSelectionAmount()) > best_selection_weight) {\n+        } else if (!best_selection.empty() && curr_weight + int64_t{min_tail_weight[curr_tail]} * ((total_target - curr_amount + utxo_pool[curr_tail].GetSelectionAmount() - 1) * utxo_pool[curr_tail].GetSelectionAmount()) > best_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:32.997Z","updatedAt":"2026-09-18T18:42:32.997Z","url":"https://0.0.0.0:3000/mutants/2279","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2280,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":595,"endLine":595,"title":"Statement deletion mutation at coinselection.cpp:595","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        result.AddInput(utxo_pool[i]);","mutatedCode":"        // result.AddInput(utxo_pool[i]);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -595,1 +595,1 @@\n-        result.AddInput(utxo_pool[i]);\n+        // result.AddInput(utxo_pool[i]);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.000Z","updatedAt":"2026-09-18T18:42:33.000Z","url":"https://0.0.0.0:3000/mutants/2280","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2281,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":620,"endLine":620,"title":"Arithmetic operator mutation at coinselection.cpp:620","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    target_value += CHANGE_LOWER + change_fee;","mutatedCode":"    target_value += CHANGE_LOWER - change_fee;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -620,1 +620,1 @@\n-    target_value += CHANGE_LOWER + change_fee;\n+    target_value += CHANGE_LOWER - change_fee;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.002Z","updatedAt":"2026-09-18T18:42:33.002Z","url":"https://0.0.0.0:3000/mutants/2281","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2282,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":624,"endLine":624,"title":"Statement deletion mutation at coinselection.cpp:624","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::iota(indexes.begin(), indexes.end(), 0);","mutatedCode":"    // std::iota(indexes.begin(), indexes.end(), 0);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -624,1 +624,1 @@\n-    std::iota(indexes.begin(), indexes.end(), 0);\n+    // std::iota(indexes.begin(), indexes.end(), 0);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.004Z","updatedAt":"2026-09-18T18:42:33.004Z","url":"https://0.0.0.0:3000/mutants/2282","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2283,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":625,"endLine":625,"title":"Statement deletion mutation at coinselection.cpp:625","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::shuffle(indexes.begin(), indexes.end(), rng);","mutatedCode":"    // std::shuffle(indexes.begin(), indexes.end(), rng);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -625,1 +625,1 @@\n-    std::shuffle(indexes.begin(), indexes.end(), rng);\n+    // std::shuffle(indexes.begin(), indexes.end(), rng);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.006Z","updatedAt":"2026-09-18T18:42:33.006Z","url":"https://0.0.0.0:3000/mutants/2283","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2284,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":635,"endLine":635,"title":"Statement deletion mutation at coinselection.cpp:635","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        heap.push(group);","mutatedCode":"        // heap.push(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -635,1 +635,1 @@\n-        heap.push(group);\n+        // heap.push(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.008Z","updatedAt":"2026-09-18T18:42:33.008Z","url":"https://0.0.0.0:3000/mutants/2284","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2285,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":641,"endLine":641,"title":"Relational operator mutation at coinselection.cpp:641","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (weight > max_selection_weight) {","mutatedCode":"        if (weight >= max_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -641,1 +641,1 @@\n-        if (weight > max_selection_weight) {\n+        if (weight >= max_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.010Z","updatedAt":"2026-09-18T18:42:33.010Z","url":"https://0.0.0.0:3000/mutants/2285","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2286,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":642,"endLine":642,"title":"Constant replacement mutation at coinselection.cpp:642","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            max_tx_weight_exceeded = true; // mark it in case we don't find any useful result.","mutatedCode":"            max_tx_weight_exceeded = false; // mark it in case we don't find any useful result.","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -642,1 +642,1 @@\n-            max_tx_weight_exceeded = true; // mark it in case we don't find any useful result.\n+            max_tx_weight_exceeded = false; // mark it in case we don't find any useful result.\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.012Z","updatedAt":"2026-09-18T18:42:33.012Z","url":"https://0.0.0.0:3000/mutants/2286","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2287,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":647,"endLine":647,"title":"Statement deletion mutation at coinselection.cpp:647","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                heap.pop();","mutatedCode":"                // heap.pop();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -647,1 +647,1 @@\n-                heap.pop();\n+                // heap.pop();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.014Z","updatedAt":"2026-09-18T18:42:33.014Z","url":"https://0.0.0.0:3000/mutants/2287","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2288,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":648,"endLine":648,"title":"Relational operator mutation at coinselection.cpp:648","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            } while (!heap.empty() && weight > max_selection_weight);","mutatedCode":"            } while (!heap.empty() && weight >= max_selection_weight);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -648,1 +648,1 @@\n-            } while (!heap.empty() && weight > max_selection_weight);\n+            } while (!heap.empty() && weight >= max_selection_weight);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.016Z","updatedAt":"2026-09-18T18:42:33.016Z","url":"https://0.0.0.0:3000/mutants/2288","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2289,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":652,"endLine":652,"title":"Relational operator mutation at coinselection.cpp:652","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (selected_eff_value >= target_value) {","mutatedCode":"        if (selected_eff_value > target_value) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -652,1 +652,1 @@\n-        if (selected_eff_value >= target_value) {\n+        if (selected_eff_value > target_value) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.018Z","updatedAt":"2026-09-18T18:42:33.018Z","url":"https://0.0.0.0:3000/mutants/2289","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2290,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":654,"endLine":654,"title":"Custom mutation at coinselection.cpp:654","description":null,"mutationOperator":"CUSTOM","originalCode":"            while (!heap.empty()) {","mutatedCode":";","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -654,1 +654,1 @@\n-            while (!heap.empty()) {\n+;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.021Z","updatedAt":"2026-09-18T18:42:33.021Z","url":"https://0.0.0.0:3000/mutants/2290","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2291,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":655,"endLine":655,"title":"Statement deletion mutation at coinselection.cpp:655","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                result.AddInput(heap.top());","mutatedCode":"                // result.AddInput(heap.top());","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -655,1 +655,1 @@\n-                result.AddInput(heap.top());\n+                // result.AddInput(heap.top());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.023Z","updatedAt":"2026-09-18T18:42:33.023Z","url":"https://0.0.0.0:3000/mutants/2291","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2292,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":683,"endLine":683,"title":"Constant replacement mutation at coinselection.cpp:683","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    vfBest.assign(groups.size(), true);","mutatedCode":"    vfBest.assign(groups.size(), false);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -683,1 +683,1 @@\n-    vfBest.assign(groups.size(), true);\n+    vfBest.assign(groups.size(), false);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.025Z","updatedAt":"2026-09-18T18:42:33.025Z","url":"https://0.0.0.0:3000/mutants/2292","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2293,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":686,"endLine":686,"title":"Relational operator mutation at coinselection.cpp:686","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    for (int nRep = 0; nRep < iterations && nBest != nTargetValue; nRep++)","mutatedCode":"    for (int nRep = 0; nRep <= iterations && nBest != nTargetValue; nRep++)","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -686,1 +686,1 @@\n-    for (int nRep = 0; nRep < iterations && nBest != nTargetValue; nRep++)\n+    for (int nRep = 0; nRep <= iterations && nBest != nTargetValue; nRep++)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.027Z","updatedAt":"2026-09-18T18:42:33.027Z","url":"https://0.0.0.0:3000/mutants/2293","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2294,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":688,"endLine":688,"title":"Constant replacement mutation at coinselection.cpp:688","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        vfIncluded.assign(groups.size(), false);","mutatedCode":"        vfIncluded.assign(groups.size(), true);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -688,1 +688,1 @@\n-        vfIncluded.assign(groups.size(), false);\n+        vfIncluded.assign(groups.size(), true);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.029Z","updatedAt":"2026-09-18T18:42:33.029Z","url":"https://0.0.0.0:3000/mutants/2294","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2295,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":691,"endLine":691,"title":"Constant replacement mutation at coinselection.cpp:691","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        bool fReachedTarget = false;","mutatedCode":"        bool fReachedTarget = true;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -691,1 +691,1 @@\n-        bool fReachedTarget = false;\n+        bool fReachedTarget = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.030Z","updatedAt":"2026-09-18T18:42:33.030Z","url":"https://0.0.0.0:3000/mutants/2295","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2296,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":692,"endLine":692,"title":"Relational operator mutation at coinselection.cpp:692","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (int nPass = 0; nPass < 2 && !fReachedTarget; nPass++)","mutatedCode":"        for (int nPass = 0; nPass <= 2 && !fReachedTarget; nPass++)","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -692,1 +692,1 @@\n-        for (int nPass = 0; nPass < 2 && !fReachedTarget; nPass++)\n+        for (int nPass = 0; nPass <= 2 && !fReachedTarget; nPass++)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.032Z","updatedAt":"2026-09-18T18:42:33.032Z","url":"https://0.0.0.0:3000/mutants/2296","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2297,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":694,"endLine":694,"title":"Relational operator mutation at coinselection.cpp:694","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"            for (unsigned int i = 0; i < groups.size(); i++)","mutatedCode":"            for (unsigned int i = 0; i <= groups.size(); i++)","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -694,1 +694,1 @@\n-            for (unsigned int i = 0; i < groups.size(); i++)\n+            for (unsigned int i = 0; i <= groups.size(); i++)\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.034Z","updatedAt":"2026-09-18T18:42:33.034Z","url":"https://0.0.0.0:3000/mutants/2297","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2298,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":702,"endLine":702,"title":"Relational operator mutation at coinselection.cpp:702","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                if (nPass == 0 ? insecure_rand.randbool() : !vfIncluded[i])","mutatedCode":"                if (nPass != 0 ? insecure_rand.randbool() : !vfIncluded[i])","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -702,1 +702,1 @@\n-                if (nPass == 0 ? insecure_rand.randbool() : !vfIncluded[i])\n+                if (nPass != 0 ? insecure_rand.randbool() : !vfIncluded[i])\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.037Z","updatedAt":"2026-09-18T18:42:33.037Z","url":"https://0.0.0.0:3000/mutants/2298","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2299,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":706,"endLine":706,"title":"Constant replacement mutation at coinselection.cpp:706","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                    vfIncluded[i] = true;","mutatedCode":"                    vfIncluded[i] = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -706,1 +706,1 @@\n-                    vfIncluded[i] = true;\n+                    vfIncluded[i] = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.038Z","updatedAt":"2026-09-18T18:42:33.038Z","url":"https://0.0.0.0:3000/mutants/2299","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2300,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":707,"endLine":707,"title":"Relational operator mutation at coinselection.cpp:707","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                    if (nTotal >= nTargetValue && selected_coins_weight <= max_selection_weight) {","mutatedCode":"                    if (nTotal > nTargetValue && selected_coins_weight <= max_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -707,1 +707,1 @@\n-                    if (nTotal >= nTargetValue && selected_coins_weight <= max_selection_weight) {\n+                    if (nTotal > nTargetValue && selected_coins_weight <= max_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.040Z","updatedAt":"2026-09-18T18:42:33.040Z","url":"https://0.0.0.0:3000/mutants/2300","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2301,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":708,"endLine":708,"title":"Constant replacement mutation at coinselection.cpp:708","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        fReachedTarget = true;","mutatedCode":"                        fReachedTarget = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -708,1 +708,1 @@\n-                        fReachedTarget = true;\n+                        fReachedTarget = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.042Z","updatedAt":"2026-09-18T18:42:33.042Z","url":"https://0.0.0.0:3000/mutants/2301","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2302,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":711,"endLine":711,"title":"Relational operator mutation at coinselection.cpp:711","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"                        if (nTotal < nBest)","mutatedCode":"                        if (nTotal <= nBest)","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -711,1 +711,1 @@\n-                        if (nTotal < nBest)\n+                        if (nTotal <= nBest)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.044Z","updatedAt":"2026-09-18T18:42:33.044Z","url":"https://0.0.0.0:3000/mutants/2302","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2303,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":718,"endLine":718,"title":"Constant replacement mutation at coinselection.cpp:718","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"                        vfIncluded[i] = false;","mutatedCode":"                        vfIncluded[i] = true;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -718,1 +718,1 @@\n-                        vfIncluded[i] = false;\n+                        vfIncluded[i] = true;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.046Z","updatedAt":"2026-09-18T18:42:33.046Z","url":"https://0.0.0.0:3000/mutants/2303","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2304,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":731,"endLine":731,"title":"Constant replacement mutation at coinselection.cpp:731","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"    bool max_weight_exceeded{false};","mutatedCode":"    bool max_weight_exceeded{true};","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -731,1 +731,1 @@\n-    bool max_weight_exceeded{false};\n+    bool max_weight_exceeded{true};\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.048Z","updatedAt":"2026-09-18T18:42:33.048Z","url":"https://0.0.0.0:3000/mutants/2304","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2305,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":739,"endLine":739,"title":"Statement deletion mutation at coinselection.cpp:739","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::shuffle(groups.begin(), groups.end(), rng);","mutatedCode":"    // std::shuffle(groups.begin(), groups.end(), rng);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -739,1 +739,1 @@\n-    std::shuffle(groups.begin(), groups.end(), rng);\n+    // std::shuffle(groups.begin(), groups.end(), rng);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.050Z","updatedAt":"2026-09-18T18:42:33.050Z","url":"https://0.0.0.0:3000/mutants/2305","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2306,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":742,"endLine":742,"title":"Relational operator mutation at coinselection.cpp:742","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (group.m_weight > max_selection_weight) {","mutatedCode":"        if (group.m_weight >= max_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -742,1 +742,1 @@\n-        if (group.m_weight > max_selection_weight) {\n+        if (group.m_weight >= max_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.052Z","updatedAt":"2026-09-18T18:42:33.052Z","url":"https://0.0.0.0:3000/mutants/2306","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2307,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":743,"endLine":743,"title":"Constant replacement mutation at coinselection.cpp:743","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"            max_weight_exceeded = true;","mutatedCode":"            max_weight_exceeded = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -743,1 +743,1 @@\n-            max_weight_exceeded = true;\n+            max_weight_exceeded = false;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.054Z","updatedAt":"2026-09-18T18:42:33.054Z","url":"https://0.0.0.0:3000/mutants/2307","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2308,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":744,"endLine":744,"title":"Custom mutation at coinselection.cpp:744","description":null,"mutationOperator":"CUSTOM","originalCode":"            continue;","mutatedCode":"            break;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -744,1 +744,1 @@\n-            continue;\n+            break;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.055Z","updatedAt":"2026-09-18T18:42:33.055Z","url":"https://0.0.0.0:3000/mutants/2308","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2309,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":746,"endLine":746,"title":"Relational operator mutation at coinselection.cpp:746","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (group.GetSelectionAmount() == nTargetValue) {","mutatedCode":"        if (group.GetSelectionAmount() != nTargetValue) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -746,1 +746,1 @@\n-        if (group.GetSelectionAmount() == nTargetValue) {\n+        if (group.GetSelectionAmount() != nTargetValue) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.057Z","updatedAt":"2026-09-18T18:42:33.057Z","url":"https://0.0.0.0:3000/mutants/2309","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2310,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":747,"endLine":747,"title":"Statement deletion mutation at coinselection.cpp:747","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            result.AddInput(group);","mutatedCode":"            // result.AddInput(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -747,1 +747,1 @@\n-            result.AddInput(group);\n+            // result.AddInput(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.059Z","updatedAt":"2026-09-18T18:42:33.059Z","url":"https://0.0.0.0:3000/mutants/2310","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2311,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":749,"endLine":749,"title":"Relational operator mutation at coinselection.cpp:749","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (group.GetSelectionAmount() < nTargetValue + change_target) {","mutatedCode":"        } else if (group.GetSelectionAmount() <= nTargetValue + change_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -749,1 +749,1 @@\n-        } else if (group.GetSelectionAmount() < nTargetValue + change_target) {\n+        } else if (group.GetSelectionAmount() <= nTargetValue + change_target) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.060Z","updatedAt":"2026-09-18T18:42:33.060Z","url":"https://0.0.0.0:3000/mutants/2311","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2312,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":750,"endLine":750,"title":"Statement deletion mutation at coinselection.cpp:750","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"            applicable_groups.push_back(group);","mutatedCode":"            // applicable_groups.push_back(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -750,1 +750,1 @@\n-            applicable_groups.push_back(group);\n+            // applicable_groups.push_back(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.062Z","updatedAt":"2026-09-18T18:42:33.062Z","url":"https://0.0.0.0:3000/mutants/2312","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2313,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":752,"endLine":752,"title":"Relational operator mutation at coinselection.cpp:752","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        } else if (!lowest_larger || group.GetSelectionAmount() < lowest_larger->GetSelectionAmount()) {","mutatedCode":"        } else if (!lowest_larger || group.GetSelectionAmount() <= lowest_larger->GetSelectionAmount()) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -752,1 +752,1 @@\n-        } else if (!lowest_larger || group.GetSelectionAmount() < lowest_larger->GetSelectionAmount()) {\n+        } else if (!lowest_larger || group.GetSelectionAmount() <= lowest_larger->GetSelectionAmount()) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.063Z","updatedAt":"2026-09-18T18:42:33.063Z","url":"https://0.0.0.0:3000/mutants/2313","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2314,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":757,"endLine":757,"title":"Relational operator mutation at coinselection.cpp:757","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nTotalLower == nTargetValue) {","mutatedCode":"    if (nTotalLower != nTargetValue) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -757,1 +757,1 @@\n-    if (nTotalLower == nTargetValue) {\n+    if (nTotalLower != nTargetValue) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.065Z","updatedAt":"2026-09-18T18:42:33.065Z","url":"https://0.0.0.0:3000/mutants/2314","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2315,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":761,"endLine":761,"title":"Relational operator mutation at coinselection.cpp:761","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (result.GetWeight() <= max_selection_weight) return result;","mutatedCode":"        if (result.GetWeight() < max_selection_weight) return result;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -761,1 +761,1 @@\n-        if (result.GetWeight() <= max_selection_weight) return result;\n+        if (result.GetWeight() < max_selection_weight) return result;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.067Z","updatedAt":"2026-09-18T18:42:33.067Z","url":"https://0.0.0.0:3000/mutants/2315","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2316,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":762,"endLine":762,"title":"Constant replacement mutation at coinselection.cpp:762","description":null,"mutationOperator":"CONSTANT_REPLACEMENT","originalCode":"        else max_weight_exceeded = true;","mutatedCode":"        else max_weight_exceeded = false;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -762,1 +762,1 @@\n-        else max_weight_exceeded = true;\n+        else max_weight_exceeded = false;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.068Z","updatedAt":"2026-09-18T18:42:33.068Z","url":"https://0.0.0.0:3000/mutants/2316","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2317,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":765,"endLine":765,"title":"Statement deletion mutation at coinselection.cpp:765","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        result.Clear();","mutatedCode":"        // result.Clear();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -765,1 +765,1 @@\n-        result.Clear();\n+        // result.Clear();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.070Z","updatedAt":"2026-09-18T18:42:33.070Z","url":"https://0.0.0.0:3000/mutants/2317","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2318,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":768,"endLine":768,"title":"Relational operator mutation at coinselection.cpp:768","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nTotalLower < nTargetValue) {","mutatedCode":"    if (nTotalLower <= nTargetValue) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -768,1 +768,1 @@\n-    if (nTotalLower < nTargetValue) {\n+    if (nTotalLower <= nTargetValue) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.071Z","updatedAt":"2026-09-18T18:42:33.071Z","url":"https://0.0.0.0:3000/mutants/2318","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2319,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":769,"endLine":769,"title":"Conditional operator mutation at coinselection.cpp:769","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"        if (!lowest_larger) {","mutatedCode":"        if (1==1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -769,1 +769,1 @@\n-        if (!lowest_larger) {\n+        if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.073Z","updatedAt":"2026-09-18T18:42:33.073Z","url":"https://0.0.0.0:3000/mutants/2319","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2320,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":773,"endLine":773,"title":"Statement deletion mutation at coinselection.cpp:773","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        result.AddInput(*lowest_larger);","mutatedCode":"        // result.AddInput(*lowest_larger);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -773,1 +773,1 @@\n-        result.AddInput(*lowest_larger);\n+        // result.AddInput(*lowest_larger);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.075Z","updatedAt":"2026-09-18T18:42:33.075Z","url":"https://0.0.0.0:3000/mutants/2320","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2321,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":778,"endLine":778,"title":"Statement deletion mutation at coinselection.cpp:778","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::sort(applicable_groups.begin(), applicable_groups.end(), descending);","mutatedCode":"    // std::sort(applicable_groups.begin(), applicable_groups.end(), descending);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -778,1 +778,1 @@\n-    std::sort(applicable_groups.begin(), applicable_groups.end(), descending);\n+    // std::sort(applicable_groups.begin(), applicable_groups.end(), descending);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.076Z","updatedAt":"2026-09-18T18:42:33.076Z","url":"https://0.0.0.0:3000/mutants/2321","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2322,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":782,"endLine":782,"title":"Statement deletion mutation at coinselection.cpp:782","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue, vfBest, nBest, max_selection_weight);","mutatedCode":"    // ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue, vfBest, nBest, max_selection_weight);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -782,1 +782,1 @@\n-    ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue, vfBest, nBest, max_selection_weight);\n+    // ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue, vfBest, nBest, max_selection_weight);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.078Z","updatedAt":"2026-09-18T18:42:33.078Z","url":"https://0.0.0.0:3000/mutants/2322","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2323,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":783,"endLine":783,"title":"Relational operator mutation at coinselection.cpp:783","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (nBest != nTargetValue && nTotalLower >= nTargetValue + change_target) {","mutatedCode":"    if (nBest != nTargetValue && nTotalLower > nTargetValue + change_target) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -783,1 +783,1 @@\n-    if (nBest != nTargetValue && nTotalLower >= nTargetValue + change_target) {\n+    if (nBest != nTargetValue && nTotalLower > nTargetValue + change_target) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.079Z","updatedAt":"2026-09-18T18:42:33.079Z","url":"https://0.0.0.0:3000/mutants/2323","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2324,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":784,"endLine":784,"title":"Arithmetic operator mutation at coinselection.cpp:784","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue + change_target, vfBest, nBest, max_selection_weight);","mutatedCode":"        ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue - change_target, vfBest, nBest, max_selection_weight);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -784,1 +784,1 @@\n-        ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue + change_target, vfBest, nBest, max_selection_weight);\n+        ApproximateBestSubset(rng, applicable_groups, nTotalLower, nTargetValue - change_target, vfBest, nBest, max_selection_weight);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.081Z","updatedAt":"2026-09-18T18:42:33.081Z","url":"https://0.0.0.0:3000/mutants/2324","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2325,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":789,"endLine":789,"title":"Logical operator mutation at coinselection.cpp:789","description":null,"mutationOperator":"LOGICAL_OPERATOR","originalCode":"    if (lowest_larger &&","mutatedCode":"    if (lowest_larger ||","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -789,1 +789,1 @@\n-    if (lowest_larger &&\n+    if (lowest_larger ||\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.082Z","updatedAt":"2026-09-18T18:42:33.082Z","url":"https://0.0.0.0:3000/mutants/2325","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2326,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":790,"endLine":790,"title":"Relational operator mutation at coinselection.cpp:790","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        ((nBest != nTargetValue && nBest < nTargetValue + change_target) || lowest_larger->GetSelectionAmount() <= nBest)) {","mutatedCode":"        ((nBest != nTargetValue && nBest < nTargetValue + change_target) || lowest_larger->GetSelectionAmount() < nBest)) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -790,1 +790,1 @@\n-        ((nBest != nTargetValue && nBest < nTargetValue + change_target) || lowest_larger->GetSelectionAmount() <= nBest)) {\n+        ((nBest != nTargetValue && nBest < nTargetValue + change_target) || lowest_larger->GetSelectionAmount() < nBest)) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.084Z","updatedAt":"2026-09-18T18:42:33.084Z","url":"https://0.0.0.0:3000/mutants/2326","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2327,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":793,"endLine":793,"title":"Relational operator mutation at coinselection.cpp:793","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        for (unsigned int i = 0; i < applicable_groups.size(); i++) {","mutatedCode":"        for (unsigned int i = 0; i <= applicable_groups.size(); i++) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -793,1 +793,1 @@\n-        for (unsigned int i = 0; i < applicable_groups.size(); i++) {\n+        for (unsigned int i = 0; i <= applicable_groups.size(); i++) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.086Z","updatedAt":"2026-09-18T18:42:33.086Z","url":"https://0.0.0.0:3000/mutants/2327","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2328,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":794,"endLine":794,"title":"Conditional operator mutation at coinselection.cpp:794","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"            if (vfBest[i]) {","mutatedCode":"            if (1==1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -794,1 +794,1 @@\n-            if (vfBest[i]) {\n+            if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.087Z","updatedAt":"2026-09-18T18:42:33.087Z","url":"https://0.0.0.0:3000/mutants/2328","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2329,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":795,"endLine":795,"title":"Statement deletion mutation at coinselection.cpp:795","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"                result.AddInput(applicable_groups[i]);","mutatedCode":"                // result.AddInput(applicable_groups[i]);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -795,1 +795,1 @@\n-                result.AddInput(applicable_groups[i]);\n+                // result.AddInput(applicable_groups[i]);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.089Z","updatedAt":"2026-09-18T18:42:33.089Z","url":"https://0.0.0.0:3000/mutants/2329","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2330,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":800,"endLine":800,"title":"Relational operator mutation at coinselection.cpp:800","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        if (result.GetWeight() > max_selection_weight) {","mutatedCode":"        if (result.GetWeight() >= max_selection_weight) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -800,1 +800,1 @@\n-        if (result.GetWeight() > max_selection_weight) {\n+        if (result.GetWeight() >= max_selection_weight) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.091Z","updatedAt":"2026-09-18T18:42:33.091Z","url":"https://0.0.0.0:3000/mutants/2330","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2331,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":830,"endLine":830,"title":"Statement deletion mutation at coinselection.cpp:830","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_outputs.push_back(output);","mutatedCode":"    // m_outputs.push_back(output);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -830,1 +830,1 @@\n-    m_outputs.push_back(output);\n+    // m_outputs.push_back(output);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.092Z","updatedAt":"2026-09-18T18:42:33.092Z","url":"https://0.0.0.0:3000/mutants/2331","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2332,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":835,"endLine":835,"title":"Relational operator mutation at coinselection.cpp:835","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    coin.long_term_fee = coin.input_bytes < 0 ? 0 : m_long_term_feerate.GetFee(coin.input_bytes);","mutatedCode":"    coin.long_term_fee = coin.input_bytes <= 0 ? 0 : m_long_term_feerate.GetFee(coin.input_bytes);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -835,1 +835,1 @@\n-    coin.long_term_fee = coin.input_bytes < 0 ? 0 : m_long_term_feerate.GetFee(coin.input_bytes);\n+    coin.long_term_fee = coin.input_bytes <= 0 ? 0 : m_long_term_feerate.GetFee(coin.input_bytes);\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.094Z","updatedAt":"2026-09-18T18:42:33.094Z","url":"https://0.0.0.0:3000/mutants/2332","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2333,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":851,"endLine":851,"title":"Relational operator mutation at coinselection.cpp:851","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (output->input_bytes > 0) {","mutatedCode":"    if (output->input_bytes >= 0) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -851,1 +851,1 @@\n-    if (output->input_bytes > 0) {\n+    if (output->input_bytes >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.095Z","updatedAt":"2026-09-18T18:42:33.095Z","url":"https://0.0.0.0:3000/mutants/2333","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2334,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":858,"endLine":858,"title":"Relational operator mutation at coinselection.cpp:858","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return m_depth >= (m_from_me ? eligibility_filter.conf_mine : eligibility_filter.conf_theirs)","mutatedCode":"    return m_depth > (m_from_me ? eligibility_filter.conf_mine : eligibility_filter.conf_theirs)","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -858,1 +858,1 @@\n-    return m_depth >= (m_from_me ? eligibility_filter.conf_mine : eligibility_filter.conf_theirs)\n+    return m_depth > (m_from_me ? eligibility_filter.conf_mine : eligibility_filter.conf_theirs)\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.097Z","updatedAt":"2026-09-18T18:42:33.097Z","url":"https://0.0.0.0:3000/mutants/2334","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2335,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":859,"endLine":859,"title":"Relational operator mutation at coinselection.cpp:859","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        && m_ancestors <= eligibility_filter.max_ancestors","mutatedCode":"        && m_ancestors < eligibility_filter.max_ancestors","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -859,1 +859,1 @@\n-        && m_ancestors <= eligibility_filter.max_ancestors\n+        && m_ancestors < eligibility_filter.max_ancestors\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.098Z","updatedAt":"2026-09-18T18:42:33.098Z","url":"https://0.0.0.0:3000/mutants/2335","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2336,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":860,"endLine":860,"title":"Relational operator mutation at coinselection.cpp:860","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"        && m_max_cluster_count <= eligibility_filter.max_cluster_count;","mutatedCode":"        && m_max_cluster_count < eligibility_filter.max_cluster_count;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -860,1 +860,1 @@\n-        && m_max_cluster_count <= eligibility_filter.max_cluster_count;\n+        && m_max_cluster_count < eligibility_filter.max_cluster_count;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.100Z","updatedAt":"2026-09-18T18:42:33.100Z","url":"https://0.0.0.0:3000/mutants/2336","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2337,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":870,"endLine":870,"title":"Statement deletion mutation at coinselection.cpp:870","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    if (group.m_outputs.empty()) return;","mutatedCode":"    // if (group.m_outputs.empty()) return;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -870,1 +870,1 @@\n-    if (group.m_outputs.empty()) return;\n+    // if (group.m_outputs.empty()) return;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.102Z","updatedAt":"2026-09-18T18:42:33.102Z","url":"https://0.0.0.0:3000/mutants/2337","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2338,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":873,"endLine":873,"title":"Relational operator mutation at coinselection.cpp:873","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (insert_positive && group.GetSelectionAmount() > 0) {","mutatedCode":"    if (insert_positive && group.GetSelectionAmount() >= 0) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -873,1 +873,1 @@\n-    if (insert_positive && group.GetSelectionAmount() > 0) {\n+    if (insert_positive && group.GetSelectionAmount() >= 0) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.104Z","updatedAt":"2026-09-18T18:42:33.104Z","url":"https://0.0.0.0:3000/mutants/2338","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2339,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":874,"endLine":874,"title":"Statement deletion mutation at coinselection.cpp:874","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        groups.positive_group.emplace_back(group);","mutatedCode":"        // groups.positive_group.emplace_back(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -874,1 +874,1 @@\n-        groups.positive_group.emplace_back(group);\n+        // groups.positive_group.emplace_back(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.106Z","updatedAt":"2026-09-18T18:42:33.106Z","url":"https://0.0.0.0:3000/mutants/2339","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2340,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":875,"endLine":875,"title":"Statement deletion mutation at coinselection.cpp:875","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        all_groups.positive_group.emplace_back(group);","mutatedCode":"        // all_groups.positive_group.emplace_back(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -875,1 +875,1 @@\n-        all_groups.positive_group.emplace_back(group);\n+        // all_groups.positive_group.emplace_back(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.108Z","updatedAt":"2026-09-18T18:42:33.108Z","url":"https://0.0.0.0:3000/mutants/2340","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2341,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":877,"endLine":877,"title":"Conditional operator mutation at coinselection.cpp:877","description":null,"mutationOperator":"CONDITIONAL_OPERATOR","originalCode":"    if (insert_mixed) {","mutatedCode":"    if (1==1) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -877,1 +877,1 @@\n-    if (insert_mixed) {\n+    if (1==1) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.109Z","updatedAt":"2026-09-18T18:42:33.109Z","url":"https://0.0.0.0:3000/mutants/2341","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2342,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":878,"endLine":878,"title":"Statement deletion mutation at coinselection.cpp:878","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        groups.mixed_group.emplace_back(group);","mutatedCode":"        // groups.mixed_group.emplace_back(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -878,1 +878,1 @@\n-        groups.mixed_group.emplace_back(group);\n+        // groups.mixed_group.emplace_back(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.111Z","updatedAt":"2026-09-18T18:42:33.111Z","url":"https://0.0.0.0:3000/mutants/2342","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2343,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":879,"endLine":879,"title":"Statement deletion mutation at coinselection.cpp:879","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"        all_groups.mixed_group.emplace_back(group);","mutatedCode":"        // all_groups.mixed_group.emplace_back(group);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -879,1 +879,1 @@\n-        all_groups.mixed_group.emplace_back(group);\n+        // all_groups.mixed_group.emplace_back(group);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.113Z","updatedAt":"2026-09-18T18:42:33.113Z","url":"https://0.0.0.0:3000/mutants/2343","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2344,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":885,"endLine":885,"title":"Arithmetic operator mutation at coinselection.cpp:885","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    if (payment_value <= CHANGE_LOWER / 2) {","mutatedCode":"    if (payment_value <= CHANGE_LOWER * 2) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -885,1 +885,1 @@\n-    if (payment_value <= CHANGE_LOWER / 2) {\n+    if (payment_value <= CHANGE_LOWER * 2) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.114Z","updatedAt":"2026-09-18T18:42:33.114Z","url":"https://0.0.0.0:3000/mutants/2344","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2345,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":886,"endLine":886,"title":"Arithmetic operator mutation at coinselection.cpp:886","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return change_fee + CHANGE_LOWER;","mutatedCode":"        return change_fee - CHANGE_LOWER;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -886,1 +886,1 @@\n-        return change_fee + CHANGE_LOWER;\n+        return change_fee - CHANGE_LOWER;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.116Z","updatedAt":"2026-09-18T18:42:33.116Z","url":"https://0.0.0.0:3000/mutants/2345","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2346,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":890,"endLine":890,"title":"Arithmetic operator mutation at coinselection.cpp:890","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        return change_fee + rng.randrange(upper_bound - CHANGE_LOWER) + CHANGE_LOWER;","mutatedCode":"        return change_fee + rng.randrange(upper_bound + CHANGE_LOWER) + CHANGE_LOWER;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -890,1 +890,1 @@\n-        return change_fee + rng.randrange(upper_bound - CHANGE_LOWER) + CHANGE_LOWER;\n+        return change_fee + rng.randrange(upper_bound + CHANGE_LOWER) + CHANGE_LOWER;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.118Z","updatedAt":"2026-09-18T18:42:33.118Z","url":"https://0.0.0.0:3000/mutants/2346","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2347,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":910,"endLine":910,"title":"Arithmetic operator mutation at coinselection.cpp:910","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        waste += coin.GetFee() - coin.long_term_fee;","mutatedCode":"        waste += coin.GetFee() + coin.long_term_fee;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -910,1 +910,1 @@\n-        waste += coin.GetFee() - coin.long_term_fee;\n+        waste += coin.GetFee() + coin.long_term_fee;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.119Z","updatedAt":"2026-09-18T18:42:33.119Z","url":"https://0.0.0.0:3000/mutants/2347","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2348,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":923,"endLine":923,"title":"Arithmetic operator mutation at coinselection.cpp:923","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"        waste += selected_effective_value - m_target;","mutatedCode":"        waste += selected_effective_value + m_target;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -923,1 +923,1 @@\n-        waste += selected_effective_value - m_target;\n+        waste += selected_effective_value + m_target;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.121Z","updatedAt":"2026-09-18T18:42:33.121Z","url":"https://0.0.0.0:3000/mutants/2348","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2349,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":956,"endLine":956,"title":"Arithmetic operator mutation at coinselection.cpp:956","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->txout.nValue; });","mutatedCode":"    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum - coin->txout.nValue; });","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -956,1 +956,1 @@\n-    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->txout.nValue; });\n+    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum - coin->txout.nValue; });\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.122Z","updatedAt":"2026-09-18T18:42:33.122Z","url":"https://0.0.0.0:3000/mutants/2349","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2350,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":961,"endLine":961,"title":"Arithmetic operator mutation at coinselection.cpp:961","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->GetEffectiveValue(); }) + bump_fee_group_discount;","mutatedCode":"    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum - coin->GetEffectiveValue(); }) + bump_fee_group_discount;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -961,1 +961,1 @@\n-    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->GetEffectiveValue(); }) + bump_fee_group_discount;\n+    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum - coin->GetEffectiveValue(); }) + bump_fee_group_discount;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.124Z","updatedAt":"2026-09-18T18:42:33.124Z","url":"https://0.0.0.0:3000/mutants/2350","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2351,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":966,"endLine":966,"title":"Arithmetic operator mutation at coinselection.cpp:966","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->ancestor_bump_fees; }) - bump_fee_group_discount;","mutatedCode":"    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->ancestor_bump_fees; }) + bump_fee_group_discount;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -966,1 +966,1 @@\n-    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->ancestor_bump_fees; }) - bump_fee_group_discount;\n+    return std::accumulate(m_selected_inputs.cbegin(), m_selected_inputs.cend(), CAmount{0}, [](CAmount sum, const auto& coin) { return sum + coin->ancestor_bump_fees; }) + bump_fee_group_discount;\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.126Z","updatedAt":"2026-09-18T18:42:33.126Z","url":"https://0.0.0.0:3000/mutants/2351","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2352,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":971,"endLine":971,"title":"Statement deletion mutation at coinselection.cpp:971","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_selected_inputs.clear();","mutatedCode":"    // m_selected_inputs.clear();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -971,1 +971,1 @@\n-    m_selected_inputs.clear();\n+    // m_selected_inputs.clear();\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.127Z","updatedAt":"2026-09-18T18:42:33.127Z","url":"https://0.0.0.0:3000/mutants/2352","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2353,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":972,"endLine":972,"title":"Statement deletion mutation at coinselection.cpp:972","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    m_waste.reset();","mutatedCode":"    // m_waste.reset();","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -972,1 +972,1 @@\n-    m_waste.reset();\n+    // m_waste.reset();\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.129Z","updatedAt":"2026-09-18T18:42:33.129Z","url":"https://0.0.0.0:3000/mutants/2353","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2354,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":979,"endLine":979,"title":"Statement deletion mutation at coinselection.cpp:979","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    InsertInputs(group.m_outputs);","mutatedCode":"    // InsertInputs(group.m_outputs);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -979,1 +979,1 @@\n-    InsertInputs(group.m_outputs);\n+    // InsertInputs(group.m_outputs);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.131Z","updatedAt":"2026-09-18T18:42:33.131Z","url":"https://0.0.0.0:3000/mutants/2354","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2355,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":988,"endLine":988,"title":"Statement deletion mutation at coinselection.cpp:988","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    InsertInputs(inputs);","mutatedCode":"    // InsertInputs(inputs);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -988,1 +988,1 @@\n-    InsertInputs(inputs);\n+    // InsertInputs(inputs);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.132Z","updatedAt":"2026-09-18T18:42:33.132Z","url":"https://0.0.0.0:3000/mutants/2355","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2356,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":992,"endLine":992,"title":"Function call mutation at coinselection.cpp:992","description":null,"mutationOperator":"FUNCTION_CALL","originalCode":"        return sum + std::max(coin->input_bytes, 0) * WITNESS_SCALE_FACTOR;","mutatedCode":"        return sum + std::min(coin->input_bytes, 0) * WITNESS_SCALE_FACTOR;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -992,1 +992,1 @@\n-        return sum + std::max(coin->input_bytes, 0) * WITNESS_SCALE_FACTOR;\n+        return sum + std::min(coin->input_bytes, 0) * WITNESS_SCALE_FACTOR;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.134Z","updatedAt":"2026-09-18T18:42:33.134Z","url":"https://0.0.0.0:3000/mutants/2356","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2357,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":999,"endLine":999,"title":"Statement deletion mutation at coinselection.cpp:999","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    InsertInputs(other.m_selected_inputs);","mutatedCode":"    // InsertInputs(other.m_selected_inputs);","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -999,1 +999,1 @@\n-    InsertInputs(other.m_selected_inputs);\n+    // InsertInputs(other.m_selected_inputs);\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.135Z","updatedAt":"2026-09-18T18:42:33.135Z","url":"https://0.0.0.0:3000/mutants/2357","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2358,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":1003,"endLine":1003,"title":"Relational operator mutation at coinselection.cpp:1003","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (m_algo == SelectionAlgorithm::MANUAL) {","mutatedCode":"    if (m_algo != SelectionAlgorithm::MANUAL) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -1003,1 +1003,1 @@\n-    if (m_algo == SelectionAlgorithm::MANUAL) {\n+    if (m_algo != SelectionAlgorithm::MANUAL) {\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.137Z","updatedAt":"2026-09-18T18:42:33.137Z","url":"https://0.0.0.0:3000/mutants/2358","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2359,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":1018,"endLine":1018,"title":"Statement deletion mutation at coinselection.cpp:1018","description":null,"mutationOperator":"STATEMENT_DELETION","originalCode":"    std::shuffle(coins.begin(), coins.end(), FastRandomContext());","mutatedCode":"    // std::shuffle(coins.begin(), coins.end(), FastRandomContext());","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -1018,1 +1018,1 @@\n-    std::shuffle(coins.begin(), coins.end(), FastRandomContext());\n+    // std::shuffle(coins.begin(), coins.end(), FastRandomContext());\n","reviewStatus":"APPROVED","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.138Z","updatedAt":"2026-09-18T18:42:33.138Z","url":"https://0.0.0.0:3000/mutants/2359","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2360,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":1027,"endLine":1027,"title":"Relational operator mutation at coinselection.cpp:1027","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    return *m_waste < *other.m_waste || (*m_waste == *other.m_waste && m_selected_inputs.size() > other.m_selected_inputs.size());","mutatedCode":"    return *m_waste < *other.m_waste || (*m_waste == *other.m_waste && m_selected_inputs.size() >= other.m_selected_inputs.size());","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -1027,1 +1027,1 @@\n-    return *m_waste < *other.m_waste || (*m_waste == *other.m_waste && m_selected_inputs.size() > other.m_selected_inputs.size());\n+    return *m_waste < *other.m_waste || (*m_waste == *other.m_waste && m_selected_inputs.size() >= other.m_selected_inputs.size());\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.140Z","updatedAt":"2026-09-18T18:42:33.140Z","url":"https://0.0.0.0:3000/mutants/2360","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2361,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":1057,"endLine":1057,"title":"Arithmetic operator mutation at coinselection.cpp:1057","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                           ? GetSelectedEffectiveValue() - m_target - change_fee","mutatedCode":"                           ? GetSelectedEffectiveValue() + m_target - change_fee","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -1057,1 +1057,1 @@\n-                           ? GetSelectedEffectiveValue() - m_target - change_fee\n+                           ? GetSelectedEffectiveValue() + m_target - change_fee\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.142Z","updatedAt":"2026-09-18T18:42:33.142Z","url":"https://0.0.0.0:3000/mutants/2361","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2362,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":1058,"endLine":1058,"title":"Arithmetic operator mutation at coinselection.cpp:1058","description":null,"mutationOperator":"ARITHMETIC_OPERATOR","originalCode":"                           : GetSelectedValue() - m_target;","mutatedCode":"                           : GetSelectedValue() + m_target;","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -1058,1 +1058,1 @@\n-                           : GetSelectedValue() - m_target;\n+                           : GetSelectedValue() + m_target;\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.143Z","updatedAt":"2026-09-18T18:42:33.143Z","url":"https://0.0.0.0:3000/mutants/2362","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2363,"repository":"bitcoin/bitcoin","language":"C++","commit":"d1d85263f8ebb47ad4d6126ff992d4915dda026b","pullRequest":null,"file":"src/wallet/coinselection.cpp","startLine":1060,"endLine":1060,"title":"Relational operator mutation at coinselection.cpp:1060","description":null,"mutationOperator":"RELATIONAL_OPERATOR","originalCode":"    if (change < min_viable_change) {","mutatedCode":"    if (change <= min_viable_change) {","diff":"--- a/src/wallet/coinselection.cpp\n+++ b/src/wallet/coinselection.cpp\n@@ -1060,1 +1060,1 @@\n-    if (change < min_viable_change) {\n+    if (change <= min_viable_change) {\n","reviewStatus":"APPROVED","mutationStatus":"KILLED","observedResult":"KILLED","buildCommand":"cmake -B build -DBUILD_TESTS=ON -DENABLE_WALLET=ON -DENABLE_IPC=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build -j 24","testCommand":"cmake --build build_corecheck -j 24 && ./build_corecheck/bin/test_bitcoin --run_test=coinselection_tests && ./build_corecheck/bin/test_bitcoin --run_test=coinselector_tests && ./build_corecheck/bin/test_bitcoin --run_test=spend_tests && FUZZ=coin_grinder ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder && FUZZ=coin_grinder_is_optimal ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coin_grinder_is_optimal && FUZZ=bnb_finds_min_waste ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/bnb_finds_min_waste && FUZZ=coinselection_knapsack ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_knapsack && FUZZ=coinselection_srd ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_srd && FUZZ=coinselection_bnb ./build_corecheck/bin/fuzz ../qa-assets/fuzz_corpora/coinselection_bnb","fuzzCommand":null,"environment":"Ubuntu 24.04, gcc 13.3","reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"brunoerg","createdAt":"2026-09-18T18:42:33.145Z","updatedAt":"2026-09-18T18:42:33.145Z","url":"https://0.0.0.0:3000/mutants/2363","killClaims":null,"source":"bcore-mutation 0.8.0","importBatch":"cmu7b2twr03pa01peoeiaj8sc","driftStatus":"UNCHECKED","driftCheckedCommit":null},
{"id":2364,"repository":"bitcoin/bitcoin","language":"C++","commit":"d48e76e689bb4d680d9d8a70b67f994be2f0cdd1","pullRequest":null,"file":"src/policy/policy.cpp","startLine":381,"endLine":381,"title":"Unknown mutation at policy.cpp:381","description":null,"mutationOperator":"UNKNOWN","originalCode":"            if (redeem_script.IsWitnessProgram(version, program)) {","mutatedCode":" ","diff":"diff --git a/src/policy/policy.cpp b/src/policy/policy.cpp\r\nindex 83ceb63..9c9823f 100644\r\n--- a/src/policy/policy.cpp\r\n+++ b/src/policy/policy.cpp\r\n@@ -378,9 +378,7 @@ bool SpendsNonAnchorWitnessProg(const CTransaction& tx, const CCoinsViewCache& p\r\n                 continue;\r\n             }\r\n             const CScript redeem_script{stack.back().begin(), stack.back().end()};\r\n-            if (redeem_script.IsWitnessProgram(version, program)) {\r\n-                return true;\r\n-            }\r\n+            return redeem_script.IsWitnessProgram(version, program);\r\n         }\r\n     }","reviewStatus":"PENDING","mutationStatus":"SURVIVED","observedResult":"SURVIVED","buildCommand":null,"testCommand":"ctest --test-dir build","fuzzCommand":null,"environment":null,"reproductions":0,"reproducedSurvived":0,"reproducedKilled":0,"reproducedCouldNotReproduce":0,"killingTestRefs":null,"contributor":"ViniciusCestarii","createdAt":"2026-09-18T19:49:02.975Z","updatedAt":"2026-09-18T19:49:02.975Z","url":"https://0.0.0.0:3000/mutants/2364","killClaims":null,"source":"manual","importBatch":null,"driftStatus":"UNCHECKED","driftCheckedCommit":null}
]
