Questions tagged [polkadot-js-extension]
The polkadot-js-extension tag has no summary.
37 questions
0 votes
0 answers
10 views
Call: failed decoding sudo.sudo:: Struct: failed on args
I encountered an error when using sudo from my parachain in the Polkadot.js UI modu.bd8f3266470441f0.js:2 Uncaught Error: createType(Call):: Call: failed decoding sudo.sudo:: Struct: failed on args: {&...
1 vote
1 answer
145 views
Ledger error: Failed to execute 'requestDevice' on 'USB': No device selected
Getting this error while trying to withdraw rewards from https://staking.polkadot.cloud/#/pools Note that I don't see any metadata updates at https://polkadot.js.org/apps/#/settings/metadata that are ...
0 votes
1 answer
38 views
Polkadot js api not working properly causing issues after the recent upgrade
RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1002: Verification Error: Runtime error: Execution failed: Execution aborted due to trap: wasm trap: wasm `unreachable` ...
0 votes
0 answers
19 views
How to create type for AccountId32 using Polkadot-JS api
I am writing integration test using Polkadot-JS api. On the Substrate chain side, I have this structure: pub type NodeKey = AccountId32; #[derive(Clone, Encode, Decode, RuntimeDebug, TypeInfo, ...
0 votes
0 answers
43 views
Wallet Selector for Polkadot.js Apps UI
Are the maintainers of Polkadot.js Apps UI receptive to integrating with a wallet selector? Is there a reason why Polkadot.js Apps UI is not integrated with the Talisman Connect wallet selector?
1 vote
1 answer
71 views
How can i update polkadot js metadata from inside my app?
i need to check in my dapp when the metadata of my wallet is expired and show a popup telling the user that he needs to update his metadata by clicking an update button on that popup. i need to do ...
0 votes
0 answers
183 views
Getting Mnemonic/Seed Phrase from JSON backups [duplicate]
I have a password-protected digital backup of an account using the JSON file from the Polkadot.JS extension. How do I get the mnemonic/seed phrase from this file so that I can back it up on paper? ...
0 votes
1 answer
46 views
What is the signing context chosen by PolkadotJS API?
In the verification of a schnorrkel sr25519 signature, there is a signing context which takes an arbitrary string/bytes. What is the signing context used in the PolkadotJS Extension? Is it something ...
0 votes
1 answer
69 views
Multisig wallet staking via Polkadot-JS UI failed
I created a 2/3 multisig wallet and staked 500 DOT with it, but I received this error message. This could mean your nomination has not been applied to any validator in the active set by the election ...
0 votes
1 answer
40 views
Polkadot.js wallet dosen't show methot section(transaction details) when making a transaction
When making a transaction we are supposed to see the transaction details under the method section but we only see method data Wrong: Correct(you can see the method -> assetConversion..):
1 vote
0 answers
16 views
Why are payloads wrapped in a <Bytes> tag? [duplicate]
In Polkadot JS Apps, when signing a payload the payload is wrapped in a <Bytes> tag. E.g. I put a few console log's in the polkadot JS apps code to figure out what's going on. As you can see, ...
1 vote
1 answer
36 views
Understanding the persistence of historical block events despite automatic removal by the System pallet in Substrate
In the Substrate documentation, I came across a statement stating that at the beginning of a new block, the System pallet automatically removes all events that were stored from the previous block. ...
3 votes
0 answers
34 views
ink dapp asking to sign transactions everytime i reload
so i am building a dapp with ink it has messages to get data and put data and on FE when i logged in with the polkadot-js extension wallet everytime i reload the page it asks me to sign the ...
3 votes
0 answers
87 views
Transaction fails when using Polkadot extension
We have a customized substrate chain currently running and we are facing some signature issues (repo). This chain has custom types, custom header and an additional extension to check a parameter ...
4 votes
1 answer
164 views
Creating SignerPayload for PolkadotJS Extenstion: Unsupported extrinsic payload version 0
I am trying to create a SignerPayloadJSON from an encoded partial extrinsic in polkadotjs. The partial extrinsic has the following hex representation ...