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

Remove transaction-pool test-helpers feature #10571

Merged
merged 4 commits into from
Jan 3, 2022

Commits on Dec 30, 2021

  1. Remove transaction-pool test-helpers feature

    `test-helpers` feature is a bad idea in general, because once the feature is enabled somewhere in
    the workspace, it is enabled anywhere. While removing the feature, the tests were also rewritten to
    get rid off other "only test" related code.
    
    Contributes towards: #9727
    bkchr committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    458073e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Apply suggestions from code review

    Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
    bkchr and andresilva authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    01c35c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef85529 View commit details
    Browse the repository at this point in the history
  3. Fix benches

    bkchr committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    3a3abb5 View commit details
    Browse the repository at this point in the history