From 5fb6d1744e5d2dea801c06e6d4165653c816cdae Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 27 Feb 2025 17:13:28 +0200 Subject: [PATCH] Update AllTests. --- AllTests-mainnet.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/AllTests-mainnet.md b/AllTests-mainnet.md index 4b3968cd87..fcd02c9632 100644 --- a/AllTests-mainnet.md +++ b/AllTests-mainnet.md @@ -722,6 +722,18 @@ AllTests-mainnet + Invalid Authorization Token [Beacon Node] [Preset: mainnet] OK + Missing Authorization header [Beacon Node] [Preset: mainnet] OK ``` +## MEV calls serialization/deserialization and behavior test suite +```diff ++ /eth/v1/builder/blinded_blocks [json/json] test OK ++ /eth/v1/builder/blinded_blocks [json/ssz] test OK ++ /eth/v1/builder/blinded_blocks [ssz/json] test OK ++ /eth/v1/builder/blinded_blocks [ssz/ssz] test OK ++ /eth/v1/builder/header [json] test OK ++ /eth/v1/builder/header [ssz] test OK ++ /eth/v1/builder/status test OK ++ /eth/v1/builder/validators [json] test OK ++ /eth/v1/builder/validators [ssz] test OK +``` ## Message signatures ```diff + Aggregate and proof signatures OK