beacon-APIs
beacon-APIs copied to clipboard
Collection of RESTful APIs provided by Ethereum Beacon nodes
## Issue There has been some discussion in #96 with regarding how to determine if some event on the BN will invalidate the cached duties in a VC. To quote...
`/eth/v1/validator/aggregate_attestation` may not be able to create an aggregate if the beacon node doesn't have any attestations with the specified attestation data root. In that case, currently both Teku and...
- 2 Query parameters, slot and parent_root, and it's stipulated if no parameters are specified that slot defaults to head... - what if both parameters are specified? is it invalid,...
Hi there :) I'm looking for some clarity on this line, please: https://github.com/ethereum/eth2.0-APIs/blob/dcb3cd190e699b18ec19a66d9ca4db9f92ec5a4e/apis/beacon/blocks/headers.yaml#L4 Specifically, what the list of *"current head slot blocks"* contains. I see these possibilities: 1. The canonical...
There is currently no way to query the current slot or epoch - only the previous justified, current justified, and finalized epoch. It's possible to calculate this manually after querying...
Starting a validator client for the same validator twice is of course a user error. However, it's probably the most common user error that leads to slashing. If the to...
It seems desirable for standard conversions to exist between formats (YAML, protosbufs, SSZ, etc), regardless of whichever format this API repo uses to spec things. Base on conversations from the...
Rule should be in `.spectral.yml` in root directory of repository.It should throw error if non double quotes are used. [More about spectral rules.](https://stoplight.io/p/docs/gh/stoplightio/spectral/docs/getting-started/rulesets.md)
While we are actively iterating on and thinking about the API, it would be worthwhile to maintain a list of early API consumers. Please post them in the comments below...
Had a bit of a discussion around the failure state of having no genesis time to report on. It seems like this is more of an expected result than a...