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

Feature: support EIPs not published to the EIP Repo #13

Open
sambacha opened this issue May 24, 2022 · 0 comments
Open

Feature: support EIPs not published to the EIP Repo #13

sambacha opened this issue May 24, 2022 · 0 comments

Comments

@sambacha
Copy link

EIPs are undergoing some changes with how they are organized on github, namely that EIPs for example that are changing JSON RPC are to be filed in the https://github.com/ethereum/execution-specs I believe. So now it becomes a question of how to best aggregate new EIPs from different repos.

1: do it 'server side': modify the github workflow CI to automate this process, users would have to sync with upstream (this repo or whatever as an example)

2: do it client side: users would have to re-sync manually.

other issues include:

  • how to identify new EIPs in these separate repos.
  • possibility of being able to search proposed EIPs that are in a pending state (an open PR request for example)
  • possibility of searching rejected EIPs?

Thanks for this tool, am happy to help with this issue, just wanted to know what your perspective is on this as its a substantive change to how this is currently implemented.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant