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

solution: caching for eth_getTransactionReceipt #34

Merged
merged 1 commit into from Jul 13, 2020
Merged

Conversation

splix
Copy link
Member

@splix splix commented Jul 13, 2020

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #34 into master will decrease coverage by 0.75%.
The diff coverage is 14.60%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #34      +/-   ##
============================================
- Coverage     55.13%   54.38%   -0.76%     
- Complexity      611      622      +11     
============================================
  Files           113      119       +6     
  Lines          3571     3661      +90     
  Branches        536      545       +9     
============================================
+ Hits           1969     1991      +22     
- Misses         1307     1370      +63     
- Partials        295      300       +5     
Impacted Files Coverage Δ Complexity Δ
src/main/kotlin/io/emeraldpay/dshackle/Global.kt 90.90% <ø> (ø) 1.00 <0.00> (ø)
...n/io/emeraldpay/dshackle/cache/BlocksRedisCache.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...tlin/io/emeraldpay/dshackle/cache/CachesFactory.kt 25.00% <0.00%> (-0.59%) 5.00 <0.00> (ø)
.../io/emeraldpay/dshackle/cache/OnBlockRedisCache.kt 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...lin/io/emeraldpay/dshackle/cache/OnTxRedisCache.kt 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../io/emeraldpay/dshackle/cache/ReceiptRedisCache.kt 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...otlin/io/emeraldpay/dshackle/cache/TxRedisCache.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../kotlin/io/emeraldpay/dshackle/data/TxContainer.kt 56.00% <ø> (ø) 5.00 <0.00> (ø)
...eraldpay/dshackle/upstream/RequestPostprocessor.kt 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ay/dshackle/upstream/bitcoin/BitcoinMultistream.kt 2.77% <0.00%> (ø) 1.00 <0.00> (ø)
... and 16 more

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 3a93df2...b10e480. Read the comment docs.

@splix splix merged commit 1cca38a into master Jul 13, 2020
vdoflip pushed a commit to jit-strategies/dshackle that referenced this pull request Aug 1, 2023
support evm networks: Arbitrum, Optimism, Binance Smart Chain
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.

None yet

2 participants