open-web3-stack / open-runtime-module-library

Substrate Open Runtime Module Library
Apache License 2.0
455 stars 295 forks source link

Upgrade to polkadot v1.1.0 #956

Closed rimbi closed 11 months ago

rimbi commented 1 year ago

Upgrades dependencies to the v1.1.0 of new polkadot-sdk.

xlc commented 1 year ago

polkadot-sdk is now published to crates.io so we may want to switch to those and then we will be able to publish ORML to crates.io as well. But there are still some unanswered questions about polkadot-sdk's publish process so we could do this meanwhile.

codecov[bot] commented 1 year ago

Codecov Report

Merging #956 (4df7710) into master (581a55e) will increase coverage by 0.00%. Report is 1 commits behind head on master. The diff coverage is 59.45%.

@@           Coverage Diff           @@
##           master     #956   +/-   ##
=======================================
  Coverage   84.98%   84.98%           
=======================================
  Files          88       88           
  Lines       10040    10063   +23     
=======================================
+ Hits         8532     8552   +20     
- Misses       1508     1511    +3     
Files Coverage Δ
benchmarking/src/lib.rs 30.43% <ø> (ø)
tokens/src/impls.rs 26.08% <ø> (ø)
tokens/src/lib.rs 77.19% <ø> (ø)
xcm-support/src/lib.rs 75.00% <ø> (ø)
xtokens/src/lib.rs 64.26% <ø> (+0.38%) :arrow_up:
xtokens/src/mock/para.rs 59.09% <ø> (ø)
xtokens/src/mock/para_teleport.rs 15.78% <ø> (ø)
asset-registry/src/impls.rs 52.11% <50.00%> (ø)
xtokens/src/mock/mod.rs 89.14% <77.77%> (-3.17%) :arrow_down:
traits/src/parameters.rs 72.56% <0.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more