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

feat(collator): process large messages queue in master #465

Merged
merged 9 commits into from
Nov 29, 2024

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    3724082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c3c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ae6717 View commit details
    Browse the repository at this point in the history
  4. 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
    SmaGMan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    88038fb View commit details
    Browse the repository at this point in the history
  5. 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
    SmaGMan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    43d9ac8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e74ad6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3f7885 View commit details
    Browse the repository at this point in the history
  8. 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
    SmaGMan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    80f9850 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c11a074 View commit details
    Browse the repository at this point in the history