From ddd2ee220aaf7d8f7bbeb149f7a34d78a1411865 Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Mon, 10 Jun 2024 14:22:05 -0300 Subject: [PATCH] osaka/verkle: EIP-7709 filling file Signed-off-by: Ignacio Hagopian --- .../eip7709_blockhash_witness/test_filling.py | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/osaka/eip7709_blockhash_witness/test_filling.py diff --git a/tests/osaka/eip7709_blockhash_witness/test_filling.py b/tests/osaka/eip7709_blockhash_witness/test_filling.py new file mode 100644 index 0000000000..59d82d43e3 --- /dev/null +++ b/tests/osaka/eip7709_blockhash_witness/test_filling.py @@ -0,0 +1,21 @@ +""" +abstract: Tests [EIP-7709: Read BLOCKHASH from storage and update cost] +(https://eips.ethereum.org/EIPS/eip-7709) + Tests for [EIP-7709: Read BLOCKHASH from storage and update cost] + (https://eips.ethereum.org/EIPS/eip-7709). +""" + +import pytest + +from ethereum_test_tools import ( + Account, + Address, + Block, + BlockchainTestFiller, + Environment, + TestAddress, + TestAddress2, + Transaction, +) + +# TODO(verkle): add test for per-block filling of blockhash history in state and witness.