Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EIP: Opcodes Per Second #9203

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add EIP: Opcodes Per Second #9203

wants to merge 6 commits into from

Conversation

MASDXI
Copy link

@MASDXI MASDXI commented Dec 29, 2024

Opcodes Per Second is an additional factor for assessing EVM implementation performance.

Signed-off-by: MASDXI <[email protected]>
@MASDXI MASDXI requested a review from eth-bot as a code owner December 29, 2024 01:56
@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft labels Dec 29, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Dec 29, 2024

File EIPS/eip-7852.md

Requires 1 more reviewers from @g11tech, @lightclient, @SamWilsn, @xinbenlv

Copy link

The commit 134c07d (as a parent of 0a62a5a) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci Waiting on CI to pass label Dec 29, 2024
EIPS/eip-xxxx.md Outdated
@@ -0,0 +1,109 @@
---
eip: XXXX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
eip: XXXX
eip: 7852

Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.

Please also update the filename.

EIPS/eip-xxxx.md Outdated
title: OpPS - Opcode Per Second
description: Opcodes Per Second is an additional factor for assessing EVM implementation performance.
author: sirawt (@MASDXI)
discussions-to: https://ethereum-magicians.org/t/eip-xxxx-opps-opcode-per-second/22179
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
discussions-to: https://ethereum-magicians.org/t/eip-xxxx-opps-opcode-per-second/22179
discussions-to: https://ethereum-magicians.org/t/eip-7852-opps-opcode-per-second/22179

Updated Eth Magicians with assigned EIP number.

For the discussions post you don't need to copy/paste your EIP text.
Please use the below template:

Discussion topic for EIP-XXXX

Update Log

This section should list significant updates to the EIP as the specification evolves. The first entry should be the PR to create the EIP. The recommended format for log entries is:

For example, using EIP-1:

  • 2024-06-05: Enable external links to Chain Agnostic Improvement Proposals (CAIPs), commit 32dc740.
    ...

Fill in the log for the EIP's initial draft below:

  • yyyy-mm-dd: initial draft

External Reviews

This section should list notable reviews the EIP has received from the Ethereum community. These can include specific comments on this forum, timestamped audio/video exchanges, formal audits, or other external resources. This section should be the go-to for readers to understand the community's current assessment of the EIP. Aim for neutrality, quality & thoroughness over "cherry-picking" the most favorable reviews.

The recommended format for entries is:

For example, using EIP-1559, one entry could be:

  • 2020-12-01: "An Economic Analysis of EIP-1559", by Tim Roughgarden, full report

None as of yyyy-mm-dd.

Outstanding Issues

This section should highlight outstanding issues about the EIP, and, if possible, link to forums where these are being addressed. This section should allow readers to quickly understand what the most important TODOs for the EIP are, and how to best contribute. Once issues are resolved, they should be checked off with a note giving context on the resolution.

The recommended format for new entries is:

Once issues are addressed, these becomes:

For example, using EIP-3675, one entry could be:

  • 2021-07-08: Repurpose the DIFFICULTY opcode, tracking issue
    • 2021-10-30: Introduce EIP-4399, EIP PR

If there are any known outstanding issues currently, fill them out now.

None as of yyyy-mm-dd.

EIPS/eip-xxxx.md Outdated Show resolved Hide resolved
Signed-off-by: MASDXI <[email protected]>
Signed-off-by: MASDXI <[email protected]>
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Dec 29, 2024
Signed-off-by: MASDXI <[email protected]>
@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Dec 29, 2024
@eth-bot eth-bot changed the title Add EIP: OpPS - Opcode Per Second Add EIP: Opcodes Per Second Dec 29, 2024
Signed-off-by: MASDXI <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-informational
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants