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

Feat/use neo-go 0.106.3 features #2907

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

carpawell
Copy link
Member

neofs-adm is not touched to save mental health (#2905 was left). Closes #2902.

Copy link

codecov bot commented Aug 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 38 lines in your changes missing coverage. Please review.

Project coverage is 23.70%. Comparing base (d073407) to head (939766a).
Report is 2 commits behind head on master.

Files Patch % Lines
pkg/morph/client/notary.go 0.00% 14 Missing ⚠️
pkg/innerring/innerring.go 0.00% 6 Missing ⚠️
pkg/innerring/notary.go 0.00% 6 Missing ⚠️
cmd/neofs-node/config.go 0.00% 4 Missing ⚠️
cmd/neofs-node/morph.go 0.00% 4 Missing ⚠️
pkg/morph/client/client.go 0.00% 2 Missing ⚠️
cmd/neofs-node/main.go 0.00% 1 Missing ⚠️
cmd/neofs-node/netmap.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2907      +/-   ##
==========================================
+ Coverage   23.66%   23.70%   +0.03%     
==========================================
  Files         774      774              
  Lines       44887    44818      -69     
==========================================
- Hits        10623    10622       -1     
+ Misses      33418    33349      -69     
- Partials      846      847       +1     

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

Copy link
Contributor

@cthulhu-rider cthulhu-rider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lux gut

pkg/innerring/notary.go Outdated Show resolved Hide resolved
pkg/morph/client/notary.go Outdated Show resolved Hide resolved
pkg/morph/client/notary.go Outdated Show resolved Hide resolved
@carpawell carpawell force-pushed the feat/use-neo-go-0.106.3-features branch 2 times, most recently from 2e6d3ce to 857dbd8 Compare August 7, 2024 10:10
Adopting neo-go new waiting API functionality. It is a little functional change
in the NewEpoch event handling (deposit was sent but not awaited), but it should
not be a disadvantage: a silent sending without waiting can confuse when reading
logs.
`morph/client/Client.Wait` was also dropped as not used.

Signed-off-by: Pavel Karpy <[email protected]>
Context is an important part of neo-go client's lifecycle, it is passed at
creation stage. Do not use `context.Background`, use a general application one
instead.

Signed-off-by: Pavel Karpy <[email protected]>
`Reverse` explains it worse that explicit `LE`.

Signed-off-by: Pavel Karpy <[email protected]>
@carpawell carpawell force-pushed the feat/use-neo-go-0.106.3-features branch from 857dbd8 to 939766a Compare August 7, 2024 10:26
@roman-khimov roman-khimov merged commit 4824da9 into master Aug 7, 2024
19 of 22 checks passed
@roman-khimov roman-khimov deleted the feat/use-neo-go-0.106.3-features branch August 7, 2024 14:57
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.

Upgrade to NeoGo 0.106.3
3 participants