getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
233 stars 47 forks source link

client, service/indexer: get tx receipts by block hash #30

Closed tailingchen closed 6 years ago

tailingchen commented 6 years ago

This PR is needs to wait for https://github.com/getamis/go-ethereum/pull/173

codecov-io commented 6 years ago

Codecov Report

Merging #30 into develop will increase coverage by 0.85%. The diff coverage is 84.61%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #30      +/-   ##
===========================================
+ Coverage    41.18%   42.04%   +0.85%     
===========================================
  Files           18       18              
  Lines         1918     1917       -1     
===========================================
+ Hits           790      806      +16     
+ Misses        1062     1045      -17     
  Partials        66       66
Impacted Files Coverage Δ
client/client.go 0% <0%> (ø) :arrow_up:
client/cache.go 100% <100%> (ø) :arrow_up:
service/indexer/indexer.go 86.14% <100%> (ø) :arrow_up:

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 be42f16...fec6286. Read the comment docs.