Crates.io | simnode-runtime-api |
lib.rs | simnode-runtime-api |
version | |
source | src |
created_at | 2024-04-24 09:07:13.228828 |
updated_at | 2024-12-19 14:06:32.035473 |
description | Runtime APIs required for simnode integration |
homepage | https://simnode.polytope.technology/ |
repository | https://github.com/polytope-labs/sc-simnode |
max_upload_size | |
id | 1218539 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
I'm trying to free your mind, Neo. But I can only show you the door. You're the one that has to walk through it.
This library exists to allow substrate developers to:
Test complex pallets that require a full runtime, not a mocked runtime.
Test a combination of both onchain & offchain components (eg offchain workers)
Fork your live chain state and execute transactions from any origin.
Simulate runtime upgrades & migrations.
Installation and integration guides can be found in the book. Example integrations are provided for runtimes of all different kinds:
sc-simnode
exclusively follows the official paritytech/polkadot-sdk stable releases. Therefore new versions of this crate will be published as a new major release for the minor version of the corresponding polkadot-sdk stable release.
E.g polkadot-stable2409
corresponds to the polkadot-sdk-v1.160
tag, which is supported by the v16.0.0
version of this crate. Subsequent stable releases will see a major version bump in this crate.
This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.