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

store: get erc20 balance by erc20_balance table #27

Closed markya0616 closed 6 years ago

markya0616 commented 6 years ago

Get erc20 balance by erc20_balance_table.

codecov-io commented 6 years ago

Codecov Report

Merging #27 into develop will increase coverage by 0.1%. The diff coverage is 85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #27     +/-   ##
==========================================
+ Coverage    43.97%   44.07%   +0.1%     
==========================================
  Files           20       20             
  Lines         1924     1933      +9     
==========================================
+ Hits           846      852      +6     
- Misses        1009     1011      +2     
- Partials        69       70      +1
Impacted Files Coverage Δ
store/balance_storage.go 74.73% <100%> (ø)
store/balance.go 80% <84.21%> (-5.72%) :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 8ecc04f...241450f. Read the comment docs.