Commit 375dc46
Add readme info for calling pre & post checks (#106)
While writing and testing my first migration, it took me a while to
realize the hooks for
UncheckedOnRuntimeUpgrade::pre_upgrade/post_upgrade weren't running due
to the --disable-mbm-checks flag not being set.
This PR adds a bit of extra information to the readme that would have
been helpful.
See code - [flag
logic](https://github.com/paritytech/try-runtime-cli/blob/b45be7dfce89fd881be27171d3ea114ef19d832c/core/src/commands/on_runtime_upgrade/mod.rs#L135)
Introduced in #90
@liamaharon
---------
Co-authored-by: Alexandre R. Baldé <alexandrer_b@outlook.com>1 parent f3b0c82 commit 375dc46
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| 189 | + | |
| 190 | + | |
185 | 191 | | |
186 | 192 | | |
187 | 193 | | |
| |||
0 commit comments