Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure assetId is handled correctly when addSignature is used #6083

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

TarikGul
Copy link
Member

@TarikGul TarikGul commented Jan 29, 2025

polkadot-js/apps#11229 Revealed that when a signer is using assetId as a field, the SubmittableExtrinsic class calls addSignature directly on the GenerircExtrinsicPayloadV4 and bypasses the direct decoding of the assetId option type in the GenericExtrinsicPayload.

This PR fixes that and ensures the AssetId via a signer will work as expected.

@TarikGul TarikGul added the -auto label Jan 29, 2025
@polkadot-js-bot polkadot-js-bot merged commit c129dda into master Jan 29, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants