1. May 05, 2020
  2. May 04, 2020
  3. Apr 30, 2020
  4. Apr 29, 2020
  5. Apr 28, 2020
  6. Apr 27, 2020
  7. Apr 25, 2020
  8. Apr 24, 2020
  9. Apr 23, 2020
  10. Apr 22, 2020
  11. Apr 21, 2020
    • Bastian Köcher's avatar
      Fix extensions handling for Parachain validation (#1015) · a8e9240c
      Bastian Köcher authored
      
      
      The `TaskExecutor` extension is now required by Substrate to batch verify signatures.
      
      Co-authored-by: default avatarNikVolf <[email protected]>
      a8e9240c
    • Rakan Alhneiti's avatar
      Companion PR to #5182 - Substrate offchain signing (#985) · 87f080e6
      Rakan Alhneiti authored
      * Implement offchain::SendTransactionTypes
      
      * Fix test-runtime
      
      * Fix Kusama
      
      * Add SendTransactiontypes to Kusama
      
      * impl SendTransactiontypes for parachains and registrar
      
      * Fix typos
      
      * Provided extrinsic type
      
      * Implement AppCrypto for signing transactions
      
      * Add signing capabilities to runtime
      
      * Fix test runtimes
      
      * Implement CreateSignedtransaction for Test
      
      * Implement signing types for test runtimes
      
      * Fix test runtime create transaction impl
      
      * Fix build
      
      * Bump kusama's spec version
      
      * Update substrate
      
      * Use all_accounts
      87f080e6