mud icon indicating copy to clipboard operation
mud copied to clipboard

feat(store-sync): byte array type in decoded indexer

Open yonadaaa opened this issue 1 year ago • 1 comments

address, byteX arrays now use array column types instead of JSON blobs in the decoded indexer.

Seems like the drivers are incorrectly set up as the indexer errors when trying to store a byte array: PostgresError: column "hooks" is of type bytea[] but expression is of type bytea

yonadaaa avatar Feb 10 '24 10:02 yonadaaa