You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy your Polkadot SDK blockchain on Paseo! Follow this step-by-step guide for a seamless journey to a successful TestNet deployment.
32560
+
Learn how to safely perform runtime upgrades for your Polkadot SDK-based blockchain, including step-by-step instructions for preparing, submitting, and verifying upgrades.
32561
32561
32562
-
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet/)
32562
+
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime-upgrade/)
32563
32563
32564
32564
</div>
32565
32565
--- END CONTENT ---
@@ -32752,7 +32752,7 @@ Explanation of the additions:
32752
32752
32753
32753
Expand the following item to see the complete `mock.rs` implementation for the mock runtime.
32754
32754
32755
-
???-code "mock.rs"
32755
+
???code "mock.rs"
32756
32756
32757
32757
```rust title="mock.rs"
32758
32758
use frame::{prelude::*, runtime::prelude::*, testing_prelude::*};
@@ -32877,7 +32877,7 @@ Unit testing a pallet involves creating a comprehensive test suite that validate
32877
32877
32878
32878
Expand the following item to see the pallet calls to be tested.
0 commit comments