xiaoyao1991 / presto-ethereum

Presto Ethereum Connector -- SQL on Ethereum
Apache License 2.0
471 stars 56 forks source link

Support latest presto version #49

Closed wilco375 closed 2 years ago

wilco375 commented 2 years ago

This PR fixes this plugin such that it works with the latest version of Presto and the Infura API.

xiaoyao1991 commented 2 years ago

@wilco375 thanks for the pull request! Is the change tested?

wilco375 commented 2 years ago

I have tested it on the block table with Infura

Edit: tested the other tables too, everything seems to be working properly. I did not test it with Geth or Parity but since everything goes through web3j I expect that works as well.

xiaoyao1991 commented 2 years ago

thanks @wilco375