aptos-labs / aptos-indexer-processors

Set of core processors that index data on the Aptos blockchain
https://aptos.dev/indexer/indexer-landing
60 stars 73 forks source link

[Parquet] Migrate user transactions and signatures to parquet #513

Closed bowenyang007 closed 2 months ago

bowenyang007 commented 2 months ago

Test Plan

validated locally against testnet.

Screenshot 2024-09-17 at 9 15 06 AM

processor-status

Screenshot 2024-09-17 at 9 16 08 AM

ying-w commented 2 months ago

Ideally I'd want to use user_transactions instead of faa filtered on is_gas_fee which means it needs the following columns

ying-w commented 2 months ago

For keyless, can we label the OIDC vendor so we don't have to parse private key bits and map, maybe have it as part of signature type like keyless-google