Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds setting ETHEREUM_LOGS_FILTER_GETLOGS. #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xorader
Copy link

@xorader xorader commented Apr 17, 2022

This option enables using web3.eth.getLogs(...) function instead
web3.eth.filter(...).get_all_entries().

This option enables using ``web3.eth.getLogs(...)`` function instead
``web3.eth.filter(...).get_all_entries()``.
@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2022

Codecov Report

Merging #17 (5cca910) into master (46cc4cc) will decrease coverage by 0.40%.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   81.51%   81.11%   -0.41%     
==========================================
  Files          13       13              
  Lines         357      360       +3     
  Branches       53       54       +1     
==========================================
+ Hits          291      292       +1     
- Misses         50       52       +2     
  Partials       16       16              
Impacted Files Coverage Δ
django_ethereum_events/event_listener.py 76.08% <20.00%> (-1.45%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46cc4cc...5cca910. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants