Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade go #122

Merged
merged 10 commits into from
Aug 15, 2024
Merged

Upgrade go #122

merged 10 commits into from
Aug 15, 2024

Conversation

roman-khimov
Copy link
Member

No description provided.

Fixes #77. Follows version policy change in nspcc-dev/.github#30.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
Signed-off-by: Roman Khimov <roman@nspcc.ru>
Copy link

codecov bot commented Aug 9, 2024

Codecov Report

Attention: Patch coverage is 68.57143% with 11 lines in your changes missing coverage. Please review.

Project coverage is 59.29%. Comparing base (befa250) to head (024a8cc).

Files Patch % Lines
context.go 73.68% 2 Missing and 3 partials ⚠️
internal/simulation/main.go 0.00% 4 Missing ⚠️
dbft.go 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   59.35%   59.29%   -0.06%     
==========================================
  Files          32       32              
  Lines        1823     1828       +5     
==========================================
+ Hits         1082     1084       +2     
- Misses        661      662       +1     
- Partials       80       82       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

CHANGELOG.md Show resolved Hide resolved
dbft.go Outdated Show resolved Hide resolved
dbft.go Show resolved Hide resolved
context.go Outdated Show resolved Hide resolved
@AnnaShaleva AnnaShaleva added this to the v0.3.1 milestone Aug 12, 2024
Signed-off-by: Roman Khimov <roman@nspcc.ru>
Signed-off-by: Roman Khimov <roman@nspcc.ru>
Reuse slices if possible.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
It's supposed to be more efficient.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
Signed-off-by: Roman Khimov <roman@nspcc.ru>
Signed-off-by: Roman Khimov <roman@nspcc.ru>
It shares the slice, so messing with it is a bad idea.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
Less code, more fun.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@AnnaShaleva AnnaShaleva merged commit b8b6211 into master Aug 15, 2024
9 checks passed
@AnnaShaleva AnnaShaleva deleted the upgrade-go branch August 15, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants