-
## Summary:
This document proposes an API for a call that dispatches the XCM asset transfer from chain X, withdrawing the asset on chain Y and depositing it on chain Z. Chains X, Y, and Z can be di…
-
@statictype brings up a great point in #218 –– it is likely that many current RPC calls should (at least eventually) occur through `state_call`. How can we account for this in Capi?
-
I'm facing typescript issues when trying to import `polkadot-api/polkadot-sdk-compat` as instructed in the documentation:
```typescript
import compatEnhancer from "polkadot-api/polkadot-sdk-compat…
-
I've been evaluating this SDK (as a replacement of Polkadot SDK) to use on Apillon project and I like the benefits this SDK brings but I've noticed that it isn't compatible with most of the parachain …
tad3j updated
2 months ago
-
## What happened
Immediately after runtime was updated to [1.3.0](https://kusama.subsquare.io/referenda/443?tab=metadata) which was enacted [at block](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2F…
-
Ref: https://github.com/polkadot-js/api/pull/5967
Once a the new version of PJS/Api is released, it will come with a breaking change of handling the assetId as a HexString instead of number | objec…
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
We are rec…
-
I am going to kick things off by mostly paraphrasing/quoting a discussion with @thiolliere & @shawntabrizi related to FRAME's account management capabilities, specifically the management of [account d…
-
An extrinsic included in a parentchain block is currently executed without any checks. Hence, it will be executed on the worker side even if it was unsuccessful on the parentchain itself:
![grafik]…
-
Right now, nodes "sometimes" (as an implementation detail) gossip GrandPa commit messages to each other.
Light clients rely on these commit messages in order to know which block has been finalized.…