From bbcf5f0daa27ca81114bc4da5d282f612e0d781c Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 1 May 2019 09:19:54 +0100 Subject: [PATCH] Add 32-byte graffiti Add 32-byte of arbitrary "graffiti" data in beacon blocks, in a similar vein to `extraData` in Eth1. To be used in wonderful and unpredictable ways (permissionless innovation by block proposers). --- specs/core/0_beacon-chain.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 55791e25f..b092935cc 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -518,6 +518,7 @@ The types are defined topologically to aid in facilitating an executable version { 'randao_reveal': 'bytes96', 'eth1_data': Eth1Data, + 'graffiti': 'bytes32', 'proposer_slashings': [ProposerSlashing], 'attester_slashings': [AttesterSlashing], 'attestations': [Attestation],