getamis / eth-indexer

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

Fix affected acct #47

Closed countvonzero closed 6 years ago

countvonzero commented 6 years ago
countvonzero commented 6 years ago
screen shot 2018-07-13 at 9 55 16 am

the old code misses block number 5817941 that has a fee payment but no event. the new code now finds it

countvonzero commented 6 years ago

original bug where block 5817941 is not recorded for this account.

screen shot 2018-07-11 at 10 55 29 am
codecov-io commented 6 years ago

Codecov Report

Merging #47 into develop will increase coverage by 0.39%. The diff coverage is 88.23%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #47      +/-   ##
===========================================
+ Coverage    42.04%   42.43%   +0.39%     
===========================================
  Files           18       18              
  Lines         1917     1937      +20     
===========================================
+ Hits           806      822      +16     
- Misses        1045     1047       +2     
- Partials        66       68       +2
Impacted Files Coverage Δ
store/store.go 72.15% <100%> (+0.17%) :arrow_up:
store/transfer_processor.go 77.95% <87.09%> (+0.11%) :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 d44bd08...f0fe22b. Read the comment docs.