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

Dependency upgrade #3570

Merged
merged 14 commits into from
Sep 5, 2024
Merged

Dependency upgrade #3570

merged 14 commits into from
Sep 5, 2024

Conversation

roman-khimov
Copy link
Member

Problem

Outdated dependencies.

Solution

Upgrade them.

go.mod Show resolved Hide resolved
go.mod Show resolved Hide resolved
It's maintained now again! A lot of fixes went in, but it seems to be ok
in tests.

Signed-off-by: Roman Khimov <[email protected]>
Heavily optimized one.

Signed-off-by: Roman Khimov <[email protected]>
go-ordered-json and rfc6979, nothing has really changed there.

Signed-off-by: Roman Khimov <[email protected]>
Minor fixes and Go 1.22.

Signed-off-by: Roman Khimov <[email protected]>
Which allows to drop two direct dependencies specific to scripts from the main
go.mod.

Signed-off-by: Roman Khimov <[email protected]>
AnnaShaleva
AnnaShaleva previously approved these changes Sep 4, 2024
@AnnaShaleva AnnaShaleva dismissed their stale review September 4, 2024 07:53

Interop dependencies are not updated.

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.77%. Comparing base (d47fe39) to head (09921bb).
Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3570      +/-   ##
==========================================
- Coverage   85.85%   85.77%   -0.08%     
==========================================
  Files         330      330              
  Lines       38537    38537              
==========================================
- Hits        33085    33056      -29     
- Misses       3904     3933      +29     
  Partials     1548     1548              

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

vX.Y.Z-date-commit is very much different from vX.Y.Z and we can have any of
them for NeoGo (vX.Y.Z is even preferable). Previous code ended up this way
for v0.106.3:

++ sed -E -n -e 's/.*neo-go\s.+-.+-(\w+)/\1/ p' examples/nft-nd-nns//go.mod
+ NEO_GO_COMMIT=
+ git merge-base --is-ancestor '' HEAD
fatal: Not a valid object name
+ die 'examples/nft-nd-nns/: neo-go commit  was not found in git'
+ echo 'examples/nft-nd-nns/: neo-go commit  was not found in git'
examples/nft-nd-nns/: neo-go commit  was not found in git
+ exit 1

Signed-off-by: Roman Khimov <[email protected]>
@AnnaShaleva AnnaShaleva merged commit 585af7e into master Sep 5, 2024
19 of 20 checks passed
@AnnaShaleva AnnaShaleva deleted the dep-upgrade branch September 5, 2024 13:01
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