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

forward port the updated specs to capella and deneb #82

Open
ralexstokes opened this issue Jul 6, 2023 · 1 comment
Open

forward port the updated specs to capella and deneb #82

ralexstokes opened this issue Jul 6, 2023 · 1 comment

Comments

@ralexstokes
Copy link
Member

follow up from the work in #76 to ensure the capella and deneb specs make sense

@staccDOTsol
Copy link

Sure, I can help you with that. To forward the updated specifications to the capella and deneb branches, you can follow these steps:

  1. Clone the Ethereum repository locally if you haven't already:

    git clone https://github.com/ethereum/ethereum.git
    
  2. Switch to the capella branch:

    git checkout capella
    
  3. Copy the updated specifications from the bellatrix/validator.md file in the dev branch to the corresponding file in the capella branch.

  4. Review the changes and ensure that they make sense in the context of the capella branch.

  5. Commit the changes:

    git commit -m "Update validator specs for capella"
    
  6. Push the changes to the capella branch:

    git push origin capella
    
  7. Repeat the same process for the deneb branch, replacing capella with deneb in the commands.

By following these steps, you can forward the updated specifications to the capella and deneb branches while ensuring that they make sense in their respective contexts. Let me know if you need any further assistance!

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

4 participants
@ralexstokes @staccDOTsol and others