1. Jul 29, 2022
  2. Jul 27, 2022
  3. Jul 25, 2022
  4. Jul 20, 2022
  5. Jul 19, 2022
  6. Jul 18, 2022
  7. Jul 14, 2022
  8. Jul 07, 2022
  9. Jul 04, 2022
  10. Jun 29, 2022
  11. Jun 24, 2022
  12. Jun 21, 2022
  13. Jun 16, 2022
  14. Jun 09, 2022
  15. Jun 07, 2022
  16. Jun 01, 2022
  17. May 30, 2022
  18. May 27, 2022
  19. May 25, 2022
  20. May 20, 2022
  21. May 16, 2022
  22. May 12, 2022
    • Svyatoslav Nikolsky's avatar
      Parachains finality pallet (#1068) · 5a2f9fed
      Svyatoslav Nikolsky authored
      * parachains finality
      
      * parachains pallet test
      
      * demo of how to configure GRANDPA pallet instance
      
      * allow instances in parachains pallet
      
      * spellcheck
      
      * TODO + fix
      
      * fmt
      
      * removed invalid storage_keys file
      
      * change all hashers to Blake2_128Concat
      
      * use Twox64Concat for insertion position
      
      * fix build
      
      * fix compilation
      
      * change ParaId and ParaHead types
      
      * TODOs -> TODOs with issues refs
      5a2f9fed
  23. May 06, 2022
  24. May 05, 2022
    • Sergei Shulepov's avatar
      Generalize error text (#1388) · 4eb5db71
      Sergei Shulepov authored
      * Generalize error text
      
      Right now, each time there is an error while executing `substrate-relay`
      it will be reported as:
      
          ERROR bridge Failed to start relay: <Actual cause of error>
      
      This is the case even if the invoked command did not have anything to do
      with starting a relayer. Thus this removes this text. Now something like
      this would be written:
      
          ERROR bridge <Actual cause of error>
      
      * Use substrate-relay prefix
      4eb5db71