liquidapps-io / zeus-sdk

EOSIO & EVM smart contract unit testing suite and API provider
51 stars 24 forks source link

extended verifier by ability to fetch proof from liquid storage #39

Closed mschoenebeck closed 2 years ago

mschoenebeck commented 2 years ago

extended verifier by ability to fetch proof from liquid storage instead of passing them inline. this is necessary for proofs that exceed about 4096 bytes in size since this is the EOSIO limit for size of inline actions (which LiquidApps vcpu/oracle getURI() function depends on)