Skip to content
  1. Sep 10, 2020
  2. Sep 09, 2020
  3. Sep 07, 2020
  4. Sep 04, 2020
  5. Aug 31, 2020
  6. Aug 29, 2020
  7. Aug 26, 2020
  8. Aug 25, 2020
  9. Aug 24, 2020
  10. Aug 23, 2020
  11. Aug 21, 2020
  12. Aug 20, 2020
  13. Aug 19, 2020
    • Bastian Köcher's avatar
      Fix build · 6b2d1a7d
      Bastian Köcher authored
      6b2d1a7d
    • Bastian Köcher's avatar
      Propose parachain pallet for Rococo (#1607) · f6fb9555
      Bastian Köcher authored
      
      
      * Adds a new pallet for proposing parachains on rococo
      
      * Finish first version
      
      * Remove the validators after deregistering the parachain
      
      * Docs and other fixes
      
      * Enable it in the runtime
      
      * Be more smart ;)
      
      * Store validity_guarantors in a vec instead of a hash set
      
      If multiple parties don't have set their session keys, this code will
      otherwise merge both of these validators into "one validator". This
      leads to PovBlock being sent to the runtime without the required number
      of votes and that makes the block building fail, because the runtime use
      a slightly different algorithm to calculate the number of validity votes.
      
      * Implement the correct origin for the pallet in the runtime
      
      * Update runtime/rococo/src/lib.rs
      
      Co-authored-by: default avatarDan Forbes <[email protected]>
      
      * Fix runtime benchmarks
      
      Co-authored-by: default avatarDan Forbes <[email protected]>
      f6fb9555
  14. Aug 14, 2020