Skip to content

Commit a6ddb89

Browse files
committed
lint: restore EIP-8025 manifest entries and add KiB to wordlist
The rebase onto upstream/master auto-resolved beacon-node-oapi.yaml in favor of upstream, dropping the EIP-8025 path and component entries. Restore them so the spec resolves to the new apis/beacon/execution_proofs/*.yaml endpoints and types/eip8025/*.yaml components. Also add `KiB` to wordlist.txt to fix the spellcheck failure on types/eip8025/execution_proof.yaml ("max 400 KiB ...").
1 parent ec90124 commit a6ddb89

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

beacon-node-oapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ paths:
148148
$ref: "./apis/beacon/pool/voluntary_exits.yaml"
149149
/eth/v1/beacon/pool/bls_to_execution_changes:
150150
$ref: "./apis/beacon/pool/bls_to_execution_changes.yaml"
151+
/eth/v1/beacon/execution_proofs:
152+
$ref: "./apis/beacon/execution_proofs/execution_proofs.yaml"
153+
/eth/v1/beacon/execution_proofs/{block_id}:
154+
$ref: "./apis/beacon/execution_proofs/execution_proofs_by_block_id.yaml"
151155

152156
/eth/v2/debug/beacon/states/{state_id}:
153157
$ref: './apis/debug/state.v2.yaml'
@@ -467,6 +471,12 @@ components:
467471
$ref: "./types/fulu/data_column_sidecar.yaml#/Fulu/DataColumnSidecars"
468472
Gloas.DataColumnSidecars:
469473
$ref: "./types/gloas/data_column_sidecar.yaml#/Gloas/DataColumnSidecars"
474+
EIP8025.PublicInput:
475+
$ref: './types/eip8025/execution_proof.yaml#/EIP8025/PublicInput'
476+
EIP8025.ExecutionProof:
477+
$ref: './types/eip8025/execution_proof.yaml#/EIP8025/ExecutionProof'
478+
EIP8025.SignedExecutionProof:
479+
$ref: './types/eip8025/execution_proof.yaml#/EIP8025/SignedExecutionProof'
470480
Node:
471481
$ref: './types/fork_choice.yaml#/Node'
472482
ExtraData:

wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ ptc
4545
PtcDuty
4646
produceBlockV
4747
stateful
48+
KiB

0 commit comments

Comments
 (0)