6 stable releases

new 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 23/week @ 2024-08-26 24/week @ 2024-09-09 53/week @ 2024-09-16 28/week @ 2024-09-23 47/week @ 2024-09-30 72/week @ 2024-10-07 34/week @ 2024-10-14 22/week @ 2024-10-21 22/week @ 2024-10-28 13/week @ 2024-11-04 132/week @ 2024-11-11 41/week @ 2024-11-18 3/week @ 2024-11-25 19/week @ 2024-12-02 62/week @ 2024-12-09

134 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–41MB
~696K SLoC