ether_sql icon indicating copy to clipboard operation
ether_sql copied to clipboard

A python library to push ethereum blockchain data into an sql database.

Results 16 ether_sql issues
Sort by recently updated
recently updated
newest added

|████████████████████████████████| 426 kB 487 kB/s ERROR: Command errored out with exit status 1: command: /datalake/ether_sql/envname/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-33wxg7dh/psycopg2-binary_cf9a7f4c7c1d4ec593fc8124f2e57da6/setup.py'"'"'; __file__='"'"'/tmp/pip-install-33wxg7dh/psycopg2-binary_cf9a7f4c7c1d4ec593fc8124f2e57da6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__)...

Bumps [celery](https://github.com/celery/celery) from 4.1.1 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

**Describe the bug** Setup went smoothly using a local Geth node. Ran `ether_sql scrape_block_range` and everything seemed to be working smoothly. It now seems to be stuck on block 46,147...

**Describe the bug** AttributeError: 'Session' object has no attribute 'block_filter' **To Reproduce** run `ether_sql --settings='PersonalInfuraSettings' celery start -c2 -B -Q celery_filters -n worker1@%h`, we get the error, but, it still...

**Describe the bug** killed **To Reproduce** run `ether_sql --settings='PersonalGethSettings' scrape_block_range --start_block_number 6305955` , my eth light geth node is syncing and it's over block 6305955 ![image](https://user-images.githubusercontent.com/15945292/45298731-1881d200-b512-11e8-84d4-bdff8003bd45.png) but, i get killed...

**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...