-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
Line 138 in 559b654
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?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working