Commit 4b818cc
1 file changed
+1
-1
lines changedSubmodule beacon-apis updated 96 files
- .github/workflows/deploy.yaml+5-4
- .github/workflows/main.yml+1
- CHANGES.md+23-1
- apis/beacon/blob_sidecars/blob_sidecars.yaml+6-5
- apis/beacon/blocks/attestations.v2.yaml+3-3
- apis/beacon/blocks/attestations.yaml+1-1
- apis/beacon/blocks/blinded_block.yaml+6-6
- apis/beacon/blocks/blinded_blocks.v2.yaml+5-5
- apis/beacon/blocks/blinded_blocks.yaml+5-5
- apis/beacon/blocks/block.v2.yaml+6-6
- apis/beacon/blocks/blocks.v2.yaml+5-5
- apis/beacon/blocks/blocks.yaml+5-5
- apis/beacon/blocks/header.yaml+1-1
- apis/beacon/blocks/headers.yaml+1-1
- apis/beacon/deposit_snapshot.yaml+1
- apis/beacon/light_client/bootstrap.yaml+3-3
- apis/beacon/light_client/finality_update.yaml+3-3
- apis/beacon/light_client/optimistic_update.yaml+3-3
- apis/beacon/light_client/updates.yaml+3-3
- apis/beacon/pool/attestations.v2.yaml+9-7
- apis/beacon/pool/attestations.yaml+2-2
- apis/beacon/pool/attester_slashings.v2.yaml+4-4
- apis/beacon/pool/attester_slashings.yaml+2-2
- apis/beacon/pool/bls_to_execution_changes.yaml+2-2
- apis/beacon/pool/proposer_slashings.yaml+2-2
- apis/beacon/pool/voluntary_exits.yaml+2-2
- apis/beacon/rewards/blocks.yaml+4-1
- apis/beacon/states/pending_deposits.yaml+49
- apis/beacon/states/pending_partial_withdrawals.yaml+49
- apis/builder/states/expected_withdrawals.yaml+2-1
- apis/debug/fork_choice.yaml+2-2
- apis/debug/state.v2.yaml+6-6
- apis/eventstream/index.yaml+7-1
- apis/validator/aggregate_and_proofs.v2.yaml+2-2
- apis/validator/aggregate_and_proofs.yaml+1-1
- apis/validator/aggregate_attestation.v2.yaml+2-2
- apis/validator/aggregate_attestation.yaml+1-1
- apis/validator/attestation_data.yaml+1-1
- apis/validator/blinded_block.yaml-81
- apis/validator/block.v2.yaml-78
- apis/validator/block.v3.yaml+9-9
- beacon-node-oapi.yaml+46-34
- index.html+1
- types/altair/block.yaml+6-6
- types/altair/light_client.yaml+1-1
- types/altair/state.yaml+4-4
- types/api.yaml+1-1
- types/attestation.yaml-45
- types/attestation_data.yaml-16
- types/attester_slashing.yaml-9
- types/bellatrix/block.yaml+6-6
- types/bellatrix/execution_payload.yaml-1
- types/bellatrix/state.yaml+4-4
- types/block.yaml-92
- types/bls_to_execution_change.yaml-24
- types/capella/block.yaml+7-7
- types/capella/bls_to_execution_change.yaml+25
- types/capella/execution_payload.yaml-1
- types/capella/light_client.yaml+1-1
- types/capella/state.yaml+4-4
- types/capella/withdrawal.yaml+17
- types/capella/withdrawals.yaml+1-1
- types/deneb/blob_sidecar.yaml+1-1
- types/deneb/block.yaml+7-7
- types/deneb/light_client.yaml+1-1
- types/deneb/state.yaml+4-4
- types/deposit.yaml-30
- types/duty.yaml+54
- types/electra/attestation.yaml+21-4
- types/electra/attester_slashing.yaml+1-1
- types/electra/blob_sidecar.yaml+7
- types/electra/block.yaml+11-11
- types/electra/consolidation.yaml+2-2
- types/electra/deposit.yaml+2-2
- types/electra/execution_requests.yaml+1-1
- types/electra/light_client.yaml+3-3
- types/electra/state.yaml+5-5
- types/electra/validator.yaml+2-2
- types/electra/withdrawal.yaml+5-5
- types/eth1.yaml-14
- types/misc.yaml+1-1
- types/phase0/attestation.yaml+46
- types/phase0/attestation_data.yaml+17
- types/phase0/attester_slashing.yaml+10
- types/phase0/block.yaml+92
- types/phase0/deposit.yaml+32
- types/phase0/eth1.yaml+15
- types/phase0/proposer_slashing.yaml+10
- types/phase0/state.yaml+77
- types/phase0/validator.yaml+59
- types/phase0/voluntary_exit.yaml+22
- types/proposer_slashing.yaml-9
- types/state.yaml-76
- types/validator.yaml-113
- types/voluntary_exit.yaml-21
- types/withdrawal.yaml-16
0 commit comments