tradingstrategy-ai / web3-ethereum-defi

A Python library for trading automation on DeFi, data research and integration. Supporting Uniswap, Aave, Chainlink, USDC and other protocols.
https://tradingstrategy.ai
MIT License
604 stars 129 forks source link

Ankr specific timestamp reader #133

Closed miohtama closed 1 year ago

miohtama commented 1 year ago

Block timestamps are needed for mass event ingestion with eth_getLogs. We need to map block number -> timestamp.

Currently we offer two ways to do it

To be able to have commercial SaaS node providers as a fallback option for JSON-RPC, we need to be able to read block timestamps so that their nodes do not complain.

As first commercial SaaS vendor to pilot out we'd like to try Ankr

For the task

AlexTheLion123 commented 1 year ago

Closed due to no longer working with Ankr