HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

finding Tx by BundleNonce #118

Closed spangin closed 5 years ago

oracle58 commented 5 years ago

Codecov Report

Merging #118 into dev will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##                dev    #118      +/-   ##
===========================================
+ Coverage     46.15%   46.2%   +0.05%     
- Complexity     1210    1212       +2     
===========================================
  Files           156     156              
  Lines          7576    7585       +9     
  Branches        934     936       +2     
===========================================
+ Hits           3497    3505       +8     
- Misses         3702    3706       +4     
+ Partials        377     374       -3
Impacted Files Coverage Δ Complexity Δ
.../net/helix/hlx/model/persistables/BundleNonce.java 100% <100%> (+50%) 2 <2> (+1) :arrow_up:
src/main/java/net/helix/hlx/service/API.java 38% <100%> (+0.54%) 73 <0> (+2) :arrow_up:
...n/java/net/helix/hlx/controllers/TagViewModel.java 25% <100%> (+2.77%) 5 <1> (+1) :arrow_up:
src/main/java/net/helix/hlx/network/Node.java 39.16% <0%> (-0.47%) 45% <0%> (-2%)
...lix/hlx/network/replicator/ReplicatorSinkPool.java 38.29% <0%> (ø) 5% <0%> (-1%) :arrow_down:

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 c3b06ff...39d9d6a. Read the comment docs.