-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
all: update to go version 1.22.1 #28946
Merged
Merged
+147
−74
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18872c0 - Browse repository at this point
Copy the full SHA 18872c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf29f14 - Browse repository at this point
Copy the full SHA bf29f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d91f2e9 - Browse repository at this point
Copy the full SHA d91f2e9View commit details
Commits on Mar 15, 2024
-
crypto: remove references to deprecated elliptic package
This PR removes all references to the elliptic functions that were deprecated in golang 1.22. Instead this PR does the following: We change S256() to return the raw bitcurve instead of the elliptic.Curve, this has two effects: - Every instance of S256() can call the unmarshall and marshall operations - The package is not neatly abstracted away anymore, which we can debate if we want to change that We also modify the behavior in the ecies (and rlpx) package a bit. Previously all curves were acceptable, now only curves that implement the marshaller and unmarshaller interface are allowed. All common curves have this, so its not an issue in our code. Dependencies maybe need to implement the (un-)marshaller interfaces though.
Configuration menu - View commit details
-
Copy full SHA for 29a7673 - Browse repository at this point
Copy the full SHA 29a7673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d89e0 - Browse repository at this point
Copy the full SHA 16d89e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbae80a - Browse repository at this point
Copy the full SHA bbae80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e4741 - Browse repository at this point
Copy the full SHA b3e4741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77662ba - Browse repository at this point
Copy the full SHA 77662baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f03199 - Browse repository at this point
Copy the full SHA 8f03199View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b5993e - Browse repository at this point
Copy the full SHA 1b5993eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f1587 - Browse repository at this point
Copy the full SHA 53f1587View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.