ordian
ordian
bot merge
I'd vote for creating our own type-wrapper for `Vec` instead of using a dependency. We don't seem to need most of its methods other than type-safe indexing, which can be...
We'd like to include https://github.com/paritytech/polkadot/pull/4914 into the next release (and collators as well), even though it doesn't explain all of the issues we're observing here.
Does fixing this also fix https://github.com/paritytech/substrate/issues/11828?
bot merge
A couple of flaky tests: * https://github.com/paritytech/polkadot/blob/595ed6e9eaf83134eb4227e161fd0dea1e3f5d92/node/network/collator-protocol/src/validator_side/tests.rs#L505 * https://github.com/paritytech/polkadot/blob/595ed6e9eaf83134eb4227e161fd0dea1e3f5d92/node/network/collator-protocol/src/validator_side/tests.rs#L861
> Found a different one in https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1650388#L840 Same as https://github.com/paritytech/polkadot/issues/5417. It was "fixed" by increasing a timeout, but when the CI machine is under heavy load, it will exceed the...
We can replace `println!`s with `eprintln!`s, they won't be visible by default in that case.
> Say we just released 9270, is there any issue with master now being 9270 until the next release ? An issue mentioned in the description (only relevant for the...
> Anyone knows why the stable job didn't return any status? Is it maybe depending somehow on this check-runtime check? My bad, should be fixed now. #5858 now also disables...