Kian Paimani
Kian Paimani
yes, but not as a part of this issue.
@ggwpez recently mentioned that using `try-runtime on-runtime-upgrade` with `--sync=warp` is quite viable, perhaps that would help you.
being worked on here https://github.com/paritytech/substrate/pull/12072
what are we exactly testing here?
To test the main risks related to slashing, we should make sure the validators have a large number of active nominators backing them. Not sure how you generate the chain...
Okay, then at far as testing slashing goes, this is not enough. we need to make sure the chain has 25000 nominators, all of whom are actively exposed behind hundreds...
Just want to double down in this and add that coming out of the academy, it was extremely difficult to explain these magical keywords to students. --- For `construct_runtime`, we...
The changes so far are most about the general CLI structure and less of try-runtime, so I will leave it to someone from @paritytech/sdk-node team to give an initial approval...
As noted this is fixable with `--rpc-max-payload`.
Generally speaking, I realized again that `Get` can break everything. For example, if you put a `type Foo: Get` into the metadata, but the `Get` is actually implemented by a...