Skip to content

Commit

Permalink
osaka/verkle: EIP-7709 filling file
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Jul 1, 2024
1 parent c72726b commit ddd2ee2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/osaka/eip7709_blockhash_witness/test_filling.py
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ddd2ee2

Please sign in to comment.