Ankit Chiplunkar
Ankit Chiplunkar
This is an important PR, when will it be merged?
@voith checked this on my end as well works fine. Thanks for reaching out :)
Adding new blocks using an Infura node is not enabled yet with the library: https://github.com/analyseether/ether_sql/issues/54, it is in the pipeline. The image says that the function `push_blocks_in_queue` ran but not...
@dirmansebastian were you able to resolve the mast bug? I retried and everything works fine ...
Can you try rerunning the code `python ether_sql.py scrape_data`? If it works then there was an issue in error handling part. If not then I will try to recreate the...
Hmm, I think there are two possible reasons that can cause this issue: 1. The local node does not have blocks after block 691. This is highly unlikely since the...
> Hey - I changed the code to use web3.py instead of ethjsonrpc, and also further put the block fetch events in a Redis queue instead of a loop Awesome...
> Additionally, the web3.py library is missing functions for Uncles, and I think, Traces too. I have recently created pull requests to add Uncles https://github.com/ethereum/web3.py/pull/857 and Traces https://github.com/ethereum/web3.py/pull/850 in the...
> my eth light geth node is syncing and it's over block 6305955 I have never tried pushing blocks using light geth blocks. I will try it and update this...
Strange, I tried the command and it works for me: ``` $ ether_sql --settings=PersonalInfuraSettings scrape_block --block_number=6307820 [2018-09-10 22:14:30,229][INFO][ether_sql.session] Connected to the db ether_sql [2018-09-10 22:14:30,231][INFO][ether_sql.session] Connected to Infura node [2018-09-10...