Ankit Chiplunkar
Ankit Chiplunkar
Have added a new subclass to support querying from an Infura node. Thought it would be helpful Regards :)
**Describe the bug** The cli command `scrape_block_range` checks for missing blocks from block 0 even when a `start_block_number` is being provided. **Expected behavior** The command should check for missing blocks...
**Describe the bug** The docs do not contain the details of state and storage tables in the API docs. **Expected behavior** The docs at https://ether-sql.readthedocs.io/en/latest/api/models.html should contain the details of...
**Is your feature request related to a problem? Please describe.** Since the new_block_filter is not enabled in general Infura API we need to rely on websocket API to use this...
**Is your feature request related to a problem? Please describe.** Currently, scraping_blocks and following the head of the chain are divided into two different problems. I want to create a...
**Describe the bug** After a contract suicides the storage_diff table should verify that the positions associated to the contract have been removed. Due to the way `trace_replayTransactions` returns contract suicide...
**Describe the bug** While using mode parallel the settings specified while switching on the celery workers is used to perform sync. This is not a desired behaviour since this might...
Py-evm+trinity are new nodes written in python I want to integrate the capability to directly push block-data in the nodes while the node is syncing or from a level-db after...
If API is not provided then Infura node does not respond to HTTP request after enough requests. This gives to Badstatus error: response = 502 ``` [2018-05-20 09:40:50,759][DEBUG][ether_sql.scrapper] Adding block:...
Hello, I would like to use/test this repo, can you guys update the usage/documentation so I can test this out?