erigontech / silkrpc

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

trace_filter API with JSON streaming #424

Closed Sixtysixter closed 1 year ago

Sixtysixter commented 1 year ago

JSON streaming on trace_filter

codecov[bot] commented 1 year ago

Codecov Report

Merging #424 (681fffe) into master (9f6b83c) will decrease coverage by 0.05%. The diff coverage is 70.12%.

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
- Coverage   76.99%   76.95%   -0.05%     
==========================================
  Files         111      111              
  Lines        7929     7931       +2     
  Branches     1617     1621       +4     
==========================================
- Hits         6105     6103       -2     
+ Misses       1267     1265       -2     
- Partials      557      563       +6     
Impacted Files Coverage Δ
silkworm/silkrpc/commands/trace_api.hpp 100.00% <ø> (ø)
silkworm/silkrpc/core/evm_trace.hpp 88.88% <ø> (ø)
silkworm/silkrpc/core/evm_trace.cpp 73.46% <70.12%> (-0.28%) :arrow_down:

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