Skip to content

Commit

Permalink
Update submodule commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Oct 10, 2024
1 parent 67b9524 commit 1101a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-apis
Submodule beacon-apis updated 69 files
+13 −0 .github/changes-template.md
+7 −7 .github/workflows/deploy.yaml
+13 −8 .github/workflows/main.yml
+51 −0 .github/workflows/pre-release.yaml
+42 −31 .github/workflows/release.yaml
+10 −4 .github/workflows/spellcheck.yml
+53 −22 CHANGES.md
+17 −10 README.md
+14 −0 apis/beacon/blob_sidecars/blob_sidecars.yaml
+61 −0 apis/beacon/blocks/attestations.v2.yaml
+1 −0 apis/beacon/blocks/attestations.yaml
+5 −2 apis/beacon/blocks/blinded_block.yaml
+3 −2 apis/beacon/blocks/blinded_blocks.v2.yaml
+4 −2 apis/beacon/blocks/blinded_blocks.yaml
+5 −3 apis/beacon/blocks/block.v2.yaml
+0 −56 apis/beacon/blocks/block.yaml
+3 −2 apis/beacon/blocks/blocks.v2.yaml
+4 −2 apis/beacon/blocks/blocks.yaml
+3 −1 apis/beacon/deposit_snapshot.yaml
+4 −9 apis/beacon/light_client/bootstrap.yaml
+4 −9 apis/beacon/light_client/finality_update.yaml
+4 −9 apis/beacon/light_client/optimistic_update.yaml
+7 −10 apis/beacon/light_client/updates.yaml
+96 −0 apis/beacon/pool/attestations.v2.yaml
+2 −0 apis/beacon/pool/attestations.yaml
+69 −0 apis/beacon/pool/attester_slashings.v2.yaml
+2 −0 apis/beacon/pool/attester_slashings.yaml
+0 −0 apis/beacon/pool/voluntary_exits.yaml
+0 −1 apis/beacon/rewards/attestations.yaml
+0 −1 apis/beacon/rewards/blocks.yaml
+0 −1 apis/beacon/rewards/sync_committee.yaml
+5 −2 apis/beacon/states/validator_balances.yaml
+71 −0 apis/beacon/states/validator_identities.yaml
+2 −0 apis/builder/states/expected_withdrawals.yaml
+5 −2 apis/debug/state.v2.yaml
+8 −2 apis/eventstream/index.yaml
+1 −1 apis/node/health.yaml
+33 −0 apis/validator/aggregate_and_proofs.v2.yaml
+1 −0 apis/validator/aggregate_and_proofs.yaml
+59 −0 apis/validator/aggregate_attestation.v2.yaml
+1 −0 apis/validator/aggregate_attestation.yaml
+6 −10 apis/validator/blinded_block.yaml
+6 −10 apis/validator/block.v2.yaml
+11 −15 apis/validator/block.v3.yaml
+1 −3 apis/validator/register_validator.yaml
+3 −0 apis/validator/sync_committee_contribution.yaml
+68 −10 beacon-node-oapi.yaml
+1 −3 index.html
+12 −0 params/index.yaml
+16 −2 types/api.yaml
+7 −23 types/attestation.yaml
+16 −0 types/attestation_data.yaml
+4 −4 types/deneb/block.yaml
+2 −2 types/deneb/execution_payload.yaml
+64 −0 types/deneb/light_client.yaml
+35 −0 types/electra/attestation.yaml
+10 −0 types/electra/attester_slashing.yaml
+108 −0 types/electra/block.yaml
+24 −0 types/electra/block_contents.yaml
+27 −0 types/electra/consolidation.yaml
+40 −0 types/electra/deposit.yaml
+21 −0 types/electra/execution_requests.yaml
+75 −0 types/electra/light_client.yaml
+121 −0 types/electra/state.yaml
+29 −0 types/electra/validator.yaml
+30 −0 types/electra/withdrawal.yaml
+25 −2 types/http.yaml
+3 −3 types/primitive.yaml
+1 −0 wordlist.txt

0 comments on commit 1101a5e

Please sign in to comment.