You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In next polkadot runtime upgrade, ledger can be compatible with substrate based chains. But before that we need do some compatibility tests for manta. Here's the steps and requirements from Santiago:
Quote
First of, you have to:
Be compatible at least with Polkadot-SDK v1.1.0 which is the first version of the Polkadot-SDK monorepo. This is because we've backported a new crate back to that version that you will need.
You need to make sure your runtime supports metadata v15.
After this, then you are all set for your runtime to start working with the new checks that allow the Ledger app to be used!
The next and final step is to add the necessary information on the payload at the dApp level to use this. In order to use this, you need to add {mode:1, metadataHash: 0xXXX} to the extrinsic payload so that the wallet can manage this with the ledger devices directly. An example on how to craft this payload is here. As to how you can get that metadataHash value, which is what the node will check, you can:
In next polkadot runtime upgrade, ledger can be compatible with substrate based chains. But before that we need do some compatibility tests for manta. Here's the steps and requirements from Santiago:
First of, you have to:
CheckMetadataHash
extension (#4274) paritytech/polkadot-sdk#4619.After this, then you are all set for your runtime to start working with the new checks that allow the Ledger app to be used!
The next and final step is to add the necessary information on the payload at the dApp level to use this. In order to use this, you need to add
{mode:1, metadataHash: 0xXXX}
to the extrinsic payload so that the wallet can manage this with the ledger devices directly. An example on how to craft this payload is here. As to how you can get thatmetadataHash
value, which is what the node will check, you can:The text was updated successfully, but these errors were encountered: