Version
Latest
Platform
Apple Silicon
Description
When querying the logs dataset with --event-signature containing a bytes32 topic that matches no rows, I get the following error, which from my understanding shouldn't be an error:
"could not generate FixedBytes column"
Thrown here:
|
DynSolType::FixedBytes(_) => return Err(err("could not generate FixedBytes column")), |
Command used:
cryo logs --rpc $RPC --hex --output-dir . --blocks 22626487:22626590 --address 0x1111111254EEB25477B68fb85Ed929f73A960582 --event-signature "OrderFilled(address indexed maker, bytes32 orderHash, uint256 remaining)" --csv
Is there any reason an error is returned instead of writing the empty column?
Version
Latest
Platform
Apple Silicon
Description
When querying the
logsdataset with--event-signaturecontaining abytes32topic that matches no rows, I get the following error, which from my understanding shouldn't be an error:"could not generate FixedBytes column"
Thrown here:
cryo/crates/to_df/src/lib.rs
Line 138 in 559b654
Command used:
Is there any reason an error is returned instead of writing the empty column?