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() { |