-
Notifications
You must be signed in to change notification settings - Fork 479
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.20.0-beta Release PR #5826
go-algorand 3.20.0-beta Release PR #5826
Conversation
Co-authored-by: cce <[email protected]>
* 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ohill <[email protected]>
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.
We can get the product description for the release in place next week.
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! |
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