Iker
Iker
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
In polkadot.js APPs when trying to call the `api.rpc.syncstate.genSyncSpec` RPC method, I get the following error: ``` Uncaught error. Something went wrong with the query and rendering of this component....
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
Polkadot version v1.2.0 modified the events emitted when processing a receiving XCM transfer. This PR updates the docs in this regard, adds new relevant examples and other small fixes.
After adding features like bridges to the API certain error messages are not accurate. It would be nice to review the error cases and messages to make sure they are...
A user should be able to transfer bridged assets with the API in any of the following scenarios from Asset Hub (AH) perspective: - Local transfers in AH - Cross-chain...
At the moment the API does not allow the user to set a global consensus systems as destination of the transfers (in order to perform a transfer of assets to...
Currently a user canāt send two assets with different ātrust assumptionsā between a system parachain (origin) and a parachain (destination). For example, if a user tries to send USDT and...
As of block 21,455,000, Polkadot runtime [version 1.2.5](https://github.com/polkadot-fellows/runtimes/releases/tag/v1.2.5) is live in the relay chain. With it, the extrinsic format is changed to add the possibility to check the metadata hash...
Update Identity pallet README.md according to the up-to-date docs, particularly to explain the _username_ concept of the pallet.