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

refactor codes #53

Closed markya0616 closed 6 years ago

markya0616 commented 6 years ago
  1. remove erc20 storage, dumps
  2. not allow duplicate key error. it may cause the wrong total balance.
codecov-io commented 6 years ago

Codecov Report

Merging #53 into develop will decrease coverage by 1.83%. The diff coverage is 85.71%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #53      +/-   ##
===========================================
- Coverage    41.71%   39.88%   -1.84%     
===========================================
  Files           20       20              
  Lines         2059     1963      -96     
===========================================
- Hits           859      783      -76     
+ Misses        1129     1119      -10     
+ Partials        71       61      -10
Impacted Files Coverage Δ
store/transfer_processor.go 77.47% <ø> (-0.49%) :arrow_down:
store/account/account.go 88.23% <ø> (+1.13%) :arrow_up:
store/event_erc20.go 88.23% <100%> (ø) :arrow_up:
service/indexer/indexer.go 86% <83.33%> (-0.15%) :arrow_down:
store/store.go 72.26% <84.61%> (+1.16%) :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 1705b8f...f1b1496. Read the comment docs.