-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(collator): process large messages queue in master #465
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3724082 - Browse repository at this point
Copy the full SHA 3724082View commit details -
fix(collator): fix races when new block received from bc before colla…
…tion was resumed
Configuration menu - View commit details
-
Copy full SHA for 99c3c65 - Browse repository at this point
Copy the full SHA 99c3c65View commit details -
fix(collator): set ref_by_mc_seqno in cache from candidate or receive…
…d block metadata
Configuration menu - View commit details
-
Copy full SHA for 5ae6717 - Browse repository at this point
Copy the full SHA 5ae6717View commit details -
feat(collator): redesigned master collation force logic
* Use different logic regarding the force reason * Check if master block interval exceeded first and wait for master only when not * Cancel shard collators when master block mismatched
Configuration menu - View commit details
-
Copy full SHA for 88038fb - Browse repository at this point
Copy the full SHA 88038fbView commit details -
fix(collator): fix init anchors import logic
* Correctly update last imported anchor, drop next anchors from cache * Get last imported chain time from master if no shard blocks on init to import all requred anchors
Configuration menu - View commit details
-
Copy full SHA for 43d9ac8 - Browse repository at this point
Copy the full SHA 43d9ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74ad6f - Browse repository at this point
Copy the full SHA e74ad6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f7885 - Browse repository at this point
Copy the full SHA c3f7885View commit details -
fix(collator): fixed externals reading on refill
* Do not read externals when current position == previous read_to * Use prev chain time on refill to check externals expiration
Configuration menu - View commit details
-
Copy full SHA for 80f9850 - Browse repository at this point
Copy the full SHA 80f9850View commit details -
Configuration menu - View commit details
-
Copy full SHA for c11a074 - Browse repository at this point
Copy the full SHA c11a074View commit details