go-algorand 3.14.0-beta Release PR#5043
Merged
algojohnlee merged 76 commits intoalgorand:rel/betafrom Jan 23, 2023
Merged
Conversation
…gorand#4903) * Adding argenum fields, tweaks to immediate note * Fix fmt * restore big-endian note * adding reminder to possibly modify argEnums method with some automatic thing later
* rename remaining accountdb to acctdeltas
Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
…a real block evaluator (algorand#4436) Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com> Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
…gorand#4942) * Disable TestResolver in CircleCI due to DNS resolution issue * Switch e2e_basic_start_stop from devnet to private network
* Elastic Rate Limiter and Congestion Manager to enable RED in txHandler. * This RED model implements fairness, in which the chance a client's request is dropped is proportional to their individual arrival rate, vs a per-client service rate. * Backlog size is increased by ~30% to accommodate some guaranteed throughput at current TPS target rate.
* Batching incoming transaction for crypto verification * Streaming capabilities of transactions to the verifier
…-3-13-3-remerge
* 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
algorandskiy
approved these changes
Jan 23, 2023
Codecov Report
@@ Coverage Diff @@
## rel/beta #5043 +/- ##
============================================
- Coverage 54.56% 53.45% -1.12%
============================================
Files 431 429 -2
Lines 53580 54044 +464
============================================
- Hits 29238 28888 -350
- Misses 22048 22904 +856
+ Partials 2294 2252 -42
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
onetechnical
approved these changes
Jan 23, 2023
This file contains hidden or 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
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.
Overview
This release contains enhancements to networking capabilities such as our transaction handling and relay connection limits. In addition, we are including telemetry enhancements to better monitor the performance of the network.
What's New
goal node statusnow additionally reports consensus voting progressChangelog
New Features
Enhancements
goalError UX Improvement (#4951)t.Parallel()errors indatapackage (#4981)t.Parallel()errors indata/transactions/logicpackage (#4931)Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources