Revise data column rpc limits and queue sizes (#7887)

Revise data column rpc limits and queue sizes. Also removed some outdated TODOs for Fulu / das.
This commit is contained in:
Jimmy Chen
2025-08-19 13:48:08 +10:00
committed by GitHub
parent 1fd7ead010
commit 34dd1b27ae
7 changed files with 7 additions and 27 deletions

View File

@@ -92,7 +92,6 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
missing_methods.push_str(ENGINE_GET_PAYLOAD_V5);
all_good = false;
}
// TODO(fulu) switch to v5 when the EL is ready
if !capabilities.new_payload_v4 {
missing_methods.push(' ');
missing_methods.push_str(ENGINE_NEW_PAYLOAD_V4);