Tarik Gul
Tarik Gul
Currently the `WhiteList` tab under Governance shows `No preimage bytes found` for all rows. I am not super familiar with the whitelist calls, but am more familiar with preimages and...
Currently in the Preimages tab under Governance some Preimages are coming back as `Unable to decode preimage bytes into a valid Call`, this might be an upstream issue coming from...
Currently the manifest version is using v2, this is problematic since v2 will be deprecated come some time after June 2024 for the stable versions of Chrome. This can be...
Currently I had to disable `withClaimedRewardsEras` since there is a performance regression. It will call `297 x historyDepth` all at once. Because of this we are not able to get...
During release 0.136.1 the Election MACOS build failed: https://github.com/polkadot-js/apps/actions/runs/8744038690/job/23996020771 Concerning logs ``` Building the Electron app… • electron-builder version=24.10.0 os=21.6.0 • artifacts will be published if draft release exists reason=CI...
This issue is related to https://github.com/polkadot-js/apps/pull/10383 which is being worked on by @bee344 . With the changes with coretime the paraScheduler had some changes which breaks the current UI for...
Currently the following code snippet shows that we are using an outdated balance formula for retrieving the `transferable` balance. Related issue: https://github.com/polkadot-js/apps/issues/9988 (Please see the issue for more detail). https://github.com/polkadot-js/api/blob/6415eb6515e8dee0944fb162a2af30da395b0a1e/packages/api-derive/src/balances/all.ts#L32-L53...
Via https://github.com/polkadot-js/api/issues/5771 `api.derive.staking._erasExposure` needed to change its internal functionality to accommodate the new changes. Currently the derive has forward and backwards compatibility via https://github.com/polkadot-js/api/pull/5815. That being said, once all relay...
rel: https://github.com/polkadot-js/api/issues/5725 The next step in getting runtimeApis from the metadata is to have them decorated at runtime via the metadata. This can be seen as similar to [`decorateExtrinsics`](https://github.com/polkadot-js/api/blob/master/packages/types/src/metadata/decorate/extrinsics/index.ts#L49). This...
rel: https://github.com/paritytech/polkadot-sdk/pull/3685 More info to be added to this issue as I learn more about the change, and what it means for the api.