6 stable releases

16.0.0 Dec 19, 2024
1.16.0 Nov 14, 2024
1.15.0 Aug 9, 2024
1.9.0 May 15, 2024
1.6.0 Apr 24, 2024

#15 in #polkadot-sdk

Download history 48/week @ 2024-09-29 71/week @ 2024-10-06 34/week @ 2024-10-13 20/week @ 2024-10-20 21/week @ 2024-10-27 17/week @ 2024-11-03 123/week @ 2024-11-10 46/week @ 2024-11-17 7/week @ 2024-11-24 18/week @ 2024-12-01 60/week @ 2024-12-08 137/week @ 2024-12-15 19/week @ 2024-12-22 1/week @ 2024-12-29 14/week @ 2025-01-05 18/week @ 2025-01-12

68 downloads per month
Used in sc-simnode

Apache-2.0 and maybe GPL-3.0-or-later…

7KB

sc-simnode Unit Tests Telegram: YourGroup Discord: YourServer Crates.io Version

alt text

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.

Documentation

Installation and integration guides can be found in the book. Example integrations are provided for runtimes of all different kinds:

Releases

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.

License

This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.

Dependencies

~17–42MB
~701K SLoC