Alexander Popiak
Alexander Popiak
I recently had a similar issue with `Perbill` and hacked it into the Apps UI [in this PR](https://github.com/polkadot-js/apps/pull/2324). We should talk to Jaco about improving UI input. (AFAIK it's on...
I'm not sure this is the correct place, but someone changed the url format for the rustdocs hosted on github.io. Can you please add a redirect from `https://paritytech.github.io/substrate/.html` to e.g....
Sure, the root problem is cargo. But as the root problem might take a while to get fixed it would IMO be good to investigate which mitigations can be done...
See [`git-sizer`](https://github.com/github/git-sizer) run here (the repo is **43GB** :warning: ): ``` Processing blobs: 1004964 Processing trees: 248480 Processing commits: 24336 Matching commits to trees: 24336 Processing annotated tags: 38 Processing...
Any news on this?
@burdges Your scheme sounds like a way to do relay chain migrations. The main use case that I see for multi-block migrations stems from the harder limit on block times...
Stil relevant
Could you give some intuition on how this interacts with runtime upgrades/storage migrations? It can easily happen that an upgrade block would take much longer than a regular one, so...
Seems like an unwanted consequence of a runtime upgrade of one parachain, though, to grind the whole thing to a halt. As discussed elsewhere we'll probably want to investigate multi-block...