Skip to content

Commit

Permalink
Merge branch 'master' into remove-hex
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfyone authored Jan 15, 2024
2 parents 9b9f88b + 0d2aa4c commit e0aeab2
Show file tree
Hide file tree
Showing 101 changed files with 214 additions and 18 deletions.
1 change: 1 addition & 0 deletions apis/beacon/blob_sidecars/blob_sidecars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ get:
schema:
title: GetBlobSidecarsResponse
type: object
required: [data]
properties:
data:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Deneb.BlobSidecars"
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/blocks/attestations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ get:
schema:
title: GetBlockAttestationsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/blocks/blinded_block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ get:
schema:
title: GetBlindedBlockResponse
type: object
required: [version, execution_optimistic, finalized, data]
properties:
version:
type: string
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/blocks/block.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ get:
schema:
title: GetBlockV2Response
type: object
required: [version, execution_optimistic, finalized, data]
properties:
version:
type: string
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/blocks/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ get:
schema:
title: GetBlockResponse
type: object
required: [data]
properties:
data:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/SignedBeaconBlock"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/blocks/header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ get:
schema:
title: GetBlockHeaderResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
finalized:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Finalized"
data:
type: object
required: [root, canonical, header]
properties:
root:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Root"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/blocks/headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ get:
schema:
title: GetBlockHeadersResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand All @@ -37,6 +38,7 @@ get:
type: array
items:
type: object
required: [root, canonical, header]
properties:
root:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Root"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/blocks/root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ get:
schema:
type: object
title: GetBlockRootResponse
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
finalized:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Finalized"
data:
type: object
required: [root]
properties:
root:
allOf:
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/deposit_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
schema:
type: object
title: GetDepositSnapshotResponse
required: [data]
properties:
data:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/DepositSnapshotResponse'
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/genesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
schema:
type: object
title: GetGenesisResponse
required: [data]
properties:
data:
type: object
required: [genesis_time, genesis_validators_root, genesis_fork_version]
properties:
genesis_time:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/GenesisTime'
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/light_client/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ get:
schema:
title: GetLightClientBootstrapResponse
type: object
required: [version, data]
properties:
version:
$ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/light_client/finality_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get:
schema:
title: GetLightClientFinalityUpdateResponse
type: object
required: [version, data]
properties:
version:
$ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/light_client/optimistic_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get:
schema:
title: GetLightClientOptimisticUpdateResponse
type: object
required: [version, data]
properties:
version:
$ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/light_client/updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ get:
type: array
items:
type: object
required: [version, data]
properties:
version:
$ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/pool/attestations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ get:
schema:
title: GetPoolAttestationsResponse
type: object
required: [data]
properties:
data:
type: array
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/pool/attester_slashings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
schema:
title: GetPoolAttesterSlashingsResponse
type: object
required: [data]
properties:
data:
type: array
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/pool/bls_to_execution_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
schema:
title: GetPoolBLSToExecutionChangesResponse
type: object
required: [data]
properties:
data:
type: array
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/pool/proposer_slashings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
schema:
title: GetPoolProposerSlashingsResponse
type: object
required: [data]
properties:
data:
type: array
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/pool/voluntary_exists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
schema:
title: GetPoolVoluntaryExitsResponse
type: object
required: [data]
properties:
data:
type: array
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/rewards/attestations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ post:
schema:
title: GetAttestationsRewardsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/rewards/blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get:
schema:
title: GetBlockRewardsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/rewards/sync_committee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ post:
schema:
title: GetSyncCommitteeRewardsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/states/committee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ get:
schema:
title: GetEpochCommitteesResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/states/finality_checkpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ get:
schema:
title: GetStateFinalityCheckpointsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
finalized:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Finalized"
data:
type: object
required: [previous_justified, current_justified, finalized]
properties:
previous_justified:
$ref: '../../../beacon-node-oapi.yaml#/components/schemas/Checkpoint'
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/states/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ get:
schema:
title: GetStateForkResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/states/randao.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ get:
schema:
title: GetStateRandaoResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
finalized:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Finalized"
data:
type: object
required: [randao]
properties:
randao:
allOf:
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/states/root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ get:
schema:
title: GetStateRootResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
finalized:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Finalized"
data:
type: object
required: [root]
properties:
root:
allOf:
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/states/sync_committees.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ get:
schema:
title: GetEpochSyncCommitteesResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/states/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ get:
schema:
title: GetStateValidatorResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/states/validator_balances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ get:
schema:
title: GetStateValidatorBalancesResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down Expand Up @@ -107,6 +108,7 @@ post:
schema:
title: GetStateValidatorBalancesResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
2 changes: 2 additions & 0 deletions apis/beacon/states/validators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ get:
schema:
title: GetStateValidatorsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down Expand Up @@ -132,6 +133,7 @@ post:
schema:
title: GetStateValidatorsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
1 change: 1 addition & 0 deletions apis/builder/states/expected_withdrawals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ get:
schema:
title: GetNextWithdrawalsResponse
type: object
required: [execution_optimistic, finalized, data]
properties:
execution_optimistic:
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/ExecutionOptimistic"
Expand Down
2 changes: 2 additions & 0 deletions apis/config/deposit_contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ get:
schema:
title: GetDepositContractResponse
type: object
required: [data]
properties:
data:
type: object
required: [chain_id, address]
properties:
chain_id:
allOf:
Expand Down
1 change: 1 addition & 0 deletions apis/config/fork_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
schema:
title: GetForkScheduleResponse
type: object
required: [data]
properties:
data:
type: array
Expand Down
1 change: 1 addition & 0 deletions apis/config/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ get:
schema:
title: GetSpecResponse
type: object
required: [data]
properties:
data:
description: |
Expand Down
2 changes: 2 additions & 0 deletions apis/debug/heads.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ get:
schema:
title: GetDebugChainHeadsResponse
type: object
required: [data]
properties:
data:
type: array
items:
type: object
required: [root, slot, execution_optimistic]
properties:
root:
$ref: "../../beacon-node-oapi.yaml#/components/schemas/Root"
Expand Down
1 change: 1 addition & 0 deletions apis/debug/state.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ get:
schema:
title: GetStateV2Response
type: object
required: [version, execution_optimistic, finalized, data]
properties:
version:
type: string
Expand Down
Loading

0 comments on commit e0aeab2

Please sign in to comment.