Skip to content
  1. Mar 22, 2022
  2. Mar 18, 2022
  3. Mar 15, 2022
    • Svyatoslav Nikolsky's avatar
      Update Substrate/Polkadot/Cumulus references (#1353) · ff5d539f
      Svyatoslav Nikolsky authored
      * cumulus: 4e952282914719fafd2df450993ccc2ce9395415
      polkadot: 975e780ae0d988dc033f400ba822d14b326ee5b9
      substrate: 89fcb3e4f62d221d4e161a437768e77d6265889e
      
      * fix refs
      
      * sync changes from https://github.com/paritytech/polkadot/pull/3828
      
      * sync changes from https://github.com/paritytech/polkadot/pull/4387
      
      * sync changes from https://github.com/paritytech/polkadot/pull/3940
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/4493
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/4958
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/3889
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/5033
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/5065
      
      * compilation fixes
      
      * fixed prometheus endpoint startup (it now requires to be spawned within tokio context)
      ff5d539f
  4. Mar 09, 2022
  5. Mar 04, 2022
  6. Mar 03, 2022
  7. Mar 02, 2022
  8. Mar 01, 2022
  9. Feb 25, 2022
  10. Feb 24, 2022
  11. Feb 21, 2022
  12. Feb 07, 2022
  13. Feb 03, 2022
  14. Feb 02, 2022
  15. Feb 01, 2022
  16. Jan 31, 2022
  17. Jan 27, 2022
  18. Jan 21, 2022
  19. Jan 19, 2022
  20. Jan 18, 2022
  21. Jan 14, 2022
  22. Jan 13, 2022
  23. Jan 12, 2022
  24. Jan 10, 2022
  25. Dec 27, 2021
  26. Dec 23, 2021
  27. Dec 21, 2021
  28. Dec 17, 2021
  29. Dec 16, 2021
    • fewensa's avatar
      Change submit transaction spec_version and transaction_version query from chain (#1248) · edfcb74e
      fewensa authored
      * The `spec_version` and `transaction_version` query from chain
      
      * fix compile
      
      * Lint
      
      * Custom spec_version and transaction_version
      
      * runtime version params struct opt
      
      * runtime version cli
      
      * cli params
      
      * Add missing types defined
      
      * fix compile
      
      * debug cli
      
      * clippy
      
      * clippy
      
      * Query spec_version and transaction_version same times
      
      * Fix vars
      
      * Wrap option
      
      * Wrap option
      
      * Try fix ci
      
      * Change follow suggestions
      edfcb74e