Skip to content
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

Fix estimating block size, repeat collation on error #1178

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

SpyCheese
Copy link
Member

No description provided.

@SpyCheese SpyCheese changed the title Fix extimating block size, repeat collation on error Fix estimating block size, repeat collation on error Sep 19, 2024
@@ -239,6 +239,12 @@ struct ParamLimits {
bool deserialize(vm::CellSlice& cs);
int classify(td::uint64 value) const;
bool fits(unsigned cls, td::uint64 value) const;
void multiply_by(double x) {
CHECK(x > 0.0);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@johndpierre1

This comment was marked as spam.

@EmelyanenkoK EmelyanenkoK merged commit 257cd8c into testnet Oct 1, 2024
12 of 13 checks passed
@SpyCheese SpyCheese deleted the collator-patch branch October 7, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants