go-algorand 3.20.0-beta Release PR#5826
Merged
algojohnlee merged 30 commits intoalgorand:rel/betafrom Nov 9, 2023
Merged
Conversation
Co-authored-by: cce <51567+cce@users.noreply.github.com>
* Rate limit incoming apps based on app id + sender IP addr when the backlog is more than 1/2 full. * Implemented as a sharded map with sliding window limiter. The sliding window data is used to for least recently used eviction (list based). * Two hash functions are used: 1) memhash64 for app to bucket mapping 2) salted blake2b for app id + sender caching (shrank to 8 bytes to save on memory)
…lgorand#5822) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ohill <145173879+ohill@users.noreply.github.com>
gmalouf
approved these changes
Nov 9, 2023
Contributor
gmalouf
left a comment
There was a problem hiding this comment.
We can get the product description for the release in place next week.
algorandskiy
approved these changes
Nov 9, 2023
Codecov Report
@@ Coverage Diff @@
## rel/beta #5826 +/- ##
============================================
- Coverage 55.90% 55.73% -0.18%
============================================
Files 470 476 +6
Lines 65138 67131 +1993
============================================
+ Hits 36416 37414 +998
- Misses 26318 27201 +883
- Partials 2404 2516 +112
... and 28 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
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
An endpoint to generate participation keys, network optimization, and other enhancements around catchpoints and catchup are included in this release.
What's New
Changelog
New Features
Enhancements
Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources