go-boost-utils
go-boost-utils copied to clipboard
Add support for Electra
📝 Summary
This PR makes the necessary changes for Electra.
⛱ Motivation and Context
- https://github.com/ethereum/consensus-specs/tree/dev/specs/electra
✅ I have run these commands
- [x]
make lint - [x]
make test - [x]
go mod tidy
I want to make some improvements to the tests. Going to mark as a draft.
The PR below fixes the test issue. After it's merged, I'll clean up the tests here & mark as ready for review.
- https://github.com/ethereum/consensus-specs/pull/3778