From ac8ababeb97a463f34905de7a4b2f498ba633526 Mon Sep 17 00:00:00 2001 From: sam bacha Date: Mon, 1 Apr 2024 03:56:02 -0700 Subject: [PATCH] fix(eth test): frontmatter fixes --- eth_testMethod/README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/eth_testMethod/README.md b/eth_testMethod/README.md index ad9c8b5..99d2fea 100644 --- a/eth_testMethod/README.md +++ b/eth_testMethod/README.md @@ -1,16 +1,17 @@ -### EIP-XXXX: Custom JSON-RPC Methods for Ethereum Client Testing +--- +eip: XXXX +title: eth_test a JSON-RPC Methods for Ethereum Client Testing +author: +discussions-to: +status: Final +type: Standards Track +category: Core +created: +--- + +### EIP-XXXX: eth_test a Custom JSON-RPC Methods for Ethereum Client Testing #### Preamble -``` -EIP: -Title: Custom JSON-RPC Methods for Ethereum Client Testing -Author: -Type: Standards Track -Category: Interface -Status: Draft -Created: -Requires (*optional): -``` #### Abstract This EIP introduces a set of custom JSON-RPC methods designed to facilitate comprehensive testing of Ethereum clients. These methods enable the simulation of various network conditions, smart contract interactions, and blockchain states, providing developers with powerful tools for evaluating client performance, security, and compatibility.