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

Reduce provisioner work #12749

Merged
32 commits merged into from
Dec 1, 2022
Merged

Reduce provisioner work #12749

32 commits merged into from
Dec 1, 2022

Commits on Nov 18, 2022

  1. Move create_inherent_data call to use side

    alexgparity committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7b82edf View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Make provide_inherent_data async

    alexgparity committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    4512834 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    alexgparity committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    207d38f View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <[email protected]>
    alexgparity and bkchr authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    db7da78 View commit details
    Browse the repository at this point in the history
  4. Log errors

    alexgparity committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    b547ac3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'alexg/reduce_provisioner_work_v2' of github.com:parityt…

    …ech/substrate into alexg/reduce_provisioner_work_v2
    alexgparity committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    2d99f79 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Fix test

    alexgparity committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9ec8b85 View commit details
    Browse the repository at this point in the history
  2. Fix test

    alexgparity committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    be84136 View commit details
    Browse the repository at this point in the history
  3. fix

    alexgparity committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7afe2db View commit details
    Browse the repository at this point in the history
  4. Deduplicate test code

    alexgparity committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ba46adb View commit details
    Browse the repository at this point in the history
  5. fix

    alexgparity committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7f02482 View commit details
    Browse the repository at this point in the history
  6. flag

    alexgparity committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f7d687b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update client/consensus/slots/src/lib.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    alexgparity and bkchr authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f374a2f View commit details
    Browse the repository at this point in the history
  2. Revert "Deduplicate test code"

    This reverts commit ba46adb.
    alexgparity committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7267c54 View commit details
    Browse the repository at this point in the history
  3. Fix test

    alexgparity committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    38e8c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63da7f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. remove commented out code

    alexgparity committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    23af207 View commit details
    Browse the repository at this point in the history
  2. minor to start CI run

    alexgparity committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c09f968 View commit details
    Browse the repository at this point in the history
  3. start CI

    alexgparity committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c8b5abd View commit details
    Browse the repository at this point in the history
  4. Update client/consensus/slots/src/lib.rs

    Co-authored-by: Marcin S. <[email protected]>
    alexgparity and mrcnski authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0810c4c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Apply PR suggestions

    alexgparity committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f615d60 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'alexg/reduce_provisioner_work_v2' of github.com:parityt…

    …ech/substrate into alexg/reduce_provisioner_work_v2
    alexgparity committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    245e0b0 View commit details
    Browse the repository at this point in the history
  3. Apply PR suggestions

    alexgparity committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    439945d View commit details
    Browse the repository at this point in the history
  4. Update client/consensus/slots/src/lib.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    alexgparity and bkchr authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8a69c39 View commit details
    Browse the repository at this point in the history
  5. minor

    alexgparity committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ba700bc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. kickoff CI

    alexgparity committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d8a4571 View commit details
    Browse the repository at this point in the history
  2. PR suggestions

    alexgparity committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    c3c168e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4059fb View commit details
    Browse the repository at this point in the history
  4. Don't rely on sub implementation for Instant

    alexgparity committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    bc720d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Apply PR suggestions

    alexgparity committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    dfe3d29 View commit details
    Browse the repository at this point in the history
  2. Use saturating_duration_since

    alexgparity committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    e4b1de1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Merge remote-tracking branch 'origin/master' into alexg/reduce_provis…

    …ioner_work_v2
    parity-processbot committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2673e99 View commit details
    Browse the repository at this point in the history