Closed petreze closed 2 months ago
62 files 1 errors 61 suites 10m 0s :stopwatch: 311 tests 166 :white_check_mark: 0 :zzz: 145 :x: 397 runs 205 :white_check_mark: 0 :zzz: 192 :x:
For more details on these parsing errors and failures, see this check.
Results for commit 42d739c4.
:recycle: This comment has been updated with latest results.
Coverage variation | Diff coverage |
---|---|
Report missing for f5f7b680e57ee7ebc39d6be1dd4b2512e3fe9c92[^1] | :white_check_mark: 36.38% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
Attention: Patch coverage is 33.00199%
with 337 lines
in your changes missing coverage. Please review.
Project coverage is 59.21%. Comparing base (
964661d
) to head (196ceb7
). Report is 56 commits behind head on develop.
Description: This PR aims to separate
BlockStreamBuilder
,PairedStreamBuilder
and all related changes fromstream-manager-spike
branch into a smaller PR fordevelop
. This should be easier to be reviewed and signed off.Main changes are the creation of both builders (
BlockStreamBuilder
,PairedStreamBuilder
) as well as addingserializedTransaction
as bytes to theTransactionInfo
object. This enforced most of the diff between the branches asTransactionInfo
is used in a lot of unit tests where minor changes were requiredRelated issue(s):
Fixes #15080
Notes for reviewer:
Checklist