4 stable releases

1.15.0 Aug 9, 2024
1.9.0 May 15, 2024
1.8.0 May 13, 2024
1.6.0 Apr 24, 2024

#13 in #polkadot-sdk

Download history 24/week @ 2024-06-29 37/week @ 2024-07-06 73/week @ 2024-07-13 88/week @ 2024-07-20 12/week @ 2024-07-27 94/week @ 2024-08-03 64/week @ 2024-08-10 51/week @ 2024-08-17 26/week @ 2024-08-24 3/week @ 2024-08-31 21/week @ 2024-09-07 54/week @ 2024-09-14 23/week @ 2024-09-21 52/week @ 2024-09-28 60/week @ 2024-10-05 39/week @ 2024-10-12

176 downloads per month
Used in sc-simnode

Apache-2.0

6KB

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 with the same semver version of the corresponding polkadot-sdk stable release.

License

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

Dependencies

~17–30MB
~481K SLoC