erigontech / silkrpc

C++ implementation of Ethereum JSON RPC daemon within Thorax architecture
Apache License 2.0
45 stars 14 forks source link

Add support for block tags (latest/earliest) in eth_getLogs #405

Closed lupin012 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #405 (f64af24) into master (ba17ebc) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   82.10%   82.10%           
=======================================
  Files         106      106           
  Lines        6934     6934           
  Branches     1397     1397           
=======================================
  Hits         5693     5693           
  Misses        765      765           
  Partials      476      476           
Impacted Files Coverage Δ
silkrpc/json/types.cpp 98.32% <100.00%> (ø)
silkrpc/types/filter.cpp 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.