[package]
edition = "2021"
name = "sc-simnode"
version = "2512.0.0"
authors = ["Polytope Labs <hello@polytope.technology>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simnode is an e2e integration testing environment for substrate-based blockchains"
homepage = "https://simnode.polytope.technology/"
documentation = "https://docs.rs/sc-simnode"
readme = "README.md"
keywords = [
"substrate",
"polkadot-sdk",
"integration-testing",
"e2e-tests",
]
license = "Apache-2.0"
repository = "https://github.com/polytope-labs/sc-simnode"
[features]
aura = []
babe = []
default = ["std"]
parachain = []
std = []
[lib]
name = "sc_simnode"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.57"
[dependencies.clap]
version = "4.0.9"
features = ["derive"]
[dependencies.codec]
version = "3.1.3"
default-features = false
package = "parity-scale-codec"
[dependencies.futures]
version = "0.3.16"
[dependencies.jsonrpsee]
version = "0.24"
features = [
"server",
"client-core",
"macros",
]
[dependencies.log]
version = "0.4.8"
[dependencies.num-traits]
version = "0.2.14"
[dependencies.polkadot-sdk]
version = "2512.1.0"
features = [
"sc-executor",
"sc-telemetry",
"sc-informant",
"sc-network",
"sc-cli",
"sc-basic-authorship",
"sc-block-builder",
"sc-rpc",
"sc-offchain",
"sc-tracing",
"sc-transaction-pool",
"sc-client-db",
"sc-transaction-pool-api",
"sc-client-api",
"sc-rpc-server",
"sc-consensus-babe",
"sc-consensus-manual-seal",
"sc-consensus",
"sc-consensus-slots",
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-service",
"cumulus-primitives-parachain-inherent",
"cumulus-test-relay-sproof-builder",
"staging-parachain-info",
"sc-consensus-aura",
"sp-consensus-aura",
"sp-consensus-slots",
"sp-consensus-babe",
"sp-core",
"sp-blockchain",
"sp-block-builder",
"sp-api",
"sp-io",
"sp-transaction-pool",
"sp-consensus",
"sp-runtime",
"sp-session",
"sp-offchain",
"sp-inherents",
"sp-keyring",
"sp-externalities",
"sp-state-machine",
"sp-trie",
"sp-timestamp",
"sp-wasm-interface",
"frame-system",
"polkadot-primitives",
]
default-features = true
[dependencies.rand]
version = "0.8.5"
[dependencies.sc-service]
version = "0.56.0"
[dependencies.simnode-runtime-api]
version = "2512.0.0"
default-features = true
[dependencies.sp-runtime-interface]
version = "33.0.0"
default-features = true
[dependencies.tokio]
version = "1.46"
features = ["signal"]