Skip to content
  1. Apr 12, 2021
    • Bastian Köcher's avatar
      Approve block announcements of backed blocks (#394) · b35deaed
      Bastian Köcher authored
      * Approve block announcements of backed blocks
      
      If we receive a block announcement without a statement attached that
      matches the latest backed block, it is valid and we need to approve the
      block announcement to download the block.
      
      * Fix tests
      
      * Approve block announcement if it comes from the best known block
      
      * Fetch backed block only when required
      b35deaed
  2. Apr 11, 2021
  3. Apr 07, 2021
  4. Apr 02, 2021
  5. Mar 31, 2021
  6. Mar 30, 2021
  7. Mar 23, 2021
  8. Mar 19, 2021
  9. Mar 17, 2021
  10. Mar 16, 2021
  11. Mar 12, 2021
  12. Mar 11, 2021
  13. Mar 09, 2021
  14. Mar 08, 2021
  15. Mar 04, 2021
  16. Mar 03, 2021
  17. Feb 27, 2021
    • Bastian Köcher's avatar
      Change the way we store, handle and validate the validation data (#342) · d6bc185e
      Bastian Köcher authored
      Currently validation data is shared by using a well known key between
      the parachain system pallet and the validate block implementation. This
      pr changes this by passing the parachain system directly to the validate
      block implementation to make use of it. Besides that, we also store the
      validation params in some thread local variable to make it inspectable
      by parachain system. This moves the validation of validation data and
      validation params to the parachain system pallet directly, instead of
      having this hidden inside the validate block implementation.
      
      Fixes: https://github.com/paritytech/cumulus/issues/217
      d6bc185e
  18. Feb 26, 2021
  19. Feb 25, 2021
  20. Feb 24, 2021
  21. Feb 23, 2021
  22. Feb 18, 2021
  23. Feb 16, 2021
  24. Feb 15, 2021
  25. Feb 11, 2021
  26. Feb 10, 2021
    • Bastian Köcher's avatar
      The great refactor (#325) · 119e0859
      Bastian Köcher authored
      * Move pallets to pallets folder and rename them
      
      * Move genesis file to service
      
      * Rename primitives to primitives-core
      
      * Delete cumulus-runtime
      
      * Move stuff to client folder and rename
      119e0859
  27. Feb 08, 2021
  28. Feb 02, 2021
    • Sergey Pepyakin's avatar
      MQC authorization (#308) · 274b3f61
      Sergey Pepyakin authored
      
      
      * MQC auth
      
      Update polkadot
      
      WIP
      
      * Update polkadot
      
      * Silly syntax errors
      
      * Fix typo
      
      * Leave some comments and docs
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Introduce the MessageQueueChain structure
      
      * Move the HRMP channel relevance check below
      
      * Fix the `receive_hrmp_after_pause` test
      
      * ValidationData is passed by reference
      
      * Replace "to cumulus" with "to the collator"
      
      * Update the test so that they are same as in polkadot
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      274b3f61
  29. Jan 29, 2021
  30. Jan 26, 2021