Skip to content
  1. Aug 29, 2020
  2. Aug 26, 2020
  3. Aug 25, 2020
  4. Aug 24, 2020
  5. Aug 23, 2020
  6. Aug 21, 2020
  7. Aug 20, 2020
  8. 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
  9. Aug 14, 2020
  10. Aug 12, 2020
  11. Aug 11, 2020
    • Bastian Köcher's avatar
      Support `build-spec` for other chains than Polkadot · fd4b176f
      Bastian Köcher authored
      The problem when building a chain specification is that you require the
      native runtime to parse the json file (assuming the chain spec is not
      raw yet). Before this pr we could only overwrite the native runtime when
      running the node using `force_*`. This pr now adds support to load the
      native runtime when the filename starts with the name of the chain. So,
      when usng `build-spec --chain rococo-something-else.jon` it will use the
      rococo native runtime to load the chain spec.
      fd4b176f
  12. Aug 06, 2020
  13. Aug 04, 2020
  14. Aug 03, 2020
  15. Aug 02, 2020
  16. Jul 31, 2020
    • Fedor Sakharov's avatar
      Parachains-runtime (#1505) · eca01a8c
      Fedor Sakharov authored
      * Initial commit
      
      * v0 to v1 primitives and remove attestations
      
      * Review fixes
      
      * implement candidate_events
      
      * remove dead code
      eca01a8c