Alan Sapede
Alan Sapede
### Describe the Problem JsonRpcBatchProvider doesn't re-order the response payload to match the request order, which leads to returning possibly wrong data to the `.send`. In the JSONRPC [batch specs](https://www.jsonrpc.org/specification#batch),...
**Describe the bug** When using Node 13, accessing the constructor property of the class is hidden by the decorators of tsyringe. **To Reproduce** ``` import "reflect-metadata"; import { autoInjectable }...
**Describe the bug** When using a child container, when resolving a class (with Lifecycle.ContainerScoped) its auto injected classes (also Lifecycle.ContainerScoped) are not taken from the child container. **To Reproduce** ```typescript...
@jacogr I found another case where it fails to handle runtime upgrade correctly. So if **before** doing the runtime upgrade I have a signAndSend with callback like ``` await context.polkadotApiParaone.tx.sudo...
This happens on a polkadot validator when executing a parachain runtime upgrade with a compressed PoV of 4.5Mb: ## Error ``` 2022-06-22 14:26:56.125 DEBUG tokio-runtime-worker parachain::pvf: assigning the execute worker...
We are observing pretty impactful degradation on Moonriver since the deployment of client v0.9.16 on Kusama. Additionally, we have upgraded few days after Moonriver to support v0.9.16 but it had...
This ticket is to keep track of supporting this feature. Similar to https://jsfiddle.net/crystalin/6yktpmf3/105/show it would be great to have the possibility to predict the future block time. I'll see if...
Usually the external proposal button is able to guess the right amount of threshold for the council vote. However when the number in the council is 2, it fails to...
Currently in the UI, it often happens that data appears incorrectly due to the fact that, in parachain, a block is imported before being considered best. This leads to data...
From what I understood from the multisig as defined in the account panel, it can't support ECDSA (Like used on Moonbeam). It would be great in that case to remove...