Update celo-bls-go version to v0.3.4#2012
Conversation
|
Coverage from tests in coverage: 47.7% of statements across all listed packagescoverage: 52.8% of statements in consensus/istanbul coverage: 42.7% of statements in consensus/istanbul/announce coverage: 55.7% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 56.0% of statements in consensus/istanbul/core coverage: 50.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.4% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/randomCommentID: 56474233a9 |
Codecov ReportBase: 54.82% // Head: 54.84% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2012 +/- ##
==========================================
+ Coverage 54.82% 54.84% +0.02%
==========================================
Files 688 695 +7
Lines 92542 93258 +716
==========================================
+ Hits 50737 51151 +414
- Misses 37993 38263 +270
- Partials 3812 3844 +32
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Did you create a new |
I made a new version (v0.3.4) which was functionally identical to the last (v0.3.3). The celo-bls-go subrepos are still at v0.3.3 since they didn't need to be changed and updating them would just have introduced unnecessary complexity |
Will that tag be merged into master as well? |
What do you mean by this? The current PR just updates the |
If you're asking will it be merged into master of |
* update celo-bls-go version to fix issue #2005 * fix go.sum * go mod tidy
* update celo-bls-go version to fix issue #2005 * fix go.sum * go mod tidy
Description
Updates celo-bls-go dependency to v0.3.4, which is identical to v0.3.4 except it is in sync with the commit in https://proxy.golang.org/github.com/celo-org/celo-bls-go/@v/v0.3.4.info. This is to fix #2005.
Tested
No functional code changes were made. CI tests should be sufficient.