pinax-network / substreams-sink-sql

Apache License 2.0
0 stars 0 forks source link

`Array(String)` type #18

Open DenisCarriere opened 3 months ago

DenisCarriere commented 3 months ago

Would it be possible to add support for Array(String) type

Used for:

blockroot_merkle_active_nodes           Array(String) COMMENT 'A blockroot Merkle tree uses hashes to verify blockchain data integrity. Leaf nodes hash data blocks, non-leaf nodes hash child nodes. The root hash efficiently verifies all data.',

image

image

zolting commented 1 month ago

Agreed, this would be a great addition! I'm currently working on Solana raw blocks and it would make some tables a lot less painful to make

fschoell commented 1 week ago

added support in #26