Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shovel/dig: bugfix. address[] should be bytes20[] instead of bytes32[]
If you are indexing an event with an array of addresses, the input type for that field will be address[]. In this case, when the db type encoding function is presented with an item from the address[] it should treat the bytes as an address, meaning: keep only 20 msb.
- Loading branch information