Skip to content

Commit

Permalink
fixup! eip-7709 implement BLOCKHASH opcode from system contract state
Browse files Browse the repository at this point in the history
 add comment about unused BlockHashProcessor

Signed-off-by: Luis Pinto <[email protected]>
  • Loading branch information
lu-pinto committed Dec 17, 2024
1 parent 71e2965 commit a4c1b7f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
import org.hyperledger.besu.ethereum.vm.Eip7709BlockHashLookup;
import org.hyperledger.besu.evm.blockhash.BlockHashLookup;

/**
* Provides a way to create a BlockHashLookup that fetches hashes from system contract storage, in
* accordance with EIP-7709. It is not used yet since the fork that this EIP should go in has not
* been decided yet.
*/
public class Eip7709BlockHashProcessor extends PragueBlockHashProcessor {

@Override
Expand Down

0 comments on commit a4c1b7f

Please sign in to comment.