Skip to content
  1. Dec 13, 2023
  2. Dec 01, 2023
  3. Oct 20, 2023
    • Bastian Köcher's avatar
      `xcm`: Change `TypeInfo::path` to not include `staging` (#1948) · f3bf5c1a
      Bastian Köcher authored
      
      
      The `xcm` crate was renamed to `staging-xcm` to be able to publish it to
      crates.io as someone as squatted `xcm`. The problem with this rename is
      that the `TypeInfo` includes the crate name which ultimately lands in
      the metadata. The metadata is consumed by downstream users like
      `polkadot-js` or people building on top of `polkadot-js`. These people
      are using the entire `path` to find the type in the type registry. Thus,
      their code would break as the type path would now be [`staging_xcm`,
      `VersionedXcm`] instead of [`xcm`, `VersionedXcm`]. This pull request
      fixes this by renaming the path segment `staging_xcm` to `xcm`.
      
      This requires: https://github.com/paritytech/scale-info/pull/197
      
      ---------
      
      Co-authored-by: default avatarFrancisco Aguirre <[email protected]>
      f3bf5c1a
  4. Aug 29, 2023
  5. Aug 28, 2023
  6. Aug 25, 2023
  7. Aug 24, 2023
  8. Aug 15, 2023
  9. Jul 03, 2023
  10. Jun 22, 2023
  11. Jun 13, 2023
  12. May 31, 2023
  13. May 29, 2023
  14. May 17, 2023
  15. May 02, 2023
  16. Mar 30, 2023
  17. Mar 28, 2023
  18. Dec 16, 2022
  19. Nov 01, 2022
  20. Sep 29, 2022
  21. Sep 27, 2022
  22. Sep 16, 2022
  23. Aug 23, 2022
  24. Aug 12, 2022
  25. Aug 02, 2022
  26. Jul 25, 2022
  27. Jul 16, 2022
  28. May 04, 2022
  29. May 03, 2022
  30. Apr 14, 2022
  31. Apr 12, 2022
  32. Mar 22, 2022
  33. Feb 25, 2022
  34. Feb 14, 2022
    • Keith Yeung's avatar
      Update rand to v0.8.5 (#987) · e7d354ca
      Keith Yeung authored
      * Update rand to v0.8.5
      
      * Enable std_rng feature on rand
      
      * Enable std_rng only when std is enabled
      
      * Revert "Enable std_rng only when std is enabled"
      
      This reverts commit 8fb3b72dbd6dc18bc19868b999b5b07cea4b7392.
      e7d354ca
  35. Dec 21, 2021
  36. Dec 11, 2021
  37. Dec 02, 2021
  38. Dec 01, 2021
  39. Nov 30, 2021