feat: Support highest_precompile_address

This commit is contained in:
sprites0
2025-07-19 21:16:54 +00:00
parent eb7c6b050c
commit b3becf9c7b
9 changed files with 115 additions and 66 deletions

View File

@ -401,6 +401,7 @@ mod tests {
},
sidecars: None,
read_precompile_calls: None,
highest_precompile_address: None,
},
};
let new_block = HlNewBlock(NewBlock { block, td: U128::from(1) });