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

Make offchain tx pool creation reusable #14230

Merged
merged 3 commits into from
May 31, 2023

Commits on May 25, 2023

  1. Make offchain tx pool creation reusable

    Introduces an `OffchainTransactionPoolFactory` for creating offchain transactions pools that can be
    registered in the runtime externalities context. This factory will be required for a later pr to
    make the creation of offchain transaction pools easier.
    bkchr committed May 25, 2023
    Configuration menu
    Copy the full SHA
    16714b6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Update client/transaction-pool/api/src/lib.rs

    Co-authored-by: Anton <anton.kalyaev@gmail.com>
    bkchr and melekes committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f14c66d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a9576 View commit details
    Browse the repository at this point in the history