From de11854cbc47efb380e01245ff2282a18e56b531 Mon Sep 17 00:00:00 2001 From: Danial Date: Wed, 21 May 2025 21:46:57 +0800 Subject: [PATCH] add a comment --- core/state_processor.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/state_processor.go b/core/state_processor.go index 322bd24f41..f649c0d7ad 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -312,6 +312,11 @@ func processRequestsSystemCall(requests *[][]byte, evm *vm.EVM, requestType byte return nil } +// depositTopic is the sha3 hash of the event +// +// DepositEvent(bytes pubkey, bytes withdrawal_credentials, bytes amount, bytes signature, bytes index) +// +// refer https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa#code for more detail var depositTopic = common.HexToHash("0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5") // ParseDepositLogs extracts the EIP-6110 deposit values from logs emitted by