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

Revalidate transactions only on latest best block #6824

Merged
merged 5 commits into from
Aug 7, 2020

Commits on Aug 5, 2020

  1. Revalidate transactions only on latest best block

    We should revalidate transactions only on the latest best block and not
    on any arbitrary block. The revalidation before failed when there were
    multiple blocks on the height given to the revalidation function, but no
    block was imported as best block.
    bkchr committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b098e6e View commit details
    Browse the repository at this point in the history
  2. Update test-utils/runtime/transaction-pool/src/lib.rs

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    bkchr and jacogr authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6e28921 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Fix tests

    bkchr committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    95689bf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bkchr-revalidate-only-on-best-block' of github.com:pari…

    …tytech/substrate into bkchr-revalidate-only-on-best-block
    bkchr committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    101798f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7680b View commit details
    Browse the repository at this point in the history