mx-chain-go
mx-chain-go copied to clipboard
Consensus for side chain
Description of the reasoning behind the pull request (what feature was missing / how the problem was manifesting itself / what was the motive behind the refactoring)
Proposed Changes
- Added support for side chain consensus
Testing procedure
Codecov Report
Base: 70.47% // Head: 70.50% // Increases project coverage by +0.02% :tada:
Coverage data is based on head (
89d2144) compared to base (4c6c795). Patch coverage: 91.02% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## feat/chain-go-sdk #4575 +/- ##
=====================================================
+ Coverage 70.47% 70.50% +0.02%
=====================================================
Files 629 630 +1
Lines 83735 83792 +57
=====================================================
+ Hits 59016 59079 +63
+ Misses 20310 20306 -4
+ Partials 4409 4407 -2
| Impacted Files | Coverage Δ | |
|---|---|---|
| factory/consensus/consensusComponents.go | 0.00% <0.00%> (ø) |
|
| node/nodeRunner.go | 0.00% <0.00%> (ø) |
|
| consensus/spos/bls/subroundBlock.go | 81.07% <66.66%> (+2.81%) |
:arrow_up: |
| consensus/spos/bls/blsSubroundsFactory.go | 91.04% <90.62%> (-0.17%) |
:arrow_down: |
| consensus/spos/bls/subroundBlockV2.go | 100.00% <100.00%> (ø) |
|
| consensus/spos/sposFactory/sposFactory.go | 100.00% <100.00%> (ø) |
|
| process/block/preprocess/transactions.go | 61.17% <100.00%> (+0.03%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.