Skip to content

Commit

Permalink
fix(eth test): frontmatter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Apr 1, 2024
1 parent fbda87e commit ac8abab
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions eth_testMethod/README.md
Original file line number Diff line number Diff line change
@@ -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: <EIP number>
Title: Custom JSON-RPC Methods for Ethereum Client Testing
Author: <Author(s)>
Type: Standards Track
Category: Interface
Status: Draft
Created: <Date>
Requires (*optional): <EIP number(s)>
```

#### 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.
Expand Down

0 comments on commit ac8abab

Please sign in to comment.