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

#821 in Magic Beans

Download history 60/week @ 2024-09-11 28/week @ 2024-09-18 32/week @ 2024-09-25 50/week @ 2024-10-02 71/week @ 2024-10-09 21/week @ 2024-10-16 21/week @ 2024-10-23 20/week @ 2024-10-30 12/week @ 2024-11-06 142/week @ 2024-11-13 30/week @ 2024-11-20 5/week @ 2024-11-27 42/week @ 2024-12-04 47/week @ 2024-12-11 132/week @ 2024-12-18 10/week @ 2024-12-25

233 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
~686K SLoC