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

Move TrustedCallSigned definition to itp-stf-primitives and make it generic over TrustedCall #1577

Open
clangenb opened this issue Feb 21, 2024 · 0 comments

Comments

@clangenb
Copy link
Contributor

I don't really understand why we have this weird relation between TrustedCall, and the trait TrustedCallSigning<TrustedCall> and that TrustedCallSigned. It would be way simpler to just have a TrustedCallSigned<TrustedCall> and construct t the same way substrate constructs extrinsics.

If we do it like that we can also move quite some logic from app-libs to core, which is definitely beneficial for downstream developers.

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