Skip to content

Commit

Permalink
Bump sp-api and spa-api-proc-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed May 31, 2024
1 parent 99f76f8 commit 1f3477a
Show file tree
Hide file tree
Showing 133 changed files with 142 additions and 142 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.5.1
# command: parity-publish plan . --patch substrate-wasm-builder
# command: parity-publish plan . --patch sp-api-proc-macro

[options]

Expand Down Expand Up @@ -97,9 +97,9 @@ publish = false
[[crate]]
name = "sp-api-proc-macro"
from = "15.0.0"
to = "15.0.0"
bump = "major"
publish = false
to = "15.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
name = "sp-crypto-hashing"
Expand Down Expand Up @@ -603,10 +603,10 @@ reason = "changed"

[[crate]]
name = "sp-api"
from = "26.0.0"
to = "27.0.0"
bump = "major"
reason = "changed"
from = "27.0.0"
to = "27.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
name = "sp-consensus"
Expand Down
2 changes: 1 addition & 1 deletion bridges/bin/runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ frame-support = { path = "../../../substrate/frame/support", default-features =
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" }
pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" }
pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "29.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "31.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0"

frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

# Polkadot Dependencies
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-bridge-hub-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-bridge-hub-westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0"
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-polkadot-bulletin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0"

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0"
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0"
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/chain-westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0"
# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

[features]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { version = "3.1.5", package = "parity-scale-codec", features = ["derive"], default-features = false }
sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
sp-std = { path = "../../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
frame-support = { path = "../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
xcm = { package = "staging-xcm", path = "../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" }
snowbridge-outbound-queue-merkle-tree = { path = "../merkle-tree", default-features = false, version = "0.2.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
] }
sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
sp-std = { path = "../../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
xcm = { package = "staging-xcm", path = "../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" }
snowbridge-core = { path = "../../../primitives/core", default-features = false, version = "0.1.1" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-
pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" }
pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" }
pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" }
sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" }
sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" }
sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/collator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "0.3.21"
tracing = "0.1.25"
sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" }
sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" }
sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" }
polkadot-node-primitives = { version = "8.0.0", path = "../../../polkadot/node/primitives" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/consensus/aura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sc-consensus-aura = { version = "0.35.0", path = "../../../../substrate/client/c
sc-consensus-babe = { version = "0.35.0", path = "../../../../substrate/client/consensus/babe" }
sc-consensus-slots = { version = "0.34.0", path = "../../../../substrate/client/consensus/slots" }
sc-telemetry = { version = "16.0.0", path = "../../../../substrate/client/telemetry" }
sp-api = { version = "27.0.0", path = "../../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../../substrate/primitives/api" }
sp-application-crypto = { version = "31.0.0", path = "../../../../substrate/primitives/application-crypto" }
sp-block-builder = { version = "27.0.0", path = "../../../../substrate/primitives/block-builder" }
sp-blockchain = { version = "29.0.0", path = "../../../../substrate/primitives/blockchain" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/consensus/relay-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "0.3.28"
parking_lot = "0.12.1"
tracing = "0.1.37"
sc-consensus = { version = "0.34.0", path = "../../../../substrate/client/consensus/common" }
sp-api = { version = "27.0.0", path = "../../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../../substrate/primitives/api" }
sp-block-builder = { version = "27.0.0", path = "../../../../substrate/primitives/block-builder" }
sp-blockchain = { version = "29.0.0", path = "../../../../substrate/primitives/blockchain" }
sp-consensus = { version = "0.33.0", path = "../../../../substrate/primitives/consensus/common" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/parachain-inherent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
scale-info = { version = "2.10.0", features = ["derive"] }
tracing = { version = "0.1.37" }
sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-crypto-hashing = { version = "0.1.0", path = "../../../substrate/primitives/crypto/hashing" }
sp-inherents = { version = "27.0.0", path = "../../../substrate/primitives/inherents" }
sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-inprocess-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" }
sc-telemetry = { version = "16.0.0", path = "../../../substrate/client/telemetry" }
sc-tracing = { version = "29.0.0", path = "../../../substrate/client/tracing" }
sc-sysinfo = { version = "28.0.0", path = "../../../substrate/client/sysinfo" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" }
sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" }
sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
polkadot-overseer = { version = "8.0.0", path = "../../../polkadot/node/overseer" }
cumulus-primitives-core = { version = "0.8.0", path = "../../primitives/core" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" }
sp-state-machine = { version = "0.36.0", path = "../../../substrate/primitives/state-machine" }
sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-minimal-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" }
substrate-prometheus-endpoint = { version = "0.17.0", path = "../../../substrate/utils/prometheus" }
sc-tracing = { version = "29.0.0", path = "../../../substrate/client/tracing" }
sc-utils = { version = "15.0.0", path = "../../../substrate/client/utils" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-consensus-babe = { version = "0.33.0", path = "../../../substrate/primitives/consensus/babe" }
sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" }
sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-rpc-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
polkadot-overseer = { version = "8.0.0", path = "../../../polkadot/node/overseer" }
cumulus-primitives-core = { version = "0.8.0", path = "../../primitives/core" }
cumulus-relay-chain-interface = { version = "0.8.0", path = "../relay-chain-interface" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" }
sp-consensus-babe = { version = "0.33.0", path = "../../../substrate/primitives/consensus/babe" }
sp-authority-discovery = { version = "27.0.0", path = "../../../substrate/primitives/authority-discovery" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sc-network = { version = "0.35.0", path = "../../../substrate/client/network" }
sc-network-sync = { version = "0.34.0", path = "../../../substrate/client/network/sync" }
sc-utils = { version = "15.0.0", path = "../../../substrate/client/utils" }
sc-network-transactions = { version = "0.34.0", path = "../../../substrate/client/network/transactions" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" }
sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" }
sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachain-template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sc-telemetry = { version = "16.0.0", path = "../../../substrate/client/telemetry
sc-tracing = { version = "29.0.0", path = "../../../substrate/client/tracing" }
sc-transaction-pool = { version = "29.0.0", path = "../../../substrate/client/transaction-pool" }
sc-transaction-pool-api = { version = "29.0.0", path = "../../../substrate/client/transaction-pool/api" }
sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" }
sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" }
sp-block-builder = { version = "27.0.0", path = "../../../substrate/primitives/block-builder" }
sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" }
sp-consensus-aura = { version = "0.33.0", path = "../../../substrate/primitives/consensus/aura" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" }
pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" }
pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" }
sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" }
sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
Expand Down
Loading

0 comments on commit 1f3477a

Please sign in to comment.