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

Allow tx payloads to be boxed #1690

Merged
merged 5 commits into from
Jul 29, 2024
Merged

Allow tx payloads to be boxed #1690

merged 5 commits into from
Jul 29, 2024

Conversation

jsdw
Copy link
Collaborator

@jsdw jsdw commented Jul 23, 2024

Support boxing payloads so that they can share a common type and be stored together etc.

I considered doing the same to eg runtime/storage etc but they all have an associated type which means that, in practise, it wouldn't be so useful there.

Closes #1670

@jsdw jsdw requested a review from a team as a code owner July 23, 2024 11:09
@jsdw jsdw merged commit 83ef8a9 into master Jul 29, 2024
13 checks passed
@jsdw jsdw deleted the jsdw-box-txs branch July 29, 2024 16:10
@jsdw jsdw mentioned this pull request Oct 24, 2024
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.

Support dynamic dispatch on Payload?
3 participants