mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +00:00
25e25a83b9
* Version bump * Split generate_changelog.sh into separate script Can be run in the format `generate_changelog.sh $previous_version $version`. * remove early exit from publish_draft_release.sh * adding changelog * ci: change last_github_release to also find pre-releases Co-authored-by: Martin Pugh <pugh@s3kr.it>
28 lines
1.6 KiB
TOML
28 lines
1.6 KiB
TOML
[package]
|
|
name = "node-rpc"
|
|
version = "2.0.0-alpha.4"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
|
|
[dependencies]
|
|
sc-client = { version = "0.8.0-alpha.4", path = "../../../client/" }
|
|
jsonrpc-core = "14.0.3"
|
|
node-primitives = { version = "2.0.0-alpha.4", path = "../primitives" }
|
|
node-runtime = { version = "2.0.0-alpha.4", path = "../runtime" }
|
|
sp-runtime = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime" }
|
|
sp-api = { version = "2.0.0-alpha.4", path = "../../../primitives/api" }
|
|
pallet-contracts-rpc = { version = "0.8.0-alpha.4", path = "../../../frame/contracts/rpc/" }
|
|
pallet-transaction-payment-rpc = { version = "2.0.0-alpha.4", path = "../../../frame/transaction-payment/rpc/" }
|
|
substrate-frame-rpc-system = { version = "2.0.0-alpha.4", path = "../../../utils/frame/rpc/system" }
|
|
sp-transaction-pool = { version = "2.0.0-alpha.4", path = "../../../primitives/transaction-pool" }
|
|
sc-consensus-babe = { version = "0.8.0-alpha.4", path = "../../../client/consensus/babe" }
|
|
sc-consensus-babe-rpc = { version = "0.8.0-alpha.4", path = "../../../client/consensus/babe/rpc" }
|
|
sp-consensus-babe = { version = "0.8.0-alpha.4", path = "../../../primitives/consensus/babe" }
|
|
sc-keystore = { version = "2.0.0-alpha.4", path = "../../../client/keystore" }
|
|
sc-consensus-epochs = { version = "0.8.0-alpha.4", path = "../../../client/consensus/epochs" }
|
|
sp-consensus = { version = "0.8.0-alpha.4", path = "../../../primitives/consensus/common" }
|
|
sp-blockchain = { version = "2.0.0-alpha.4", path = "../../../primitives/blockchain" }
|