HerodotusDev / hdp

Herodotus Data Processor Toolkit. Enhance zk-offchain compute for verifiable onchain data using zkVMs
https://docs.herodotus.dev/herodotus-docs/developers/herodotus-data-processor-hdp
GNU General Public License v3.0
22 stars 3 forks source link

[tx data lake] sender field as sampled property #71

Open rkdud007 opened 2 months ago

rkdud007 commented 2 months ago

in transaction, there is v,r,s field which we can generate signer from it. So for user friendly approach, can have additional field sender and if user request to get sender, we compute sender address from v,r,s field

rkdud007 commented 2 months ago

This might not possible as constructing sender field from r,s,v will lead huge Cairo Step.