You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fuzz: Reduce maintenance requirements by allowing RPC annotations also for conditionally available RPC commands (such as wallet commands) without the fragility of #ifdef forests
"prioritisetransaction", // avoid signed integer overflow in CTxMemPool::PrioritiseTransaction(uint256 const&, long const&) (https://github.com/bitcoin/bitcoin/issues/20626)
83
79
"savemempool", // disabled as a precautionary measure: may take a file path argument in the future
84
80
"setban", // avoid DNS lookups
@@ -332,20 +328,6 @@ void initialize_rpc()
332
328
std::terminate();
333
329
}
334
330
}
335
-
for (const std::string& rpc_command : RPC_COMMANDS_SAFE_FOR_FUZZING) {
0 commit comments