ordian

Results 154 comments of ordian

/cmd queue -c bench-bot $ runtime kusama-dev runtime_parachains::disputes::slashing

/cmd queue -c bench-bot $ runtime kusama-dev runtime_parachains::disputes::slashing

From what I can see, this is a general rust question. The compiler is your friend and it tells you what's wrong: ``` help: the following trait is implemented but...

Just to clarity, the profiler frequency used in pyroscope is configurable. The problem is that it accumulates the profiling info into segments of 10s, which is hardcoded in their server...

> Run check-runtime only for PRs The issue is about running it only for (PRs to) release branches.

> > The issue is about running it only for (PRs to) release branches > > Good catch, thank you. I added rule `release-v*` and keep rule for PR because...

Well, if we can't distinguish between PRs to master or a release branch, not sure if this check is useful at all. IIRC, it was introduced so that we bump...

Thank you for the feedback. > From an implementation complexity side, it would probably be easier without. It doesn't have to be exponential, we can do simply multiplier * base_slash...