Skip to content

Incorrect check for parent block hash in EVM datasets #45

@kalabukdima

Description

@kalabukdima

The check itself works but the output error looks like

unexpected base block: expected <provided hash>, but got 0#0x0000000000000000000000000000000000000000000000000000000000000000

It seems that query engine always uses "parent_number" column for this check, and it doesn't exist for EVM.

let mut refs: Vec<_> = if block_scan.schema().column_with_name("parent_number").is_some() {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions