Skip to content
  1. Mar 17, 2024
  2. Feb 12, 2024
    • Oliver Tale-Yazdi's avatar
      Lift dependencies to the workspace (Part 1) (#2070) · e80c2473
      Oliver Tale-Yazdi authored
      Changes (partial https://github.com/paritytech/polkadot-sdk/issues/994):
      - Set log to `0.4.20` everywhere
      - Lift `log` to the workspace
      
      Starting with a simpler one after seeing
      https://github.com/paritytech/polkadot-sdk/pull/2065 from @jsdw
      
      .
      This sets the `default-features` to `false` in the root and then
      overwrites that in each create to its original value. This is necessary
      since otherwise the `default` features are additive and its impossible
      to disable them in the crate again once they are enabled in the
      workspace.
      
      I am using a tool to do this, so its mostly a test to see that it works
      as expected.
      
      ---------
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      e80c2473
  3. Jan 26, 2024
  4. Dec 13, 2023
  5. Dec 01, 2023
  6. 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
  7. Aug 29, 2023
  8. Aug 28, 2023
  9. Aug 25, 2023
  10. Aug 24, 2023
  11. Aug 15, 2023
  12. Jul 03, 2023
  13. Jun 22, 2023
  14. Jun 13, 2023
  15. May 31, 2023
  16. May 29, 2023
  17. May 17, 2023
  18. May 02, 2023
  19. Mar 30, 2023
  20. Mar 28, 2023
  21. Dec 16, 2022
  22. Nov 01, 2022
  23. Sep 29, 2022
  24. Sep 27, 2022
  25. Sep 16, 2022
  26. Aug 23, 2022
  27. Aug 12, 2022
  28. Aug 02, 2022
  29. Jul 25, 2022
  30. Jul 16, 2022
  31. May 04, 2022
  32. May 03, 2022
  33. Apr 14, 2022
  34. Apr 12, 2022
  35. Mar 22, 2022
  36. Feb 25, 2022
  37. 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
  38. Dec 21, 2021
  39. Dec 11, 2021