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

DevOps: alphanet master remerge #5173

Merged
merged 90 commits into from
Mar 2, 2023
Merged

Conversation

onetechnical
Copy link
Contributor

Summary

Test Plan

algojack and others added 30 commits January 19, 2023 07:57
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
cce and others added 24 commits February 8, 2023 13:59
* 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: Michael Diamant <[email protected]>
Co-authored-by: Jason Paulos <[email protected]>
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Merging #5173 (6d4aaa3) into feature/alphanet (7a7f5cc) will increase coverage by 0.08%.
The diff coverage is 61.57%.

@@                 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     
Impacted Files Coverage Δ
agreement/proposal.go 71.96% <ø> (ø)
cmd/algocfg/getCommand.go 28.00% <0.00%> (ø)
cmd/algocfg/resetCommand.go 8.33% <0.00%> (ø)
cmd/algocfg/setCommand.go 8.19% <0.00%> (ø)
cmd/goal/account.go 13.99% <0.00%> (ø)
cmd/goal/application.go 17.78% <0.00%> (ø)
cmd/goal/asset.go 15.75% <0.00%> (ø)
cmd/goal/clerk.go 8.77% <0.00%> (ø)
cmd/goal/interact.go 3.62% <0.00%> (ø)
cmd/goal/kmd.go 7.31% <0.00%> (ø)
... and 150 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@algobarb algobarb left a 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.

@onetechnical onetechnical merged commit d88df70 into feature/alphanet Mar 2, 2023
@onetechnical onetechnical deleted the alphanet-master-merge branch March 2, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.