Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Allow Integer filtering by block height #625

Description

@orisdorch

Height is presently only filterable as a string. The ability to filter height as an integer would be more functional.

Sample use cases:

  • Querying the blockchain in ranged batches (i.e. for random audit data samples or batching large queries)
  • Queries limited to blocks greater or less than the prior query's block height (i.e. monitoring for new transactions or harvested blocks since last check, or checking for preceding transactions)
  • Excluding a subset of blocks from query results (i.e. first 1000 blocks from an implementation's stabilization or pilot period)

This would be particularly useful for blockchain monitoring when CLI installation isn't an option or adds unnecessary complexity - i.e. when attempting to integrate with SAAS or cloud based workflow automation platforms (like Microsoft Power Automate).

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