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() { |
The check itself works but the output error looks like
It seems that query engine always uses "parent_number" column for this check, and it doesn't exist for EVM.
data/crates/query/src/plan/plan.rs
Line 107 in 4c089d8