django-ethereum-events icon indicating copy to clipboard operation
django-ethereum-events copied to clipboard

Adds setting ETHEREUM_LOGS_FILTER_GETLOGS.

Open xorader opened this issue 2 years ago • 1 comments

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

xorader avatar Apr 17 '22 00:04 xorader

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%) :arrow_down:

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.

codecov-commenter avatar Apr 17 '22 00:04 codecov-commenter