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

Fix extrinsic params for contract chains #523

Merged
merged 2 commits into from
Apr 26, 2022
Merged

Conversation

ascjones
Copy link
Collaborator

@ascjones ascjones commented Apr 22, 2022

Fixes the SignedExtra type to align with substrate-contracts-node and the parachain runtime.

This PR changes it to PolkadotExtrinsicParams which is just an alias to BaseExtrinsicParams<T, PlainTip> which maps to the runtime SignedExtra1 definition with pallet_transaction_payment::ChargeTransactionPayment`

Fixes #515

@ascjones ascjones merged commit 3736093 into master Apr 26, 2022
@ascjones ascjones deleted the aj/fix-extrinsic-params branch April 26, 2022 15:25
@ascjones ascjones mentioned this pull request May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to upload contract with v1.2
2 participants