Skip to content

Missing bulk bid trace request #2

Description

@tdahar

Motivation

The Relay API allows anyone to query data from the relay, such as gathering which blocks in the canonical chain included an execution payload offered by the given relay.
The API offers the ability to do this by slot, or by a range of slots. See here for more details.

Description

This repository does not include the request by a range of slots (bulk), which could reduce the amount of queries to the API. This not only lowers the load on the relay but reduces the possibility of being banned (the API could have DoS detection and label us as an attacker, for example). To do this, the same function could be copied and modified to use different parameters.
Those would be:

  • cursor
  • limit

I have implemented the feature already. If you wish to get this included I could open a pull request.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions