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

Minor extensions to the Runtime trait #49

Merged
merged 5 commits into from
Sep 8, 2023
Merged

Minor extensions to the Runtime trait #49

merged 5 commits into from
Sep 8, 2023

Conversation

pmikolajczyk41
Copy link
Member

@pmikolajczyk41 pmikolajczyk41 commented Sep 8, 2023

Required for ink! integration (use-ink/ink#1892 is hanging on that)

Changes:

  • expose metadata through Runtime trait (previously it was only available for MinimalRuntime
  • stop pinning codec crates (the bugged ones has benn yanked)
  • expose conversion between account id and call origin in Runtime trait
  • export 3 critical pallet crates from runtime module

@pmikolajczyk41 pmikolajczyk41 changed the title Expose metadata via Runtime trait Minor extensions to the Runtime trait Sep 8, 2023
@pmikolajczyk41 pmikolajczyk41 merged commit 198c473 into main Sep 8, 2023
1 check passed
@pmikolajczyk41 pmikolajczyk41 deleted the metadata branch September 8, 2023 07:28
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.

2 participants