-
Notifications
You must be signed in to change notification settings - Fork 524
go-algorand 3.14.1-stable Release PR #5076
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
Merged
algojohnlee
merged 86 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.14.1
Feb 3, 2023
Merged
go-algorand 3.14.1-stable Release PR #5076
algojohnlee
merged 86 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.14.1
Feb 3, 2023
Conversation
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
…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
go-algorand v3.13.3 from rel/stable into rel/beta
…-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
…algorand#4438) Adds an EvalTracer for getting callbacks as a transaction group is evaluated. Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com> Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
* fix some deadcode/unused/structcheck errors * make golangci lint warnings clean
Codecov Report
@@ Coverage Diff @@
## rel/stable #5076 +/- ##
==============================================
- Coverage 54.58% 54.32% -0.26%
==============================================
Files 431 434 +3
Lines 53580 54131 +551
==============================================
+ Hits 29245 29408 +163
- Misses 22043 22449 +406
+ Partials 2292 2274 -18
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
What's New
Changelog
New Features
Enhancements
logic.DebuggerHookwithlogic.EvalTracerinterface (#4438)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