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

Fixing path to builder and validator specs #73

Merged
merged 3 commits into from
Apr 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
The Builder API is an interface for consensus layer clients to source blocks
built by external entities.

In this repository:
* [API specification][oas-spec]
* [Builder specification][builder-spec]
* [Honest validator specification][validator-spec]
In this repository is the [API specification][oas-spec] along with specifications for actors in this ecosystem broken out by fork.

### Why?

Expand Down Expand Up @@ -93,8 +90,6 @@ with real tag name from step 1.):

[ci]: https://github.com/ethereum/builder-specs/workflows/CI/badge.svg
[oas-spec]: https://ethereum.github.io/builder-specs/
[builder-spec]: specs/builder.md
[validator-spec]: specs/validator.md
[pbs]: https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725
[mev-boost-ethr]: https://ethresear.ch/t/mev-boost-merge-ready-flashbots-architecture/11177
[mev-boost]: https://github.com/flashbots/mev-boost
Expand Down