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

Integrate new Aura / Parachain Consensus Logic in Parachain-Template / Polkadot-Parachain #2864

Merged
merged 40 commits into from
Aug 3, 2023

Commits on Jul 26, 2023

  1. add a comment

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b8deeb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14cd025 View commit details
    Browse the repository at this point in the history
  3. deprecate start_collator

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8efd201 View commit details
    Browse the repository at this point in the history
  4. update parachain-template

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d9e5b0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67dc9d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5010d72 View commit details
    Browse the repository at this point in the history
  7. fmt

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3eeba28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faaee0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9d4c9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7591e38 View commit details
    Browse the repository at this point in the history
  11. make aura-ext compile

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    873be56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b3b463 View commit details
    Browse the repository at this point in the history
  13. fmt

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f82cd12 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2318901 View commit details
    Browse the repository at this point in the history
  15. update Aura to explicitly produce Send futures

    also, make relay_chain_slot_duration a Duration
    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b4eb494 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb0fb3f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    56be008 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b906b88 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0fa5a58 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    51293e3 View commit details
    Browse the repository at this point in the history
  21. fmt

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aaefdbc View commit details
    Browse the repository at this point in the history
  22. some fixes

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    73b8245 View commit details
    Browse the repository at this point in the history
  23. fixes

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    62db51b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f72e351 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    065c911 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    61ded06 View commit details
    Browse the repository at this point in the history
  27. fmt

    rphmeier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ac05b8a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    07a575b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. add a log

    rphmeier committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e37ab0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    763134b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. bound the loop

    rphmeier committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3fd1f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d7438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ebbf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c368fc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ccde1f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix warning

    rphmeier committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cdffb35 View commit details
    Browse the repository at this point in the history
  2. clippy

    rphmeier committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    45d2a34 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. more clippy

    rphmeier committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    46d207c View commit details
    Browse the repository at this point in the history
  2. remove unneeded logic

    rphmeier committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    39ce40e View commit details
    Browse the repository at this point in the history
  3. ci

    rphmeier committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    55317b1 View commit details
    Browse the repository at this point in the history