#substrate #integration-tests #polkadot-sdk #e2e-tests

no-std sc-simnode

Simnode is an e2e integration testing environment for substrate-based blockchains

8 stable releases

new 1.16.0 Nov 14, 2024
1.15.0 Aug 9, 2024
1.9.0 May 15, 2024
1.6.2 Apr 30, 2024

#78 in Magic Beans

Download history 10/week @ 2024-07-29 124/week @ 2024-08-05 44/week @ 2024-08-12 36/week @ 2024-08-19 22/week @ 2024-08-26 21/week @ 2024-09-09 51/week @ 2024-09-16 35/week @ 2024-09-23 42/week @ 2024-09-30 66/week @ 2024-10-07 29/week @ 2024-10-14 21/week @ 2024-10-21 19/week @ 2024-10-28 9/week @ 2024-11-04 121/week @ 2024-11-11

171 downloads per month

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

69KB
1K SLoC

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

~170MB
~3M SLoC