The getConfirmedBlock RPC API is now disabled by default
The --enable-rpc-get-confirmed-block flag allows validators to opt-in to the higher disk usage and IOPS.
This commit is contained in:
@ -285,6 +285,7 @@ EOF
|
||||
--blockstream /tmp/solana-blockstream.sock
|
||||
--no-voting
|
||||
--dev-no-sigverify
|
||||
--enable-rpc-get-confirmed-block
|
||||
)
|
||||
else
|
||||
args+=(--enable-rpc-exit)
|
||||
|
Reference in New Issue
Block a user