-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule beacon-apis
updated
153 files
Submodule builder-specs
updated
25 files
+1 −1 | .github/workflows/spellcheck.yaml | |
+2 −0 | .gitignore | |
+1 −1 | .gitmodules | |
+13 −8 | apis/builder/blinded_blocks.yaml | |
+8 −2 | apis/builder/header.yaml | |
+1 −1 | beacon-apis | |
+12 −5 | builder-oapi.yaml | |
+11 −5 | examples/deneb/execution_payload_and_blobs_bundle.json | |
+195 −0 | examples/deneb/signed_blinded_beacon_block.json | |
+0 −212 | examples/deneb/signed_blinded_block_contents.json | |
+5 −7 | examples/deneb/signed_builder_bid.json | |
+220 −0 | examples/electra/signed_blinded_beacon_block.json | |
+59 −0 | examples/electra/signed_builder_bid.json | |
+1 −2 | index.html | |
+15 −1 | specs/bellatrix/builder.md | |
+19 −0 | specs/bellatrix/validator.md | |
+65 −44 | specs/deneb/builder.md | |
+47 −0 | specs/electra/builder.md | |
+3 −0 | types/bellatrix/bid.yaml | |
+2 −0 | types/capella/bid.yaml | |
+9 −3 | types/deneb/bid.yaml | |
+11 −30 | types/deneb/blobs_bundle.yaml | |
+1 −0 | types/deneb/execution_payload_and_blobs_bundle.yaml | |
+31 −0 | types/electra/bid.yaml | |
+1 −0 | types/http.yaml |