Skip to content
Snippets Groups Projects
  • Bastian Köcher's avatar
    Fix runtime api impl detection by construct runtime (#6665) · 1e89a311
    Bastian Köcher authored
    
    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>
    1e89a311
Code owners
Assign users and groups as approvers for specific file changes. Learn more.