Skip to content

Could not generate FixedBytes column #238

@mempirate

Description

@mempirate

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions