Skip to content
Snippets Groups Projects
Unverified Commit 1e89a311 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix runtime api impl detection by construct runtime (#6665)


Construct runtime uses autoref-based specialization to fetch the
metadata about the implemented runtime apis. This is done to not fail to
compile when there are no runtime apis implemented. However, there was
an issue with detecting runtime apis when they were implemented in a
different file. The problem is solved by moving the trait implemented by
`impl_runtime_apis!` to the metadata ir crate.


Closes: https://github.com/paritytech/polkadot-sdk/issues/6659

---------

Co-authored-by: default avatarGitHub Action <action@github.com>
parent 447902ef
No related merge requests found
Pipeline #507609 waiting for manual action with stages
in 1 hour, 29 minutes, and 50 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment