-
Notifications
You must be signed in to change notification settings - Fork 142
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
[NEP 584]: Cross shard bandwidth scheduler #584
base: master
Are you sure you want to change the base?
Conversation
neps/nep-0584.md
Outdated
} | ||
``` | ||
|
||
Additionally, the value that is the closest to `max_receipt_size` is set to to `max_receipt_size`: |
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.
two 'to'?
neps/nep-0584.md
Outdated
} | ||
``` | ||
|
||
The values are calculate using a linear interpolation between `base_bandwidth` and |
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.
'calculated'?
BandwidthSchedulerParams { | ||
base_bandwidth: 100000, | ||
max_shard_bandwidth: 4500000, | ||
max_receipt_size: 4194304, | ||
max_allowance: 4500000, | ||
} | ||
``` |
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.
nit: clarify how these values are related to the fact that we are practicing the exercise with '4 shards'
Matej's comment about the NEP can be found here: 0ff27d1#commitcomment-151308824 |
As the moderator, I want to kickstart the review process for this NEP, as the change is part of the upcoming release. @jancionear , please comment once you believe this proposal is ready for SME review. @near/wg-protocol , could you help assign SMEs who can review the proposal? From engineering perspective, we believe @shreyan-gupta and @wacban are good candidates. Thank you. |
No description provided.