-
Notifications
You must be signed in to change notification settings - Fork 491
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
DevOps: alphanet master remerge #5173
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go-algorand v3.13.3-stable
go-algorand v3.13.3 from rel/stable into rel/beta
* Decrease connections per ip addr limit to 15
* Updating action versions * Removing inlining and optimizations from building partitiontest-linter * Adding flags to golangci-lint * Syncing typeparams dependency version * Changing tools package version * running go mod tidy and adding compat 1.17 * Chris's fix for linter * Filtering on added only, upgrading reviewdog, diplaying errors in log
* Fix t.Parallel() errors in shared package * Correct .golangci.yml paths
* Introduce override of default gossip fanout to a new default relay gossip fanout when nodes are configured as relays * Setting defaultRelayGossipFanout as a const in config.go to avoid needing to codegen/expose into local_defaults.go * Double default config for agreement incoming queue sizes
…#4438) Adds an EvalTracer for getting callbacks as a transaction group is evaluated. Co-authored-by: Michael Diamant <[email protected]> Co-authored-by: Jason Paulos <[email protected]>
* fix some deadcode/unused/structcheck errors * make golangci lint warnings clean
Co-authored-by: cce <[email protected]>
* use more strict gosec linter to find refs to loop variables (instead of exportloopref) * fix loop variable pointer error
Introduces "Identity Challenge" exchange during peering: two peers exchange signed challenges to register one another with public keys that validate their identities to be used as the mechanism to prevent duplicate and bidirectional connections between peers on the network. Co-authored-by: chris erway <[email protected]>
Co-authored-by: chris erway <[email protected]>
Co-authored-by: Michael Diamant <[email protected]> Co-authored-by: Jason Paulos <[email protected]>
Co-authored-by: Will Winder <[email protected]>
Codecov Report
@@ Coverage Diff @@
## feature/alphanet #5173 +/- ##
====================================================
+ Coverage 53.50% 53.59% +0.08%
====================================================
Files 429 439 +10
Lines 54038 54934 +896
====================================================
+ Hits 28913 29440 +527
- Misses 22882 23208 +326
- Partials 2243 2286 +43
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algobarb
approved these changes
Mar 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks right - as a merge of master into feature/alphanet.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
logic.DebuggerHook
withlogic.EvalTracer
interface (Algod: Replacelogic.DebuggerHook
withlogic.EvalTracer
interface #4438)db.Atomic
usage #5021)sql.Tx
from the transaction callback #5031)EvalTracer
design and improve testing for failures (Algod: ModifyEvalTracer
design and improve testing for failures #5071)Summary
Test Plan