Skip to content
  1. 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
  2. Aug 29, 2023
  3. Aug 28, 2023
  4. Aug 25, 2023
  5. Aug 24, 2023
  6. Aug 15, 2023
  7. Jul 03, 2023
  8. Jun 22, 2023
  9. Jun 13, 2023
  10. May 31, 2023
  11. May 29, 2023
  12. May 17, 2023
  13. May 02, 2023
  14. Mar 30, 2023
  15. Mar 28, 2023
  16. Dec 16, 2022
  17. Nov 01, 2022
  18. Sep 29, 2022
  19. Sep 27, 2022
  20. Sep 16, 2022
  21. Aug 23, 2022
  22. Aug 12, 2022
  23. Aug 02, 2022
  24. Jul 25, 2022
  25. Jul 16, 2022
  26. May 04, 2022
  27. May 03, 2022
  28. Apr 14, 2022
  29. Apr 12, 2022
  30. Mar 22, 2022
  31. Feb 25, 2022
  32. 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
  33. Dec 21, 2021
  34. Dec 11, 2021
  35. Dec 02, 2021
  36. Dec 01, 2021
  37. Nov 30, 2021
  38. Nov 16, 2021
  39. Oct 14, 2021