Slesarew

Results 102 comments of Slesarew

In general, it should work. However, there are a few limitations. First of all, please make sure that you use sr25519 crypto in other app - other crypto options are...

> I don't get a polkadot address matching the one AirGap produced. I looked at the code; this is probably not possible, or at least they should be considered incompatible...

You can add your new account as a proxy over your airgap account, this will require only one signature. This way you don't have to unstake. I'll look for clear...

> If I understand correctly, I would need to prepare a QR code with Polkadot.js that would need to be signed by AirGap Vault, Yes, this is correct; the general...

> To import an AirGap Vault mnemonic in the Parity Signer you have to go to the main page and select "Add Network Account". Select "Create Custom Path". Now enter...

> Just one question, what would be the derivation path or process when porting keys in the other direction? like from Parity Signer to Airgap? Again, I'm pretty sure this...

The app is not designed for updating without full device wipe as this breaches the airgap ans effectively makes the app useless. Upgrading is not supported and should not be...

> AND, XOR or OR things with random undocumented numeric values such as 0x1000000 This is well documented: https://paritytech.github.io/parity-signer/development/UOS.html#raptorq-multipart-payload > Panic on bad user inputs. Where does it panic? Please...

Oh, I see. You are attempting to send a "sign message" payload, but there are non-UTF8 symbols in the payload. "Send message" interface was designed for text messages and the...

That part is actually similar between transaction and messages. What differs is that messages do not have extensions like nonce and lifetime. So this works in most networks (there are...