Open ralexstokes opened 1 year ago
Sure, I can help you with that. To forward the updated specifications to the capella
and deneb
branches, you can follow these steps:
Clone the Ethereum repository locally if you haven't already:
git clone https://github.com/ethereum/ethereum.git
Switch to the capella
branch:
git checkout capella
Copy the updated specifications from the bellatrix/validator.md
file in the dev
branch to the corresponding file in the capella
branch.
Review the changes and ensure that they make sense in the context of the capella
branch.
Commit the changes:
git commit -m "Update validator specs for capella"
Push the changes to the capella
branch:
git push origin capella
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!
follow up from the work in #76 to ensure the
capella
anddeneb
specs make sense