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

Support both common SignedExtra definitions #524

Open
ascjones opened this issue Apr 22, 2022 · 0 comments
Open

Support both common SignedExtra definitions #524

ascjones opened this issue Apr 22, 2022 · 0 comments

Comments

@ascjones
Copy link
Collaborator

ascjones commented Apr 22, 2022

Should dynamically detect whether to use:

Can determine from the runtime subxt metadata which the target chain supports and then construct a transaction using that. At the moment e.g. the Substrate default node-runtime implements AssetTip whereas both substrate-contracts-node and the cumulus contracts parachain implement the PlainTip.See #523.

This means that at the moment cargo-contract will only support interacting with contracts on the latter.

Additionally we could alter the names of the PolkadotExtrinsicParams and SubstrateExtrinsicParams aliases in subxt

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

No branches or pull requests

1 participant