-
Notifications
You must be signed in to change notification settings - Fork 471
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
go-algorand 3.14.2-stable Release PR #5110
Merged
algojohnlee
merged 90 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.14.2
Feb 3, 2023
Merged
go-algorand 3.14.2-stable Release PR #5110
algojohnlee
merged 90 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.14.2
Feb 3, 2023
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
…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 <[email protected]>
…a real block evaluator (algorand#4436) Co-authored-by: Michael Diamant <[email protected]> Co-authored-by: Jason Paulos <[email protected]>
…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
* 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
…algorand#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
Codecov Report
@@ Coverage Diff @@
## rel/stable #5110 +/- ##
==============================================
- Coverage 54.58% 54.29% -0.29%
==============================================
Files 431 434 +3
Lines 53580 54170 +590
==============================================
+ Hits 29245 29410 +165
- Misses 22043 22480 +437
+ Partials 2292 2280 -12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algorandskiy
approved these changes
Feb 3, 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.
the commits list looks right to me
algobarb
approved these changes
Feb 3, 2023
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 status
now additionally reports consensus voting progressChangelog
New Features
Enhancements
goal
Error UX Improvement (#4951)t.Parallel()
errors indata
package (#4981)t.Parallel()
errors indata/transactions/logic
package (#4931)logic.DebuggerHook
withlogic.EvalTracer
interface (#4438)Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources