Skip to content

Commit

Permalink
new(tests): eip-7685: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed May 17, 2024
1 parent dc925e1 commit cf2dc0f
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/prague/eip7685_general_purpose_el_requests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Cross-client EIP-7685 Tests
"""
19 changes: 19 additions & 0 deletions tests/prague/eip7685_general_purpose_el_requests/spec.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"""
Common procedures to test
[EIP-7685: General purpose execution layer requests](https://eips.ethereum.org/EIPS/eip-7685)
""" # noqa: E501

from dataclasses import dataclass


@dataclass(frozen=True)
class ReferenceSpec:
"""
Defines the reference spec version and git path.
"""

git_path: str
version: str


ref_spec_7685 = ReferenceSpec("EIPS/eip-7685.md", "52a260582376476e658b1dda60864bcac3cf5e1a")
Loading

0 comments on commit cf2dc0f

Please sign in to comment.