-
Notifications
You must be signed in to change notification settings - Fork 214
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 by Bors] - Fix response data slice too small #6248
Conversation
bors merge |
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6248 +/- ##
=======================================
Coverage 82.0% 82.0%
=======================================
Files 308 308
Lines 34121 34121
=======================================
+ Hits 27995 28008 +13
+ Misses 4350 4334 -16
- Partials 1776 1779 +3 ☔ View full report in Codecov by Sentry. |
bors merge |
Already running a review |
Build failed: |
bors merge |
* Fix response data slice too small (#6248) ## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node * Update CHANGLOG
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Build failed (retrying...): |
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Build failed:
|
bors merge |
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Build failed: |
bors merge |
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Build failed:
|
bors merge |
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Build failed:
|
bors merge |
## Motivation The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Pull request successfully merged into develop. Build succeeded: |
Motivation
The response msg object needs to be increased in size to allow 8.0 Mio ATXs to be processed by the node
Description
Bring
Response.Data
in line with other objects to be able to handle 8.0 Mio ATXsTest Plan
TODO