Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

txpool: don't maintain the pool during major sync #13004

Merged
merged 19 commits into from
Jan 16, 2023

Commits on Dec 22, 2022

  1. txpool: don't maintain the pool during major sync

    Fix shall prevent from wasting the CPU during the major sync. No actions
    are actually required in transaction pool during the major sync.
    
    Fixes: #12903
    michalkucharczyk committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    bad814f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    536df11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368653d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    b462bfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13c244 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. EnactmentAction: all logic moved to EnactmentState

    Tests to be done.
    michalkucharczyk committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8032569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6149606 View commit details
    Browse the repository at this point in the history
  3. minor fixes

    michalkucharczyk committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3b5ddc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd64ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3487f0 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into mku-txpool-avoid-cp…

    …u-high-load-during-sync-2
    parity-processbot committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    18e6aad View commit details
    Browse the repository at this point in the history
  7. Update client/transaction-pool/src/enactment_state.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    47f9fce View commit details
    Browse the repository at this point in the history
  8. Update client/transaction-pool/src/enactment_state.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    54cf4c0 View commit details
    Browse the repository at this point in the history
  9. sync_oracle removed

    michalkucharczyk committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d5261cc View commit details
    Browse the repository at this point in the history
  10. spelling + fmt + doc

    michalkucharczyk committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ed7fdf6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0f8d0f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. log::info -> debug

    michalkucharczyk committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b12aee1 View commit details
    Browse the repository at this point in the history
  2. Update client/transaction-pool/src/enactment_state.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    68e3192 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    05332a2 View commit details
    Browse the repository at this point in the history