From 7cd8ca6571d4b36b59e420c01864316fc3407e85 Mon Sep 17 00:00:00 2001 From: yperbasis Date: Fri, 4 Aug 2023 18:16:15 +0200 Subject: [PATCH] mix_digest -> prev_randao (see EIP-4399) --- execution/execution.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/execution.proto b/execution/execution.proto index d86b95f..3ba8c01 100644 --- a/execution/execution.proto +++ b/execution/execution.proto @@ -116,7 +116,7 @@ message ValidationRequest { message AssembleBlockRequest { types.H256 parent_hash = 1; uint64 timestamp = 2; - types.H256 mix_digest = 3; + types.H256 prev_randao = 3; types.H160 suggested_fee_recipient = 4; repeated types.Withdrawal withdrawals = 5; // added in Shanghai (EIP-4895) optional types.H256 parent_beacon_block_root = 6; // added in Cancun (EIP-4788)